View Single Post
Old 06-24-2012, 11:45 AM   #59
guybrushT
Member
guybrushT began at the beginning.
 
Posts: 19
Karma: 10
Join Date: Jun 2012
Device: Kindle 4 Non Touch
I have managed to restore the original images back to my kindle so that the new firmware can be updated.

However I don't know why the images don't rotate and aren't randomised.

I used this code

Quote:
mntroot rw

mkdir /mnt/us/screensaver

mount /dev/mmcblk0p1 /mnt/base-mmc

mv /mnt/base-mmc/opt/amazon/screen_saver/600x800 /mnt/base-mmc/opt/amazon/screen_saver/600x800.old

ln -sfn /mnt/us/screensaver /mnt/base-mmc/opt/amazon/screen_saver/600x800
which to me looks like

1) The image is mounted
2)A directory is made on the usb drive called screensaver
3) The contents of 800x600 is backed up
4) a link is created between the new screensaver folder and the 800x600 folder

So to me this suggests that the randomising / normal use of screensaver is messed up by the 4th command.

How can I fix this so that it operates normally / undoes the link with 'screensaver'. I now have the original PNG image files used for the screensaver in the 800x600 foler.

Thanks

Last edited by guybrushT; 06-24-2012 at 11:47 AM.
guybrushT is offline   Reply With Quote