Created
July 30, 2013 20:41
-
-
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 .
This file contains 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
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