17-12-2020, 04:32 PM
Hi, I have a Realme C12(RMX2189) having Android 10 with locked bootloader.
The strange thing in Realme devices is, when we boot to recovery we can access adb commands and when we issue adb root, then we can get temporary root access with pull, shell commands.
May be it is because of
Code:
ro.debuggable=1
ro.secure=0
ro.adb.secure=0
I think we can't do anything except partition dumps.
What are your ideas about this?
Please share.