From e108c21fc234dc92e649a2256b4e2df666654797 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 31 Jul 2025 12:00:08 +0200 Subject: [PATCH] Use ./installer in docs See https://github.com/EFForg/rayhunter/discussions/490 --- doc/faq.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/faq.md b/doc/faq.md index d484014..d9e9ed6 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 shell "echo 9 > /usrdata/mode.cfg" -installer util shell reboot +./installer util shell "echo 9 > /usrdata/mode.cfg" +./installer util shell reboot ``` To disable tethering again: ```sh -installer util shell "echo 3 > /usrdata/mode.cfg" -installer util shell 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.