Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bysybox Error #92

Open
Z3wn opened this issue Feb 22, 2020 · 3 comments
Open

Bysybox Error #92

Z3wn opened this issue Feb 22, 2020 · 3 comments

Comments

@Z3wn
Copy link

Z3wn commented Feb 22, 2020

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
Copy link

Same here on LineageOS 17.0 (Android 10)

@taichichuan
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants