doc(faq): send commands with installer util shell

This commit is contained in:
oopsbagel
2025-06-06 14:52:08 -07:00
committed by Will Greenberg
parent fd453900c2
commit bf2b00ce47

View File

@@ -25,15 +25,15 @@ If you want to use a non-Verizon SIM card you will probably need an unlocked dev
Make sure USB tethering is also enabled in the Orbic's UI, and then run the following commands:
```sh
installer util serial "echo 9 > /usrdata/mode.cfg"
installer util serial reboot
installer util shell "echo 9 > /usrdata/mode.cfg"
installer util shell reboot
```
To disable tethering again:
```sh
installer util serial "echo 3 > /usrdata/mode.cfg"
installer util serial reboot
installer util shell "echo 3 > /usrdata/mode.cfg"
installer util shell reboot
```
See `/data/usb/boot_hsusb_composition` for a list of USB modes and Android USB gadget settings.