2014-02-01 00:40:00 +00:00
|
|
|
Categories:Security,Internet
|
2011-01-22 21:40:28 +00:00
|
|
|
License:GPLv3
|
2014-01-31 01:41:47 +00:00
|
|
|
Web Site:https://code.google.com/p/droidwall
|
2014-01-31 01:51:41 +00:00
|
|
|
Source Code:https://droidwall.googlecode.com/svn/tags/v1.5.7
|
2014-01-31 01:41:47 +00:00
|
|
|
Issue Tracker:https://code.google.com/p/droidwall/issues
|
2012-01-10 23:25:28 +00:00
|
|
|
|
2013-06-14 06:16:22 +00:00
|
|
|
Auto Name:DroidWall
|
2013-03-29 14:13:47 +00:00
|
|
|
Summary:Firewall frontend
|
2011-01-22 21:40:28 +00:00
|
|
|
Description:
|
2013-10-30 17:54:12 +00:00
|
|
|
'''N.B'''Development of this app ceased in mid 2012.
|
2012-11-10 11:53:43 +00:00
|
|
|
|
2013-05-03 11:37:07 +00:00
|
|
|
Tap the tab at the top to switch between whitelist and blacklist mode.
|
|
|
|
Tap Menu and Apply Changes to apply.
|
|
|
|
|
|
|
|
Recommended platforms are Android 1.6 to 2.3.7.
|
2013-01-15 18:26:34 +00:00
|
|
|
|
2013-03-29 14:13:47 +00:00
|
|
|
Requires root: Yes. iptables (the firewall itself) has to be run as root.
|
2011-01-22 21:40:28 +00:00
|
|
|
.
|
|
|
|
|
2011-03-08 15:13:46 +00:00
|
|
|
Requires Root:Yes
|
|
|
|
|
2013-03-29 14:13:47 +00:00
|
|
|
#The trunk is now (08-2012) empty but svn/tags/ is still populated
|
2013-10-30 17:54:12 +00:00
|
|
|
Repo Type:git-svn
|
2014-01-31 01:51:41 +00:00
|
|
|
Repo:https://droidwall.googlecode.com/svn;trunk=trunk;tags=tags
|
2013-10-30 17:54:12 +00:00
|
|
|
|
|
|
|
Build:1.5.7,157
|
|
|
|
commit=250
|
|
|
|
init=rm -rf external/iptables && \
|
|
|
|
cd external && \
|
|
|
|
git clone https://android.googlesource.com/platform/external/iptables
|
|
|
|
patch=iptables.patch
|
2014-08-26 11:30:35 +00:00
|
|
|
srclibs=Busybox@83785f0,BusyboxConfigs@bd2bf4f3
|
2013-10-30 17:54:12 +00:00
|
|
|
prebuild=rm -rf res/raw/busybox_g1 res/raw/iptables_armv5 external/busybox && \
|
|
|
|
sed -i 's/android:minSdkVersion=\"3\"/android:minSdkVersion=\"4\" android:maxSdkVersion=\"10\"/g' AndroidManifest.xml && \
|
|
|
|
cp $$BusyboxConfigs$$/android_ndk_defconfigPlus $$Busybox$$/.config
|
2014-08-26 11:30:35 +00:00
|
|
|
target=android-8
|
2013-10-30 17:54:12 +00:00
|
|
|
build=export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin:$PATH && \
|
|
|
|
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" -C $$Busybox$$ && \
|
|
|
|
mv $$Busybox$$/busybox res/raw/busybox_g1 && \
|
|
|
|
cd external/iptables && \
|
|
|
|
python extensions/fixinit.py && \
|
|
|
|
$$NDK$$/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk && \
|
|
|
|
mv libs/armeabi/iptables ../../res/raw/iptables_armv5
|
2012-01-10 23:25:28 +00:00
|
|
|
|
2013-06-14 06:16:22 +00:00
|
|
|
Auto Update Mode:None
|
2013-10-30 17:54:12 +00:00
|
|
|
Update Check Mode:Tags
|
2013-03-24 08:13:19 +00:00
|
|
|
Current Version:1.5.7
|
|
|
|
Current Version Code:157
|
2012-08-24 16:22:10 +00:00
|
|
|
|