Created
June 15, 2017 14:47
-
-
Save anonymous/e16bb2fa0704637c30206965dd1d4b90 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/local/bin # cat 3gmode.sh | |
#!/bin/bash | |
## Last modified 2016-12-09 - Just Add Power | |
## Sets the 3G Receiver to operate as a fully functional 3G device | |
## Once applied the 3G unit will reboot and ONLY be compatible with other 3G units in 3G mode | |
astparam s soc_op_mode 3 | |
astparam s remote_edid_patch 00000001 | |
astparam save | |
reboot | |
/usr/local/bin # |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment