whyteboyello
New Member
Hi Guys ported over the Framework and customized the Blur to look like Pandroid's amazing DropTheme. ALL CREDITS FOR THIS THEME GO TO PANDROID AND TEENFACES (who I used the original idea for modifying the framework) All I did was copy, resize, paste, rinse, repeat. This is by far nowhere near as in depth as the Droid 1's Theme put I figured I would share what I have since all the Dev's and Themer's have done it for us. (This is my first attempt don't laugh)
I am not responsible if you brick your phone!! Keep a backup of all original files!! As with all themes it will take longer to boot the first time so be patient and if you don't know what you are doing DON'T do it!!!
Below are the files (rename .zip to .apk for framework-res and BlurHome rename services.zip to services.jar ) Copy to Root of SD Card
I am aware of the Black on Black in the pulldown menu but 1.) Don't know how to fix that and 2.) It's the only place I see it so not to worried
Run in ADB or Terminal Emulator (I used Terminal and it restarted before the end of the code but worked fine so don't be alarmed) TYPE EXACTLY WHAT IS BELOW
code:
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
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
Also including the Beautiful Widgets skin (just unzip to /data/beautifulwidgets/skins)
And background image for your viewing pleasures (again thanks Pandroid)
I am not responsible if you brick your phone!! Keep a backup of all original files!! As with all themes it will take longer to boot the first time so be patient and if you don't know what you are doing DON'T do it!!!
Below are the files (rename .zip to .apk for framework-res and BlurHome rename services.zip to services.jar ) Copy to Root of SD Card
I am aware of the Black on Black in the pulldown menu but 1.) Don't know how to fix that and 2.) It's the only place I see it so not to worried
Run in ADB or Terminal Emulator (I used Terminal and it restarted before the end of the code but worked fine so don't be alarmed) TYPE EXACTLY WHAT IS BELOW
code:
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
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
Also including the Beautiful Widgets skin (just unzip to /data/beautifulwidgets/skins)
And background image for your viewing pleasures (again thanks Pandroid)