Closed GoogleCodeExporter closed 8 years ago
Hello, this error is in the FAQ:
http://code.google.com/p/droidwall/wiki/FAQ
Unfortunately, there is nothing I can do on DroidWall. :(
Original comment by rodrigo...@gmail.com
on 17 Mar 2011 at 12:19
I have the same issue with my X10 mini pro on stock 2.1 (update1).
While googling I found a solution for Motorola Droid. Could it work on X10 mini
pro too?
The solution:
1. Download and install Android WiFi Tether form
http://code.google.com/p/android-wifi-tether/ or search for Wireless Tether for
Root Users in Android Market.
2. Run the Wireless Tether once.
3. Download and install a Terminal Emulator.
4. Run the Terminal Emulator.
5. Log in as superuser by typing the following command:
$ su
6. Remount system as rw (read-write enabled) with the following command:
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
Tip: It’s also possible to use Droid Root Helper app to achieve the above
task.
7. Copy the iptables installed by Wireless Tether to the /system/bin
executables directory with following command:
# cp /data/data/android.tether/bin/iptables /system/bin
The Droid Wall should be able to apply rules and show rules properly once
iptables is installed.
Any good?
Original comment by zoltann...@gmail.com
on 9 Feb 2012 at 10:00
from xda-developers forum:
"when on semaphore....you need to go into Semaphore app and enable
netfilter...that will allow firewalls to be used and mobile AP to also
work(tethering)"
Original comment by boroczki...@gmail.com
on 25 Apr 2012 at 1:20
Original issue reported on code.google.com by
donn.rh...@gmail.com
on 17 Mar 2011 at 5:12