DEV Community

Sriteja Sugoor
Sriteja Sugoor

Posted on

Bypassing Realme App Lock

If you have set app lock on your Realme, Oppo or Oneplus device and forgot the privacy password (app lock password) then this is for you.

First try to reset the password using the methods mentioned in realme website. If any of them works then great, else read the below.

You need a laptop to do this. First connect your device to laptop through adb by following this.

Also Disable Permission Monitoring from developer settings in Phone.

Then you can run this commands to bypass.

adb shell pm disable-user -k com.oplus.safecenter
adb shell pm clear com.oplus.safecenter
Enter fullscreen mode Exit fullscreen mode

Now try to open the app that you locked. If that didn't open, try using a different launcher. It will open

Top comments (0)