-
-
Save fortytw2/eb79c1c5f309c60a6b369fd24a745e12 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
#!/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 | |
echo '/usr/local/bin #' | |
sleep 5 | |
reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment