[RECOVERY][UNOFFICIAL][3.7.0][Perseus] TWRP for Xiaomi Mi Mix 3

Search This thread

loipuru

Senior Member
May 1, 2021
96
66
Bangkok
Xiaomi Mi A1
Xiaomi Mi 8
Code:
/*
*Disclaimer
*
* Your warranty is now void.
*
* We're 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.
*/

Working :
  • Basic twrp features (boot, format data, etc, etc)
  • Decryption data up to android 13
  • Vibration
  • otg
Issues / Notes :
  • really messed fstab
  • /system is missing from wipeui, and i have no idea what happened (but flashing should works fine)
  • miui is partially support (due to using /cust as /system_ext)
Download : Link

Thanks :
  • aidan for sending me money to buy motherboard
Source :
 
Last edited:
  • Like
Reactions: ducatisto

Fiqusny

Member
Feb 17, 2015
19
2
Hey, thanks for sharing it.

I had some problems with installing custom ROM, because lack of appearing /system partition in format step and installed ROM went started to bootloop.
Fortunately I was able to pass this step by mounting system partition, entering into terminal and executing following command: " cd /system_root && rm -Rf * " -without quotes.

Please make sure to execute whole command at once or just ensure you will not delete files outside of proper system partition by executing part of command (for example when /system mounts in other location than /system_root). If you are not sure, execute "df" command and see last entry which should show you where system partition is mounted and adjust the command.

For some of you, who want to proceed with my advice. Please note, that I am not responsible for any problems you can cause on your device using my advice. It will surely not break your phone if done properly. if you don't understand what you do, please don't do it :)
 

loipuru

Senior Member
May 1, 2021
96
66
Bangkok
Xiaomi Mi A1
Xiaomi Mi 8
Hey, thanks for sharing it.

I had some problems with installing custom ROM, because lack of appearing /system partition in format step and installed ROM went started to bootloop.
Fortunately I was able to pass this step by mounting system partition, entering into terminal and executing following command: " cd /system_root && rm -Rf * " -without quotes.

Please make sure to execute whole command at once or just ensure you will not delete files outside of proper system partition by executing part of command (for example when /system mounts in other location than /system_root). If you are not sure, execute "df" command and see last entry which should show you where system partition is mounted and adjust the command.

For some of you, who want to proceed with my advice. Please note, that I am not responsible for any problems you can cause on your device using my advice. It will surely not break your phone if done properly. if you don't understand what you do, please don't do it :)

or fastboot erase system can help, if someone lack knowledge

i still finding the root cause for this, if i can fix it i'll release new one asap
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    Hey, thanks for sharing it.

    I had some problems with installing custom ROM, because lack of appearing /system partition in format step and installed ROM went started to bootloop.
    Fortunately I was able to pass this step by mounting system partition, entering into terminal and executing following command: " cd /system_root && rm -Rf * " -without quotes.

    Please make sure to execute whole command at once or just ensure you will not delete files outside of proper system partition by executing part of command (for example when /system mounts in other location than /system_root). If you are not sure, execute "df" command and see last entry which should show you where system partition is mounted and adjust the command.

    For some of you, who want to proceed with my advice. Please note, that I am not responsible for any problems you can cause on your device using my advice. It will surely not break your phone if done properly. if you don't understand what you do, please don't do it :)

    or fastboot erase system can help, if someone lack knowledge

    i still finding the root cause for this, if i can fix it i'll release new one asap
    1
    Code:
    /*
    *Disclaimer
    *
    * Your warranty is now void.
    *
    * We're 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.
    */

    Working :
    • Basic twrp features (boot, format data, etc, etc)
    • Decryption data up to android 13
    • Vibration
    • otg
    Issues / Notes :
    • really messed fstab
    • /system is missing from wipeui, and i have no idea what happened (but flashing should works fine)
    • miui is partially support (due to using /cust as /system_ext)
    Download : Link

    Thanks :
    • aidan for sending me money to buy motherboard
    Source :
    1
    so, can i still use this to flash older MIUI versions like MIUI 12?
    i should just use fastboot erase system after wiping via twrp. right?

    yeah,

    i don't have time to rebase tree yet. so it'll preferred method for now