2013-11-02 00:16:14 +00:00
|
|
|
Categories:System
|
2012-02-21 07:40:49 +00:00
|
|
|
License:Apache2
|
2012-01-26 15:30:23 +00:00
|
|
|
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
|
2013-04-21 16:16:11 +00:00
|
|
|
Repo:http://busybox-android.googlecode.com/svn;trunk=trunk;tags=tags
|
2012-01-26 15:30:23 +00:00
|
|
|
|
2013-02-14 20:18:11 +00:00
|
|
|
Build Version:7.1,103,!busybox prebuilt binaries 3,target=android-8,prebuild=\
|
2012-01-26 15:30:23 +00:00
|
|
|
cd src/stericson &&\
|
|
|
|
svn co -r 133 http://roottools.googlecode.com/svn/trunk/Developmental/RootTools_sdk3_generic/src/com/stericson/RootTools &&\
|
|
|
|
cd ../..
|
2013-04-21 16:16:11 +00:00
|
|
|
|
2013-07-11 14:53:52 +00:00
|
|
|
# Replace reboot.png etc. in assets: although they are pulled from a device
|
|
|
|
# and don't need to be built from source according to system library exception,
|
|
|
|
# we could pull them from Replicant or CM.
|
|
|
|
# x86 and MIPS builds don't work for some reason
|
2013-07-11 15:16:53 +00:00
|
|
|
Build Version:9.6.3,141,!WIP (see description) at 26,subdir=app,\
|
|
|
|
patch=code-141.patch,\
|
2013-07-11 14:53:52 +00:00
|
|
|
target=android-15,\
|
|
|
|
srclibs=ViewPagerIndicator@2.2.3;Busybox@1_21_0;RootTools@211;BusyboxConfigs@e71bc43bd0,\
|
|
|
|
prebuild=sed -i 's@\(.1=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
|
|
|
|
rm -f ../binaries/* assets/busybox* && mkdir -p libs/ && \
|
|
|
|
cp -r $$RootTools$$ .. && cp -r $$Busybox$$ .. && \
|
|
|
|
cp -r $$BusyboxConfigs$$/* ../Busybox/configs/ && \
|
|
|
|
cd ../Busybox && for i in configs/patches/*.patch; do patch -p1 < $i; done && \
|
|
|
|
mv configs/android_ndk_stericson-like .config,\
|
|
|
|
build=cd ../RootTools && ant release && ant -f makejar.ant && \
|
|
|
|
mv roottools.jar ../app/libs/ && ant clean && cd ../Busybox && \
|
|
|
|
export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin:$PATH && \
|
|
|
|
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" ARCH=arm ANDROID_NDK=$$NDK$$ && \
|
|
|
|
mv busybox ../app/assets/busybox-1.21.0-ARM.png && make clean
|
2012-01-28 00:06:07 +00:00
|
|
|
|
2013-07-11 14:53:52 +00:00
|
|
|
#export PATH=$$NDK$$/toolchains/mipsel-linux-android-4.4.3/prebuilt/linux-x86/bin:$PATH && \
|
|
|
|
#export PATH=$$NDK$$/toolchains/x86-4.4.3/prebuilt/linux-x86/bin:$PATH && \
|
|
|
|
#make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-x86" ARCH=x86 ANDROID_NDK=$$NDK$$ && \
|
|
|
|
#mv busybox ../app/assets/busybox-1.21.0-x86.png && make clean
|
|
|
|
#make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-mips" ARCH=mips ANDROID_NDK=$$NDK$$ && \
|
|
|
|
#mv busybox ../app/assets/busybox-1.21.0-MIPS.png && make clean
|
2012-09-21 15:01:48 +00:00
|
|
|
Auto Update Mode:None
|
2013-04-21 16:16:11 +00:00
|
|
|
Update Check Mode:Static
|
|
|
|
Current Version:9.6.3
|
|
|
|
Current Version Code:141
|
2013-07-11 15:16:53 +00:00
|
|
|
|