busybox
busybox copied to clipboard
BusyBox for Android
when user root tries to create virtual interface like this: `# tunctl -t tun1` it gets error: `tunctl: /dev/net/tun: No such file or directory` tunctl should use: `/dev/tun` instead
The README.md says at the bottom that it is possible to use the tools without rooting the device by using them directly from /data/data/ru.meefik.busybox/files/bin. On my Android 7 device this...
Starting with Android M, many root-dependant application insert their files into filesystem by loading them from image, which is picked up by patched boot. This way, it's both easier to...
I'm lazy and don't want to have to manually click "install" to update the Busybox binaries when the app has been updated. How about implementing some sort of check that...
First of all thanks for this busybox! I'm on lineage os 15.1 on a Xiaomi Mi Mix 2 device. I would like to set the hardware clock using the hwclock...
Upgrading busybox from 1.27.2 -> 1.28.4 completely broke how xargs handles error codes. Before: - loop through script executions via piped input - on script failure, `exit 255` - xargs...
You have the "Zip archive" option to be able to install BusyBox via recovery, as well as the two "Install" and "Remove" buttons for installation and removal using the app...
There is little operations for busybox through GUI. It looks like clean when an option to **hide desktop icon** is available!
Hello @meefik (Sorry if this should have been sent to the original BusyBox author, I just don't know how to contact him...) The 'touch' command in BusyBox seems not able...
I looks that new version has been released without increasing versionName. Also tag is missing. * https://github.com/meefik/busybox/commit/162f7bcfe8c09d7621301847219bb1d5f069bb4d It is confusing and probably causes issues with F-Droid version auto-detection: * https://gitlab.com/fdroid/fdroiddata/blob/master/metadata/ru.meefik.busybox.txt