[RECOVERY][Tiare] TWRP 3.3.0 for Redmi GO

Search This thread

_XblackshadowX_

Senior Member
Mar 21, 2014
62
6
Taguig City
I wish i could fix it But i don't have tiare now.
So this project is basically abandoned? How great, is there anyone who could fix this perhaps? The recovery still isn't perfect and someone should do something about this, i am about to experiment a lot of things on this phone in hopes that i could help with the development but i couldn't continue because the recovery is still unstable yet.
 

YasiR Siddiqui

Senior Member
So this project is basically abandoned? How great, is there anyone who could fix this perhaps? The recovery still isn't perfect and someone should do something about this, i am about to experiment a lot of things on this phone in hopes that i could help with the development but i couldn't continue because the recovery is still unstable yet.

Yeah but i can try to fix but you need to test it.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 10
    teamwin.png


    Here is the Stable TWRP 3.3.0 build for the Redmi Go (Tiare) after a long wait.

    Code:
    #include <std_disclaimer.h>
    /*
     *
     * We are 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, etc
     * before flashing it! YOU are choosing to make these modifications, and if
     * you point the finger at us for messing up your device, we will laugh at you.
     *
     */

    What's New in 3.3.0-0:

    • * Merge AOSP 9.0 r3 (Dees_Troy)
      * Use ANDROID_ROOT variable instead of hard coding to /system (CaptainThrowback)
      * Decrypt FBE on 9.0 and metadata decrypt (Dees_Troy)
      * vold decrypt updates (CaptainThrowback and nijel8)
      * Support vibration on LED class devices (notsyncing)
      * Metadata decrypt support for Pixel 3 (Dees_Troy)
      * Support rotating the display via build flag (vladimiroltean)
      * Reboot to EDL mode button (mauronofrio)
      * Support MTP on FFS devices (bigbiff)
      * Update FDE decrypt to support keymaster 3 and 4 (Dees_Troy)
      * Detect mkfs.f2fs version to properly format on f2fs partitions (Dees_Troy)
      * Allow TWRP to use md5 and sha256 checksums for zip installs (bigbiff)
      * TWRP can use /data/cache/recovery and /persist/cache/recovery on AB devices with no cache partition (bigbiff)
      * Switch part of advanced menus in TWRP to use a listbox of options (Dees_Troy)
      * Use magiskboot to allow repacking boot images for installing TWRP (Dees_Troy with thanks to topjohnwu of course)

    Known issues:
    • decryption (Flash decrypt.zip provided below for fix.)

    How to flash?
    • Open existing TWRP
    • Go to Install > Select image
    • Select the TWRP image and flash it to recovery
    • Wipe cache/dalvik & reboot.
    OR

    Code:
    fastboot flash recovery <path/to/twrp.img>


    DOWNLOADS:
    Recovery: https://sourceforge.net/projects/yasirsiddiqui/files/tiare/recovery.img/download

    Decryption Fix: https://sourceforge.net/projects/yasirsiddiqui/files/tiare/decrypt.zip/download

    XDA:DevDB Information
    [RECOVERY][Tiare] TWRP 3.3.0 for Redmi GO, ROM for the Android General

    Contributors
    YasiR Siddiqui
    ROM OS Version: 8.x Oreo
    Source Code: [url]https://github.com/Yasir-siddiqui/twrp_device_xiaomi_tiare[/URL]
    Special thanks to @Venkat.Yadlapati & @mori17 For testing.

    Version Information
    Status: Stable
    Current Stable Version: 2019-07-14
    Stable Release Date: 2019-07-14
    Beta Release Date: 2019-05-11

    Created 2019-07-12
    Last Updated 2019-07-13
    4
    About TWRP:
    https://twrp.me/about/

    [COLOR="#34D1GE"]Frequently Asked Questions[/COLOR]
    Q1. Is Encryption working?
    A1. Yes, But after flashing decrypt.zip provided in thread.

    Q2. How to flash the recovery image?
    A2. Via Fastboot or if you are already in TWRP, then flash the twrp image in recovery partition.

    Q3. Will i get Ota updates?
    A3.No

    Q4. Can i Flash Gsi?
    A4: Yeah You need to flash arm a & List of Gsi's Available Here

    Read FAQs here: https://twrp.me/FAQ/
    3
    Many people think that '' wtf this device with 1gb ram and 8gb rom in 2019''. However majority doesn't think that may be more than half of the world's population could not afford to buy a device priced over 50-100 $. Project Android Go of Google will be a global challange. Many manifacturers are ready to sell or at the moment selling this kind of devices below 100$. The developers in XDA ( I appreciated them all) are generally working on devices with high specs - flagships. ( May be I am wrong). This kind of Android Go devices will be used in a near future may be more than these flagships. I am a specialist medical doctor. I used lots of devices from nexus 5 to iphone 7 and as an enthusiast my last device was an Mi A1 android one. One day I saw Redmi Go in a store with a very low price. Specs was low but has android 8.1. I decided to try it. I looked at the apps I frequently used ( Whatsapp, banking apps, mail, player pro music app, mx player pro, keep, spotify, google photos and nothing more - I don't use facebook and instagram, however in store lite versions are present) I also installed poco launcher and opera touch and used 16gb sd card as internal memory.
    I have been using this phone for more than a month and I can definitely say that I can do all that things very fluently and without a lag. I don't think about buying a flagship phone because the apps will be the same.
    (It is ok for those playing games, this not a phone for you, but this not a senior phone. This is a phone and android version for daily use)

    Dear YasiR Siddiqui you did a very good job. People will appreciate as the devices would be sold frequently. You are a pioneer in Android Go ecosystem. Keep going. Thank you for your precious work.
    2
    New update is Up:
    • Optimisations & Bug fixes
    • The decrypt.zip has been updated too it's by: @Kyuunex.
    And yeah thread has been cleaned.

    Downloads:
    https://sourceforge.net/projects/yasirsiddiqui/files/tiare/recovery.img/download
    1
    teamwin.png


    Here is the Stable TWRP 3.3.0 build for the Redmi Go (Tiare) after a long wait.

    Code:
    #include <std_disclaimer.h>
    /*
     *
     * We are 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, etc
     * before flashing it! YOU are choosing to make these modifications, and if
     * you point the finger at us for messing up your device, we will laugh at you.
     *
     */

    What's New in 3.3.0-0:

    • * Merge AOSP 9.0 r3 (Dees_Troy)
      * Use ANDROID_ROOT variable instead of hard coding to /system (CaptainThrowback)
      * Decrypt FBE on 9.0 and metadata decrypt (Dees_Troy)
      * vold decrypt updates (CaptainThrowback and nijel8)
      * Support vibration on LED class devices (notsyncing)
      * Metadata decrypt support for Pixel 3 (Dees_Troy)
      * Support rotating the display via build flag (vladimiroltean)
      * Reboot to EDL mode button (mauronofrio)
      * Support MTP on FFS devices (bigbiff)
      * Update FDE decrypt to support keymaster 3 and 4 (Dees_Troy)
      * Detect mkfs.f2fs version to properly format on f2fs partitions (Dees_Troy)
      * Allow TWRP to use md5 and sha256 checksums for zip installs (bigbiff)
      * TWRP can use /data/cache/recovery and /persist/cache/recovery on AB devices with no cache partition (bigbiff)
      * Switch part of advanced menus in TWRP to use a listbox of options (Dees_Troy)
      * Use magiskboot to allow repacking boot images for installing TWRP (Dees_Troy with thanks to topjohnwu of course)

    Known issues:
    • decryption (Flash decrypt.zip provided below for fix.)

    How to flash?
    • Open existing TWRP
    • Go to Install > Select image
    • Select the TWRP image and flash it to recovery
    • Wipe cache/dalvik & reboot.
    OR

    Code:
    fastboot flash recovery <path/to/twrp.img>


    DOWNLOADS:
    Recovery: https://sourceforge.net/projects/yasirsiddiqui/files/tiare/recovery.img/download

    Decryption Fix: https://sourceforge.net/projects/yasirsiddiqui/files/tiare/decrypt.zip/download

    XDA:DevDB Information
    [RECOVERY][Tiare] TWRP 3.3.0 for Redmi GO, ROM for the Android General

    Contributors
    YasiR Siddiqui
    ROM OS Version: 8.x Oreo
    Source Code: [url]https://github.com/Yasir-siddiqui/twrp_device_xiaomi_tiare[/URL]
    Special thanks to @Venkat.Yadlapati & @mori17 For testing.

    Version Information
    Status: Stable
    Current Stable Version: 2019-07-14
    Stable Release Date: 2019-07-14
    Beta Release Date: 2019-05-11

    Created 2019-07-12
    Last Updated 2019-07-13

    I have redmiGo with July security patch. Can I install this TWRP version? will I need other zip for encrp/decrep etc? And can I install latest magisk with it for rootiny my redmiGo