Skip to content

Instantly share code, notes, and snippets.

@fortytw2
Forked from anonymous/3gmode.sh
Created June 15, 2017 14:50
Show Gist options
  • Save fortytw2/eb79c1c5f309c60a6b369fd24a745e12 to your computer and use it in GitHub Desktop.
Save fortytw2/eb79c1c5f309c60a6b369fd24a745e12 to your computer and use it in GitHub Desktop.
#!/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