meefik / busybox

BusyBox for Android
https://meefik.github.io/busybox
GNU General Public License v2.0
1.46k stars 258 forks source link

Bysybox Error #92

Open Z3wn opened 4 years ago

Z3wn commented 4 years ago

Pls fix this

Screenshot_2020-02-22-18-34-56-388_ru meefik busybox Screenshot_2020-02-22-18-35-02-608_ru meefik busybox

jacko9000 commented 4 years ago

Same here on LineageOS 17.0 (Android 10)

taichichuan commented 4 years ago

OK, I managed to solve the installation issue with Android 9 on the Samsung Galaxy Tab S6.

Here's how I did it:

  1. root the tablet by installing twrp, dm_verity and magisk
  2. boot into Android
  3. install root_checker and verify that the device is rooted
  4. install Meefik's busybox but don't run the internal installer
  5. cd /data/data/ru.meefik.busybox/files/scripts
  6. ../bin/vi install.sh change busybox mount -o rw,remount /system to busybox mount -o rw,remount / Make sure that /system is writable
  7. mount -o rw,remount /
  8. chmod 777 /system/xbin
  9. Now, run the internal installer for busybox app and it should work and copy busybox and set symlinks
  10. chmod 755 /system/xbin

Meefik's busybox is now installed.

xieliuhao commented 3 years ago

OK, I managed to solve the installation issue with Android 9 on the Samsung Galaxy Tab S6.

Here's how I did it:

  1. root the tablet by installing twrp, dm_verity and magisk
  2. boot into Android
  3. install root_checker and verify that the device is rooted
  4. install Meefik's busybox but don't run the internal installer
  5. cd /data/data/ru.meefik.busybox/files/scripts
  6. ../bin/vi install.sh change busybox mount -o rw,remount /system to busybox mount -o rw,remount /

Make sure that /system is writable 7. mount -o rw,remount / 8. chmod 777 /system/xbin 9. Now, run the internal installer for busybox app and it should work and copy busybox and set symlinks 10. chmod 755 /system/xbin Meefik's busybox is now installed.

hey ~ step 9 ,I am very confused