paragontrix
Newbie
Has anyone checked if the phone in either EDL or dfu mode gets detected by adb? If someone wants try doing these commands in normal adb environment than if nothing works try in EDL and dfu mode if adb can communicate
-adb shell
-su
-mount -o remount,rw /system /system edit: it could only be one /system and if it's not working because of the location type mount without the rest of it and find a target location to replace /system with
Than we could try to just push SU to the phone manually.
-adb shell
-su
-mount -o remount,rw /system /system edit: it could only be one /system and if it's not working because of the location type mount without the rest of it and find a target location to replace /system with
Than we could try to just push SU to the phone manually.
Last edited: