[URGENT] Can someone give me the patched vbmeta.img file for Realme c3? - Realme C3 Questions & Answers

I want to install twrp on my realme c3. However, I couldnot find any patched vbmeta.img file to disable verified boot. Does anyone have this file? If not so then how can i create my own patched vbmeta.img file?

KingMeatVI said:
I want to install twrp on my realme c3. However, I couldnot find any patched vbmeta.img file to disable verified boot. Does anyone have this file? If not so then how can i create my own patched vbmeta.img file?
Click to expand...
Click to collapse
sorry i root and install recovery through paid software (DFT pro). Hence yes I cannot give any exact answer. You can try to visit this page to find (https://4pda.to/forum/index.php?showtopic=1001683) inside there is almost everything related to Realme C3

Chin14082 said:
sorry i root and install recovery through paid software (DFT pro). Hence yes I cannot give any exact answer. You can try to visit this page to find (https://4pda.to/forum/index.php?showtopic=1001683) inside there is almost everything related to Realme i
Click to expand...
Click to collapse
Is DFT pro free?

KingMeatVI said:
Is DFT pro free?
Click to expand...
Click to collapse
Are not. It is paid software.

Also if i flash stock vbmeta.img after flashing twrp but use the command: fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
will it remove verification and then flash or will it flash the vbmeta.img in its original form?

Related

How To Guide ROOT GAINED !!!!

THIS METHOD WORKS on both:
POCO M3 Pro / Redmi Note 10 5G
hey guys.. wonderful news.. been trying here and there and IT WORKS FINALLY i gained root of POCO m3 Pro 5G !
i'll write in steps how it works and post all files i've been using
DISCLAIMER as always.. " do it at your OWN risk , i won't be responsible if anything goes wrong, you might risk to brick your phone "
that said :
1 - unlock your bootloader .. it'll take 168 hours so the earlier the best
if you don't know how to do it check XIAOMI bootloader unlock on xda
2 - download your rom (https://xiaomifirmwareupdater.com/archive/miui/camellia/ get exactly the one you are on ) with this i mean YOU have to DOWNLOAD exactly the ROM you have in this moment installed on your smartphone, you can simply check your rom in settings!
3 - from the zip file extract boot.img
4 - get magisk ( i've used 22.1 and it worked.. you might try with the most recent but since it worked for me i suggest to use 22.1)
now you need to patch original boot.img ( keep a copy of the original one )
5 - copy the patched boot.img you got from magisk and copy it to your pc
6 - VERY IMPORTANT get this "empty " vbmeta.img ( link at bottom of this post)
7 - now reboot your Smartphone in fastboot , you can do it in 2 ways:
adb reboot bootloader
or
turn off poco and then keep pressed VOLUM DOWN and POWER
8 - fastboot commands:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
(you should get this response)
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
Sending 'vbmeta_a' (4 KB) OKAY [ 0.016s]
Writing 'vbmeta_a' OKAY [ 0.000s]
now send patched boot.img ( rename it just like so )
Code:
fastboot flash boot boot.img
fastboot flash boot boot.img
Sending 'boot_a' (65536 KB) OKAY [ 1.524s]
Writing 'boot_a' OKAY [ 0.224s]
and finally :
Code:
fastboot reboot
you will NOT get any
Dm-VERITY corruption on boot​you will get your POCO rooted as i show in the pictures!
IF you have any questions ask.. i'm gonna upload PATCHED boot.img for MIUI Global EEA 12.0.8 stable ( so you get already a pacthed boot.img )
i upload also ORIGINAL stock boot.img always from MIUI Global EEA 12.0.8 stable
and i upload vbmeta.img empty !
enjoy it !!!
FILES : magisk_patched-22100_WInEw.img rename it to boot.img
[EDIT] added on 25 AUGUST 2021 BOOT.img and already MAGISK patched BOOT.img V12.0.10.0.RKSEUXM​
AVOID auto firmware UPDATE by Xiaomi​follow this post:​
Completely remove miui update notification
Go to settings>additional setting>authorization and revocation> revoke updater wait 10secs then open the update notification then press exit Dont forget to hit thanks if it works :) https://youtu.be/U_jFKWVU9AU
forum.xda-developers.com
​
[EDIT - ROM update after root...]
If by any chance you have got a firmware UPDATE by Xiaomi you have LOST your root, this is what you should do
first of all download the FIRMWARE
you will see 2 version
fastboot rom and RECOVERY ROM .. you have to get RECOVERY ROM ( is usually a large file)
(choose the one you have now installed on your smartphone )
from the firmware file extract this file:
payload.bin
now download and unpack this: (i'm uploading it here in this post)
payload_dumper-win64.zip
follow the information included in Readme.txt
congratulations now you have got original BOOT.IMG from your latest firmware
now you need to patch it using MAGISK
(how to here : https://www.droidwin.com/patch-stock-boot-image-flash-magisk/)
follow STEP 2B: Patch Stock Boot Image File using Newer Magisk
now go back to FIRST post of this thread and do ROOT operations again !
well worth to mention:
HOVATEK forum for the empty vbmeta.img !!! without this it would have NEVER work !!!!!!!!!!!
thank you !
@simika: Sounds good that you rooted your phone, but what to do with redmi note 10 5g? Do I need to get somewhere vbmeta for it, or your vmbeta from poco will work aswell? Thanks
amilt0n said:
@simika: Sounds good that you rooted your phone, but what to do with redmi note 10 5g? Do I need to get somewhere vbmeta for it, or your vmbeta from poco will work aswell? Thanks
Click to expand...
Click to collapse
At this point I BELIEVE it'll work for redmi note 10 5g at the same way...
The 2 smartphone are exactly the same so I don't see why it shouldn't work.
Obviously I understand your doubts...
I took my own risk too by trying this.
simika said:
hey guys.. wonderful news.. been trying here and there and IT WORKS FINALLY i gained root of POCO m3 Pro 5G !
i'll write in steps how it works and post all files i've been using
DISCLAIMER as always.. " do it at your OWN risk , i won't be responsible if anything goes wrong, you might risk to brick your phone "
that said :
1 - unlock your bootloader .. it'll take 168 hours so the earlier the best
2 - download your rom (https://xiaomifirmwareupdater.com/archive/miui/camellia/ get exactly the one you are on )
3 - from the zip file extract boot.img
4 - get magisk ( i've used 22.1 and it worked.. you might try with the most recent but since it worked for me i suggest to use 22.1)
now you need to patch original boot.img ( keep a copy of the original one )
5 - copy the patched boot.img you got from magisk and copy it to your pc
6 - VERY IMPORTANT get this "empty " vbmeta.img ( link coming ..)
7 - now reboot your Smartphone in fastboot ( or you do adb reboot bootloader or turn off poco and then keep pressed VOLUM DOWN and POWER )
8 - fastboot commands:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
(you should get this response
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
Sending 'vbmeta_a' (4 KB) OKAY [ 0.016s]
Writing 'vbmeta_a' OKAY [ 0.000s]
now send patched boot.img ( rename it just like so )
fastboot flash boot boot.img
fastboot flash boot boot.img
Sending 'boot_a' (65536 KB) OKAY [ 1.524s]
Writing 'boot_a' OKAY [ 0.224s]
and finally :
fastboot reboot
you will NOT get any
Dm-VERITY corruption on boot​you will get your POCO rooted as i show in the pictures!
IF you have any questions ask.. i'm gonna upload PATCHED boot.img for MIUI Global EEA 12.0.8 stable ( so you get already a pacthed boot.img )
i upload also ORIGINAL stock boot.img always from MIUI Global EEA 12.0.8 stable
and i upload vbmeta.img empty !
enjoy it !!!
FILES : magisk_patched-22100_WInEw.img rename it to boot.img
Click to expand...
Click to collapse
nice work and thanks for posting here
I have a Redmi Note 10 5G bought from vodafone and for me the link to roms doesnt have my ROM, any idea where i can get it from ie
V12.0.1.0 rkseuvf
if you can pls post a link to the exact magisk you used that will be helpful
and also a bit more info for those who do not know where or how to unlock their bootloader
b00b said:
V12.0.1.0 rkseuvf
Click to expand...
Click to collapse
VF is for Vodafone, so this is a rom customised for voda. I think you should download the EEA rom and the only difference you will notice will be missing Vodafone app.
As for unlocking bootloader just google it, all xiaomi phones are unlocked the same way.
@simika Do banking apps still work after rooting? How about Google Pay?
b00b said:
nice work and thanks for posting here
I have a Redmi Note 10 5G bought from vodafone and for me the link to roms doesnt have my ROM, any idea where i can get it from ie
V12.0.1.0 rkseuvf
if you can pls post a link to the exact magisk you used that will be helpful
and also a bit more info for those who do not know where or how to unlock their bootloader
Click to expand...
Click to collapse
hey yes it should work also for the Redmi note version!
magisk version 22.1 is available on github, just Google github magisk and you'll be sent to Dev web site!
Kwiato said:
VF is for Vodafone, so this is a rom customised for voda. I think you should download the EEA rom and the only difference you will notice will be missing Vodafone app.
As for unlocking bootloader just google it, all xiaomi phones are unlocked the same way.
@simika Do banking apps still work after rooting? How about Google Pay?
Click to expand...
Click to collapse
mmm I didn't try that yet, cause I'm still keeping banking app in my "regular smartphone".. but I might try to see if Google pay works (I doubt it..) I'm gonna report back
[Edit]
Nope is not working ..it tells me that my device might be rooted... I don't think I'll try now but I remember I saw a post where this issue was solved
yo, so no need to use twrp??
Kwiato said:
VF is for Vodafone, so this is a rom customised for voda. I think you should download the EEA rom and the only difference you will notice will be missing Vodafone app.
As for unlocking bootloader just google it, all xiaomi phones are unlocked the same way.
@simika Do banking apps still work after rooting? How about Google Pay?
Click to expand...
Click to collapse
WAIT... IT WORKS! Google pay works! I've got no problem to register my card.. I'm gonna try to buy something now.. so cool
zae942 said:
yo, so no need to use twrp??
Click to expand...
Click to collapse
exactly.. no need! I'm always been used to do it with twrp but nowadays seems better and easier without... I still hope I'll be able to load twrp
GOOGLE PAY WORKS... another good news @Kwiato
simika said:
exactly.. no need! I'm always been used to do it with twrp but nowadays seems better and easier without... I still hope I'll be able to load twrp
Click to expand...
Click to collapse
So it can work on redmi note 10 5g?
zae942 said:
So it can work on redmi note 10 5g?
Click to expand...
Click to collapse
well it should.. the 2 smartphone are identical! on my poco m3 pro 5g works!
simika said:
GOOGLE PAY WORKS... another good news @Kwiato
Click to expand...
Click to collapse
Thanks! Now I have to wait a week to try it on my note 10 5g.
Kwiato said:
Thanks! Now I have to wait a week to try it on my note 10 5g.
Click to expand...
Click to collapse
do you have a discord for telling me if the root works for note 10?
zae942 said:
do you have a discord for telling me if the root works for note 10?
Click to expand...
Click to collapse
Yes, PM me you user tag and I will contact you when it's done.
Kwiato said:
Yes, PM me you user tag and I will contact you when it's done.
Click to expand...
Click to collapse
don't forget to report here as well.. so everyone will be aware
simika said:
don't forget to report here as well.. so everyone will be aware
Click to expand...
Click to collapse
Will do.

Question Help! Vbmeta file for redmi note 10 pro

does anyone have vbmeta file for redmi note 10 pro
Administrator007 said:
does anyone have vbmeta file for redmi note 10 pro
Click to expand...
Click to collapse
If you need to use the stock vbmeta then extract it from your stock ROM.
SubwayChamp said:
If you need to use the stock vbmeta then extract it from your stock ROM.
Click to expand...
Click to collapse
in which rom fastboot or recovery
Administrator007 said:
in which rom fastboot or recovery
Click to expand...
Click to collapse
Probably you also find it in the recovery ROM but to be sure you will find it in the fastboot ROM.
SubwayChamp said:
Probably you also find it in the recovery ROM but to be sure you will find it in the fastboot ROM.
Click to expand...
Click to collapse
thanks a lot
xiaomi tools provides u with the vbmeta file

Will my Google account be banned for using Pixel Experience?

I think I can be banned for getting fake unlimited google photos storage but im not sure
XDAC1234 said:
I think I can be banned for getting fake unlimited google photos storage but im not sure
Click to expand...
Click to collapse
No it will not be banned
thanks, I already flashed and unflashed pixel experience tho lol, it was kinda laggy
Manjotbenipal said:
No it will not be banned
Click to expand...
Click to collapse
Manjotbenipal said:
No it will not be banned
Click to expand...
Click to collapse
btw do u know if i should install magisk the zip flash way or the patched boot.img way?
I always roo with fastboot method
But remember that you must disable avb before flashing the patched img.
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash boot patched_boot.img
If you skip disableing avb then you are sure to be stuck in a bootloop coz I have faced it myself.
And if you flash the recovery first then again i recommend you to follow the same step of disabling avb before flashing recovery.img
AND YOU CAN FOLLOW GUIDE IN THIS DEVICE'S FORUM
Btw which miui version are you using?
XDAC1234 said:
thanks, I already flashed and unflashed pixel experience tho lol, it was kinda laggy
Click to expand...
Click to collapse
You can uninstall bloatware with adb once you root your mobile and then install an mtz theme.
You will not even feel like you are using miui after doing that.
Btw should I make a thread on uninstalling bloatware with adb?
Manjotbenipal said:
I always roo with fastboot method
But remember that you must disable avb before flashing the patched img.
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash boot patched_boot.img
If you skip disableing avb then you are sure to be stuck in a bootloop coz I have faced it myself.
And if you flash the recovery first then again i recommend you to follow the same step of disabling avb before flashing recovery.img
AND YOU CAN FOLLOW GUIDE IN THIS DEVICE'S FORUM
Btw which miui version are you using?
Click to expand...
Click to collapse
[Guide] Root for Redmi Note 9 - Mediatek (Helio G85)
Preamble: After a bit of research, I've found a simple way to - at least - obtain root privileges on the basic version of Redmi Note 9 (Mediatek - Helio G85). The procedure has been tested on a Redmi Note 9 Global NFC 4/128 (Model: M2003J15SG)...
forum.xda-developers.com
You can skip erasing userdata and cache coz it will reset your mobile.
But if you don't want to take any risk and decide to reset then REMEMBER THE PASSWORD OF YOUR MI ACCOUNT
after reset your phone will be locked until you verify your mi account.
Make sure to backup all the data on your phone before flashing
Manjotbenipal said:
You can uninstall bloatware with adb once you root your mobile and then install an mtz theme.
You will not even feel like you are using miui after doing that.
Btw should I make a thread on uninstalling bloatware with adb?
Click to expand...
Click to collapse
If you want to, that thread would be gladly appreciated, I couldnt get debloat (the magisk module) to work in the terminal emulator
Manjotbenipal said:
I always roo with fastboot method
But remember that you must disable avb before flashing the patched img.
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash boot patched_boot.img
If you skip disableing avb then you are sure to be stuck in a bootloop coz I have faced it myself.
And if you flash the recovery first then again i recommend you to follow the same step of disabling avb before flashing recovery.img
AND YOU CAN FOLLOW GUIDE IN THIS DEVICE'S FORUM
Btw which miui version are you using?
Click to expand...
Click to collapse
huh, I didnt flash vbmeta before and my phone was fine (I had it rooted before pixel experience)
btw im using miui 12.5.6.0 RJOEUXM
SymtaxError said:
huh, I didnt flash vbmeta before and my phone was fine (I had it rooted before pixel experience)
btw im using miui 12.5.6.0 RJOEUXM
Click to expand...
Click to collapse
Then you can try but be careful
Manjotbenipal said:
Then you can try but be careful
Click to expand...
Click to collapse
nah, better safe than sorry (that idiom makes no sense but whatever)

Question How to install magisk without twrp in realme ui 3 c.12 ?

Help
sayanmitra753 said:
Help
Click to expand...
Click to collapse
Dump boot and vbmeta partition patch in magisk app.
And flash boot partition with vbmeta using fastboot after that you can update magisk using magisk app
HowWof said:
Dump boot and vbmeta partition patch in magisk app.
And flash boot partition with vbmeta using fastboot after that you can update magisk using magisk app
Click to expand...
Click to collapse
Do i need mtk client to bypass ? Or can i simply flash using fastboot and adb ?
sayanmitra753 said:
Do i need mtk client to bypass ? Or can i simply flash using fastboot and adb ?
Click to expand...
Click to collapse
Fastboot.
Mtk client you need to dump partitions.
Remember to turn off vbmeta veryfiction when flashed
HowWof said:
Fastboot.
Mtk client you need to dump partitions.
Remember to turn off vbmeta veryfiction when flashed
Click to expand...
Click to collapse
Thanks.. successfully rooted using mtk client
sayanmitra753 said:
Thanks.. successfully rooted using mtk client
Click to expand...
Click to collapse
did you unlock the bootloader before that or did you just use mtk to flash patched boot.img? it didnt work for me when i was trying to flash patched boot.img from magisk with mtk on a locket bootloader c11 global firmware. gladly i kept an backup of the original boot.img and vbmeta. but i now get an verification error on bootup.
which version of magisk did you use?
08whuoweo3 said:
did you unlock the bootloader before that or did you just use mtk to flash patched boot.img? it didnt work for me when i was trying to flash patched boot.img from magisk with mtk on a locket bootloader c11 global firmware. gladly i kept an backup of the original boot.img and vbmeta. but i now get an verification error on bootup.
which version of magisk did you use?
Click to expand...
Click to collapse
Of course unlocked..flash thailand rom first to use deeptest apk..deeptest is not available on indian rom, don't know about other region..then after flashing thailand rom with sp flash tool , use deeptest to unlcok..after unlocking bootloader you can return to your region rom by flashing with sp flash tool again.. bootloader will stay unlocked..

Question Help root Realme C25s - RMX3195 || files for twrp firmware?

Hello! I would like to root my Realme c25s [RMX3195_11_A.19] phone. I can not find the necessary files to install twrp. Named Vbmeta.img and Recovery.img (Recovery is the TWRP firmware itself, but I couldn’t find the Vbmeta.img file ANYWHERE on the Internet that matches my firmware version). As far as I understand, both files must be of the same version (A.19 in my case), otherwise it is possible to turn the phone into a brick. If you have experience flashing this device of the same assembly as mine, or if you know how to do it, please attach ALL the files that you used to flash. Thank you!
Metro1919 said:
Hello! I would like to root my Realme c25s [RMX3195_11_A.19] phone. I can not find the necessary files to install twrp. Named Vbmeta.img and Recovery.img (Recovery is the TWRP firmware itself, but I couldn’t find the Vbmeta.img file ANYWHERE on the Internet that matches my firmware version). As far as I understand, both files must be of the same version (A.19 in my case), otherwise it is possible to turn the phone into a brick. If you have experience flashing this device of the same assembly as mine, or if you know how to do it, please attach ALL the files that you used to flash. Thank you!
Click to expand...
Click to collapse
your vbmeta can be found in the firmware file (ofp)

Categories

Resources