Android System Recovery is a barebones, factory-installed recovery environment built into older Android devices. It lacks advanced features, forcing users to navigate with volume keys and execute only basic tasks like factory resets or official firmware updates.
The stock Android system contains a script (typically named install-recovery.sh ) that automatically restores the default recovery upon a normal system reboot.
In your platform-tools folder on your PC, open a command prompt ( cmd ). android system recovery 3e install twrp
Hold down the buttons simultaneously (for older models) or Volume Down + Bixby/Side Button while plugging in a USB cable connected to the PC (for newer models).
In rare instances with legacy Android 2.x and 3.x devices running specific iterations of Android System Recovery , developers discovered exploits that allowed custom zip files to look like official updates. In your platform-tools folder on your PC, open
If TWRP cannot read your data, you may need to go to Wipe > Format Data in TWRP and type yes to decrypt it (This erases data) 1.2.3.
Method 1: Installing via Fastboot (Google, Motorola, HTC, Xiaomi) Turn off your Android device completely. If TWRP cannot read your data, you may
If visible in Developer Options, enable OEM Unlocking . This allows the bootloader to be modified.
Modifying system partitions carries a risk of soft-brick or data loss. Complete these preparation steps before modifying your device. 1. Back Up Your Data
Go to and tap Build Number seven times. Navigate to Developer Options and enable USB Debugging and OEM Unlocking . 2. Connect in Fastboot Mode
Once in fastboot mode, type: fastboot flash recovery twrp-filename.img (Replace "twrp-filename.img" with the actual filename you downloaded).