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

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)

Related

Unbrick files required

Hello,
I have bricked my P10 and I need some files for Oreo:
I have the system.img and the cust.img
I am missing:
boot.img , recovery and userdata.img
I have got the 2 I have extracting the update.zip but the other 3 are not available in the update.app from huawei inside the zip.
Can anyone upload the files for me or upload a TWRP backup as I have TWRP Oreo up and running in the P10 but I formatted everything and forgot to backup first.
Thank you very much.
PS: Resume I please need a TWRP backup of the OREO rom or the 3 missing files above, thank you very much.
there is no longer a boot.img and recovery.img for oreo. If I am not mistaken you are trying to use the multi_tool right?
You can use the ramdisk kernel and recovry_ramdisk files as replacement.
Userdata is not necessary from what I recon.
If you have a running TWRP I would strongly urge you to try to find a fix using that way. Such as by running HWOTA if you can.
martindoublem said:
there is no longer a boot.img and recovery.img for oreo. If I am not mistaken you are trying to use the multi_tool right?
You can use the ramdisk kernel and recovry_ramdisk files as replacement.
Userdata is not necessary from what I recon.
If you have a running TWRP I would strongly urge you to try to find a fix using that way. Such as by running HWOTA if you can.
Click to expand...
Click to collapse
Thank you but I can´t because HWOTA doesn´t recognise the TWRP. I am trying to use the multi_tool 8 but without success. I don´t know how to fix it at the moment, maybe SAT time?
martindoublem said:
there is no longer a boot.img and recovery.img for oreo. If I am not mistaken you are trying to use the multi_tool right?
You can use the ramdisk kernel and recovry_ramdisk files as replacement.
Userdata is not necessary from what I recon.
If you have a running TWRP I would strongly urge you to try to find a fix using that way. Such as by running HWOTA if you can.
Click to expand...
Click to collapse
I will try to not flash the recovery because I think TWRP is a better option at the moment?
The problem is that I can´t find any Oreo ROM that I can flash with TWRP and it would be awesome if someone share one although if it is very unstable just to be able to recover an OS.
martindoublem said:
there is no longer a boot.img and recovery.img for oreo. If I am not mistaken you are trying to use the multi_tool right?
You can use the ramdisk kernel and recovry_ramdisk files as replacement.
Userdata is not necessary from what I recon.
If you have a running TWRP I would strongly urge you to try to find a fix using that way. Such as by running HWOTA if you can.
Click to expand...
Click to collapse
Ramdisk kernel would be boot.img and recovery_ramdisk the recovery?
I have tried and it doesn´t recognise it so I think they are not the corresponding files it seems....
just download all 3 update packages of oreo from firmware finder. unpack them with huawei extract tool and you will have all partitions images. Or if you have erecovery pay 10 bucks to funky huawei and they will help you.
DallasCZ said:
just download all 3 update packages of oreo from firmware finder. unpack them with huawei extract tool and you will have all partitions images. Or if you have erecovery pay 10 bucks to funky huawei and they will help you.
Click to expand...
Click to collapse
I have a SAT near home, if they don´t help I will do the funky option...
If anyone needs, can use my DC-Phoenix account, I don`t need it anymore.
Your username is: cesedy
Your password is: dnL4eHEm

[Unofficial] TWRP for Xperia 10 II [10.0]

TWRP for Xperia 10 II
Code:
/*
*Disclaimer
*
* Your warranty may be void.
*
* We're not responsible for bricked devices, dead OTGs or you getting fired because the alarm app failed.
* Please do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*/
Download: Github
Bugs: sideload
How to flash:
Unlock bootloader is necessary!
1. Download the TWRP image file to your PC.
2. Put your device into fastboot by volume up key.
3. Type the following command to flash the recovery:-
Code:
fastboot flash recovery recovery.img
4. Unplug the USB cable, hold power + volume down.
Might be useful:
If you can't enter twrp, you need to do:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
Decryption failed in twrp:
This might happen if you just unlocked bootloader.
Solution: Format data, enter twrp again.
Relock bootloader: See this
Contributors: @Sjll
Thanks to mauronofrio
Source: Github
Date: 2020-11-14
Make Xperia Great Again!
Thank you very much!
Awesome!
Is it possible to flash Magisk and root Stock Sony Firmware now?
How to get vbmeta.img?
I think yes, you'll just need to disable the verity checks:
Bash:
fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img
fastboot flash --disable-verity --disable-verification vbmeta_system vbmeta_system.img
For the needed images: You may extract them from Sonys .sin files or (I think) as you disable the checks anyways, you could use the .img-s from any other rom for that device.
Thank you, I´ll give it a try after I downloaded Stock Firmware.
Thank you, works great !
wheal said:
Is it possible to flash Magisk and root Stock Sony Firmware now?
Click to expand...
Click to collapse
You can also root stock firmware with Magisk and fastboot, without the need of TWRP.
Does stock twrp 20201115 work with android 11.
Can adroid 11 use it?
Hi guys, i am a newbie here. I have a Sony xperia 10ii and want to root it so that i can install viper4android to improve its music experience. Can someone tell me how to do it step by step coz i havent found a conclusive method yet in the forums? thanks
philshifley said:
Hi guys, i am a newbie here. I have a Sony xperia 10ii and want to root it so that i can install viper4android to improve its music experience. Can someone tell me how to do it step by step coz i havent found a conclusive method yet in the forums? thanks
Click to expand...
Click to collapse
Follow this guide to unlock the bootloader. Once the bootloader's unlocked you can follow any guides on this forum to install any of these ROMs or recoveries. If all you want to do is root it, then you'll have to follow a Magisk installation guide and you'll need the firmware for the phone so you can extract the boot.img for Magisk to patch. Use XperiFirm here to download the proper stock firmware for your phone, then follow this Magisk installation guide using the boot.img you extracted from the stock firmware to get it rooted with Magisk.
Thanks for your response. i unlocked the bootloader, installed the magisk apk in my phone and downloaded the firmware using xperifirm. where is the boot.img file that will be rooted with magisk?cant find it in the firmware folder.
dreDREb13 said:
Follow this guide to unlock the bootloader. Once the bootloader's unlocked you can follow any guides on this forum to install any of these ROMs or recoveries. If all you want to do is root it, then you'll have to follow a Magisk installation guide and you'll need the firmware for the phone so you can extract the boot.img for Magisk to patch. Use XperiFirm here to download the proper stock firmware for your phone, then follow this Magisk installation guide using the boot.img you extracted from the stock firmware to get it rooted with Magisk.
Click to expand...
Click to collapse
f
philshifley said:
Thanks for your response. i unlocked the bootloader, installed the magisk apk in my phone and downloaded the firmware using xperifirm. where is the boot.img file that will be rooted with magisk?cant find it in the firmware folder.
Click to expand...
Click to collapse
Hmm that's a good question. Looks like you'll need a few more things.
Use the "boot_X-FLASH-ALL.sin" file you'll find in the firmware folder you downloaded. In my case I would use the Customized UK XQ-AU52 one, but depends on what model you have or are using. If you have trouble knowing what model/region your phone is then use the Emma tool from Sony directly and it'll tell you what firmware you use (this is also useful to keep around should you need to do a full factory reset for any reason).
With that boot.sin file, use UnSIN to convert the file into an .img file and rename to boot.img. That should ideally work.
Please keep in mind that I cannot confirm this to be totally correct! I use LineageOS which provides a boot.img file in the zip already, so have never done this method to root my phone with the stock OS. I would advise looking around forums and doing a few more Google searches for your own sake just to be sure. But so far as I am aware this is the proper method! When all else fails, factory reset and try again.
Yes my phone is a Sony xperia 10ii XQ-AU52.
I converted the boot_X-FLASH-ALL.sin using the unsin software and managed to run the commands as given in the magisk guide page. After successfully doing so, well the phone got stuck in a bootloop, so i had to use Emma to restore it. so am back where i started again.hehe
philshifley said:
Yes my phone is a Sony xperia 10ii XQ-AU52.
I converted the boot_X-FLASH-ALL.sin using the unsin software and managed to run the commands as given in the magisk guide page. After successfully doing so, well the phone got stuck in a bootloop, so i had to use Emma to restore it. so am back where i started again.hehe
Click to expand...
Click to collapse
Ah yes, I was worried that may happen... I had my own issues trying to flash bits and pieces of the firmware versus just flashing the whole thing itself.
Unfortunately that's the best advice I know to give. Only other thing I could say is perhaps try flashing the entire firmware package downloaded via Xperifirm to your device using Newflasher, and THEN do the UnSIN and try again with the boot.img since you'll be certain that the boot files align with one another. Could be an issue that the boot.img for that firmware isn't compatible with the firmware you had already installed on your phone?
Hello Dear People i got a Question because i dont wanna break my Phone or something like that i have the Sony Xperia 10 II and it seems like this Version is a little bit Older !(meant TWRP)! It has the Newest Update etc etc Android 11 and its Unlocket Complety (Bootloader) Is this working with this Version here still or is there a better Version to use at the moment i tried a lot on my Phone in the couple of days but sadly a lot of work from me got resetet at the end ( because i needed to so i would be really Thankfull for the Help :>D
Можно ли использовать TWRP в android 11?
Android 11 does not seem to work normally, will it continue to be updated?
感谢楼主!!
最近我安装magisk后,使用“"选择并修补一个文件"时,遇到了下述错误——
****************************
Output file is written to
/storage/emulated/0/Download/magisk_patched-22100_o51xN.img
****************************
cp: can't preserve ownership of 'busybox': Operation not permitted
cp: can't preserve ownership of 'magisk32': Operation not permitted
cp: can't preserve ownership of 'magisk64': Operation not permitted
cp: can't preserve ownership of 'magiskboot': Operation not permitted
cp: can't preserve ownership of 'magiskinit': Operation not permitted
- All done!
感觉是权限不够,因此想通过twrp来安装magisk,看能不能解决上述问题。
many thanks
i have a question: what's the difference between twrp-20201115-SODP.zip and twrp-20201115-stock.zip?
now i have another question, it seems that twrp doesn't work well:
Is twrp outdate?
i tried to install Magisk-v20.4.zip, but failed which showed like below

Question Where to find a boot.img for [Maltose]?

I made the mistake of reading that the firmware is the same for all three 10S models, and accidentally flashed the wrong magisk-patched boot.img.
Now, to fix my phone i Need to flash the original boot.img, but I can't find online the ROM for the Maltose variant.
Anyone can help?
I was able to find a dump of the file from here. And though that fixed my boot issue (note: the dump says it's for MIUI V12.5.14.0, whereas my phone has version V12.5.13), I still can't get root because when I patch that file with Magisk, and flash it via fastboot, it doesn't boot, and goes to FastBoot until I reflash the original.
So, the question now is, where can I find a patched boot.img for [Maltose]?
Since there's nearly no threads regarding Maltose, it might be best to leave this thread here for future reference of other users.
armaldon said:
I was able to find a dump of the file from here. And though that fixed my boot issue (note: the dump says it's for MIUI V12.5.14.0, whereas my phone has version V12.5.13), I still can't get root because when I patch that file with Magisk, and flash it via fastboot, it doesn't boot, and goes to FastBoot until I reflash the original.
So, the question now is, where can I find a patched boot.img for [Maltose]?
Since there's nearly no threads regarding Maltose, it might be best to leave this thread here for future reference of other users.
Click to expand...
Click to collapse
maltose is rosemary
Okay, that seems correct. I downloaded the RoseMary IMG version 12.5.13.0 and extracted the boot.img file, after flashing it on my device's boot A & B partitions, it does boot correctly.
I am still having issues rooting my phone, but I guess that's a different issue and requires it's own topic.

Question The current image(boot/recovery) have been destroyed and can not boot.

How to solve it? I dont really know much about it
flash stock boot.img and recovery.img of the same firmware version
if you're trying to root your Realme 8 don't forget to flash A19 partitions first, you can get the files in one of tony's thread.

[URGENT] Can someone give me the patched vbmeta.img file for Realme c3?

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?

Categories

Resources