EXA Busybox Installer(no root)

Contains ads
3.6
228 reviews
100K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

With the latest update, app now ensure 100% successful to run Busybox on all android device as long as the device support terminal command.


BusyBox: The Swiss Army Knife of Embedded Linux

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. The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. BusyBox provides a fairly complete environment for any small or embedded system.

BusyBox has been written with size-optimization and limited resources in mind. It is also extremely modular so you can easily include or exclude commands (or features) at compile time. This makes it easy to customize your embedded systems. To create a working system, just add some device nodes in /dev, a few configuration files in /etc, and a Linux kernel.





However, using Busybox on android required root access for most app. But, since android is base on linux kernel, we will be able to run Busybox by using some linux hack.



Required:


Device with one of the following architecture:

arm, arm64, x86, x86_64, mips, mips64


Terminal Emulator for Android, or any terminal app you prefer.



Source is available here:

https://github.com/EXALAB/Busybox-Installer-No-Root
Updated on
Jun 18, 2023

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
This app may share these data types with third parties
Personal info and Device or other IDs
No data collected
Learn more about how developers declare collection
Data is encrypted in transit
Data can’t be deleted

Ratings and reviews

3.6
216 reviews
Venc Dee
November 18, 2021
Working (that's good),may be used on rooted devices too(useful for same automation scripts used on multiple devices using same dirs).But there should be a convenient option to choose another terminal app when launched from app itself.Because the default term of Jack P. is rather poor and incompatible with some devices and keyboards(it can be solved manually but it's just another inconvenience).ADDITION:Has no permission to access the source dir (Huawei). Only way to use busybox now seems termux!
4 people found this review helpful
Did you find this helpful?
Josh schwarz
January 23, 2023
Don't waste your time it's absolutely useless it doesn't do anything even if you actually follow all the processes do everything you ask it's not going to do anything of what it told you it's going to don't waste your time it's probably got viruses and now I've got to get a new phone great
2 people found this review helpful
Did you find this helpful?
Eslam Muhammed
July 27, 2021
Hey bro , i know where the problem in this app , you just need to make unix binaries available in /sdcard , mean you need to add access to storage permission in this app , and then add binaries in a directory then we can export path to this directory , and it will work , the problem was because any terminal app not have the pemission to list content of /data/data/com.yourpackagename But it have access to storage , so you need to make binaries available in /sdcard partition okay
8 people found this review helpful
Did you find this helpful?

What's new

*Support Android Tiramisu (API 33)
*Bug Fixed
*Huge Improvement