Quote:
Originally Posted by Thor
Edit /system/etc/firewall.sh with root explorer (mount system as read/write) and comment out the line
Code:
iptables -P INPUT DROP
to e.g.
Code:
# iptables -P INPUT DROP
Then you are able to use Samba directly after a reboot without entering the iptables-command in a terminal as written in the first post. 
|
You can also do:
Code:
adb remount
adb shell "busybox sed -i '/INPUT[[:space:]][[:space:]][[:space:]]DROP/ s/^/#/' /etc/firewall.sh"
(at PC command prompt, if you have ADB enabled and Android SDK installed)
And it's possible that you don't have to reboot if you add:
Code:
adb shell "/etc/firewall.sh flush; /etc/firewall.sh"