Open Z3wn opened 4 years ago
Same here on LineageOS 17.0 (Android 10)
OK, I managed to solve the installation issue with Android 9 on the Samsung Galaxy Tab S6.
Here's how I did it:
Meefik's busybox is now installed.
OK, I managed to solve the installation issue with Android 9 on the Samsung Galaxy Tab S6.
Here's how I did it:
- root the tablet by installing twrp, dm_verity and magisk
- boot into Android
- install root_checker and verify that the device is rooted
- install Meefik's busybox but don't run the internal installer
- cd /data/data/ru.meefik.busybox/files/scripts
- ../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
Pls fix this