- 4 Nov 2013
- 54
- 18
Droidwall doesn't match packets for mobile networks correctly on this device. In order to fix, do the following:
(1) Press Menu Button, "More", "Set custom script"
(2) Put this in the upper box for droidwall activation:
(3) Put this in the lower box for droidwall shutdown:
(4) Press OK
... fixed
(1) Press Menu Button, "More", "Set custom script"
(2) Put this in the upper box for droidwall activation:
Code:
$IPTABLES -A droidwall -o netts+ -j droidwall-3g
(3) Put this in the lower box for droidwall shutdown:
Code:
$IPTABLES -D droidwall -o netts+ -j droidwall-3g
(4) Press OK
... fixed
Last edited: