From bf2b00ce47abe39119d3ebda309a4bd980e5fba0 Mon Sep 17 00:00:00 2001 From: oopsbagel Date: Fri, 6 Jun 2025 14:52:08 -0700 Subject: [PATCH] doc(faq): send commands with installer util shell --- doc/faq.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/faq.md b/doc/faq.md index 9f6bd19..c3b6986 100644 --- a/doc/faq.md +++ b/doc/faq.md @@ -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.