From fd453900c28194c6985950d5b27d013fec67c888 Mon Sep 17 00:00:00 2001 From: oopsbagel Date: Fri, 6 Jun 2025 12:27:27 -0700 Subject: [PATCH] doc(faq): format code correctly --- doc/faq.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/faq.md b/doc/faq.md index 7e1f4d1..9f6bd19 100644 --- a/doc/faq.md +++ b/doc/faq.md @@ -24,12 +24,16 @@ 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: - installer util serial "echo 9 > /usrdata/mode.cfg" - installer util serial reboot +```sh +installer util serial "echo 9 > /usrdata/mode.cfg" +installer util serial reboot +``` To disable tethering again: - installer util serial "echo 3 > /usrdata/mode.cfg" - installer util serial reboot +```sh +installer util serial "echo 3 > /usrdata/mode.cfg" +installer util serial reboot +``` See `/data/usb/boot_hsusb_composition` for a list of USB modes and Android USB gadget settings.