0% found this document useful (0 votes)
2K views1 page

FRP Remove Command

This document provides instructions for removing ADB mode, removing fastboot mode on devices that require bootloader unlock, and bypassing Xiaomi accounts. To remove ADB mode, it lists commands to insert settings to mark user setup as complete and start login activities. To remove fastboot mode on devices requiring bootloader unlock, it lists commands to erase the config, FRP, and persist partitions. To bypass a Xiaomi account, it equates bootloader unlock commands to fastboot erase commands and provides an alternative erase userdata command for userdata errors.

Uploaded by

Ziga Ow KK
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views1 page

FRP Remove Command

This document provides instructions for removing ADB mode, removing fastboot mode on devices that require bootloader unlock, and bypassing Xiaomi accounts. To remove ADB mode, it lists commands to insert settings to mark user setup as complete and start login activities. To remove fastboot mode on devices requiring bootloader unlock, it lists commands to erase the config, FRP, and persist partitions. To bypass a Xiaomi account, it equates bootloader unlock commands to fastboot erase commands and provides an alternative erase userdata command for userdata errors.

Uploaded by

Ziga Ow KK
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

FRP REMOVE ADB MODE

===============
adb shell "content insert --uri content://settings/secure --bind
name:s:user_setup_complete --bind value:s:1"
adb shell "am start -n com.google.android.gsf.login/"
adb shell "am start -n com.google.android.gsf.login.LoginActivity"
adb shell content insert --uri content://settings/secure --bind
name:s:user_setup_complete --bind value:s:1

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 တက္ေနလ်င္ == fastboot erase userdata

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


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

You might also like