Question Right files to switch ROM from MIUI 14 to crDroid? - Xiaomi Poco X3 Pro

Guys, I want to leave MIUI 14 of my Poco x3 pro and go to crDroid. I want to install the latest version, do I need to install all these files?
Spoiler: original
Pessoal, tô querendo sair da miui 14 do meu poco x3 pro e ir pra Crdroid, tô querendo instalar a última versão, preciso instalar todos esses arquivos?
Mod. edit: kindly use english language. alecxs
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Miui 14 is A13, use TWRP A13 to flash A12 firmware then flash Twrp A12 to flash the rest.
Format Data.
Twrp/wipe/format data type yes reboot Twrp.
Flash firmware A12 then the Twrp A12.
Edit:
Not sure there is a TWRP A13, use Miflash for downgrade
MIFLASH[GUIDE]⚙ USE XIAOMI FLASH TOOL
FOR ALL XIAOMI BOOTLOADER MUST BE UNLOCKED https://new.c.mi.com/global/post/101245 https://en.miui.com/unlock/index.html ----------------------------------------------------------------------------------------------------------- All your data...
forum.xda-developers.com

so i have to go back to android 12 to do the procedure?

Yep,13.0.8.0 is A12
I edited my post and I can't find 13.0.8.0 fastboot so use the Twrp.

but the rom I downloaded is Android 13 do I really need to install this file?

post the link of the rom.
But if in A13 as in the screenshot the rom in A12 is useless.

got it from the official site

Link rom
crDroid.net - Download crDroid v9 for Poco X3 Pro (vayu)
official crDroid v9 for Poco X3 Pro (vayu)
crdroid.net

Sasori#Dlc said:
got it from the official site
Click to expand...
Click to collapse
it's an A13 like your current system but how to install it if no Twrp A13.
You can try with an A12.
Arrow 13 recommended recovery(still A12)
K001droid - Browse /vayu/ArrowOS-recovery at SourceForge.net
sourceforge.net

You will find information here:
[ROM][13.0] crDroid 9 [OFFICIAL]
*** Disclaimer I am not responsible for any damage you made to your device You have been warned Features: * Encrypted build * Vanilla build (no gapps) * Selinux enforcing and Safety net passes by default * More info - Click here First Time...
forum.xda-developers.com

I think I'll try to install another rom then :/

Infos to TWRP.
[RECOVERY] [12] [OFFICIAL] TeamWin Recovery Project
Introduction: Team Win Recovery Project or TWRP for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added...
forum.xda-developers.com
TWRP Download.
Xiaomi Poco X3 Pro
Disclaimer:Team Win strives to provide a quality product. However, it is your decision to install our software on your device. Team Win takes no ...
twrp.me
Version 3.7 is compatible with android 12 AND 13. No issues there.
neobuddy89 said:
​First Time Installation:
* Reboot to provided or TWRP based recovery.
* Format Data , even coming from crDroid 8.x
(otherwise you may not able to boot ROM due to encryption complexities)
* Flash ROM via adb sideload
* Flash Nik Gapps core + Gapps Search addon + Google Device Personalization addon via adb sideload
* Reboot and profit!
Click to expand...
Click to collapse

Unlock bootloader
Can check youtube for this, there is also the official unlock which you can check official site for
Get latest platform tool
SDK Platform Tools release notes | Android Studio | Android Developers
Android SDK Platform-Tools is a component for the Android SDK.
developer.android.com
Download latest custom recovery
Xiaomi Poco X3 Pro
Disclaimer:Team Win strives to provide a quality product. However, it is your decision to install our software on your device. Team Win takes no ...
twrp.me
Xiaomi Poco X3 Pro (vayu) build releases | OrangeFox Recovery Downloads
Orangefox recovery for Xiaomi Poco X3 Pro (vayu)
orangefox.download
Boot phone into fastboot
Shutdown the phone, then hold "power + down vol" keys to boot into fastboot
Flash recovery
Connect phone to PC, open "cmd" to your platform tool folder
Code:
fastboot flash recovery <recovery.img>
fastboot reboot recovery
The img file must be placed in the same folder as your fastboot aka platform tool folder
For orangefox, the .img file is inside the zip
If reboot recovery doesn't work, use the "power + up vol" keys approach
Kindly note that MIUI will restore stock recovery everytime you boot into system, so if you boot into MIUI even once, you need flash the recovery again
Inside recovery
Wipe everything including data
Reboot to recovery again
Activate sideload in recovery, still having phone connected to PC
In the same "cmd" you opened earlier
Code:
adb sideload <file>
File can be your firmware, rom, gapps or magisk (if rooting). Yes, in this order as well.
The file must be placed in the same folder as adb aka platform tool folder
Wipe everything again including data, just to be sure
Boot into system

Related

[UNOFFICIAL] TWRP 3.5.2 | Team Win Recovery Project | Realme 2 Pro (RMX1801)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Note - I'm Not Responsible for bricked devices
About Team win recovery project
TWRP is an open source, community project. TWRP development is done by roughly 4 people at this point. We also have a large support community with many people who are willing to answer questions and help people with their devices either through our IRC channel or on forums like xda-developers.
Team Win was originally formed to work on porting WiMAX to CM7 for the HTC EVO 4G. After our work on the EVO 4G we wanted to work on a project that would work on more devices than just the EVO 4G and we settled on working on a recovery. Today TWRP is the leading custom recovery for Android phones.
Installation procedure (PC/ADB Method)
1. Download TWRP img, copy in adb folder
2. Connect phone to PC and boot your phone to bootloader mode
3. Open CMD in that folder
4. Type
Code:
fastboot devices
to confirm if device is recognized
5. Type
Code:
fastboot flash recovery (twrp img name).img
6. Use volume buttons to select "Reboot to Recovery" option
7. Now flash ROM, Kernel, Magisk or whatever you wish and press reboot system
Installation procedure (Any previous recovery)
1. Download TWRP img
2. Reboot your phone to your current recovery
3. Head over to Install tab, select option "Select img" and select the downloaded recovery img
4. Select "Recovery" from the option showed
5. After successfully flashing recovery img, Reboot to System/Recovery from Reboot tab
Download link : Sourceforge | GitHub​
XDA:DevDB Information
[UNOFFICIAL] TWRP 3.5.2 | Team Win Recovery Project | Realme 2 Pro (RMX1801), Tool/Utility for the Realme 2 pro
Contributors
shubhambhise
Source Code: https://github.com/RMX1801
Version Information
Status: Stable
Current Stable Version: 3.5.2
Stable Release Date: 2021-05-04
Created 2020-03-21
Last Updated 2021-05-04
Reserved
Changelog (21-03-2020)
- Initial release
- Added OZIP Decryption/Flashing support
- Added Encryption/Decryption support (Doesn't decrypt TWRP on stock yet, but fine on custom ROM)
Changelog (10-06-2020)
- New TWRP version 3.4.0 .
- Compiled with inline kernel and 4.4.226 android-linux-stable.
- Compiled on lineage16 source.
- Added option to backup System, Vendor and Boot partition.
Changelog (14-01-2021)
- New TWRP version 3.5.0 .
- Added support for repack tools.
- Additional Changelogs : twrp.me .
Changelog (16-01-2021)
- Fix Zip Compatibility Error.
Changelog (04-05-2021)
- Refer changelog here : twrp.me.
Reserved
Ozip
Suppose i flash a color os ozip. After booting and if i reboot to recovery will i be able to mount data?
Otg support for twrp
I am not able to use otg for backup and restore.
why in backup ,,there is only system image ,vendor image ,recovery ,,etc
no system and vendor backup option available
while in r2x2 recovery there is backup option for system ,system image ,,vendor ,vendor image
how to take a backup of system and vendor of current installed rom ??
I have successfully install this latest version in my latest realme 2 pro android 10 but . when I enter into the recovery it says enter password to and Mount decrypt data
Brother i can not install any other version of twrp except this one twrp 3.5.0.what is the problem bro?
And when can we mount internal storage in this version
Hey can you give me the latest realme 2 pro stock recovery and i extracted the latest realme 2 pro stock rom file but i haven't get recovery
Asif NiZam said:
Brother i can not install any other version of twrp except this one twrp 3.5.0.what is the problem bro?
And when can we mount internal storage in this
Asif NiZam said:
Brother i can not install any other version of twrp except this one twrp 3.5.0.what is the problem bro?
And when can we mount internal storage in this version
Click to expand...
Click to collapse
Because the other versions of recovery is made for android 9 and 8 so you probably in android 10 that's why and the twrp 3.5.0 is made for android 10 so let's come to the mounting part so what you have to do is download any custom rom from nowhere then go to the recovery and wipe the cache and data system vendor then reboot into twrp recovery again then flash the custom rom then when it's done boot it up now you can mount anything you went but you cannot mount system and others in stock rom i did the same with my realme 2 pro
Click to expand...
Click to collapse
xxAmigoxx said:
I have successfully install this latest version in my latest realme 2 pro android 10 but . when I enter into the recovery it says enter password to and Mount decrypt data
Click to expand...
Click to collapse
Wipe the data system vendor and then reboot into twrp again then your data is decrypted but not permanently so what you have to do is after the wipes done then install any custom rom for your devices that's all now your data is decrypted
just a noob question, I have a new vanilla realme 2 pro running realme ui android 10 (colour os v 7). I haven't unlocked bootloader or false anything yet.
Can I flash this recovery via fastboot or do I have to do something else (apply for bootloader unlock via IMEI etc )
iamashwin said:
just a noob question, I have a new vanilla realme 2 pro running realme ui android 10 (colour os v 7). I haven't unlocked bootloader or false anything yet.
Can I flash this recovery via fastboot or do I have to do something else (apply for bootloader unlock via IMEI et
Click to expand...
Click to collapse
Don't wait for app imei registration bro.it never comes to me .unlock bootloader through adb. Follow any tutorial available for realme 2 pro bootloader unlock
.
I try to flash the recovery however I am getting an
error message of two types ( as attached in the screenshots ) and the phone exists from bootloader to a screen where it says in Chinese " press power key for 6-10 seconds " Please help on how do I do it! I'm stuck in the middle.
adb sideload doesn't work on version 3.5.2
It's automatically disconnect the device and won't reconnect until sideload cancel
I flashed this and now the phone is in bootloop. Fastboot mode is not accessible.
sachinu7f said:
I try to flash the recovery however I am getting an View attachment 5373099View attachment 5373103error message of two types ( as attached in the screenshots ) and the phone exists from bootloader to a screen where it says in Chinese " press power key for 6-10 seconds " Please help on how do I do it! I'm stuck in the middle.
Click to expand...
Click to collapse
Already UBL?
SwiftRhyme said:
I flashed this and now the phone is in bootloop. Fastboot mode is not accessible.
Click to expand...
Click to collapse
After flash this recovery, go to recovery from fastboot by pressing volume button, choose recovery
jonnyluke said:
Already UBL?
After flash this recovery, go to recovery from fastboot by pressing volume button, choose recovery
Click to expand...
Click to collapse
As I said, fastboot itself went blank. However I managed to get phone back running using EDL. Seems like some firmware issue with phone. Fastboot is unlocked but flashing recoveries makes phone go bootloop everytime

[GUIDE] [GSI] [LINEAGE] [HAVOC OS] How to install android 10 on micromax infinity n12

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Lineage os by @AndyYan
[DISCONTINUED][GSI][10] LineageOS 17.x GSI (all archs)
Background: This is a natural continuation/extension of the LineageOS 16.0 GSIs I've been making since March 2019. If you clicked in here, I bet you know what LineageOS is already, but just to fill the blank: LineageOS is a free, community built...
forum.xda-developers.com
Havoc os official GSI
Havoc-OS - Browse /arm64-aonly at SourceForge.net
sourceforge.net
Bliss os
TrebleGSI - Browse /BLESS/2020.10.15 at SourceForge.net
sourceforge.net
Pixel Experience by ExpressLuke
https://sourceforge.net/projects/expressluke-gsis/files/PixelExperience/Ten/20200328/PixelExperience-10.0-20200328-GSI-ARM64-Aonly.img.xz/download
Installing this one is a little tricky
First remove data encryption
[GUIDE] How to remove data encryption/password in TWRP for mediatek devices
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...
forum.xda-developers.com
Install magisk 20.3 phh not 20.4 phh
https://sourceforge.net/projects/expressluke-gsis/files/Extras/phh-magisk-ten/Magisk-v20.3-15bd2da8-phh.zip/download
If changing from pixel experience to any other gsi, just restore boot.img and vendor.img or else you will face bugs like battery drain.
- Install TWRP (ported by me)
[twrp] [v3. 3.1] [micromax infinity n12] [treble recovery] Micromax Infinity n12 TWRP
Long wait over! Finally working TWRP for Micromax Infinity N12 - Full Treble Support -Capability to flash all GSI -ADB fully working - Latest version 3.1.1 - MTP - Encryption ( can be fixed but causes problems...
forum.xda-developers.com
- Transfer to SD card
- Wipe system, cache, format data
- Flash the image to system image
- Complete first boot. Then to root install magisk 20.4 phh. Not ordinary magisk.
Magisk-v20.4-phh-aonly.zip | by younes_bfd for Galaxy J6
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
androidfilehost.com
- Restore stock boot.img before switching GSIs
All the GSIs are based on @phhusson work so the bugs will be similar
- Volte (bad news for jio users)
- Browser media player (Only on pixel experience)
None of these GSIs are made by me. I have just provided the guide. Thanks to
@phhusson for phh treble gsi
@AndyYan for lineage os gsi
@SKULSHADY for havoc os gsi
Developer Luke for pixel experience
Bliss roms team for Bliss os GSI
Only pixel experience worked for me.
But no volte, so I downgraded my android.
But you guys are superb
Thanks
Voolyo said:
Only pixel experience worked for me.
But no volte, so I downgraded my android☹.
But you guys are superb
Thanks
Click to expand...
Click to collapse
Did you restore stock boot.img before flashing? If it still doesn't boot try restoring vendor
Tab E said:
Did you restore stock boot.img before flashing? If it still doesn't boot try restoring vendor
Click to expand...
Click to collapse
Tab E said:
Did you restore stock boot.img before flashing? If it still doesn't boot try restoring vendor
Click to expand...
Click to collapse
Actually am a noob,but I will try it.
Thanks for the reply
Tab E said:
Did you restore stock boot.img before flashing? If it still doesn't boot try restoring vendor
Click to expand...
Click to collapse
What does this restoring means?
Voolyo said:
What does this restoring means?
Click to expand...
Click to collapse
Check the phone firmware for vendor.img
Transfer it to your phone and flash it with TWRP
Can you please explain the steps.
Voolyo said:
Can you please explain the steps.
Click to expand...
Click to collapse
1. Install stock rom
2. Install TWRP
3. Open twrp
4. Wipe data system
5.select falsh image
6. Select the downloaded GSI
Roboot
Thanks
Nothing happened always stuck at fastboot mode
Voolyo said:
Nothing happened always stuck at fastboot mode
Click to expand...
Click to collapse
Are you having TWRP Running?
Tab E said:
Are you having TWRP Running?
Click to expand...
Click to collapse
Is there anyway to enable VoLTE.
Voolyo said:
Is there anyway to enable VoLTE.
Click to expand...
Click to collapse
No. Unfortunately, android 11 devices have a funny bug. It boots, but the screen keeps moving up and down. Whole screen glitches. You can't even unlock the phone to enable developer options to take logs
Tab E said:
No. Unfortunately, android 11 devices have a funny bug. It boots, but the screen keeps moving up and down. Whole screen glitches. You can't even unlock the phone to enable developer options to take logs
Click to expand...
Click to collapse
Ok thanks

[CLOSED][ROM][NAIRO][11][UNOFFICIAL][GAPPS] DotOS

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
" #DroidOnTime "
ROM Version: 5.2.1
Device: Nairo
Maintainer: Augusto Reis / Hochten
Build Status: UNOFFICIAL​
WHAT WORKS?
Almost everything except nfc
Let me know if you find other bugs
DOWNLOADS
Here!
INSTALLATION
Unlocked Bootloader Required: google "unlock motorola bootloader"
Download the DotOS zip and copy to your external sd card
Download/Install firmware with the latest version of Moto Flash Tool
(this tool also prepares the b slot for custom rom installation)
Boot to the start/welcome screen
Power off and reboot to the bootloader/fastboot interface (power and volume down)
Install TWRP to slot a and slot b:
fastboot flash recovery TWRP.img
fastboot flash recovery_b TWRP.img
BOOT TWRP
FORMAT DATA!!
Flash the DotOS zip
REBOOT TO TWRP!!
Reboot to system
Profit
*** Dont install Magisk until you have booted the ROM once
If you have issues installing DotOS ask help in the telegram group https://t.me/MotoG5GPlus
ROM Source: https://github.com/dotos
Kernel Source: Stock Motorola Kernel
Device Source(s): https://github.com/omnirom/android_device_motorola_nairo
https://github.com/omnirom/android_device_motorola_dynamic_common
https://github.com/omnirom/android_device_motorola_sm7250_common
Vendor Source: https://github.com/DonkeyCoyote/proprietary_vendor_motorola
I installed this mod thanks to the developers!!!!the only drawback that I have identified (except nfc) is that in some applications, the fingerprint input does not work.I hope to find a solution how to fix it!
[email protected] said:
" #DroidOnTime "
ROM Version: 5.2.1
Device: Nairo
Maintainer: Augusto Reis / Hochten
Build Status: UNOFFICIAL​
WHAT WORKS?
Almost everything except nfc
Let me know if you find other bugs
DOWNLOADS
Here!
INSTALLATION
Unlocked Bootloader Required: google "unlock motorola bootloader"
Download the ArrowOS zip and copy to your external sd card
Download/Install firmware with the latest version of Moto Flash Tool
(this tool also prepares the b slot for custom rom installation)
Boot to the start/welcome screen
Power off and reboot to the bootloader/fastboot interface (power and volume down)
Install TWRP to slot a and slot b:
fastboot flash recovery TWRP.img
fastboot flash recovery_b TWRP.img
BOOT TWRP
FORMAT DATA!!
Flash the DotOS zip
REBOOT TO TWRP!!
Reboot to system
Profit
*** Dont install Magisk until you have booted the ROM once
ROM Source: https://github.com/dotos
Kernel Source: Stock Motorola Kernel
Device Source(s): https://github.com/omnirom/android_device_motorola_nairo
https://github.com/omnirom/android_device_motorola_dynamic_common
https://github.com/omnirom/android_device_motorola_sm7250_common
Vendor Source: https://github.com/DonkeyCoyote/proprietary_vendor_motorola
Click to expand...
Click to collapse
AndreyM79 said:
I installed this mod thanks to the developers!!!!the only drawback that I have identified (except nfc) is that in some applications, the fingerprint input does not work.I hope to find a solution how to fix it!
Click to expand...
Click to collapse
In magisk or playstore?
I think it needs a file added for the fp to work right
В магиск и некотроых других приложениях,если можно,скажите мне,как починить.Спасибо
In magisk and some other applications, if possible, tell me how to fix it.Thanks
in general, I like this mod))))so aka I'm using dot os 5.2.1 on motorola x 4
AndreyM79 said:
In magisk and some other applications, if possible, tell me how to fix it.Thanks
Click to expand...
Click to collapse
It needs to be fixed in the build, i will pass it on to the developers for the next update
Will dot os ever go to android 12. also is flashing Gapps needed. also is it stable to daily drive
1. Eventually
2. It says gapps in the title, so no
3. Let us know
hi, so there is still hope that nfc will be fixed?and another small drawback in the screen settings is that there is no display frequency switch-there are usually 3 options of 60Hz 90Hz or auto.thank you for your hard work!!
Thread closed on request of OP @Hochten
Regards
Oswald Boelcke

[ROM][UNOFFICIAL][pyxis] DerpFest-12-Community-Shinju Gapps

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Derpfest is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed.
GPL compliance:
Device tree source code: https://github.com/SDM710-Development/android_device_xiaomi_pyxis
Kernel source code: https://github.com/SDM710-Development/android_kernel_xiaomi_sdm710
Compatibility:
Compatible with Xiaomi Mi 9 Lite / Xiaomi Mi CC9
⭕️ Bugs
- Screen Off FOD
- TWRP: for now can't decrypt userdata if screen lock was set. Before boot to TWRP, temporary disable pin, password, pattern or any other locks
Notes
- Need Global Stable 12.5.2 firmware
- YOU MUST USE TWRP FOR A12 AND INSTALL ROM IN IT
Install steps
- Flash firmware
- Flash new recovery
- Reboot to new recovery
- Format data with yes
- Reboot again in recovery
- Flash ROM zip
- Boot to system
- Initial build
Required firmware: fw_pyxis_miui_PYXIS_V12.5.5.0.RFCCNXM_c3b5b178ff_11.0.zip
Rom Download Link
Twrp A12
Join Telegram
Important notes:
Formatting data (all user data is wiped, including internal storage) is a must if MIUI was previously installed and device was encrypted.
Contributors:
@ShaRukh007
Special thanks:
All Derpfest developers (for this famous ROM)
ceracz
UIxDess
czarsuperstar
NaassomDourado
and other famous devs from sdm710-dev group
Great to see there is still development for the device, thank you for your hard work. ROM looks nice, I'm gonna try it later.
Great, love this rom
volk4no said:
Great to see there is still development for the device, thank you for your hard work. ROM looks nice, I'm gonna try it later.
Click to expand...
Click to collapse
Hi there, noob here want to ask. If i already on Miui global 12.5.2, i must flash firmware 12.5.2 again or just flash the ROM only ?
sharukh007 said:
View attachment 5658739
Derpfest is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed.
GPL compliance:
Device tree source code: https://github.com/SDM710-Development/android_device_xiaomi_pyxis
Kernel source code: https://github.com/SDM710-Development/android_kernel_xiaomi_sdm710
Compatibility:
Compatible with Xiaomi Mi 9 Lite / Xiaomi Mi CC9
⭕️ Bugs
- Screen Off FOD
- TWRP: for now can't decrypt userdata if screen lock was set. Before boot to TWRP, temporary disable pin, password, pattern or any other locks
Notes
- Need Global Stable 12.5.2 firmware
- YOU MUST USE TWRP FOR A12 AND INSTALL ROM IN IT
Install steps
- Flash firmware
- Flash new recovery
- Reboot to new recovery
- Format data with yes
- Reboot again in recovery
- Flash ROM zip
- Boot to system
- Initial build
Required firmware: fw_pyxis_miui_PYXIS_V12.5.5.0.RFCCNXM_c3b5b178ff_11.0.zip
Rom Download Link
Twrp A12
Join Telegram
Important notes:
Formatting data (all user data is wiped, including internal storage) is a must if MIUI was previously installed and device was encrypted.
Contributors:
@ShaRukh007
Special thanks:
All Derpfest developers (for this famous ROM)
ceracz
UIxDess
czarsuperstar
NaassomDourado
and other famous devs from sdm710-dev group
Click to expand...
Click to collapse
Hi any fix for YouTube/Facebook video playback random pauses ?

[RECOVERY] [Infinix Note 12 5G] [TWRP 3.7.0] [X671] [12+] [UNOFFICIAL] TeamWin Recovery - Initial release

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
/*
* Your warranty is now void!!!
*
* If sh!t happens, i am not responsible for your bricked device.
* do some research if you have any concerns about features included in this recovery
* before flashing it! YOU are choosing to make these modifications,
* Do at your own risk!!!
*/
Team Win Recovery Project 3.7.0 for Infinix​Note 12 5G​Introduction:​Team Win Recovery Project, is an open-source software custom recovery
image for Android-based devices. It provides a touchscreen-enabled
interface that allows users to install third-party firmware and back up the
current system which are functions often unsupported by stock recovery.
Version and device Information:​
Status: -Stable, Unofficial (Initial build)
Based on TWRP version: 3.7.0
Device: Infinix Note 12 5G
Codename: X671
Android version: Android 12+ (X0S v12)
Release Date: 19 March, 2023
Last Updated: 08 April, 2023
Maintainer: Shibu Shaji, (perilouspike)
Minimal manifest: https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp​​Installation.​ - The installation is a little bit tricky and problematic compared to other devices!, so read every steps carefully and do as it states.
Prerequisite:​ - Copy the stock boot.img and twrp.img to your device's internal storage, external SDcard or OTG drive.
Step:1 Installing TWRP recovery.​• Disable verified boot first with this command: (optional)
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img[/INDENT][/INDENT]
[INDENT][INDENT]'Which is extracted from current stock rom ozip file.'[/INDENT][/INDENT]
[INDENT][INDENT]
• Flash twrp build with the command:
Code:
fastboot flash boot <twrp_image _name>.img
• Reboot to recovery with the command:
Code:
fastboot reboot recovery
Step: 2 Installing Recovery Ramdisk.​• After rebooted the device to twrp recovery, go to the INSTALL option in TWRP and select the stock boot.img that you previously copied to the device.​• Flash the boot.img to the given Boot partition.​• After that, go to ADVANCED option in TWRP and select Install Recovery Ramdisk from the given option.​• Now select the twrp.img that you previously copied to the device storage.​• And 'swipe to install' it.​• Then reboot the device to system.​Enjoy, You have successfully installed the twrp recovery for your device without any issues !!​Alt method for Step: 2: Using the Flash Current TWRP Feature.​• After installing the boot.img on step 2.​• You can choose the 'Flash current TWRP' options from ADVANCED options instead of choosing 'Install Recovery Ramdisk'. That will also flash the TWRP and it will stay permanently forever.​​List of features working:​• Support Decryption for Android 12 (tested and works with stock firmware and some available GSI roms)
• External SD Card & USB-OTG
• Successful installation of flashable .zips, Magisk (Custom rom not tested as it is not available now)
• Additional features such as close AVB2.0. (disabled-verify on vbmeta)
• Working Mounting/Unmounting of Dynamic partitions (r/o only)
• Fully functional Backup/Restore of all partitions.
• Adb Sideloading
• Fully functional Adb and Fastbootd in twrp.
Whats not working:​- You tell meh
Note:​• If you got 'unable to mount /data' error or Bootloop after flashing a ROM or having done a Format Data do the below.
Boot to bootloader and:
Code:
fastboot devices
fastboot -w
fastboot reboot
Changelogs:​
• Removed support for x671b. (Some x671b devices can't boot the build and causes bootlooping, needs to be test again)
• Updated sources
Click to expand...
Click to collapse
Downloads:​X671
twrp-3.7.0_12-Unofficial-Stable-X671.img
CREDITS:​• The TWRP Team
• Special thanks to @carlodeeCrypton
I tried following the steps I unlocked my bootloader first I made sure OEM unlocking is enabled... now I have Orange state showing and a boot loop... can you please help? I cant turn off my phone and enter recovery or fastboot... I also dont want to open my phone
I have followed instructions carefully. Have OEM unlocking enabled.. I unlocked my bootloader before doing this... now I have Orange State notification.. and endless bootloop... my phone cannot turn off, enter recovery or fastboot... what should I do?
Sir can you make a twrp recovery for my infinix note 12. Please rep
rohanjena said:
Sir can you make a twrp recovery for my infinix note 12. Please rep
Click to expand...
Click to collapse
The thing is, we need testers for testing the build and no one is willing to do it.
Shibu Shaji said:
The thing is, we need testers for testing the build and no one is willing to do it.
Click to expand...
Click to collapse
can you give me the build, probably i would tested but im gonna ask my friend that have same phone
Can you test the note 12 5g build first?
PikriNtr said:
can you give me the build, probably i would tested but im gonna ask my friend that have same phon
Click to expand...
Click to collapse
Shibu Shaji said:
Can you test the note 12 5g build first?
Click to expand...
Click to collapse
you mean x671 build on x670?
nope
I can give you my boot.img

Categories

Resources