Skip to content

Instantly share code, notes, and snippets.

@jacquarg
Created July 30, 2013 20:41
Show Gist options
  • Save jacquarg/6116720 to your computer and use it in GitHub Desktop.
Save jacquarg/6116720 to your computer and use it in GitHub Desktop.
sl4a sh script, to fix tether bug on xperia neo with ICS. Need root. Idea from http://forum.xda-developers.com/showthread.php?t=1544063 .
su -c "iptables -P FORWARD ACCEPT"
su -c "iptables -t nat -A POSTROUTING -o rmnet0 -j MASQUERADE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment