View Single Post
  #2 (permalink)  
Old 08-27-2010, 10:53 PM
Explodee's Avatar
Explodee
N00b
Offline
Threadstarter
 
Join Date: Dec 2009
Posts: 39
Reputation: 15
Explodee is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [THEME] Red Dynamite - 2.1 only

Directions

Unzip the contents of Dynamite.zip and put them on the root of your SD card (excluding fancywidget.apk and the Widgetlocker res folder)

Open Terminal Emulator and input the following commands exactly

su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/Music.apk /system/app
cp /sdcard/Settings.apk /system/app
cp /sdcard/services.jar /system/framework
cp /sdcard/BlurHome.apk /system/app
cp /sdcard/framework-res.apk /system/framework
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot

Your phone might reboot a couple times and/or take a while to boot. Don't freak out just let it do its thing. After that you should be DY-NO-MITE!!

For Widgetlocker and Fancy Widget it's a little more tricky
Replace the Widgetlocker res file with the one I uploaded
Put the Widgetlocker apk and fancywidget.apk in the tools folder inside android-sdk-windows folder
Re-sign them using the above mentioned method
Open a command prompt and navigate to your /android-sdk-windows/tools folder
and adb install them and that should be it
Reply With Quote