ayufan-pine64 / android-7.0

DEPRECATED: Main repository with Android 7.0 releases
28 stars 3 forks source link

Super Su Binary Update and Pine64 stopped booting #16

Closed mbt28 closed 7 years ago

mbt28 commented 7 years ago

Hello,

After Super Su binary update pine64 stopped booting. What should I do to fix it?

Thanks

ayufan commented 7 years ago

Yes, this is known problem and it's advised to not do it in first place.

It is potentially possible to fix that if you have adb shell access:

adb connect IP
adb root
adb connect IP
adb remount
adb shell
$ cd /system/bin
$ rm app_process app_process64
$ mv app_process64_original app_process64
$ mv app_process_init app_process
$ sync
$ reboot