General đź“Ś [Shared] TWRP by skkk - Xiaomi Poco F5 / Redmi Note 12 Turbo (China)

POCO F5 / Redmi Note 12 Turbo (marble)
{
"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"
}
REC VERSION
Install with TWRP or fastboot***
flash recovery_ab twrp.img(cmd)
or
./flash recovery_ab twrp.img(Power Shell)
***After flash used this command:
./fastboot reboot recovery (Power Shell)
fastboot reboot recovery(cmd)
---------------------------------------------------------------------------------------------------------
DOWNLOAD REC VERSION
Recovery for Xiaomi devices - Browse /marble at SourceForge.net
List of relevant recovery in one place
sourceforge.net
------------------------------------------------------------------------------------------------------------------
BOOT VERSION
Installation:
Phone in fastboot mode
Cmd:
fastboot boot twrp.img
or
Power shell
./fastboot boot twrp.img
then in Twrp go to Advanced -> flash current TWRP.
-----------------------------------------------------------------------------------------------------------------
DOWNLOAD BOOT VERSION
2.71 GB folder on MEGA
32 files and 13 subfolders
mega.nz
--------------------------------------------------------------------------------------------------------------------​

i'm wrong
C:\Windows\system32>fastboot boot C:\Users\Admin\Desktop\platform-tools\twrp.img
downloading 'boot.img'...
OKAY [ 2.569s]
booting...
FAILED (remote: Failed to load/authenticate boot image: Bad Buffer Size)
finished. total time: 2.872s

nentv99 said:
i'm wrong
C:\Windows\system32>fastboot boot C:\Users\Admin\Desktop\platform-tools\twrp.img
downloading 'boot.img'...
OKAY [ 2.569s]
booting...
FAILED (remote: Failed to load/authenticate boot image: Bad Buffer Size)
finished. total time: 2.872s
Click to expand...
Click to collapse
My bad it's a REC version, added the BOOT version.
Use the command where the twrp is.
REC VERSION
Install with TWRP or fastboot*** flash recovery_ab twrp.img
***After flash used this command:
./fastboot reboot recovery (Power Shell)
fastboot reboot recovery(cmd)​

Is this recovery will make custom ROM release soon, right?

culec said:
Is this recovery will make custom ROM release soon, right?
Click to expand...
Click to collapse
Twrp and AOSP rom two different things.

Does this TWRP support encrypted device?

fubo73 said:
Does this TWRP support encrypted device?
Click to expand...
Click to collapse
Normally yes, to try, it's the first version, in case of decryption problem remove the security on the lock screen.

Why not Development instead of General?

culec said:
Why not Development instead of General?
Click to expand...
Click to collapse
SKKK is the DEV, not me, hence sharing.

What's a different between REC and Boot version?

hydelezz said:
What's a different between REC and Boot version?
Click to expand...
Click to collapse
None, just the installation method differs.

can u share the tree?

few__ said:
can u share the tree?
Click to expand...
Click to collapse
As mentioned in the thread title "SHARED", which means I'm not the DEV.
can be by:
Build software better, together
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 330 million projects.
github.com

Update V7.8
Recovery for Xiaomi devices - Browse /marble at SourceForge.net
List of relevant recovery in one place
sourceforge.net

I downloaded from the link given but the file name is [email protected]_3_A12.zip
Is this OFOX for TWRP?

disconmair said:
I downloaded from the link given but the file name is [email protected]_3_A12.zip
Is this OFOX for TWRP?
Click to expand...
Click to collapse
The links provided, Boot or Rec, do not lead to O.F.
You are on the wrong thread.
Recovery for Xiaomi devices - Browse /alioth at SourceForge.net
List of relevant recovery in one place
sourceforge.net

NOSS8 said:
The links provided, Boot or Rec, do not lead to O.F.
You are on the wrong thread.
Recovery for Xiaomi devices - Browse /alioth at SourceForge.net
List of relevant recovery in one place
sourceforge.net
Click to expand...
Click to collapse
Oh, it was sourceforge that made me confused. I'd just clicked the wrong link.

What do REC or BOOT versions even mean? Can anyone explain that? Thanks.

disconmair said:
What do REC or BOOT versions even mean? Can anyone explain that? Thanks.
Click to expand...
Click to collapse
As I told you, you are not on the right thread and your device only has one version of Twrp, the boot.

Related

[Recovery][JB/KK]ClockWorkMod Recovery[6.0.4.7]

{
"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"
}
CWM for TF300T
Latest compiled: 6.0.4.7
Download: Downloads tab on the top of the page (This is a devDB project so if you're viewing on mobile: open in web browser)
Both a recovery.img and a flashable zip for your current recovery will be available.
Source:
Device tree: https://github.com/CyanogenMod/android_device_asus_tf300t
Recovery: https://github.com/CyanogenMod/android_bootable_recovery
Make sure you reboot into android after flashing before going back to recovery!
Flashing via fastboot tutorial courtesy of Xplodwild, slightly edited:
XpLoDWilD said:
Step-by-step guide
Download the CWM .img file
Unlock your bootloader with Asus Unlock app
Connect your tablet to your computer
Shutdown your tablet
Hold Power + Vol Down until you see the 3 icons on your screen
At this point, your computer should recognize Fastboot device (Windows will notify you here, OSX/Linux stays calm)
Flash recovery image with fastboot: fastboot -i 0x0B05 flash recovery recovery_6047.img (if we suppose recovery_6047.img is in your current directory)
Once the operation is done, type fastboot -i 0x0B05 reboot to reboot your tablet
Click to expand...
Click to collapse
Flashing via terminal courtesy of twrp website (edited):
Download the above file. Save it to the root of your /sdcard directly (internal memory only) and rename it to recovery.img
Launch terminal emulator or connect to your computer and open an adb shell, then type the following:
su
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p4 (replace recovery.img with whatever it is called.)
Then reboot to complete installation.
Click to expand...
Click to collapse
XDA:DevDB Information
Clockworkmod Recovery for TF300T, a Tool/Utility for the Asus Transformer TF300T
Contributors
ebildude123
Version Information
Status: Stable
Current Stable Version: 6.0.4.7
Stable Release Date: 2014-02-01
Created 2014-02-01
Last Updated 2014-02-01
Posted 6.0.4.7
Can I use this recovery both JB and KK? I dont want brick my tablet!
@up
Make Nandroid & NVflash, and try by yourself
Second!
which works with the bootloader?
My tablet works but I was wrong recovery and I have serious problems to use it, although with TWRP manager can do the wipe and perform the flash
thanks and regards
sorry for my english
which bootloader version is this recovery for?
solitarywarrior1 said:
which bootloader version is this recovery for?
Click to expand...
Click to collapse
10.6.1.15.3, 10.6.1.27.1, 10.6.1.27.5
Hello,
Where is the download link of ClockWorkMod Recovery 6.0.4.7
Thank
hzaire said:
Hello,
Where is the download link of ClockWorkMod Recovery 6.0.4.7
Thank
Click to expand...
Click to collapse
Go back to the first post in web view. There is a downloads tab at the top of the page. Click that and it shows the file you have requested.
Sent from my TF300T using Tapatalk
great,
thank a lot
@ebildud123
Thanks for your activities.
I downlaoded your file and I renamed it (as sel explanatory)
Asus_TF300T_Recovery_CWM_6.0.4.7.img (recovery native image)
Asus_TF300T_Recovery_CWM_6.0.4.7_update.zip (recovery updatere via recovery)
I have some proposals
delete previous version (6.0.4.6)
rename the current 6.0.4.7 zip file as "Asus_Tf300T_Rrecovery_CWM_6.0.4.7_update.zip"
comrpess the img file in a zip and name it as "Asus_TF300T_Recovery_CWM_6.0.4.7.zip"
To distribute the img file compress can avoid crash/brick if the img file downloaded is not correct (corrupted download).
Do you know if can i use this TWRP recovery on Asus Memopad HD 7 (ME173X) device?
6.0.5.0
I am using your 6.0.4.7 and it is running well. I have CM11 nightly. In the changelog they are up to 6.0.5.0 but my recovery never gets updated with the nightly. Is this normal?
How do I get the 6.0.5.0 recovery that CM are using? Or maybe it doesn't matter.
No other bugs and recovery is backing up just great.
ebildude123 said:
10.6.1.15.3, 10.6.1.27.1, 10.6.1.27.5
Click to expand...
Click to collapse
Works with 10.6.2.11? (TF300TG)

[UB][RECOVERY] TWRP v3.2.2 for Xperia ZL

{
"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"
}
WARNING!
TWRP builds version 3.2.1-1 and higher are not compatible with Android Lollipop (5.0/5.1.1) due to SELinux rejection
OFFICIAL DOWNLOADS FOR ODIN :
https://twrp.me/sony/sonyxperiazl.html
twrp-3.x.x-x-odin.img : Official TWRP image
How to install : All informations available on TWRP.me
DEVELOPMENT DOWNLOADS FOR ODIN :
https://androidfilehost.com/?w=files&flid=202346
twrp-3.2.x-x-odin.zip : Flashable TWRP 3 to FOTA installer
twrp-3.2.x-x-odin.img : Fastboot bootable TWRP 3 image
cleaner-fota-odin.zip : Flashable FOTA formatter (optional)
HOW TO INSTALL EASILY TO FOTA :
* (Optional) : Download the TWRP bootimage and flash it to boot
fastboot flash boot twrpfilename.img
* Boot to recovery : Enter the Recovery as usual
* Flash to FOTA : Install the TWRP FOTA zip
* (Optional) : Flash the ROM you want
HOW TO INSTALL MANUALLY TO FOTA :
* Bootimage : Download the TWRP bootimage you want to flash
* File storage : Adapt the path and push the file to the device this way :
Code:
adb root
adb wait-for-device
adb push FullPathToTheRecovery.img /tmp/twrp.img
* Flash : Extract the TWRP image to the FOTA partition
Code:
adb shell dd if=/tmp/twrp.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
* Reboot to recovery : adb reboot recovery
ADDITIONAL LINKS :
* Easy ADB and Fastboot for unexperienced users :
https://forum.xda-developers.com/showthread.php?p=48915118
Thanks to the TWRP Team​
Current local manifest of the TWRP build
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!-- https://github.com/fusion3-common/twrp_development_sony -->
Not sure if I understood the instructions at twrp.me right:
I have the 5.1.1 stock ROM already rooted and with TWRP 2.8.7.0 (XZ Dual Recovery).
Can I simply flash the recovery from twrp.me, or will it break my phone?
Or do I need to repack the kernel (see section 5 here)?
no repacking, the image goes to the FOTA partition
To all: Please test first official build, based on new device tree(android-7.1) - http://build.twrp.me/twrp-3.2.1-0-odin.img (not compatible with android 5.0.2/5.1.1)
ham5 said:
no repacking, the image goes to the FOTA partition
Click to expand...
Click to collapse
Doesn't work. I assume it's because the stock kernel does not support a recovery on the FOTA partition.
random_n00b said:
Doesn't work. I assume it's because the stock kernel does not support a recovery on the FOTA partition.
Click to expand...
Click to collapse
"Doesn't work. " is not a valid reply to what I posted. In fact the fota recovery will override the recovery built into the rom.
ham5 said:
"Doesn't work. " is not a valid reply to what I posted. In fact the fota recovery will override the recovery built into the rom.
Click to expand...
Click to collapse
I flashed TWRP 3.2.1 to the FOTA partitition, but after i reboot into recovery, I still end up with TWRP 2.8.7 that was installed before.
Please note that TWRP 2.8.7 is not the "normal" TWRP, but part of XZ Dual Recovery, that unfortunately is no longer updated.
UPDATE:
When I use the hardware keys to enter recovery, I get a blank screen. (3.2.1 really seems to not be compatible with Android 5.1.1. )
When I use the small app that comes with the XZDualRecovery to boot into recovery, I end up with 2.8.7
So FOTA seems to work, but TWRP 3.2.1 is not compatible with my old ROM....
Need a little advice.
Hello my friends!
My phone: Xperia ZL C6503.
I used to have stock 5.1.1 in my phone, but thanks to this forum I have managed to flash the RR O v6.0.0. Everything is working fine, just have a question for you guys: Can I flash the latest TWRP now the I'm using Android 8.1.0? And if I want to flash my stock rom again in the future, will I have any problem with the updated TWRP?
Any help will be much appreciated!

Development [RECOVERY] [MIUI13/14] [WIP] [UNOFFICIAL] TWRP for Xiaomi Pad 5

{
"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"
}
Team Win Recovery Project 3.x, or TWRP3.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:
* Your warranty is now void.
* We are not responsible for data loss, bricked devices, dead SD cards
* you point the finger at us for messing up your device, we will laugh at you.
Code:
INSTALLATION:
1. Download TWRP-***.img
2. Reboot to bootloader
3. boot into TWRP using "fastboot boot TWRP-***.img"
PERMANENT FLASHING NOT POSSIBLE YET
NOTE:
- BUILD IS WIP
- Do not flash TWRP permanently it will have display issue only boot temporary
Guide:
fastboot boot filename.img
DOWNLOADS:
SourceForge
SOURCES:
Device tree
Hit Thanks If You Liked My Work
Thank you for your hard work
Hello:
what's mean " DISPLAY NOT WORKING (check attached image)",? Does the TWRP is working?
Anyone tried this yet?
Releases · bm0x/twrp_device_xiaomi_nabu
TWRP (WIP) for Xiaomi Pad 5. Contribute to bm0x/twrp_device_xiaomi_nabu development by creating an account on GitHub.
github.com
zhlj2004 said:
Hello:
what's mean " DISPLAY NOT WORKING (check attached image)",? Does the TWRP is working?
Click to expand...
Click to collapse
I think, this can be use to sideload
I performed all the steps but I can't go to TWRP, if I reboot it always goes back to MIUI recovery. What am I doing wrong?
Thanks
momentum88 said:
I performed all the steps but I can't go to TWRP, if I reboot it always goes back to MIUI recovery. What am I doing wrong?
Thanks
Click to expand...
Click to collapse
do not flash this recovery you can only temporary boot into recovery
fastboot boot just boots into recovery image once
Tried to flash MindTheGapps-13.0.0-arm64-20230408_162909.zip but failed with error Could not mount /mnt/system! Aborting
Bash:
nabu:/ # twrp install /sdcard/MindTheGapps-13.0.0-arm64-20230408_162909.zip
Installing zip file '/sdcard/MindTheGapps-13.0.0-arm64-20230408_162909.zip'
**********************
MindTheGapps installer
**********************
Extracting files
Setting up environment
Mounting partitions
Could not mount /mnt/system! Aborting
Cleaning up files
Unmounting partitions
Updater process ended with ERROR: 1
Error installing zip file '/sdcard/MindTheGapps-13.0.0-arm64-20230408_162909.zip'
Done processing script file
nabu:/ #
ManOki said:
Tried to flash MindTheGapps-13.0.0-arm64-20230408_162909.zip but failed with error Could not mount /mnt/system! Aborting
Bash:
nabu:/ # twrp install /sdcard/MindTheGapps-13.0.0-arm64-20230408_162909.zip
Installing zip file '/sdcard/MindTheGapps-13.0.0-arm64-20230408_162909.zip'
**********************
MindTheGapps installer
**********************
Extracting files
Setting up environment
Mounting partitions
Could not mount /mnt/system! Aborting
Cleaning up files
Unmounting partitions
Updater process ended with ERROR: 1
Error installing zip file '/sdcard/MindTheGapps-13.0.0-arm64-20230408_162909.zip'
Done processing script file
nabu:/ #
Click to expand...
Click to collapse
have you tried with another gapps??? like nikgapps or flame?

			
				
Release nabu_twrp-12.1_20230531 · map220v/android_device_xiaomi_nabu
Fixed Display graphics Touchscreen FBE decryption (password supported)
github.com
NEW update is pushed
-Fixed display all credits to @map220v
-Display refresh rate to 60
Download
can flash it for permanently or still boot with the new version?
Crymeans said:
can flash it for permanently or still boot with the new version?
Click to expand...
Click to collapse
no you cant flash it permanently as flashing will cause same issue of blank display developer are working so wait for custom kernel or custom rom release
hoe do i flash It?
after temporary boot twrp recovery can i flash nabu firmware dev public beta or not
please reply me
Thanks for Hard working

General đź“Ś [Shared] TWRP by skkk

NUWA
{
"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"
}
REC VERSION
Install with TWRP or fastboot***
flash recovery_ab twrp.img(cmd)
or
./flash recovery_ab twrp.img(Power Shell)
***After flash used this command:
./fastboot reboot recovery (Power Shell)
fastboot reboot recovery(cmd)
https://sourceforge.net/projects/recovery-for-xiaomi-devices/files/nuwa/
Spoiler: Change the language.
Can this recovery be used to flash magisk?
Jaberbenet said:
Can this recovery be used to flash magisk?
Click to expand...
Click to collapse
Yep.
NOSS8 said:
NUWA
REC VERSION
Install with TWRP or fastboot*** flash recovery_ab twrp.img
***After flash used this command:
./fastboot reboot recovery (Power Shell)
fastboot reboot recovery(cmd)
https://sourceforge.net/projects/recovery-for-xiaomi-devices/files/nuwa/
Spoiler: Change the language.
Click to expand...
Click to collapse
can't we flash the official miui recovery zip files with it?
cherri said:
can't we flash the official miui recovery zip files with it?
Click to expand...
Click to collapse
Yep...
NOSS8 said:
Yep...
Click to expand...
Click to collapse
before flashing do we need to change any slots like it should be in A or B
cherri said:
before flashing do we need to change any slots like it should be in A or B
Click to expand...
Click to collapse
What do you want to do, update or change version?
NOSS8 said:
What do you want to do, update or change verneed to china beta recovery rom
Click to expand...
Click to collapse
NOSS8 said:
What do you want to do, update or change version?
Click to expand...
Click to collapse
need to flash china beta recovery rom
cherri said:
need to flash china beta recovery rom
Click to expand...
Click to collapse
So, an update?
If after selecting the zip, if it offered you choose, both.
NOSS8 said:
So, an update?
If after selecting the zip, if it offered you choose, both.
Click to expand...
Click to collapse
not an update right now my boot loader is unlocked and no os in it wiped everything but flashing china beta from showing a different error which I didn't seen it before let me flash it again and share you the screenshot
cherri said:
not an update right now my boot loader is unlocked and no os in it wiped everything but flashing china beta from showing a different error which I didn't seen it before let me flash it again and share you the screenshot
Click to expand...
Click to collapse
Twrp/wipe format data type yes/reboot TWRP.
This will create a new partition if needed.
If errors, reds lines restart the operation by restarting on the Twrp, at each try.
NOSS8 said:
So, an update?
If after selecting the zip, if it offered you choose, both.
Click to expand...
Click to collapse
ok i got it bro when i flashed it first time is showed me to reboot recovery again to flash more zip files since the recovery rom file size is huge we need to flash the same zip file 2nd time after rebooting the recovery once again . now it booted successfully
cherri said:
ok i got it bro when i flashed it first time is showed me to reboot recovery again to flash more zip files since the recovery rom file size is huge we need to flash the same zip file 2nd time after rebooting the recovery once again . now it booted successfully
Click to expand...
Click to collapse
What rom did you flash (full name)?
NOSS8 said:
What rom did you flash (full name)?
Click to expand...
Click to collapse
miui 14 china beta rom
cherri said:
miui 14 china beta rom
Click to expand...
Click to collapse
See here:
Xiaomi Firmware Updater
The ultimate script that provides firmware packages for Xiaomi devices.
xiaomifirmwareupdater.com
Update
Recovery for Xiaomi devices - Browse /nuwa at SourceForge.net
List of relevant recovery in one place
sourceforge.net
Update 7.7
2.71 GB folder on MEGA
32 files and 13 subfolders
mega.nz
So i need to unlock bootloader first to install this twrp?
energykriger said:
So i need to unlock bootloader first to install this twrp?
Click to expand...
Click to collapse
Exactly:
Unlock bootloader
Xiaomi Community
new.c.mi.com
Apply for unlocking Mi devices
en.miui.com

Question Any Idea About How Successfully Root Redmi Note 12 4g ?? (tapas) (23021raaeg)

I've Tried Regular Way For Rooting Redmi Note12 But The Tutorial Was For 5g Version .. Anyway It Was All Safe And Success Even When Patched Boot File + Flashed it Into Bootloader (Fastboot)
But Sadly It Didn't Show Anything In Magisk app After Booting With Patched Boot.img file
.. Still Magisk Root Statue : N/A
So does Anyone Knows What's the Solution For That
ext.info/ I knew that it has dual Boot Type A/B So It Has Dynamic Partition , So Does That Helps With Getting the Solution tho ?
MIUI Version:
global_images_V14.0.7.0.TMTMIXM
And Great Thanks For Ur Reply For Getting More Support For This Model ❤
XBoda said:
I've Tried Regular Way For Rooting Redmi Note12 But The Tutorial Was For 5g Version .. Anyway It Was All Safe And Success Even When Patched Boot File + Flashed it Into Bootloader (Fastboot)
But Sadly It Didn't Show Anything In Magisk app After Booting With Patched Boot.img file
.. Still Magisk Root Statue : N/A
So does Anyone Knows What's the Solution For That
ext.info/ I knew that it has dual Boot Type A/B So It Has Dynamic Partition , So Does That Helps With Getting the Solution tho ?
MIUI Version:
global_images_V14.0.7.0.TMTMIXM
And Great Thanks For Ur Reply For Getting More Support For This Model ❤
Click to expand...
Click to collapse
Hey! I can help you as I had exactly the same issue.
On the Redmi Note 12 you must patch init_boot.img instead of boot.img and then flash the patched init_boot.img using the "fastboot flash init_boot *patched image*" command.
Hope this helped
Max70290 said:
Hey! I can help you as I had exactly the same issue.
On the Redmi Note 12 you must patch init_boot.img instead of boot.img and then flash the patched init_boot.img using the "fastboot flash init_boot *patched image*" command.
Hope this helped
Click to expand...
Click to collapse
Woah it Worked!!!
Man. You are a life Saver ❤❤❤
Max70290 said:
Hey! I can help you as I had exactly the same issue.
On the Redmi Note 12 you must patch init_boot.img instead of boot.img and then flash the patched init_boot.img using the "fastboot flash init_boot *patched image*" command.
Hope this helped
Click to expand...
Click to collapse
Hey! I using "fastboot flash init_boot *patched image*" command but not work.
{
"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"
}
scuslon said:
Hey! I using "fastboot flash init_boot *patched image*" command but not work.View attachment 5925939
Click to expand...
Click to collapse
The partition is full
means u didn't flash files with a right way
Follow this video
Specially for you for how to flash Root file with a successful way
i flash file twrp working rom xiaomi.eu 14.0.7.0
https://sourceforge.net/projects/recovery-topaz/files/TWRP/twrp-3.7.0-RN124G_V2.img.7z/download
Flash instructions:
• USE LATEST PLATFORM TOOLS
(https://dl.google.com/android/repository/platform-tools-latest-windows.zip)• Download and extract recovery.img to platform tools (adb tool) folder
• Open CMD and open platform tools folder
• Reboot phone on fastboot mode, take USB connection on PC and write this two command on cmd:
- fastboot flash recovery_a recovery_filename.img
- fastboot flash recovery_b recovery_filename.img
• Reboot to recovery
TWRP 3.7.0 - Unofficial | Android 13
Build Date: 16/05/'23
By @rama982
scuslon said:
i flash file twrp working rom xiaomi.eu 14.0.7.0
https://sourceforge.net/projects/recovery-topaz/files/TWRP/twrp-3.7.0-RN124G_V2.img.7z/download
Flash instructions:
• USE LATEST PLATFORM TOOLS
(https://dl.google.com/android/repository/platform-tools-latest-windows.zip)• Download and extract recovery.img to platform tools (adb tool) folder
• Open CMD and open platform tools folder
• Reboot phone on fastboot mode, take USB connection on PC and write this two command on cmd:
- fastboot flash recovery_a recovery_filename.img
- fastboot flash recovery_b recovery_filename.img
• Reboot to recovery
TWRP 3.7.0 - Unofficial | Android 13
Build Date: 16/05/'23
By @rama982
Click to expand...
Click to collapse
did it work tho ?

Categories

Resources