Skip to content

Commit 85db6d1

Browse files
committed
doc(faq): send commands with installer util shell
1 parent 686136a commit 85db6d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/faq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ If you want to use a non-Verizon SIM card you will probably need an unlocked dev
2525
Make sure USB tethering is also enabled in the Orbic's UI, and then run the following commands:
2626

2727
```sh
28-
installer util serial "echo 9 > /usrdata/mode.cfg"
29-
installer util serial reboot
28+
installer util shell "echo 9 > /usrdata/mode.cfg"
29+
installer util shell reboot
3030
```
3131

3232
To disable tethering again:
3333

3434
```sh
35-
installer util serial "echo 3 > /usrdata/mode.cfg"
36-
installer util serial reboot
35+
installer util shell "echo 3 > /usrdata/mode.cfg"
36+
installer util shell reboot
3737
```
3838

3939
See `/data/usb/boot_hsusb_composition` for a list of USB modes and Android USB gadget settings.

0 commit comments

Comments
 (0)