Skip to content

Commit

Permalink
Format readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leifcr committed Jul 14, 2023
1 parent ff8fe24 commit 68ff87b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,21 @@ Replace myssid and mypassword with actual ssid and password
connects to the network and saves the network with the provided ssid and password. (It is saved even if it's invalid)

Using ADB:

`adb shell am start -n "no.normedia.adbwificonnector/.WifiConnectActivity/connect" -e "ssid" "myssid" -e "password" "mypassword" --ez "connect" true`

On an interactive shell:

`am start -n "no.normedia.adbwificonnector/.WifiConnectActivity/connect" -e ssid "myssid" -e password "mypassword"`

### disconnect

disconnects and removes the network from the device

Using ADB:

`adb shell am start -n "no.normedia.adbwificonnector/.WifiConnectActivity/disconnect" -e "ssid" "myssid"`

On an interactive shell:

`am start -n "no.normedia.adbwificonnector/.WifiConnectActivity/disconnect" -e ssid "myssid"`

0 comments on commit 68ff87b

Please sign in to comment.