55 lines
2.4 KiB
Plaintext
55 lines
2.4 KiB
Plaintext
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=trunk;tags=tags
|
|
|
|
Build Version:7.1,103,!busybox prebuilt binaries 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 ../..
|
|
|
|
# Replace reboot.png etc. in assets and patch src/.../Constants.java
|
|
Build Version:9.6.3,141,!Error building MIPS binary (at 26),subdir=app,srclibs=\
|
|
ViewPagerIndicator@2.2.3;Busybox@1_21_0;RootTools@211;\
|
|
BusyboxConfigs@e71bc43bd0,prebuild=\
|
|
sed -i 's@\(reference.1=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
|
|
rm -f ../binaries/* assets/*.png && 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 debug && 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:\
|
|
$$NDK$$/toolchains/mipsel-linux-android-4.4.3/prebuilt/linux-x86/bin:\
|
|
$$NDK$$/toolchains/x86-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 && \
|
|
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 && \
|
|
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
|
|
|
|
Auto Update Mode:None
|
|
Update Check Mode:Static
|
|
Current Version:9.6.3
|
|
Current Version Code:141
|