I tried the 3.4 from deestroy and it says kinstalldeviceopenerror, which the offain 3.3 doesnt say. Is there any way to fix this issue in the deestroy one?
1. Enable developer options (your bootloader should still be unlocked)
2. adb reboot bootloader
3. fastboot boot twrp-daisy-3.2.3-0.img
4. Hit "Cancel" if you're prompted for a decrypt password
5. adb push ./twrp-installer-daisy-3.2.3-0.zip /sdcard
6. Run the install in TWRP to permanently install TWRP across both slots
7. Reboot (you can reboot afterwards to TWRP to verify it is there)
The button combination for recovery is power + Vol up.I followed this tutorial and went to a TWRP boot looping in the first time.
Then searching in XDA i have found this thread https://forum.xda-developers.com/t/...2-1-2-oreo-touch-recovery-2018-03-06.3688472/ where it says to change the partitions on installing the ZIP. I did this installation but now that i flashed TWRP 3.4, i cant access it with Power + Vol-. It goes to Fastboot mode.
Any ideas of what can i do to have TWRP working?
adb reboot bootloader
fastboot boot twrp-daisy-3.2.3-0.img
adb push ./twrp-installer-daisy-3.2.3-0.zip /sdcard
(internal storage)adb sideload twrp-installer-daisy-3.2.3-0.zip
adb reboot recovery
cmd at this point should thus boot in installed TWRP ? (in other words: did TWRP installed in [default] "recovery" partition ? )It is already very confusing and time-consuming to get the overview. Official ROMs and TWRP turn out to be early beta or unsuitable. Installation instructions of custom ROMs are incomplete, making it very difficult for beginners. If I want to switch to a new Android version, I will wait until the custom ROM including OTA works error-free after the experiences I have made. We use our devices as daily drivers and have neither the time nor the desire to repeatedly perform set ups.This is the [official] TWRP for daisy.
So, if I understood right, is the version that cooperate better than other with _daisy (miA2Lite). Am I right?
I'm trying to install a LOS and I need to know if the last [official] TWRP is better fits to my device (miA2Lite) or is it not depended on device but LOS version?
As for the guide: Thank you again, thank you in advance, and please help the under averages little more.
Is the mentioned files updated or must be replaced by eu.dl.twrp.me/daisy/ latest ?
(ie. twrp-installer-3.6.0_9-dees_troy-daisy.zip & twrp-3.6.0_9-dees_troy-daisy.img ?)
Please make sure you're on the factory image.
If you aren't, the instructions to do that are here.
You will lose your data and you'll have to set up your phone again.
1. Enable developer options (your bootloader should still be unlocked) Should enable "USB debugging" too? (of-course, why not)
2.adb reboot bootloader
3.fastboot boot twrp-daisy-3.2.3-0.img
4. Hit "Cancel" if you're prompted for a decrypt password
5.adb push ./twrp-installer-daisy-3.2.3-0.zip /sdcard
(internal storage)
Can I use 'ADB sideload' if I like or don't have external SD ? like:adb sideload twrp-installer-daisy-3.2.3-0.zip
Warning! about when installing TWRP.zip always loosing root, if was rooted before.
6. Run the install in TWRP to permanently install TWRP across both slots What means both (a/b) slots ? what should I do for this ?
please explain few things here about use of TWRP to 'mount' or changing 'slots'. miA2Lite it's an A/B, isn't it? (...I'm messed)
7. Reboot (you can reboot afterwards to TWRP to verify it is there)adb reboot recovery
cmd at this point should thus boot in installed TWRP ? (in other words: did TWRP installed in [default] "recovery" partition ? )
$ adb devices
List of devices attached
6772d6330305 device
$ adb reboot bootloader
$ fastboot devices
6772d6330305 fastboot
$ fastboot boot twrp-3.6.2_9-dees_troy-daisy.img
Sending 'boot.img' (43850 KB) OKAY [ 1.097s]
Booting FAILED (remote: 'unlock device to use this command')
fastboot: error: Command failed
$ fastboot flashing unlock
FAILED (remote: 'unknown command')
fastboot: error: Command failed
adb reboot bootloader
fastboot boot [B]fixed-twrp-daisy.img[/B]
adb push ./[B]fixed-twrp-installer-daisy.zip[/B] /sdcard