README: add line about adb

Add some words about how to use adb.

Signed-off-by: Stefan Eichenberger <eichest@gmail.com>
This commit is contained in:
Stefan Eichenberger 2021-06-02 08:57:03 +02:00
parent 663b9e107b
commit 90550f3f59
1 changed files with 6 additions and 0 deletions

View File

@ -73,6 +73,12 @@ The modem is disabled by default. However, it is possible to enable it with the
bringup.sh enable-modem
```
To use adb you have to do the following:
```
echo 0x2c7c >> ~/.android/adb_usb.ini
adb shell
```
### Wifi
Enable the Wifi module (make sure you enable the modem first):
```