fdroiddata/metadata/stericson.busybox.donate.txt

80 lines
3.4 KiB
Plaintext
Raw Normal View History

Disabled:Publish stericson.busybox instead: it's more limited but safer (since it doesn't have the restore option) and likely to get updated more often. The source code for this version is held back for a time (for financial gain, no doubt).
Categories:System
License:Apache2
Web Site:http://code.google.com/p/busybox-android
Source Code:http://code.google.com/p/busybox-android/source
2014-01-16 14:25:07 +00:00
Issue Tracker:http://code.google.com/p/busybox-android/issues
2012-01-26 15:30:23 +00:00
2014-01-18 22:37:20 +00:00
Name:BusyBox Installer
Summary:Interface to install system tools
2012-01-26 15:30:23 +00:00
Description:
2014-01-21 14:59:11 +00:00
'''N.B''' During testing it was found that the restore function
wasn't working properly. It's recommended that you don't use it.
2014-01-18 22:37:20 +00:00
Interface to install BusyBox 1.21.1
2014-01-18 22:53:13 +00:00
(just ARM architecture for now as the other ones can't be built)
2014-01-18 22:37:20 +00:00
as well other versions off the internet (if you're brave).
Don't install the 1.21.0 version as it isn't in the apk.
2012-01-26 15:30:23 +00:00
BusyBox combines tiny versions of many common UNIX utilities into a single
small executable. It provides replacements for most of the utilities you
2014-01-18 22:37:20 +00:00
usually find in GNU fileutils, shellutils, etc.
2014-01-18 22:53:13 +00:00
Android usually comes with a very limited multi-tool called Toolbox
and sometimes it is crippled even more, so a standard Busybox is often needed
by root apps that need to do different jobs.
2014-01-18 22:37:20 +00:00
The app allows you backup and restore current binaries; to disable individual applets
and see their help documentation.
2014-01-18 22:53:13 +00:00
Just in case something goes wrong it would be wise to have a system
image nearby that can be flashed via recovery or fastboot.
2014-01-18 22:37:20 +00:00
2014-01-18 22:53:13 +00:00
The range of applets in
[https://raw2.github.com/tias/android-busybox-ndk/master/android_ndk_stericson-like this]
version isn't identical to the upstream version.
2014-01-18 22:37:20 +00:00
Requires root.
2012-01-26 15:30:23 +00:00
.
Requires Root:Yes
Repo Type:git-svn
2014-01-18 22:37:20 +00:00
Repo:http://busybox-android.googlecode.com/svn/trunk
Build:10.3,161
commit=32
subdir=app/Pro
target=android-15
srclibs=1:ViewPagerIndicator@8cd549;RootTools@3.4;BusyboxConfigs-linusyang@63dc
2014-01-18 22:37:20 +00:00
rm=binaries;patches;app/Free;app/Pro/assets
prebuild=mkdir assets && \
cp -r $$RootTools$$/src/com/ src/ && \
2014-01-18 22:37:20 +00:00
cp -r $$BusyboxConfigs-linusyang$$ ../BB && \
sed -i 's/darwin-x86_64/linux-x86/g;s/4.4.3/4.6/g;/android_ndk_config-w-patches/d;s/#CONFIG_FILE/CONFIG_FILE/' ../BB/Makefile
2014-01-18 22:37:20 +00:00
build=cd ../BB && \
export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin:$PATH && \
2014-01-18 22:37:20 +00:00
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" ARCH=arm ANDROID_NDK=$$NDK$$ && \
mv busybox-git.arm/busybox ../Pro/assets/busybox1.21.1.png
Build:10.3.1,162
commit=37
subdir=deprecated/Pro
forceversion=yes
forcevercode=yes
target=android-15
srclibs=1:ViewPagerIndicator@8cd549;RootTools@3.4;BusyboxConfigs-linusyang@63dc
rm=binaries;patches;app;deprecated/Free;deprecated/Pro/assets
prebuild=mkdir assets && \
cp -r $$RootTools$$/src/com/ src/ && \
cp -r $$BusyboxConfigs-linusyang$$ ../BB && \
sed -i 's/darwin-x86_64/linux-x86/g;s/4.4.3/4.6/;/android_ndk_config-w-patches/d;s/#CONFIG_FILE/CONFIG_FILE/' ../BB/Makefile
build=cd ../BB && \
export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin:$PATH && \
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" ARCH=arm ANDROID_NDK=$$NDK$$ && \
mv busybox-git.arm/busybox ../Pro/assets/busybox1.21.1.png
2012-09-21 15:01:48 +00:00
Auto Update Mode:None
2014-01-18 22:37:20 +00:00
Update Check Mode:None
Current Version:10.3.1
Current Version Code:162