Skip to content

Instantly share code, notes, and snippets.

@wongsyrone
Forked from max-mapper/readme.md
Created August 25, 2016 06:58
Show Gist options
  • Save wongsyrone/fd904703d5ca86c8734bf5db794ff428 to your computer and use it in GitHub Desktop.
Save wongsyrone/fd904703d5ca86c8734bf5db794ff428 to your computer and use it in GitHub Desktop.
notes from hacking my kindle paperwhite

outline

useful hacks

disable screensaver

type ~ds into search bar. this functionality is installed automatically with the jailbreak

turn off and on wifi (apparently stops kindle OS from interfering)

/etc/init.d/wifi stop
/etc/init.d/wifi --mode std

you can also put the wifi into host mode or ad-hoc mode

join network

iwconfig wlan0 essid has_no_internet

allow kindle to connect to non-internet enabled wifi

touch /mnt/us/WIFI_NO_NET_PROBE
restart wifid

open questions

  • can 3G be disabled without disabling wifi?
  • can it run node?
  • can it be scripted to auto-start kterm, auto-join wifi, and auto connect to the raspberry pi?
@wongsyrone
Copy link
Author

connect via WinSCP through SFTP protocol, enable UTF-8 encoding when displaying file names

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