View Single Post
Old 06-13-2024, 03:58 PM   #558
joshuamotte
Junior Member
joshuamotte began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jun 2024
Location: Florida
Device: Nook Glowlight 4
Post changing the sleep image in a rooted Nook Glowlight 4

Quote:
Originally Posted by Renate View Post
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!
joshuamotte is offline   Reply With Quote