deadash / droidwall

Automatically exported from code.google.com/p/droidwall
0 stars 0 forks source link

DroidWall is not working on Motorola RAZR #214

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. DroidWall installed and enabled, only one program (not Browser enabled to 
access in 3G in White List, rules applied with success
2. 3G enabled
3. Run Browser

What is the expected output? What do you see instead?
Expected to get "Web page not available"
But got Google web page instead

What version of the product are you using? On what operating system?
DroidWall 1.5.5 on Motorola RAZR with Android 2.3.5

Please provide any additional information below.
If I click Show rules the following is appeared:
/data/data/com.googlecode.droidwall.free.app_bin/iptables.armv5
FATAL:Could not load /lib/modules/2.6.35.7-ge439ab5/modules.dep: No such file 
jr directory  - there are 13 such strings (the same) starting "FATAL:"

Also if I click Show Log (the Log is enabled) - the log is empty

Original issue reported on code.google.com by aak.rus@gmail.com on 5 Dec 2011 at 6:25

GoogleCodeExporter commented 8 years ago
One more thing. DroidWall works fine on WiFi and block internet access as 
expected.
But did not work (i.e. do not block internet) on 3G.

Original comment by aak.rus@gmail.com on 16 Dec 2011 at 10:26

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Same here. 

The reason is the name of the 3G device on the Droid RAZR:

It is called qmi0. But DroidWall does not insert a rule for qmi+  
So there is no reference to chain droidwall-3g.

An update would be great. Thx! ;)

Original comment by mrwo...@gmail.com on 30 Jan 2012 at 7:33

GoogleCodeExporter commented 8 years ago
There is a quick workaround for Droid RAZR users.
Just add:

$IPTABLES -I "droidwall" 1 -o qmi+ -j "droidwall-3g"

to "custom script" in DroidWall. Apply Rules and it will work.

Original comment by mrwo...@gmail.com on 30 Jan 2012 at 7:47

GoogleCodeExporter commented 8 years ago
Wow! Excellent! It works on my Motorola RAZR (XT910). Thanks a lot!

Original comment by aak.rus@gmail.com on 3 Feb 2012 at 6:32

GoogleCodeExporter commented 8 years ago
Ohh you are my hero...big thx

Original comment by Jan.eber...@gmail.com on 14 Jul 2012 at 3:35

GoogleCodeExporter commented 8 years ago
Thanks!!! it works on ICS 4.0.4 (XT910)

Original comment by gerardo...@gmail.com on 30 Jul 2012 at 4:42

GoogleCodeExporter commented 8 years ago
On my RAZR XT910 with ICS 4.0.4 it does not work. But I found the follwing 
script which works:

iptables -A droidwall -j droidwall-3g -o qmi+

It is important that all letters (exept "-A") will be low case.

Original comment by aak.rus@gmail.com on 15 Aug 2012 at 7:03

GoogleCodeExporter commented 8 years ago
Excelent! it works for me: 

"There is a quick workaround for Droid RAZR users.
Just add:

$IPTABLES -I "droidwall" 1 -o qmi+ -j "droidwall-3g"

to "custom script" in DroidWall. Apply Rules and it will work"

My phone is: Razr xt910 Jelly Bean 4.1.2 thank you very much!

Original comment by lamentem...@gmail.com on 18 Oct 2013 at 7:32

GoogleCodeExporter commented 8 years ago
¡Excelente!

Funcionando perfecto en mi Motorola RAZR XT910 con Jelly Bean 4.1.2

$IPTABLES -I "droidwall" 1 -o qmi+ -j "droidwall-3g"

Gracias mrwo...@gmail.com

Original comment by heri.cor...@gmail.com on 4 Nov 2013 at 4:29