2e8dd37eb4
probably never will be again. Useful recipes (those that build but can't be included due to non-commercial licence, Google Maps use etc.) have their builds disabled with a "!". OSMdroid is one exception: it may be useful but is still Disabled. Ones that don't build and can never been included or are of no use have been deleted. Also OTPDroid build has been enabled.
51 lines
2.1 KiB
Plaintext
51 lines
2.1 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/
|
|
|
|
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 ../..
|
|
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
|
|
#Sketch: Blobs in assets apart from Busybox and /src/.../Constants.java needs patching
|
|
#sed errors when executing make
|
|
Build Version:9.6.3,141,!problems with BusyBox Makefile 26,subdir=app,srclibs=\
|
|
ViewPagerIndicator@2.2.3;RootTools@211;BusyboxConfigs@835af752d,prebuild=\
|
|
sed -i 's@\(android.library.reference.1=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
|
|
rm -f ../binaries/* && mkdir -p libs/ && cp -r $$RootTools$$ . && cd RootTools && ant debug && \
|
|
ant -f makejar.ant && mv roottools.jar ../libs/ && ant clean && cd ../../ && \
|
|
mkdir -p busybox/ && cd busybox/ && cp -r $$BusyboxConfigs$$/* . && \
|
|
make ARCH=arm ANDROID_NDK=$$NDK$$ && \
|
|
mv busybox-git.arm/busybox ../binaries/busybox-1.20-arm && make clean && \
|
|
make ARCH=mips ANDROID_NDK=$$NDK$$ && \
|
|
mv busybox-git.mips/busybox ../binaries/busybox-1.20-mips && make clean && \
|
|
make ARCH=x86 ANDROID_NDK=$$NDK$$ && \
|
|
mv busybox-git.x86/busybox ../binaries/busybox-1.20-x86 && make clean
|
|
|
|
Auto Update Mode:None
|
|
Update Check Mode:Market
|
|
Current Version:9.7.1
|
|
Current Version Code:146
|
|
|