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 |