File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,16 @@ If you want to use a non-Verizon SIM card you will probably need an unlocked dev
24
24
25
25
Make sure USB tethering is also enabled in the Orbic's UI, and then run the following commands:
26
26
27
- installer util serial "echo 9 > /usrdata/mode.cfg"
28
- installer util serial reboot
27
+ ``` sh
28
+ installer util serial " echo 9 > /usrdata/mode.cfg"
29
+ installer util serial reboot
30
+ ```
29
31
30
32
To disable tethering again:
31
33
32
- installer util serial "echo 3 > /usrdata/mode.cfg"
33
- installer util serial reboot
34
+ ``` sh
35
+ installer util serial " echo 3 > /usrdata/mode.cfg"
36
+ installer util serial reboot
37
+ ```
34
38
35
39
See ` /data/usb/boot_hsusb_composition ` for a list of USB modes and Android USB gadget settings.
You can’t perform that action at this time.
0 commit comments