[RECOVERY][UNOFFICIAL] TWRP 3.5.0-0 for POCO M3 [citrus]

Search This thread

TheMalachite

Senior Member
Dec 9, 2018
244
477
Redmi Note 8 Pro
TWRP-Logo.png.370be5e4ef285d5ded589ab44688efa1.png

Team Win Recovery Project 3.x, or TWRP 3.x for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.

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 included in this ROM
* 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 doesn't working ?
- Data decryption after a second TWRP reboot

Flash guide:
Code:
- fastboot --disable-verity --disable-verification flash vbmeta vbmetaname.img
- fastboot flash recovery recoveryname.img

Download:
TWRP 3.5.0-0 recovery image for citrus
vbmeta image for citrus

Source code:
Device tree: https://github.com/DragonBigClaws/twrp_poco_citrus
Kernel source: Prebuilt kernel from MIUI v12.0.1.0.QJFTWXM

Telegram support group:
Click here

Credits:
I want to say a big thanks to the tester Pablo | #Citrus (Telegram)

Informations:
TWRP version: 3.5.0-0
Created: 2021-01-06
Last Update: 2021-01-06
 
Last edited:

miskokupuje

Senior Member
Jun 27, 2014
79
11
Awesome seeing that development is getting some pace on Citrus, thanks a lot! Hopefully custom ROMs for Citrus are about to surprise us as well in the future
 
  • Like
Reactions: synoeaxda

nullstuff

Member
Sep 7, 2016
11
3
thank you.
just a question: this version does not support encryption? here does not ask for PIN and sdcard folder has crippled folders/files names.
 

XxAhmetxX

Member
Aug 27, 2020
19
1
tşekkür ederiz. kök yapamadım bütün dosyalar karışık kök dışarı bulamıyorum. vbmeta ve img denedim aynı, sadece img ile denedim yine aynı. wipe yaptım denedim yine de olmadı.

ingilizce için özür dilerim

Teşekkür ederim. Ben kök salamadım. Tüm dosyalar karışık. Kök dosyasını bulamıyorum. Aynı vbmeta ve img'yi denedim, sadece aynı img ile denedim. Silmeye çalıştım ama yine de yapmadım

Next time please also post in english or provide english translation. I have provided translation this time for you:

"Thank you. I couldn't root all files mixed can't find root out. I tried vbmeta and img same, just tried with img again the same. I tried to wipe it still didn't happen.

sorry for english

Thank you. I could not take root. All files are mixed. I can't find the root file. I've tried the same vbmeta and img, only with the same img. I tried to delete but still didn't"
 

Attachments

  • 1610061343685.png
    1610061343685.png
    312 bytes · Views: 414
Last edited by a moderator:

XxAhmetxX

Member
Aug 27, 2020
19
1
[QUOTE = "XxAhmetxX, gönderi: 84246941, üye: 11061031"]
tşekkür ederiz. kök yapamadım bütün dosyalar karışık kök dışarı bulamıyorum. vbmeta ve img denedim aynı, sadece img ile denedim yine aynı. wipe yaptım denedim yine de olmadı.

ingilizce için özür dilerim

Teşekkür ederim. Ben kök salamadım. Tüm dosyalar karışık. Köklü bulamıyorum. Aynı vbmeta ve img'yi denedim, sadece aynı img ile denedim. Silmeye çalıştım ama yine de yapmadım
[/ALINTI]

Again, post in English or provide English translation next time. I have translated for you this time:

sorry for english

Thank you. I could not take root. All files are mixed. I can't find rooted. I've tried the same vbmeta and img, only with the same img. I tried to delete but still didn't
 

Attachments

  • IMG_20210108_021704.jpg
    IMG_20210108_021704.jpg
    1.1 MB · Views: 783
Last edited by a moderator:

Eidenz

Senior Member
How do I solve the problem

Please use English only in XDA forums (for your previous messages). But if your problem is about your folders being encrypted in TWRP:

Well, it seems this TWRP version does not support encryption yet on the Poco M3. What I would recommend for now is to remove your fingerprints and lock screen password before entering TWRP, this way your folders will not be encrypted.
 

XxAhmetxX

Member
Aug 27, 2020
19
1
Mod Edit: Kindly use only ENGLISH language on XDA. No other languages are allowed as per XDA Rules.
Following is the translation of your post.

Want to have no screen and fingerprint password on the phone? Should I try it this way? Thanks for help
 
Last edited by a moderator:

ROV01

New member
Jan 8, 2021
3
0
Mod Edit: Kindly use only ENGLISH language on XDA. No other languages are allowed as per XDA Rules.
Following is the translation of your post.

Hello. can you describe how to install it correctly? Thank you
 
Last edited by a moderator:

stunning

Senior Member
Feb 25, 2010
123
24
Pakistan
www.youtube.com
yes thank you
exactly that is what happening after flashing this twrp on poco m3. data got encrypted and no use after formating data partition. right now useless but hopefully will get the perfect working version by the developer soon.
Looking forward Thank you
 
  • Like
Reactions: Eam31961

Top Liked Posts

  • There are no posts matching your filters.
  • 24
    TWRP-Logo.png.370be5e4ef285d5ded589ab44688efa1.png

    Team Win Recovery Project 3.x, or TWRP 3.x for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.

    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 included in this ROM
    * 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 doesn't working ?
    - Data decryption after a second TWRP reboot

    Flash guide:
    Code:
    - fastboot --disable-verity --disable-verification flash vbmeta vbmetaname.img
    - fastboot flash recovery recoveryname.img

    Download:
    TWRP 3.5.0-0 recovery image for citrus
    vbmeta image for citrus

    Source code:
    Device tree: https://github.com/DragonBigClaws/twrp_poco_citrus
    Kernel source: Prebuilt kernel from MIUI v12.0.1.0.QJFTWXM

    Telegram support group:
    Click here

    Credits:
    I want to say a big thanks to the tester Pablo | #Citrus (Telegram)

    Informations:
    TWRP version: 3.5.0-0
    Created: 2021-01-06
    Last Update: 2021-01-06
    6
    As some users reported, it's seems that TWRP is unable to decrypt data partition after rebooting to TWRP a second time, I will try to fix this issue as soon as possible

    If you want to help for testing, join my telegram group (link on first post) and tag me inside it
    3
    Hey everyone, I made a little investigation and sadly Xiaomi broke encryption on 29 December update for MIUI V12 TW, TR, RU and ID since users from MIUI V12 EU, MI and IN 15 December to 27 November update reported me to doesn't have any problems

    All you can do is waiting Xiaomi for fixing this problem or to someone for finding a workaround
    3
    Thanks, working just fine! You forgot the "flash" before "vbmeta" in the command tho ^^
    2
    Device changelog:
    2021-01-06: Initial unofficial build