• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Custom Live Wallpapers - Pot Smoker's Delight

** Updated 2/24/10 **

This is a modification of the DroidMod 1.0 LiveWallpapers.apk (w/o any other mods), and you must already have LiveWallpapers installed. Make a backup of your LiveWallpapers.apk from your phone from /system/app.

Download and rename as LiveWallpapers.apk
Copy to sdcard/system/app
Code:
adb shell
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock4 /system
cp sdcard/system/app/LiveWallpapers.apk /system/app/LiveWallpapers.apk
mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
reboot

water_thumb-1.jpg

Tested on DroidMod 1.0 (2.0.1).. Enjoy!
 
Just were able to apply this on Petes' 2.1 v4. It is f'ing sweet! Gots an error after third line saying DEVICE OR RESOURCE BUSY or some such. But it still worked. Looking forward to your future work DIGITAL RAPTURE.:D

Just noticed that it's completely upside down. Also i could only get it to work with this code.
$ su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
# busybox cp /sdcard/app/livewallpapers.apk /system/app
# mount -o remount,ro -t yaffs2 /dev/block/mtdblock4 /system
# exit

Still upside down though. :-/
 
Back
Top Bottom