What's new

How to enable usb debugging in a lock phone?

Joined
Jul 25, 2020
Posts
47
Reaction
4
Points
79
So bali magttry po sana ko magflashing kaso hndi po sya mabasa ng pc. Naka charging lang po sya
Pahelp naman mga lods. Salamat
 
on your smartphone, turn on usb debugging
go to Settings > About Phone > tap UI version, 7 times to unlock Developer Options (e.g. MIUI version 12.0.2)
back to Settings menu, search Developer Options then find Enable USB debugging, turn it ON
to flash custom ROM or any ROM compatible with the device, unlock Bootloader first
 
Last edited:
need mo po ng custom recovery. then run mo to sa terminal.
Code:
adb shell

su

mount -o remount,rw /system

cd /

echo "persist.service.adb.enable=1" >> default.prop

echo "persist.service.debuggable=1" >> default.prop

echo "persist.sys.usb.config=mtp,adb" >> default.prop

echo "persist.service.adb.enable=1" >> /system/build.prop

echo "persist.service.debuggable=1" >> /system/build.prop

echo "persist.sys.usb.config=mtp,adb" >> /system/build.prop
 
naku oppo ka pala. hahaha goodluck lods. di ko sure kung gagana yan. napakahigpit ng oppo pag dating sa rooting, and unlock ng boot loader.
 
Back
Top