SuperSU binary update failed Solution

SuperSU update failed

May cause the application can not get the full ROOT access

Solution #
FROM Posts: http://bbs.gfan.com/android-7569469-1-1.html
steps:

  1. http://towelroot.com/ click on the icon in the middle of a large download apk
  2. After a successful installation, click the button to open
  3. Installation SuperSU configured su
adb root
adb remount
adb push su /system/xbin
adb shell
# chmod 06755  /system/xbin/su
#  /system/xbin/su --install

(如果不行,再试试将加上下面的内容)
adb push su /system/bin
adb shell
# chmod 06755  /system/bin/su
#  /system/bin/su --install
  1. Application root again
Published 118 original articles · won praise 14 · views 50000 +

Guess you like

Origin blog.csdn.net/github_38641765/article/details/89317351