Lenovo Vibe P1m (lenovo-p1m)/twrp-install
Appearance
Prerequisites:
- ADB Tools
- A TWRP image
Unlocking the Bootloader
| WARNING: Your device will be FULLY FORMATED, backup all important data before proceeding! |
| WARNING: It is important to follow the steps to flash TWRP right after unlocking the bootloader, as just the bootloader unlocking may leave the stock OS in a non-bootable state. |
| On some devices, the confirmation buttons for OEM Unlocking (Volume Up and Volume Down) may be reversed. Do not trust the text shown on the unlock screen, try both. |
- Enable Developer options by tapping Build number in Settings -> About phone -> Device information
- Enable OEM Unlocking
- Power off your P1m
- Hold volume down + power button until the "Select Boot Mode:" screen appears
- Go to fastboot with volume down and confirm with volume up
- Connect your phone to a PC with adb tools
- Run
fastboot oem unlockand follow the prompt - After that you should be back at the "Select Boot Mode:" screen
- DO NOT reboot the device if you want to install TWRP, follow the steps in the next section.
Flashing TWRP
| WARNING: The only version that works on this device is a custom themed TWRP 3.1.1 by an unknown creator. Its legitimacy, safety and lack of bugs cannot be verified. Proceed at your own risk! |
- Download TWRP from the following link: https://archive.org/details/twrp-3.1.1-default-themed
- Execute
fastboot flash recovery <path to recovery> - Immediately after flashing, run
fastboot format userdataandfastboot format cacheThis will make the stock OS bootable. - Reboot the device.