View Single Post
Old 01-25-2012, 07:44 PM   #117
chammy
Junior Member
chammy began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jan 2012
Device: kindle 4 nt
quick question

it looks like i can edit the RUNME.sh file in the kindle-nt-jailbreak-1.0.zip package to include the necessary commands posted earlier to setup the custom screensavers, right? no need to hassle with diagnostics mode / setting up a remote NDIS device driver / etc.

Quote:
mount_rw
echo -n "${JAILBREAK_KEY}" > ${DEVELOPER_KEY_LOCATION}
mkdir /mnt/us/screensaver
mount /dev/mmcb1k0p1 /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
#whatever the un-mount command would be
mount_ro
or would that not work?

Last edited by chammy; 01-25-2012 at 07:47 PM. Reason: i wanted to
chammy is offline   Reply With Quote