[RECOVERY][UNOFFICIAL] TWRP for Xiaomi Mi A2 Lite (daisy) by TWRPBuilder

Status
Not open for further replies.
Search This thread

TwrpBuilder

Member
Feb 3, 2018
38
254
TWRP Recovery 3.2.3-0 For Xiaomi Mi A2 (daisy) by TWRPBuilder
Code:
#include 
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/

Welcome, all Mi A2 users, This is Lastest TWRP Recovery For your device By TWRPBuilder Team :D

CHANGELOG for 3.2.2-0:
* adb backup fixes
* OTA style update zips will now install automatically without prompting for decrypt
* minor tweaks to handling date/time on Qualcomm devices
* updates to some language translations


Downloads

Sources:

Code:
[CENTER][URL="https://github.com/TwrpBuilder/android_device_xiaomi_daisy"][COLOR="bule"]Device tree[/COLOR][/URL]
[URL="https://github.com/TeamWin/Team-Win-Recovery-Project"][COLOR="bule"]TeamWin Github
[/COLOR][/URL][/CENTER]

How to install:
You must have fastboot installed on your pc and then:
Code:
adb reboot bootloader
fastboot boot recovery.img
Then flash img from the recovery
Notes:
You have to format data and disable force encryption in order to access data partition:
- Format data
- Flash Magisk DFE or DisableForceEncryption zip, attached below.

Don't Forget to Hit Thanks :good:
https://forum.xda-developers.com/android/apps-games/twrpbuilder-t3744253

XDA:DevDB Information
[RECOVERY][UNOFFICIAL] TWRP for Xiaomi Mi A2 Lite (daisy) by TWRPBuilder, Tool/Utility for the Xiaomi Mi A2 Lite

Contributors
TwrpBuilder, yshalsager
Source Code: https://github.com/TwrpBuilder/android_device_xiaomi_daisy


Version Information
Status: Stable
Current Stable Version: 2
Stable Release Date: 2018-08-09

Created 2018-08-09
Last Updated 2018-08-18
 
Last edited:

TwrpBuilder

Member
Feb 3, 2018
38
254
Screenshots

Attached below
 

Attachments

  • photo_2018-08-18_12-46-11.jpg
    photo_2018-08-18_12-46-11.jpg
    56.9 KB · Views: 4,891
  • photo_2018-08-18_12-46-13.jpg
    photo_2018-08-18_12-46-13.jpg
    57.3 KB · Views: 4,737
Last edited:

BubuXP

Senior Member
Bubu, Seguendo la guida si riesce ad installare la recovery modificata correttamente?
Ho letto che, visto la nuova politica Google delle partizioni A e B, non funziona più fare semplicemente flash recovery blablabla.img

Non ho provato ancora questa TWRP, però so che è come dici, cioè non c'è più la partizione di recovery nei nuovi telefoni A/B quindi la custom recovery può essere avviata solo da PC tramite fastboot, non sarà più possibile lasciarla installata sul telefono pronta all'uso.

I didn't test this TWRP on my Mi A2 Lite, but you cannot install a custom recovery anymore on new phones with A/B partitioning scheme, because there isn't a recovery partition anymore. The only way to use a custom recovery is via fastboot with a PC.

EDIT: looking at the TWRP threads for Mi A1 (very similar device), it's possible to install TWRP by adding it to the boot partition (more or less how Magisk is installed).
 
Last edited:

fizze17

Member
Aug 11, 2018
20
11
doesn't boot into recovery.img

when i enter:
fastboot boot recovery.img (tried it with TWRP-3.2.3-TwrpBuilder-daisy-20180809.img)
just the normal android starts and not the twrp recovery

cmd history:

C:\Program Files (x86)\Minimal ADB and Fastboot>adb reboot bootloader

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot boot TWRP-3.2.3-TwrpBui
lder-daisy-20180809.img
downloading 'boot.img'...
OKAY [ 0.930s]
booting...
OKAY [ 0.595s]
finished. total time: 1.531s

C:\Program Files (x86)\Minimal ADB and Fastboot>
 
Last edited:

Curunir

Senior Member
when i enter:
fastboot boot recovery.img (tried it with TWRP-3.2.3-TwrpBuilder-daisy-20180809.img)
just the normal android starts and not the twrp recovery

(…)

Can confirm this. Doesn't work.

I don't want to disparage any hard working dev's efforts, but does anyone actually check these things?

We get a "stable" version and install instructions. But if it's impossible to boot through fastboot, it's impossible to test. So how can it be stable?
And if there's no recovery partition, it's impossible to install. So why do we get install instructions?

Is there any evidence that someone was able to disable forced encryption? I couldn't through a modified boot.img.
 

BubuXP

Senior Member
Can confirm this. Doesn't work.

I don't want to disparage any hard working dev's efforts, but does anyone actually check these things?

We get a "stable" version and install instructions. But if it's impossible to boot through fastboot, it's impossible to test. So how can it be stable?
And if there's no recovery partition, it's impossible to install. So why do we get install instructions?

Is there any evidence that someone was able to disable forced encryption? I couldn't through a modified boot.img.

I was wrong in the previous posts, actually it seems that TWRP could be installed in the boot partition, by modifying it (just like Magisk does).
I checked the info in the Mi A1 forum, as the device is very similar to ours.

But if the TWRP doesn't boot via fastboot, it means it doesn't work. Probably OP compiled the code automatically, without testing it against the device.

EDIT 1: in fact, as they say on their presentation post:
We do not guarantee all images will work as expected. It might even not boot.

EDIT 2: finally I tested this, and the result is the same as the other users: it's not booting.
But instead it succeeded to remove Magisk somehow. It's because the phone has booted with the TWRP boot image, not with the Magisk boot.img saved in the phone. In fact, rebooting the phone brings back Magisk.
 
Last edited:
  • Like
Reactions: ConradB

kidoucorp

Retired Forum Moderator
Apr 24, 2009
431
42
EDIT 2: finally I tested this, and the result is the same as the other users: it's not booting.
But instead it succeeded to remove Magisk somehow. It's because the phone has booted with the TWRP boot image, not with the Magisk boot.img saved in the phone. In fact, rebooting the phone brings back Magisk.


I can confirm this. Sme behavior for me. Somehow,it also removed the password to boot Android. My phone still show as encrypted but is not asking the password anymore to boot, which is weird.
 

yshalsager

Recognized Developer
I was wrong in the previous posts, actually it seems that TWRP could be installed in the boot partition, by modifying it (just like Magisk does).
I checked the info in the Mi A1 forum, as the device is very similar to ours.

But if the TWRP doesn't boot via fastboot, it means it doesn't work. Probably OP compiled the code automatically, without testing it against the device.

EDIT 1: in fact, as they say on their presentation post:

EDIT 2: finally I tested this, and the result is the same as the other users: it's not booting.
But instead it succeeded to remove Magisk somehow. It's because the phone has booted with the TWRP boot image, not with the Magisk boot.img saved in the phone. In fact, rebooting the phone brings back Magisk.

As I don't have the device, all testing is the Requester responsibility.
I didn't publish it before testing, he tested and reporting It's working
Anyway, I'll look into it within a few days. ;)
 

yshalsager

Recognized Developer
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 18
    TWRP Recovery 3.2.3-0 For Xiaomi Mi A2 (daisy) by TWRPBuilder
    Code:
    #include 
    /*
    * Your warranty is now void.
    *
    * I am not responsible for bricked devices, dead SD cards,
    * thermonuclear war, or you getting fired because the alarm app failed. Please
    * do some research if you have any concerns about features included in this ROM
    * before flashing it! YOU are choosing to make these modifications, and if
    * you point the finger at me for messing up your device, I will laugh at you.
    */

    Welcome, all Mi A2 users, This is Lastest TWRP Recovery For your device By TWRPBuilder Team :D

    CHANGELOG for 3.2.2-0:
    * adb backup fixes
    * OTA style update zips will now install automatically without prompting for decrypt
    * minor tweaks to handling date/time on Qualcomm devices
    * updates to some language translations


    Downloads

    Sources:

    Code:
    [CENTER][URL="https://github.com/TwrpBuilder/android_device_xiaomi_daisy"][COLOR="bule"]Device tree[/COLOR][/URL]
    [URL="https://github.com/TeamWin/Team-Win-Recovery-Project"][COLOR="bule"]TeamWin Github
    [/COLOR][/URL][/CENTER]

    How to install:
    You must have fastboot installed on your pc and then:
    Code:
    adb reboot bootloader
    fastboot boot recovery.img
    Then flash img from the recovery
    Notes:
    You have to format data and disable force encryption in order to access data partition:
    - Format data
    - Flash Magisk DFE or DisableForceEncryption zip, attached below.

    Don't Forget to Hit Thanks :good:
    https://forum.xda-developers.com/android/apps-games/twrpbuilder-t3744253

    XDA:DevDB Information
    [RECOVERY][UNOFFICIAL] TWRP for Xiaomi Mi A2 Lite (daisy) by TWRPBuilder, Tool/Utility for the Xiaomi Mi A2 Lite

    Contributors
    TwrpBuilder, yshalsager
    Source Code: https://github.com/TwrpBuilder/android_device_xiaomi_daisy


    Version Information
    Status: Stable
    Current Stable Version: 2
    Stable Release Date: 2018-08-09

    Created 2018-08-09
    Last Updated 2018-08-18
    10
    official twrp should be here this week. stay tuned
    10
    Probably because the redmi pro 6 has an official version now and it's basically the same phone as the mi A2 lite only with miui instead of android one.

    I sent a Mi A2 Lite to Ethan to get it ported officially. We'll be selling the Mi A2 Lite here in the USA soon...with phh-treble preinstalled and a 2-year warranty. We'll prob also sponsor them, phh-treble, opengapps and offer bug bounties & port bounties
    5
    Disable Force Encryption

    Flash one of these files