0% found this document useful (0 votes)
278 views1 page

FRP Remove Command

The document outlines methods for removing Factory Reset Protection (FRP) using ADB and Fastboot modes, including specific commands for erasing configuration and persistence data. It also mentions the need for bootloader unlocking to execute certain commands and provides instructions for bypassing Xiaomi account restrictions. Additionally, it includes troubleshooting steps for userdata errors.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
278 views1 page

FRP Remove Command

The document outlines methods for removing Factory Reset Protection (FRP) using ADB and Fastboot modes, including specific commands for erasing configuration and persistence data. It also mentions the need for bootloader unlocking to execute certain commands and provides instructions for bypassing Xiaomi account restrictions. Additionally, it includes troubleshooting steps for userdata errors.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

FRP REMOVE ADB MODE

===============
adb shell "content insert --uri content://settings/secure --bind
user_setup_complete
adb shell "am start -n [Link]/"
adb shell "am start -n [Link]"
adb shell content insert --uri content://settings/secure --bind
user_setup_complete

FRP REMOVE FASTBOOT MODE (need bootloader unlock)


====================================
fastboot erase config
fastboot erase frp
fastboot -i 0x2a96 erase config
fastboot erase persist (for only spd cpu)

===================================================================================
==============

fastboot erase config


fastboot erase persist
fastboot -i 0x2a96 erase config

emmcdl -p com* -f prog_emmc_msm* -e config


====================================================================

Xiaomi Account Bypass


===============
bootloader unlock == fastboot erase persist
bootloader unlock == fastboot erase config
bootloader unlock == fastboot -w

userdata error occurred == fastboot erase userdata

emmcdl -p com* -f progemmc_msm* -e persist


emmcdl -p com* -f progemmc_msm* -e config
===================================================================

You might also like