Quote:
Originally Posted by Renate
So you want to do an update, but you don't want it to update?
|
This is what I was trying to do:
$adb reboot boot bootloader
$fastboot devices
$fastboot flash boot nnglow21.img
(manual reboot into neo noogie)
$adb devices
$adb push wallpaperNook.png /system/media/SleepImageNook
$adb shell
#mount -t ext4 /dev/block/mmcblk0p5 /system
#rm -f /system/media/SleepImageNook/2.png
#rm -f /system/media/SleepImageNook/3.png
#rm -f /system/media/SleepImageNook/4.png
#rm -f /system/media/SleepImageNook/5.png
#rm -f /system/media/SleepImageNook/6.png
#cp system/media/SleepImageNook/wallpaperNook.png /system/media/SleepImageNook/1.png
#^D
$adb reboot bootloader
$fastboot devices
$fastboot flash boot boot.img
(manual reboot back into nook)
I guess I forgot to put it back into fastboot mode when trying to flash the boot.img file when I first did it, but this worked for me to change the wallpaper in the Nook. I'm sorry I was so confused at first. Thank you for making the Neo Noogie file and advising me how to go about changing the sleep image Renate!