Quote:
Tested it out and it doesn't enable wifi if wifi is turned off.
|
Ah, didn't think of that one - I always leave wifi on since it turns the connection off when it's not in use.
The force_wifi part is just to make the wifi connection not turn off while the ftp server is up, since the Kobo will disconnect the wifi when it's not actively using it.
If you normally leave your wifi off, just add an enable line above both the autoconnect_silent lines:
Code:
chain_success : nickel_wifi : enable
chain_success : nickel_wifi : autoconnect_silent
You'll also need to update the
chain_success:skip:11 to
12 and
chain_success:skip:10 to
11, since there is now an extra line in that section of the chain.
The screenshots one is simple:
Code:
#
## Screenshots Toggle
menu_item : main : Turn Screenshots On : nickel_setting : toggle : screenshots
chain_success : cmd_output : 500:quiet :grep -x 'Screenshots=true' '/mnt/onboard/.kobo/Kobo/Kobo eReader.conf'
chain_success : cmd_spawn : quiet :sed -i '/^## Screenshots Toggle/ { n; s/^\([^:]*:[^:]*:\)[^:]*\(:.*\)$/\1Turn Screenshots Off \2/ }' /mnt/onboard/.adds/nm/config
chain_failure : cmd_spawn : quiet :sed -i '/^## Screenshots Toggle/ { n; s/^\([^:]*:[^:]*:\)[^:]*\(:.*\)$/\1Turn Screenshots On \2/ }' /mnt/onboard/.adds/nm/config
Of course, just like the others, if you reboot with screenshots on, it will be out of sync until you use the button.