|
|
|
Use `connmanctl`. If your password doesn't contain any unusual characters, you
|
|
|
|
can even connect using the terminal on the phone:
|
|
|
|
|
|
|
|
$ connmanctl \
|
|
|
|
connmanctl> **en**_able_ **w**_ifi_ \
|
|
|
|
connmanctl> **a**_gent_ **on** \
|
|
|
|
connmanctl> **conn**_ect_ **w**_ifi\__**d**_aa119XXXXXX\__**\<your SSID in ASCII HEX\>**_\_managed\_psk_ \
|
|
|
|
... \
|
|
|
|
Passphrase? **\<your PSK in plaintext\>** \
|
|
|
|
connmanctl> **disa**_ble_ **e**_thernet_
|
|
|
|
|
|
|
|
- Only type in the **bold** text
|
|
|
|
- Press the left softkey (TAB) to autocomplete the _italic_ text
|
|
|
|
- daa119XXXXXX: you might need to adapt this if you changed your MAC address. Don't use 000af58989ff unless you're sure it's your MAC address!
|
|
|
|
- `<your SSID in ASCII HEX>`: e.g. 41424344 for ABCD
|
|
|
|
- The last command (disable ethernet) is needed to use WiFi for the default connection. |