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:
parent
663b9e107b
commit
90550f3f59
|
|
@ -73,6 +73,12 @@ The modem is disabled by default. However, it is possible to enable it with the
|
||||||
bringup.sh enable-modem
|
bringup.sh enable-modem
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To use adb you have to do the following:
|
||||||
|
```
|
||||||
|
echo 0x2c7c >> ~/.android/adb_usb.ini
|
||||||
|
adb shell
|
||||||
|
```
|
||||||
|
|
||||||
### Wifi
|
### Wifi
|
||||||
Enable the Wifi module (make sure you enable the modem first):
|
Enable the Wifi module (make sure you enable the modem first):
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue