1. enable adb by using tricks (there's so many on youtube)
2. download paltform tools & extract in a folder.
3. type
cmd
in address bar, it will open command prompt inside platform tools folder.
4. use these commands one by one
adb kill-server
adb devices
adb shell
content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1
content insert --uri content://settings/secure --bind name:s:device_provisioned --bind value:s:1
am start -n com.google.android.gsf.login/
adb reboot
5. done
here is step by step video guide. (in this video i did bypass frp on Tecno phoen with android security patch 2025
2. download paltform tools & extract in a folder.
3. type
cmd
in address bar, it will open command prompt inside platform tools folder.
4. use these commands one by one
adb kill-server
adb devices
adb shell
content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1
content insert --uri content://settings/secure --bind name:s:device_provisioned --bind value:s:1
am start -n com.google.android.gsf.login/
adb reboot
5. done
here is step by step video guide. (in this video i did bypass frp on Tecno phoen with android security patch 2025

