2012-11-05 12:51:39 +00:00
|
|
|
Category:Internet
|
|
|
|
License:GPLv3
|
2013-03-15 17:16:10 +00:00
|
|
|
Web Site:https://github.com/ukanth/afwall/wiki
|
2012-11-05 12:51:39 +00:00
|
|
|
Source Code:https://github.com/ukanth/afwall
|
|
|
|
Issue Tracker:https://github.com/ukanth/afwall/issues
|
|
|
|
|
|
|
|
Summary:Control network traffic
|
|
|
|
Description:
|
2013-03-15 17:16:10 +00:00
|
|
|
Firewall (iptables frontend), based on DroidWall which is no longer being
|
|
|
|
developed.
|
|
|
|
* Supports ICS/JB 4.2.2
|
|
|
|
* Import/Export Rules to external storage
|
|
|
|
* Search Applications
|
|
|
|
* Multiple profiles with custom names
|
|
|
|
* Highlights system applications with custom color
|
|
|
|
* Notify on new installations
|
|
|
|
* VPN Support
|
|
|
|
* Device Admin support to protect against being uninstalled
|
2013-01-15 18:26:34 +00:00
|
|
|
Requires root: Yes. iptables must run as root.
|
2013-03-15 17:16:10 +00:00
|
|
|
|
|
|
|
[https://github.com/ukanth/afwall/blob/master/Changelog.md Changelog]
|
2012-11-05 12:51:39 +00:00
|
|
|
.
|
|
|
|
|
|
|
|
Requires Root:Yes
|
|
|
|
|
|
|
|
Repo Type:git
|
|
|
|
Repo:https://github.com/ukanth/afwall.git
|
|
|
|
|
2013-03-18 18:11:34 +00:00
|
|
|
Build Version:1.2.0,120,1.2.0,\
|
2013-03-15 17:16:10 +00:00
|
|
|
srclibs=ActionBarSherlock@4.2.0;LockPattern@1c1307;Busybox@83785f0;\
|
|
|
|
iptables@android-4.2.2_r1,extlibs=android/android-support-v4.jar,prebuild=\
|
|
|
|
rm -rf res/raw/busybox_g1 res/raw/iptables_armv5 external/ && \
|
|
|
|
mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
|
|
|
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
|
|
sed -i 's@\(android.library.reference.2=\).*@\1$$LockPattern$$@' project.properties && \
|
|
|
|
export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin:$PATH && \
|
|
|
|
mkdir -p bb/ && cp -r $$Busybox$$/* bb/ && cd bb/ && \
|
2013-03-18 18:11:34 +00:00
|
|
|
wget https://raw.github.com/tias/android-busybox-ndk/\
|
|
|
|
bd2bf4f384350a2bb2f81444012a882ddd48662a/android_ndk_defconfigPlus && \
|
2013-03-15 17:16:10 +00:00
|
|
|
mv android_ndk_defconfigPlus .config && \
|
2013-03-18 18:11:34 +00:00
|
|
|
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" && \
|
|
|
|
mv busybox ../res/raw/busybox_g1 && cd ../ && \
|
|
|
|
git clone https://android.googlesource.com/platform/external/iptables && cd iptables && \
|
2013-03-15 17:16:10 +00:00
|
|
|
wget https://hg.adblockplus.org/adblockplusandroid/raw-file/c3c62b79e758/iptables.patch -P ../ && \
|
|
|
|
git apply ../iptables.patch && sed -i 's@ndk-build@$$NDK$$/ndk-build@g' Makefile && \
|
2013-03-18 18:11:34 +00:00
|
|
|
make fixextensions build && mv libs/armeabi/iptables ../res/raw/iptables_armv5
|
2012-11-05 12:51:39 +00:00
|
|
|
|
|
|
|
Auto Update Mode:None
|
2013-03-15 17:16:10 +00:00
|
|
|
Update Check Mode:Tags
|
|
|
|
Current Version:1.2.0
|
|
|
|
Current Version Code:120
|
2012-11-05 12:51:39 +00:00
|
|
|
|