Tuesday, May 17, 2011

HTC Sense running on my "mytouch 4g"

HTC Sense brings in a total user experience and with their recent sense UI updates


Thanks to rafyvitto for the awesome work.


Monday, May 9, 2011

Sunday, May 1, 2011

Customizing the boot screen on Android

Copy bootanimations.zip to /sdcard.

Run the below commands on adb shell

**BEGIN TERMINAL COMMANDS**

su

mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system

dd if=/sdcard/bootanimation.zip of=/system/media/bootanimation.zip

Reboot

**END TERMINAL COMMANDS**