Skip to content

Commit 5ad1e23

Browse files
committed
doc: add re-enabling USB tethering to the FAQ
Fixes issue #294
1 parent 48e73a0 commit 5ad1e23

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/faq.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,18 @@ Please note that this file may contain sensitive information such as your IMSI a
1818
### Should I get a locked or unlocked orbic device? What is the difference?
1919

2020
If you want to use a non-Verizon SIM card you will probably need an unlocked device. But it's not clear how locked the locked devices are nor how to unlock them, we welcome any experimentation and information regarding the use of unlocked devices.
21+
22+
23+
### How do I re-enable USB tethering after installing Rayhunter?
24+
25+
Make sure USB tethering is also enabled in the Orbic's UI, and then run the following commands:
26+
27+
installer util serial "echo 9 > /usrdata/mode.cfg"
28+
installer util serial reboot
29+
30+
To disable tethering again:
31+
32+
installer util serial "echo 3 > /usrdata/mode.cfg"
33+
installer util serial reboot
34+
35+
See `/data/usb/boot_hsusb_composition` for a list of USB modes and Android USB gadget settings.

0 commit comments

Comments
 (0)