fdroiddata/metadata/stericson.busybox.donate.txt

51 lines
2.1 KiB
Plaintext
Raw Normal View History

2012-01-26 15:30:23 +00:00
Category:System
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/
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
#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
Build Version:9.6.3,141,!problems with BusyBox Makefile 26,subdir=app,srclibs=\
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 && \
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-04-09 21:43:19 +00:00
mkdir -p busybox/ && cd busybox/ && cp -r $$BusyboxConfigs$$/* . && \
2013-01-24 12:37:08 +00:00
make ARCH=arm ANDROID_NDK=$$NDK$$ && \
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$$ && \
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$$ && \
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
Update Check Mode:Market
Current Version:9.7.2
Current Version Code:147