Disabled:Blobs in assets apart from Busybox and Constants needs patching Category:System License:Apache2 Web Site:http://code.google.com/p/busybox-android/ Source Code:http://code.google.com/p/busybox-android/source/checkout Issue Tracker:http://code.google.com/p/busybox-android/issues/list Summary:BusyBox installer Description: Installs and updates BusyBox on a rooted device. BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides replacements for most of the utilities you usually find in GNU fileutils, shellutils, etc. See the BusyBox web site at http://www.busybox.net for more information. BusyBox itself is GPLv2 licensed. . Requires Root:Yes Repo Type:git-svn Repo:http://busybox-android.googlecode.com/svn/trunk/ Build Version:7.1,103,3,target=android-8,prebuild=\ cd src/stericson &&\ svn co -r 133 http://roottools.googlecode.com/svn/trunk/Developmental/RootTools_sdk3_generic/src/com/stericson/RootTools &&\ cd ../.. Build Version:7.2,104,!No source available Build Version:7.5,105,!No source available Build Version:7.6.1,112,!No source available Build Version:7.8.3,117,!No source available Build Version:9.6.3,141,26,subdir=app,srclibs=\ ViewPagerIndicator@2.2.3;RootTools@211;Busybox@c9677ed83;BusyboxConfigs@835af752d,prebuild=\ sed -i 's@\(android.library.reference.1=\).*@\1$$ViewPagerIndicator$$@' project.properties && \ mkdir -p libs/ && cp -r $$RootTools$$ . && cd RootTools && ant debug && \ ant -f makejar.ant && mv roottools.jar ../libs/ && ant clean && cd ../../ && \ mkdir -p busybox/ && cp -r $$Busybox$$/* busybox/ && \ cp -f $$BusyboxConfigs$$/android_ndk_stericson-like busybox/.config && \ rm -f binaries/* && cp $$BusyboxConfigs$$/patches/* patches/ && \ cd busybox && find ../patches -name * -print 0 | xargs -0 patch -p1 && \ make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" && \ mv busybox ../binaries/busybox-1.20-arm && make clean && \ make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-mips" && \ mv busybox ../binaries/busybox-1.20-mips && make clean && \ make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-x86" && \ mv busybox ../binaries/busybox-1.20-x86 && make clean Auto Update Mode:None Update Check Mode:Market Current Version:9.6.5 Current Version Code:143