This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
REM before use this script please disable pin/password unlock screen (set to none) | |
REM enable developer mode and USB debugging | |
REM download ADB and FASTBOOT from https://forum.xda-developers.com/showthread.php?t=2588979 | |
REM download recovery file for your device from https://twrp.me and rename to recovery.img | |
REM Tested with MI A1 | |
REM Thanks, script from https://forum.xda-developers.com/showpost.php?p=75541654&postcount=98 | |
echo. & echo Rebooting & echo. |
NewerOlder