mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-01 18:00:00 -07:00
Use ./installer in docs
See https://github.com/EFForg/rayhunter/discussions/490
This commit is contained in:
committed by
Markus Unterwaditzer
parent
53a6cbe95a
commit
e108c21fc2
@@ -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:
|
Make sure USB tethering is also enabled in the Orbic's UI, and then run the following commands:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
installer util shell "echo 9 > /usrdata/mode.cfg"
|
./installer util shell "echo 9 > /usrdata/mode.cfg"
|
||||||
installer util shell reboot
|
./installer util shell reboot
|
||||||
```
|
```
|
||||||
|
|
||||||
To disable tethering again:
|
To disable tethering again:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
installer util shell "echo 3 > /usrdata/mode.cfg"
|
./installer util shell "echo 3 > /usrdata/mode.cfg"
|
||||||
installer util shell reboot
|
./installer util shell reboot
|
||||||
```
|
```
|
||||||
|
|
||||||
See `/data/usb/boot_hsusb_composition` for a list of USB modes and Android USB gadget settings.
|
See `/data/usb/boot_hsusb_composition` for a list of USB modes and Android USB gadget settings.
|
||||||
|
|||||||
Reference in New Issue
Block a user