- Messages
- 23
- Reaction score
- 0
- Points
- 26
Bugs: MTP?
Nasa XDA naman na kung paano i-boot, pero repost ko nalang ulet dito :P
How to boot?
Due to how this device works, we can only flash a stock recovery or else it won't boot with custom recovery at all
Download TWRP here: https://androidfilehost.com/?fid=818070582850505557
(skip if already installed) install adb & fastboot drivers here: https://forum.xda-developers.com/showthread.php?t=2588979
1. Enable OEM unlocking & USB debugging via Settings > Developer Options
2. Open Command Prompt & "cd" where you downloaded the image & type:
Allow it when a prompt shows up then try again if it doesn't work
When a warning about unlocking bootloader shows up, press volume up (will factory reset your device after rebooting)
There! Enjoy TWRP & READ NOTES!
NOTES:
- If this is the first time you booted TWRP, install SuperSU zip (or use "adb reboot") or else the device won't boot to Android after rebooting using TWRP's reboot option! (modifies /system partition, renames recovery-from-boot.p to recovery-from-boot.bak, causing dm-verity to invalidate it)
- If your /data partition is throwing errors, you need to reboot it using "adb reboot", since you've just unlocked the bootloader & needs to be formatted via stock recovery
- Since it's just "fastboot boot", it won't stay on your device (don't even try to "fastboot flash" it)
Nasa XDA naman na kung paano i-boot, pero repost ko nalang ulet dito :P
How to boot?
Due to how this device works, we can only flash a stock recovery or else it won't boot with custom recovery at all
Download TWRP here: https://androidfilehost.com/?fid=818070582850505557
(skip if already installed) install adb & fastboot drivers here: https://forum.xda-developers.com/showthread.php?t=2588979
1. Enable OEM unlocking & USB debugging via Settings > Developer Options
2. Open Command Prompt & "cd" where you downloaded the image & type:
Code:
adb reboot bootloader
Code:
fastboot oem unlock
Code:
fastboot boot TWRP-3.1.0-0_v3961.img
NOTES:
- If this is the first time you booted TWRP, install SuperSU zip (or use "adb reboot") or else the device won't boot to Android after rebooting using TWRP's reboot option! (modifies /system partition, renames recovery-from-boot.p to recovery-from-boot.bak, causing dm-verity to invalidate it)
- If your /data partition is throwing errors, you need to reboot it using "adb reboot", since you've just unlocked the bootloader & needs to be formatted via stock recovery
- Since it's just "fastboot boot", it won't stay on your device (don't even try to "fastboot flash" it)
Last edited: