0
Phone: Xiaomi Redmi 4 prime
Rom (custom): lineage-13.0
Xposed: xposed-v87-sdk23-arm64
Root: SuperSU.Pro.2.82

Right now everything works just fine and those apps that need root privileges to work properly, asking for root permission and after granting, they work fine;

There's just one app call Performance Profile (an xposed module) that after running asserts that: "root access failed or busybox was not found"

I do have successfully installed BusyBox 6.7.3.0

What is the problem with this app?

Update 1: I uninstalled BusyBox 6.7.3.0 and installed BusyBox 1.26.2 and using BusyBox Checker Pro 2.0 got the following results showing that everything is ok.

enter image description here

beeshyams
  • 40,739
  • 30
  • 119
  • 269
wiki
  • 465
  • 2
  • 9
  • 20

2 Answers2

0

A wild guess: You did not correctly install busybox.

BusyBox is not a simple application, it's a executable binary that should supposedly be located in /system/xbin. A correct installation of BusyBox includes copying the binary and creating symbolic links.

Judging by the version number you gave, you might probably installed something like "BusyBox installer" from Google Play or so. The (currently) newest BusyBox binary version is 1.26.1, so you may want to check again if BusyBox is installed correctly, not an app from GP.

iBug
  • 7,747
  • 8
  • 44
  • 83
  • Based on what you've suggested, I've done some changes that is reflected in the post. – wiki Jun 05 '17 at 13:52
0

flash rooting using SuperSU-v2.65 solved the problem.

wiki
  • 465
  • 2
  • 9
  • 20