Skip to content

Instantly share code, notes, and snippets.

Created June 15, 2017 14:47
Show Gist options
  • Save anonymous/e16bb2fa0704637c30206965dd1d4b90 to your computer and use it in GitHub Desktop.
Save anonymous/e16bb2fa0704637c30206965dd1d4b90 to your computer and use it in GitHub Desktop.
/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