Created
June 21, 2012 14:38
-
-
Save brettbuddin/2966084 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ssh [email protected] | |
$ 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 | |
$ mntroot ro | |
$ exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kindle hacking?