For those of you that want to change your lockscreen wallpaper, I've found a easy way for now.
1. Find or make your own walppaper. I used a 480 x 320. I used a .jpg because the default lockscreen pic is a .jpg. I haven't tried a .png, so I don't know if there would be problem.
2. Place the pic you selected on the root of your sd card and rename it Default_lockscreen.jpg
3. Connect your phone to your computer, but don't mount it.
4. Type in the following commands in ADB:
adb remount
adb shell
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
cp /sdcard/Default_lockscreen.jpg /system/etc/lockscreen/port
cp /sdcard/Default_lockscreen.jpg /system/etc/lockscreen/land
reboot
5. In Terminal use these commands:
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
cp /sdcard/Default_lockscreen.jpg /system/etc/lockscreen/port
cp /sdcard/Default_lockscreen.jpg /system/etc/lockscreen/land
reboot
6. ENJOY!
![]()







Bookmarks