on my jailbroken PW2 I need to change the login credentials for a local WIFI network.
Unfortunately I do not have access to the touchscreen.
But I can connect via ssh over usb thanks to the jailbreak.
Thanks, I will try.
Thanks again. Worked flawlessly:
wpa_cli -iwlan0 set_network 0 auth_alg OPEN
wpa_cli -iwlan0 set_network 0 key_mgmt WPA-PSK
wpa_cli -iwlan0 set_network 0 psk '"secret code"'
wpa_cli -iwlan0 set_network 0 proto RSN
wpa_cli -iwlan0 set_network 0 mode 0
wpa_cli -iwlan0 set_network 0 ssid '"Network Name"'
wpa_cli -iwlan0 select_network 0
wpa_cli -iwlan0 enable_network 0
wpa_cli -iwlan0 reassociate
wpa_cli -iwlan0 status
iw wlan0 link
Is there a way to save this manually connected wifi network so the kindle will always connect to it?
I found wifid.conf and wifilocker.db in /var/local/system/ but these files are not too helpful it seems.