Skip to content

Instantly share code, notes, and snippets.

@brettbuddin
Created June 21, 2012 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brettbuddin/2966084 to your computer and use it in GitHub Desktop.
Save brettbuddin/2966084 to your computer and use it in GitHub Desktop.
$ ssh root@192.168.15.244
$ 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
@philihp
Copy link

philihp commented Jun 21, 2012

kindle hacking?

@philihp
Copy link

philihp commented Jun 22, 2012

did you ever know that you're my hero?

@brettbuddin
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment