Busybox 1.23.1 Stable for Android
All right guys im just going to keep this real nice and simple. Purpose of thread:
I compiled this binary from source to get lastest busybox on my android phone (I like lastest everything :laugh:). It's compiled using arm-none-linux-gnueabi toolchain from Mentor Graphics
How To Use:
- Download the binary and put it into /system/xbin ( you should mount your system part (r/w)).
- know run from terminal
Code:chmod 755 /system/xbin/busybox
busybox --install -s /system/xbin/
- You Should Now Have Busybox
Thanks For Reading :good:
Download Link
Click The Text To Download
P.S.#1 Busybox binary always be updated
P.S.#2 to mount system rw run from terminal
Code:
mount -o remount,rw /system