Hi there! So I've been trying to root F2 Pro using official magisk guide, I've patched boot.img (V13.0.3.0.SJKMIXM version, which is the same one I'm running) using Magisk 25.2 and 25.1 using fastboot and fastbootd, flashing or only booting into it, but whatever I do, magisk always displays N/A. Is there any method to root this version? Thanks in advance!
ashirviskas said:
Hi there! So I've been trying to root F2 Pro using official magisk guide, I've patched boot.img (V13.0.3.0.SJKMIXM version, which is the same one I'm running) using Magisk 25.2 and 25.1 using fastboot and fastbootd, flashing or only booting into it, but whatever I do, magisk always displays N/A. Is there any method to root this version? Thanks in advance!
Click to expand...
Click to collapse
Did you try with Magisk manager?
That is exactly what I was doing,.I've just tried magisk canary builds, but the exact same result - Installed: N/A
ashirviskas said:
That is exactly what I was doing,.I've just tried magisk canary builds, but the exact same result - Installed: N/A
Click to expand...
Click to collapse
The bootloader is unlocked?
Did you extract the boot.img from this fastboot rom?
POCO F2 Pro GlobalStableFastbootV13.0.3.0.SJKMIXM12.05.4 GB2022-06-20
NOSS8 said:
The bootloader is unlocked?
Did you extract the boot.img from this fastboot rom?
POCO F2 Pro GlobalStableFastbootV13.0.3.0.SJKMIXM12.05.4 GB2022-06-20
Click to expand...
Click to collapse
The bootloader is unlocked, I can successfully flash patched `boot.img` images (even my banking app stops working and after flashing original `boot.img` it starts working again, so I know that flashing is working), it's just that the magisk app still shows that nothing is installed.
Yes, this is the exact same image I've used.
ashirviskas said:
The bootloader is unlocked, I can successfully flash patched `boot.img` images (even my banking app stops working and after flashing original `boot.img` it starts working again, so I know that flashing is working), it's just that the magisk app still shows that nothing is installed.
Yes, this is the exact same image I've used.
Click to expand...
Click to collapse
I had this phone but I don't remember if it has RAMDISK?
{
"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"
}
NOSS8 said:
I had this phone but I don't remember if it has RAMDISK?
Click to expand...
Click to collapse
It does.
And no vbmeta
ashirviskas said:
It does.
Click to expand...
Click to collapse
Surely you did everything correctly but just in case, check.(Possibly post a screenshot of the CMD with the result)
Copy the boot/recovery image to your device
Press the Install button on the Magisk card
If you are patching a recovery image, make sure “Recovery Mode” is checked in options.
In most cases, it should already be automatically checked.
Choose “Select and Patch a File” in the method, and select the stock boot/recovery image
The Magisk app will patch the image to [Internal Storage]/Download/magisk_patched_[random_strings].img.
Copy the patched image to your PC with ADB:
adb pull /sdcard/Download/magisk_patched_[random_strings].img
Flash the patched boot/recovery image to your device.
For most devices, reboot into fastboot mode and flash with the command:
fastboot flash boot /path/to/magisk_patched.img or
fastboot flash recovery /path/to/magisk_patched.img if flashing a recovery image
Reboot and voila!
Or use the twrp to flash the modified boot.img
Though I do see it when I run `adb shell ls -l /dev/block/by-name` I will try repatching and reflashing, maybe this is what has been missing.
Here's my latest attempt with vbmeta.img included:
sudo fastboot flash boot magisk_patched-25200_VvhFg.img
[sudo] password for mati:
Sending 'boot' (131072 KB) OKAY [ 3.275s]
Writing 'boot' OKAY [ 2.315s]
Finished. Total time: 5.600s
sudo fastboot flash vbmeta --disable-verity --disable-verification lmi_global_images_V13.0.3.0.SJKMIXM_20220620.0000.00_12.0_global/images
/vbmeta.img
Rewriting vbmeta struct at offset: 0
Sending 'vbmeta' (4 KB) OKAY [ 0.008s]
Writing 'vbmeta' OKAY [ 0.001s]
Finished. Total time: 0.024s
sudo fastboot reboot
Rebooting OKAY [ 0.000s]
Finished. Total time: 0.201s
Opening magisk app it still says `Installed: N/A`
Ok, I've just gotten it to work.. I had older, "hidden" magisk manager app on my phone. Removing it fixed everything, thank you for your time and effort.
ashirviskas said:
Ok, I've just gotten it to work.. I had older, "hidden" magisk manager app on my phone. Removing it fixed everything, thank you for your time and effort.
Click to expand...
Click to collapse
Better than stock(more options, call recorder)and play store certified without root.
https://xiaomi.eu/community/threads/miui-13-stable-release.64441/
Related
{
"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"
}
IM NOT THE CREATOR OF THIS TWRP, FOUND IT SPMEWHERE AND WANTED TO SHARE IT
installation:
1. Setup ADB/Fastboot
2. Download the twrp from here : download
3. Power off your device.
4. Hold volume down + power button to boot into the bootloader.
5. Connect your device to your PC with a USB cable.
6. Open the command prompt on your PC.
7. Type cmmand : fastboot flash recovery "filename of recovery.img"
done
If u have anti rollback enabled :
first method:
fastboot boot "recovery.img"
in that booted twrp recovery flash twrp .img again and it will work
2nd method:
fastboot flash antirbpass "recovery.img"
changelog:
What's new in 3.2.2-0:
* adb backup fixes
* OTA style update zips will now install automatically without prompting for decrypt
* minor tweaks to handling date/time on Qualcomm devices
* updates to some language translations
for further questions and discussion join telegram group here
nofx161 said:
IM NOT THE CREATOR OF THIS TWRP, FOUND IT SPMEWHERE AND WANTED TO SHARE IT
installation:
1. Setup ADB/Fastboot
2. Download the twrp from here : download
3. Power off your device.
4. Hold volume down + power button to boot into the bootloader.
5. Connect your device to your PC with a USB cable.
6. Open the command prompt on your PC.
7. Type cmmand : fastboot flash recovery "filename of recovery.img"
done
changelog:
What's new in 3.2.2-0:
* adb backup fixes
* OTA style update zips will now install automatically without prompting for decrypt
* minor tweaks to handling date/time on Qualcomm devices
* updates to some language translations
for further questions and discussion join telegram group here
Click to expand...
Click to collapse
C : \ adb> fastboot flash recovery sakura . img
sending 'recovery' (47604 KB)...
OKAY [ 1.562s]
writing 'recovery'...
FAILED (remote: rollback version downgrade)
finished. total time: 1.578s
evl01 said:
C : \ adb> fastboot flash recovery sakura . img
sending 'recovery' (47604 KB)...
OKAY [ 1.562s]
writing 'recovery'...
FAILED (remote: rollback version downgrade)
finished. total time: 1.578s
Click to expand...
Click to collapse
fastboot boot "recovery.img"
in that booted twrp recovery flash twrp .img again and it will work
u can aso try : fastboot flash antirbpass "recovery.img"
nofx161 said:
fastboot boot "recovery.img"
in that booted twrp recovery flash twrp .img again and it will work
u can aso try : fastboot flash antirbpass "recovery.img"
Click to expand...
Click to collapse
Now is asking for a password to decrypt. What should I put there?
---------- Post added at 10:53 PM ---------- Previous post was at 10:48 PM ----------
evl01 said:
Now is asking for a password to decrypt. What should I put there?
Click to expand...
Click to collapse
When I put cancel, I can enter to recovery but I can't use any storage. It's 0mb
If you factory reset through twrp and reboot recovery it should be OK. But keep in mind to do a backup of your stuff first.
Hello,
TWRP is released under GPLv3+. It means that if you submit a build of TWRP, you need to distribute its source code and instructions to build it.
Where did you find this build if you "found it somewhere and wanted to share it"? You are basically violating the license by just "sharing" it.
Read the pinned post for more information (applies to GPLv2 like GPLv3).
nofx161 said:
fastboot boot "recovery.img"
in that booted twrp recovery flash twrp .img again and it will work
u can aso try : fastboot flash antirbpass "recovery.img"
Click to expand...
Click to collapse
Thanks for the information, I lost connection with terminal after booting into TWRP, and didn't know what to do next as TWRP was o MB .
And terminal showed "FInished" with no error in your second command, but twrp was still not installed after holding down power + volumn down. :/
Is there anything i did wrong? Please reply Mr.Sakura
How to check if anti rollback is enabled?
Fastboot getvar anti
It just says anti: and no number. What does this means?
Mine shows the same so I think there is no anti rollback on our 2 devices.
mine also says "anti"..no number
Please be careful while flashing recovery that are found "somewhere".
Well, after flashing latest miuipro still anti with no count
Please delete this thread! False information!
any solution it is show 0mb internal
Do a factory reset in twrp or flash disable encryption.zip
forum.xda-developers.com/redmi-6-pro/development/recovery-twrp-v3-2-x-redmi-6-prosakura-t3851959
Check my post in above link
Doubt
coolek33 said:
If you factory reset through twrp and reboot recovery it should be OK. But keep in mind to do a backup of your stuff first.
Click to expand...
Click to collapse
How will i access the internal storage later if i format it totally ???
You will access it but it will be empty. So U can use sd card/usb otg for flashing
Hello there ! I'd like to root my Realme x50 Pro, is there any way to do it please ? :3
Thanks in advance for your help !
To root you need to unlock your bootloader, activate usb debugging and oem unlock. On your computer you need adb intalled. After do these step:
1. Extract the ozip of your phone firmware to have the boot.img and the vbmeta.img.
2. Copy the boot.img on your phone and patch it with magisk manager.
3. Copy the patched boot.img (rename it boot.img) and the vbmeta.img on your adb directorie.
4. Boot your phone to fastboot and launch adb on your computer.
5. enter these command:
fastboot devices
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash boot boot.img
Tada you now root.
Is fingerprint working with this method?
sco-mito said:
Is fingerprint working with this method?
Click to expand...
Click to collapse
+1
Yes
If I do that and I fail/want to remove it, is the factory reset enough ? I don't want to f**k up my phone x)
You have to flash the stock boot.img before.
deleted
crusader974 said:
Yes
Click to expand...
Click to collapse
fingerprint don't works for me
have you do somthing if for you it works?
Naokimaru said:
If I do that and I fail/want to remove it, is the factory reset enough ? I don't want to f**k up my phone x)
Click to expand...
Click to collapse
just flash vbmeta and after stock boot and don't need to reset factory
crusader974 said:
To root you need to unlock your bootloader, activate usb debugging and oem unlock. On your computer you need adb intalled. After do these step:
1. Extract the ozip of your phone firmware to have the boot.img and the vbmeta.img.
2. Copy the boot.img on your phone and patch it with magisk manager.
3. Copy the patched boot.img (rename it boot.img) and the vbmeta.img on your adb directorie.
4. Boot your phone to fastboot and launch adb on your computer.
5. enter these command:
fastboot devices
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash boot boot.img
Tada you now root.
Click to expand...
Click to collapse
hi, when i do an firmware update, for exemple the last 024. i unroot my phone, i install the update, i do your process, i reboot and always reboot on recovery. my phone can't decrypt. i reinstall the update by usb my boot reboot well. impossible to re-root my phone except if i make a full wipe-data. do you now how i can root?
crusader974 said:
To root you need to unlock your bootloader, activate usb debugging and oem unlock. On your computer you need adb intalled. After do these step:
1. Extract the ozip of your phone firmware to have the boot.img and the vbmeta.img.
2. Copy the boot.img on your phone and patch it with magisk manager.
3. Copy the patched boot.img (rename it boot.img) and the vbmeta.img on your adb directorie.
4. Boot your phone to fastboot and launch adb on your computer.
5. enter these command:
fastboot devices
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash boot boot.img
Tada you now root.
Click to expand...
Click to collapse
how to extract the ozip file
please show me the way
thanks a lot.
zhengye75 said:
how to extract the ozip file
please show me the way
thanks a lot.
Click to expand...
Click to collapse
Try this: https://forum.xda-developers.com/t/...rom-firmware-from-twrp-orangefox-etc.4065277/
It works for me.
corneo said:
Try this: https://forum.xda-developers.com/t/...rom-firmware-from-twrp-orangefox-etc.4065277/
It works for me.
Click to expand...
Click to collapse
thanks a lot
It's a bit easier to use these files. But be aware to use the right files. I extracted and patched the files from EU rom. Works on RMX2075 too. Please use the instructions above
rmx2076eu_a38 (A10 11/20 Patch)
magisk_patched_rmx2076eu_a38.img
drive.google.com
vbmeta_rmx2076eu_a38.img
drive.google.com
boot_rmx2076eu_a38.img
drive.google.com
rmx2076eu_a40 (A10 12/20 Patch)
vbmeta_rmx2076eu_a40.img
drive.google.com
magisk_patched_rmx2076eu_a40.img
drive.google.com
boot_rmx2076eu_a40.img
drive.google.com
Edit: same method
I update this post because there's another way of extracting an ozip that worked for me : just followed this tutorial : https://www.droidwin.com/extract-ozip-realme-stock-firmware/
corneo said:
It's a bit easier to use these files. But be aware to use the right files. I extracted and patched the files from EU rom. Works on RMX2075 too. Please use the instructions above
rmx2076eu_a38 (A10 11/20 Patch)
magisk_patched_rmx2076eu_a38.img
drive.google.com
vbmeta_rmx2076eu_a38.img
drive.google.com
boot_rmx2076eu_a38.img
drive.google.com
rmx2076eu_a40 (A10 12/20 Patch)
vbmeta_rmx2076eu_a40.img
drive.google.com
magisk_patched_rmx2076eu_a40.img
drive.google.com
boot_rmx2076eu_a40.img
drive.google.com
Click to expand...
Click to collapse
Where did you get these latest image files ? The latest version here is the september version. Thanks for sharing !
Edit: seems that https://www.realme.com/fr/support/software-update is more updated than "/eu/" ! Still, not the latest version here.
System update shows me the update. I downloaded it, converted it to zip, patched boot image and shared it. The website is not up to date.
With Android 11 it doesn't work. Extract the files from the OTA update, performing the steps that previously worked and the smartphone does not start, always goes to the bootloader.
{
"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"
}
Download RMX2075_11_C.18: https://nfs6ou.s.cld.pt
If anyone can root with this new version, share it.
{
"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 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.
*/Your warranty is now void.
We are not responsible for anything that may happen to your phone by installing any custom ROMs and/or recoverys, kernels.
You do it at your own risk and take the responsibility upon yourself and you are not to blame us or XDA and its respected developers./*
Click to expand...
Click to collapse
Flash Guide :
1. Unlock your bootloader
2. Download TWRP 3.5.2
3. Enable USB debugging
4. vbmeta from stock firmware
5. Run this Following Command
1. adb reboot bootloader
2. fastboot --disable-verification flash vbmeta vbmeta.img
3. fastboot flash recovery recovery.img
4. fastboot reboot recovery
Click to expand...
Click to collapse
Download
Device tree
Working
• MTP
• fastbootd
• adb
Bugs
• Decryption
• spam me in support group
Changelog
• Initial Build
• Updated to 3.5.2
• Fix some bugs in previous Builds
Credits
• TEAM WIN FOR TWRP
Support Group
Here
Hello mastersenpai05, how are you?
I finally managed to flash a GSI on the Umidigi A7 pro. Flashed PHH's GSI AOSP, version 411 - Android 12.
The problem is that when flashing your TWRP, I can't boot, it's in a loop.
I flashed like this:
[email protected]:~/Documentos/A7pro/twrp 352 Sempai$ sudo su
[sudo] senha para edupaz:
[email protected]:/home/edupaz/Documentos/A7pro/twrp 352 Sempai# adb devices
List of devices attached
A7PRO205020712 device
[email protected]:/home/edupaz/Documentos/A7pro/twrp 352 Sempai# adb reboot fastboot
[email protected]:/home/edupaz/Documentos/A7pro/twrp 352 Sempai# fastboot devices
A7PRO205020712 fastboot
[email protected]:/home/edupaz/Documentos/A7pro/twrp 352 Sempai# fastboot --disable-verification flash vbmeta vbmeta.img
Rewriting vbmeta struct at offset: 0
Sending 'vbmeta' (4 KB) OKAY [ 0.001s]
Writing 'vbmeta' OKAY [ 0.014s]
Finished. Total time: 0.027s
[email protected]:/home/edupaz/Documentos/A7pro/twrp 352 Sempai# fastboot flash recovery recovery.img (I renamed the image)
Sending 'recovery' (23168 KB) OKAY [ 1.389s]
Writing 'recovery' OKAY [ 0.330s]
Finished. Total time: 1.732s
[email protected]:/home/edupaz/Documentos/A7pro/twrp 352 Sempai# fastboot reboot recovery
Rebooting into recovery OKAY [ 0.001s]
Finished. Total time: 0.052s
Click to expand...
Click to collapse
Can you give me an idea how to fix the problem?
Now, after writing this message, which I called myself, that this version of TWRP is for Android 10. Do you have any predictions to launch for Android 12?
N
edufpaz said:
Hello mastersenpai05, how are you?
I finally managed to flash a GSI on the Umidigi A7 pro. Flashed PHH's GSI AOSP, version 411 - Android 12.
The problem is that when flashing your TWRP, I can't boot, it's in a loop.
I flashed like this:
Can you give me an idea how to fix the problem?
Now, after writing this message, which I called myself, that this version of TWRP is for Android 10. Do you have any predictions to launch for Android 12
Click to expand...
Click to collapse
Twrp A7 Pro will not work in android 12
mastersenpai05 said:
N
Twrp A7 Pro will not work in android 12
Click to expand...
Click to collapse
BIG mastersenpai05!
Thanks for the feedback. Is it possible to have development for Android 12?
Hello all
I have used the information on here to successfully root my phone (Redmi Note 11 Pro 5G - veux) via magisk but I would like to put TWRP on it however whenever I try to boot the recovery image it does not work. Below I will include the mod el and info of my phone and also the output message of powershell, if anyone can tell me what I am doing wrong that will be great.
{
"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"
}
I did my flashing with the official mi flash tool to root with magisk but this screenshot from a different author seems to show the information you may need to help me nicely.
Here is the output from powershell when I try to boot the unofficial version I found named "360 pissarro RN 11 Pro+ pjgowtham" which says its for veux but I'm not getting much success.
I have flashed successfully and the drivers seem to be ok and list the device in "fastboot devices" and it is in USB developer mode but other than that I can't figure out why it wont't boot the recovery img so I can install TWRP
I will be eternally grateful if someone can tell me what I am doing wrong or what the actual correct file is
PowerShell Output:
PS C:\Users\Steve\Desktop\platform-tools> fastboot boot C:\Users\Steve\Desktop\recovery.img
downloading 'boot.img'...
OKAY [ 1.086s]
booting...
FAILED (remote: unknown command)
finished. total time: 1.101s
PS C:\Users\Steve\Desktop\platform-tools>
Did you try with command prompt?
cd /d "Adb Destination"
fastboot flash boot recovery.img
No Sir, but I will try it right now
friend.evil said:
Did you try with command prompt?
cd /d "Adb Destination"
fastboot flash boot recovery.img
Click to expand...
Click to collapse
Still the same error:
C:\Users\Steve\Desktop\platform-tools>fastboot boot recovery.img
Sending 'boot.img' (38418 KB) OKAY [ 1.052s]
Booting FAILED (remote: 'unknown command')
fastboot: error: Command failed
EDIT: It did actually work I was missing out the flash command, thank you!
tehnooks said:
Still the same error:
C:\Users\Steve\Desktop\platform-tools>fastboot boot recovery.img
Sending 'boot.img' (38418 KB) OKAY [ 1.052s]
Booting FAILED (remote: 'unknown command')
fastboot: error: Command failed
EDIT: It did actually work I was missing out the flash command, thank you!
tehnooks said:
Still the same error:
C:\Users\Steve\Desktop\platform-tools>fastboot boot recovery.img
Sending 'boot.img' (38418 KB) OKAY [ 1.052s]
Booting FAILED (remote: 'unknown command')
fastboot: error: Command failed
EDIT: It did actually work I was missing out the flash command, thank you!
Click to expand...
Click to collapse
EDIT: AGAIN
Click to expand...
Click to collapse
Didn't actually work now it's just stuck on the FASTBOOT screen
Heres what I got:
C:\Users\Steve\Desktop\platform-tools>fastboot flash boot recovery.img
Sending 'boot_a' (38418 KB) OKAY [ 1.031s]
Writing 'boot_a' OKAY [ 0.147s]
Finished. Total time: 1.454s
Am I using the wrong set of adb files to flash it with? Im using the platform tools from the android sdk
friend.evil said:
Did you try with command prompt?
cd /d "Adb Destination"
fastboot flash boot recovery.img
Click to expand...
Click to collapse
Tried flashing both boot_a and boot_b but still just ended up stuck on the fastboot screen
Had the same problems first, use command Prompt instead of powershell and make sure drivers are updated.
If you need twrp to install a new Rom follow these steps.
First type: fastboot getvar unlocked to check if it's unlocked.
Second Step is to download 2 Firmwares ( one updated and one slightly older ) from here
Flash up to date Firmware ( Slightly older is downloaded incase there are issues ) and boot to system, enable adb in developer options then use magisk to root phone, flash patched boot img with: fastboot flash boot patchboot.img
Edit: To flash a firmware follow this link and look at 2nd post if software isn't opening ( copy adb files to folder before using flash_all.bat )
After your phone is rooted and you made sure it was functional flash twrp: fastboot flash boot twrp12.img
Go to recovery mode, if the phone doesn't respond with touch display insert a usb c hub and add a mouse.
Download Encryption Disabler from Here and go to adb sideload and install it with adb sideload, next step is to install a Rom.
Mount Everything and wipe data then install Rom with ADB Sideload. ( ArrowOS is good ). Flash ROM then Gapps.
friend.evil said:
Had the same problems first, use command Prompt instead of powershell and make sure drivers are updated.
If you need twrp to install a new Rom follow these steps.
First type: fastboot getvar unlocked to check if it's unlocked.
Second Step is to download 2 Firmwares ( one updated and one slightly older ) from here
Flash up to date Firmware ( Slightly older is downloaded incase there are issues ) and boot to system, enable adb in developer options then use magisk to root phone, flash patched boot img with: fastboot flash boot patchboot.img
Edit: To flash a firmware follow this link and look at 2nd post if software isn't opening ( copy adb files to folder before using flash_all.bat )
After your phone is rooted and you made sure it was functional flash twrp: fastboot flash boot twrp12.img
Go to recovery mode, if the phone doesn't respond with touch display insert a usb c hub and add a mouse.
Download Encryption Disabler from Here and go to adb sideload and install it with adb sideload, next step is to install a Rom.
Mount Everything and wipe data then install Rom with ADB Sideload. ( ArrowOS is good ). Flash ROM then Gapps.
Click to expand...
Click to collapse
Which is the most suitable twrp image to use? I cant find one for veux or one named twrp12.img
Thanks!
EDIT: found it at https://drive.google.com/file/d/1-2_8YAfnWgvoRxIecDtN6JBRYWRKq8Ii/view
Thanks a lot it boots the twrp fine now
Hello everyone, I want to install TWRP Custom Recovery on my Phone. But, when I tried some videos, all of them aren't working. But why?
I tried the following:
fastboot boot recovery.img (resulted: FAILED (status read failed (Too many links)))
fastboot flash recovery recovery.img (resulted: FAILED (remote: This partition doesn't exist))
I tried also,
fastboot flast boot recovery.img (resulted: bootloop)
I checked many comments, most of them saying that it doesn't work, others say that there is no recovery partition
Now my recovery partition is gone, leaving only to restart instead.
So, is there something I can do about it? Is there a solution for this problem that I'm facing? Looking forward to replies.
My phone is a Xiaomi Redmi 10 (non-2022 edition), codenamed selene.
And this that I am using is the unofficial TWRP (ver 3.6.1).
Thank you.
Update: Nevermind, the recovery is there. Regular Xiaomi recovery.
dasdsad1 said:
Hello everyone, I want to install TWRP Custom Recovery on my Phone. But, when I tried some videos, all of them aren't working. But why?
I tried the following:
fastboot boot recovery.img (resulted: FAILED (status read failed (Too many links)))
fastboot flash recovery recovery.img (resulted: FAILED (remote: This partition doesn't exist))
I tried also,
fastboot flast boot recovery.img (resulted: bootloop)
I checked many comments, most of them saying that it doesn't work, others say that there is no recovery partition.
Now my recovery partition is gone, leaving only to restart instead.
So, is there something I can do about it? Is there a solution for this problem that I'm facing? Looking forward to replies.
My phone is a Xiaomi Redmi 10 (non-2022 edition), codenamed selene.
Thank you.
Click to expand...
Click to collapse
Please respond quickly.
Xiaomi.eu post:
Couldn't install TWRP recovery on Redmi 10.
Yo guys, I have a feeling about this, but TWRP Can't. Be. Installed. On. My. Redmi 10? Because I said so. So, I wanted to install TWRP, but there was a problem. See, I tried tens of hundreds of videos, but to no avail. Tried commands like: fastboot boot recovery.img fastboot flash recovery...
xiaomi.eu
On which rom is the phone(Android version) and which Twrp(link)?
NOSS8 said:
On which rom is the phone(Android version) and which Twrp(link)?
Click to expand...
Click to collapse
MIUI Global 13.0.10 Stable (SKUIDXM)/Android 12, Indonesian region ROM
TWRP link: https://unofficialtwrp.com/twrp-3-6-1-root-redmi-10/?amp#google_vignette
Model: Redmi 10 (codename selene, non-2022 version), 21061119DG
From UNofficialtwrp.com
Tried various tools. XiaoMiTool V2 said unknown error, XiaoMiFlash.exe is only for flashing ROMs, and REDMI 10 2022 (SELENE), only for MIUI 12.5 (from TAPIN RECOVERY INSTALLER).
Are you sure of the version?
SELENE 21061119AG, 21061119AL, 21061119BI, 21121119SG, 21121119VL, 22011119TI
Not sure this TWRP works on A12, did you flash the VBmeta as shown on the link?
NOSS8 said:
On which rom is the phone(Android version) and which Twrp(link)?
Click to expand...
Click to collapse
I bought the device over a year ago.
NOSS8 said:
Are you sure of the version?
SELENE 21061119AG, 21061119AL, 21061119BI, 21121119SG, 21121119VL, 22011119TI
Not sure this TWRP works on A12, did you flash the VBmeta as shown on the link?
Click to expand...
Click to collapse
Just a moment
NOSS8 said:
Are you sure of the version?
SELENE 21061119AG, 21061119AL, 21061119BI, 21121119SG, 21121119VL, 22011119TI
Not sure this TWRP works on A12, did you flash the VBmeta as shown on the link?
Click to expand...
Click to collapse
Already did, but still not working.
And the phone won't restart?
NOSS8 said:
And the phone won't restart?
Click to expand...
Click to collapse
It restarts to Stock ROM.
Tried different ports, cables, disabled driver signature enforcement, CMD and PowerShell, many restarts, but still the same error that I am occurring.
{
"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"
}
NOSS8 said:
Are you sure of the version?
SELENE 21061119AG, 21061119AL, 21061119BI, 21121119SG, 21121119VL, 22011119TI
Not sure this TWRP works on A12, did you flash the VBmeta as shown on the link?
Click to expand...
Click to collapse
flashed different vbmeta.img
Download PlatformTools and put the Twrp in the folder and run all your commands from this folder.
SDK Platform Tools release notes | Android Studio | Android Developers
Android SDK Platform-Tools is a component for the Android SDK.
developer.android.com
You must flash the VBmeta corresponding to the installed rom
My PC:
Device name: DESKTOP-K3DHSR3
Processor: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz 2.40 GHz
Installed RAM: 16.0 GB (15.9 GB usable)
Device ID: EC895DCA-D7C0-41EF-A114-8C0CD8F42698
Product ID: 00330-50316-52505-AAOEM
System type: 64-bit operating system, x64-based processor
Pen and touch: No pen or touch input is available for this display
Manufacter: Lenovo
NOSS8 said:
Download PlatformTools and put the Twrp in the folder and run all your commands from this folder.
SDK Platform Tools release notes | Android Studio | Android Developers
Android SDK Platform-Tools is a component for the Android SDK.
developer.android.com
You must flash the VBmeta corresponding to the installed rom
Click to expand...
Click to collapse
O.K.
dasdsad1 said:
O.K.
Click to expand...
Click to collapse
I'll let you updated in a short moment.
I did, the vbmeta flash worked, but still no response on the fastboot boot twrpredmi10.img or any TWRP img.
Complete log: