2012-01-26 15:30:23 +00:00
|
|
|
Category: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
|
|
|
|
Repo:http://busybox-android.googlecode.com/svn/trunk/
|
|
|
|
|
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 ../..
|
2012-01-28 00:06:07 +00:00
|
|
|
Build Version:7.2,104,!No source available
|
2012-02-14 20:36:57 +00:00
|
|
|
Build Version:7.5,105,!No source available
|
2012-02-27 07:32:58 +00:00
|
|
|
Build Version:7.6.1,112,!No source available
|
2012-03-27 22:51:27 +00:00
|
|
|
Build Version:7.8.3,117,!No source available
|
2013-01-24 12:00:57 +00:00
|
|
|
#Sketch: Blobs in assets apart from Busybox and /src/.../Constants.java needs patching
|
2013-01-24 12:15:23 +00:00
|
|
|
#sed errors when executing make
|
2013-02-14 20:18:11 +00:00
|
|
|
Build Version:9.6.3,141,!problems with BusyBox Makefile 26,subdir=app,srclibs=\
|
2013-01-24 12:00:57 +00:00
|
|
|
ViewPagerIndicator@2.2.3;RootTools@211;BusyboxConfigs@835af752d,prebuild=\
|
2013-01-24 10:54:28 +00:00
|
|
|
sed -i 's@\(android.library.reference.1=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
|
2013-01-24 12:00:57 +00:00
|
|
|
rm -f ../binaries/* && mkdir -p libs/ && cp -r $$RootTools$$ . && cd RootTools && ant debug && \
|
2013-01-24 10:54:28 +00:00
|
|
|
ant -f makejar.ant && mv roottools.jar ../libs/ && ant clean && cd ../../ && \
|
2013-01-24 12:15:23 +00:00
|
|
|
mkdir -p busybox/ && cd busybox/ && cp -r $$BusyboxConfigs$$/* . && \
|
2013-01-24 12:37:08 +00:00
|
|
|
make ARCH=arm ANDROID_NDK=$$NDK$$ && \
|
2013-01-24 12:00:57 +00:00
|
|
|
mv busybox-git.arm/busybox ../binaries/busybox-1.20-arm && make clean && \
|
2013-01-24 12:37:08 +00:00
|
|
|
make ARCH=mips ANDROID_NDK=$$NDK$$ && \
|
2013-01-24 12:00:57 +00:00
|
|
|
mv busybox-git.mips/busybox ../binaries/busybox-1.20-mips && make clean && \
|
2013-01-24 12:37:08 +00:00
|
|
|
make ARCH=x86 ANDROID_NDK=$$NDK$$ && \
|
2013-01-24 12:00:57 +00:00
|
|
|
mv busybox-git.x86/busybox ../binaries/busybox-1.20-x86 && make clean
|
2012-01-28 00:06:07 +00:00
|
|
|
|
2012-09-21 15:01:48 +00:00
|
|
|
Auto Update Mode:None
|
2012-01-26 17:53:59 +00:00
|
|
|
Update Check Mode:Market
|
2013-03-02 03:01:24 +00:00
|
|
|
Current Version:9.7.2
|
|
|
|
Current Version Code:147
|
2012-01-26 17:53:59 +00:00
|
|
|
|