From 90550f3f593d348eb061ab2c6468b7c30ac82c77 Mon Sep 17 00:00:00 2001 From: Stefan Eichenberger Date: Wed, 2 Jun 2021 08:57:03 +0200 Subject: [PATCH] README: add line about adb Add some words about how to use adb. Signed-off-by: Stefan Eichenberger --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 83097bf..9ca95da 100644 --- a/README.md +++ b/README.md @@ -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): ```