File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ If you want to use a non-Verizon SIM card you will probably need an unlocked dev
2525Make sure USB tethering is also enabled in the Orbic's UI, and then run the following commands:
2626
2727``` sh
28- installer util serial " echo 9 > /usrdata/mode.cfg"
29- installer util serial reboot
28+ installer util shell " echo 9 > /usrdata/mode.cfg"
29+ installer util shell reboot
3030```
3131
3232To disable tethering again:
3333
3434``` sh
35- installer util serial " echo 3 > /usrdata/mode.cfg"
36- installer util serial reboot
35+ installer util shell " echo 3 > /usrdata/mode.cfg"
36+ installer util shell reboot
3737```
3838
3939See ` /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