0. BACKUP! dont make me tell you again
0.5. ENABLE USB DEBUGGING. if you dont, your phone will bootloop
1. unzip the DropTheme .zip into directory "AndroidThemes" on your SDcard.
do NOT use MM to unzip, its a buggy feature
2. if you are running Helix1/LauncherPro/ADWLauncher and would like to theme it, be sure its located in "/system/app/" as "HelixLauncher.apk"/"LauncherPro.apk"/"ADWLauncher.apk". you can acomplish this via ADB/terminal or RootExplorer
to move Helix1/LauncherPro/ADWLauncher via ADB/terminal
Code:
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
busybox mv /data/app/com.helixproject.launcher.apk /system/app/HelixLauncher.apk
busybox mv /data/app/com.fede.launcher.apk /system/app/LauncherPro.apk
busybox mv /data/app/org.adw.launcher.apk /system/app/ADWLauncher.apk
mount -o remount,ro -t yaffs2 /dev/block/mtdblock4 /system
sync
reboot
3. open MetaMorph and apply DropTheme by selecting _DropTheme.xml
4. Metamorph should ask you to reboot... though it might not and just do it by itself, MM is weird. either way, step 4 is reboot
5. you probably will have to reapply just "framework-res.apk" via MM and reboot
5.5. apply any optional patches and reboot
6. enjoi my work and submit any bugs
here