How To Root Realme C11 With Magisk - Realme C11 Questions & Answers

Anybody knows how to root realme C11 with Magisk?
Will this method work in this dvice?
https://forum.xda-developers.com/re...9-mediatek-t4149531/post83310015#post83310015

Mrinalsaha said:
Anybody knows how to root realme C11 with Magisk?
Will this method work in this dvice?
https://forum.xda-developers.com/re...9-mediatek-t4149531/post83310015#post83310015
Click to expand...
Click to collapse
Not tested but will work. If something goes wrong, you can flash you stock boot.img from fastboot.
To get stock boot.img
You can download stock rom from Software Update realme site and decrypt and convert .ozip to .zip with https://github.com/bkerler/oppo_ozip_decrypt
or
Go to stock recovery with power off your device and then hold Volume Down(-) + Power buttons same time to boot into recovery mode.
Connect device to PC, install drivers for realme and setup ADB & Fastboot Tools
Then run following
Code:
adb devices
adb root
adb pull /dev/block/platform/bootdevice/by-name/boot
Then your working directory in your PC will have stock boot image(rename it to boot.img from boot).

This a a simple guide on how to root realme c11 with magisk
Get boot.img from stock rom.
To patch boot.img
>Select Install
>Select Select and Patch a file
>Select stock boot.img in Magisk Manager app and place Magisk Patched boot.img from Downloads folder to PC then do below
>place magisk_patched.img and vbmeta.img in platform tools folder in your PC
}connect phone in fastboot mode, open Command window and run
>fastboot devices
>fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
>fastboot flash boot magisk_patched.img
>fastboot reboot
Finally Open Magisk Manager, do initial setup and then after reboot do magisk hide in Magisk Manager settings.
Bootloader of your phone should be already unlocked and usb debugging should be enabled before doing this
I have attached vbmeta.img and magisk_patched.img of RMX2185_11_A.79
Use my magisk_patched.img only if you are using RMX2185_11_A.79(check in software update)

Here is vbmeta ang magisk_patched.img for RMX2185_11_A.79
Gofile - Free Unlimited File Sharing and Storage
Gofile is a free, secure file sharing and storage platform. With unlimited bandwidth and storage, you can easily store and share files of any type without any limits. Our advanced features, such as CDN support and password protection, make Gofile the ideal choice for individuals and businesses...
gofile.io

Related

[GUIDE][REDMI 7A] Root with Magisk on Miui 11.0.7 Global

Well, a lot of people wanting to root global miui 11.0.7 and not being able to... So I did it on my Global redmi 7a - MIUI 11.0.7 Global.
Simple though. Apart from whats being said, u can update Magisk to v20.+ after flashing
the 19 version, through the app Magisk Manager automatically installed after flashing.
Prerequisites & Downloads:
- Your bootloader must be unlocked (https://en.miui.com/unlock/)
- ADB and Fastboot -> I did on windows version, maybe can be done on linux...
- patched boot.img for miui 11.0.7 global
- vbmeta.img
- Magisk v19.3 zip -> place it on the root of your external sdcard
This is basically copied from cg730620's post [Guide][Redmi 7A] TWRP, Root with Magisk, Custom ROM [GSI][Pie] and Avedroid's vid
1 - Unlock bootloader and flash stock miui 11.0.7 recovery rom, using miflash 2017
CAREFUL! On the lower right corner check the first option, "clean all", or you may end up with a locked bootloader.
-> exactly the same from the quoted post from now on, what differs is the files and we are only flashing magisk v19.3
"2. Install Minimal ADB and Fastboot
3. Rename patched boot file to boot.img
4. Rename custom recovery file to recovery.img
5. Place boot.img, recovery.img, vbmeta.img in Program Files (x86)/Minimal ADB and Fastboot/ folder
6. Turn off your phone.
7. Reboot phone to fastboot mode by holding Volume-down button while pressing On/Off-button. You know you are in fastboot mode when you see a cartoon bunny.
8. Connect the phone to your PC via USB.
9. On your PC open command prompt and nagivate to ADB folder, or open command prompt window directly from right-click menu in ADB folder; just right-click on empty space and choose 'Open command prompt here'
10. In command prompt, enter the following commands:
Code:
Code:
fastboot flash boot boot.img
Code:
Code:
fastboot flash vbmeta vbmeta.img
Code:
Code:
fastboot flash recovery recovery.img
11. Now reboot to recovery: Press Volume-Up button on your phone and enter the following in command prompt:
or just turn off the phone and reboot by holding Volume-Up and On/Off button (release On/Off when phone turns on, keep holding Volume-Up until you see screen of TWRP recovery)
12. Swipe to allow modifications. If TWRP asks for PIN, enter the PIN code you set for your unlock screen.
13. In TWRP choose Wipe > Advanced Wipe. Select 'Dalvik / ART cache', 'System', 'Data', 'Cache'. Then Swipe to Wipe.
18. In TWRP choose Install. Select the Magisk zip-file on your phone and then Swipe to confirm flash.
Reboot to system, open Magisk, update and there u go.
Same steps of the beginning of Avedroid's video, only with modified boot.img and Magisk Version
https://www.youtube.com/watch?v=NSs08O6uGVI&t=324s
After 16:30 of the video he flashes a custom gsi rom which is not of the interest of this thread, just flash magisk.
Thanks to all who made it possible, especially Avedroid and cg730620
Post questions and answers here, please, NOT in PM.
Good luck!
Thank's it's work fine on custom gsi too, i just flash patch boot, vbmeta, finally install magisk success
I did everything right, however, when it came to installing Magisk, the following error occurred: "Updater process ended with ERROR: 1".
So I redid the whole process, but before installing Magisk I did the following: I went to Mount, I deselected the System partition and after that the installation proceeded normally.
Well, I don’t know if this is the best way to fix this problem, I don’t understand much of these things, but it ended up working for me.
Thanks for the post
I will do some tests to see if everything is working.
Can I just do this on MIUI 11.0.5 Global?
Omborkar said:
Can I just do this on MIUI 11.0.5 Global?
Click to expand...
Click to collapse
Download patched boot.img for ur rom instead of 11.0.7 boot.img I uploaded. Or patch it yourself.
I have a problem. Everytime I do the wipe it says only: "Failed to mount "vendor"(invalid argument)"
What to do?
Google play not certified... after flashing and installed magisk... Got solution??? Thanks
I've rooted my MoKee OS Android 10 rom. Can somebody help me change the system font? The font changer module in Magisk is not appearing in the search bar.
vincecabalan said:
I've rooted my MoKee OS Android 10 rom. Can somebody help me change the system font? The font changer module in Magisk is not appearing in the search bar.
Click to expand...
Click to collapse
I Tried To Root Mokee But Failed. Can You Please Tell Me How You Root Mokee
Hello, what files do I need to rename to boot.img and recovery.img? I'm lost
3. Rename the patched boot file to boot.img
4. Rename the custom recovery to recovery.img
RsAbubokor4 said:
I Tried To Root Mokee But Failed. Can You Please Tell Me How You Root Mokee
Click to expand...
Click to collapse
Extract boot.img of installer mokee.zip Patch boot image https://patcher.yaalex.xyz/ select include magisk Expect to do uploud after downloading rename boot.img sdcard Go twrp flash boot install magisk manager apk
Credit to @idcamper
vincecabalan said:
Extract boot.img of installer mokee.zip Patch boot image https://patcher.yaalex.xyz/ select include magisk Expect to do uploud after downloading rename boot.img sdcard Go twrp flash boot install magisk manager apk
Credit to @idcamper
Click to expand...
Click to collapse
I did according to this advice, uploaded boot.img to this site. Magisk works, but Wifi won't work . When I uploaded boot.img, Wifi works, then it shows that Magisk is not installed, but it was installed.
speed_cars said:
I did according to this advice, uploaded boot.img to this site. Magisk works, but Wifi won't work . When I uploaded boot.img, Wifi works, then it shows that Magisk is not installed, but it was installed.
Click to expand...
Click to collapse
try this process after flash zip of the last magisk from reset factory
Can i do this on miui 11.0.3.0 indian rom based on Android 10. If yes then i need recovery.img pls help.
4. Rename custom recovery file to recovery.img
- where i can download this?, or this is the outcome of step 1?
Everything works fine, exept password. When i set new password, let's say it is 1234, i set the password in the setting, then i press the power button for lock screen, i put the password in as usual, but it just says try again over and over, im pretty sure that it is not my fault. Thanks for reply.
Anyone have patched boot 11.0.4?
jurubebaamarga said:
Well, a lot of people wanting to root global miui 11.0.7 and not being able to... So I did it on my Global redmi 7a - MIUI 11.0.7 Global.
Simple though. Apart from whats being said, u can update Magisk to v20.+ after flashing
the 19 version, through the app Magisk Manager automatically installed after flashing.
Prerequisites & Downloads:
- Your bootloader must be unlocked (https://en.miui.com/unlock/)
- ADB and Fastboot -> I did on windows version, maybe can be done on linux...
- patched boot.img for miui 11.0.7 global
- vbmeta.img
- Magisk v19.3 zip -> place it on the root of your external sdcard
This is basically copied from cg730620's post [Guide][Redmi 7A] TWRP, Root with Magisk, Custom ROM [GSI][Pie] and Avedroid's vid
1 - Unlock bootloader and flash stock miui 11.0.7 recovery rom, using miflash 2017
CAREFUL! On the lower right corner check the first option, "clean all", or you may end up with a locked bootloader.
-> exactly the same from the quoted post from now on, what differs is the files and we are only flashing magisk v19.3
"2. Install Minimal ADB and Fastboot
3. Rename patched boot file to boot.img
4. Rename custom recovery file to recovery.img
5. Place boot.img, recovery.img, vbmeta.img in Program Files (x86)/Minimal ADB and Fastboot/ folder
6. Turn off your phone.
7. Reboot phone to fastboot mode by holding Volume-down button while pressing On/Off-button. You know you are in fastboot mode when you see a cartoon bunny.
8. Connect the phone to your PC via USB.
9. On your PC open command prompt and nagivate to ADB folder, or open command prompt window directly from right-click menu in ADB folder; just right-click on empty space and choose 'Open command prompt here'
10. In command prompt, enter the following commands:
Code:
Code:
fastboot flash boot boot.img
Code:
Code:
fastboot flash vbmeta vbmeta.img
Code:
Code:
fastboot flash recovery recovery.img
11. Now reboot to recovery: Press Volume-Up button on your phone and enter the following in command prompt:
or just turn off the phone and reboot by holding Volume-Up and On/Off button (release On/Off when phone turns on, keep holding Volume-Up until you see screen of TWRP recovery)
12. Swipe to allow modifications. If TWRP asks for PIN, enter the PIN code you set for your unlock screen.
13. In TWRP choose Wipe > Advanced Wipe. Select 'Dalvik / ART cache', 'System', 'Data', 'Cache'. Then Swipe to Wipe.
18. In TWRP choose Install. Select the Magisk zip-file on your phone and then Swipe to confirm flash.
Reboot to system, open Magisk, update and there u go.
Same steps of the beginning of Avedroid's video, only with modified boot.img and Magisk Version
After 16:30 of the video he flashes a custom gsi rom which is not of the interest of this thread, just flash magisk.
Thanks to all who made it possible, especially Avedroid and cg730620
Post questions and answers here, please, NOT in PM.
Good luck!
Click to expand...
Click to collapse
I wish to obtain root / access to magisk,
Wanting to know if I can do this without losing data (having to delete system data)
Thank you
Hello.
So I was trying to root my Redmi 7A - v10.2.1 with TWRP 3.3.1 but now I am stuck in a bootloop.
What I did:
1. Flash boot.img
2. Flash recovery.img
3. Flash vbmeta.img
4. reboot
Phone rebooted to system and TWRP was installed.
Then I booted to TWRP to install Magisk-v23.0.zip,
I went to Advanced Wipe, then wiped 'Dalvik / ART cache', 'System', 'Data', 'Cache'.
When I rebooted, it went into a bootloop, when I go to TWRP it says 'No OS INSTALLED".
What did I do wrong? And how to recover?
Thanks.
Cinox said:
I did everything right, however, when it came to installing Magisk, the following error occurred: "Updater process ended with ERROR: 1".
So I redid the whole process, but before installing Magisk I did the following: I went to Mount, I deselected the System partition and after that the installation proceeded normally.
Well, I don’t know if this is the best way to fix this problem, I don’t understand much of these things, but it ended up working for me.
Thanks for the post
I will do some tests to see if everything is working.
Click to expand...
Click to collapse
Im also getting the same error,, but what do you mean by "deselected the System partition". I see "system_root" in Mount but not "System"

[GUIDE] tested guide to root realme c11 with magisk

This a a simple guide on how to root realme c11 with magisk
Get boot.img from stock rom.
To patch boot.img
>Install latest Magisk Manager app in your Realme c11 and open it
>Select Install
>Select Select and Patch a file
>Select stock boot.img in Magisk Manager app and place Magisk Patched boot.img from Downloads folder to PC then do below
>place magisk_patched.img and vbmeta.img in platform tools folder in your PC
}connect phone in fastboot mode, open Command window and run
>fastboot devices
>fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
>fastboot flash boot magisk_patched.img
>fastboot reboot
Finally Open Magisk Manager, do initial setup and then after reboot do magisk hide in Magisk Manager settings.
Bootloader of your phone should be already unlocked and usb debugging should be enabled before doing this
I have attached vbmeta.img and magisk_patched.img of RMX2185_11_A.79
Use my magisk_patched.img only if you are using RMX2185_11_A.79(check in software update)
Here is vbmeta ang magisk_patched.img for RMX2185_11_A.79
Gofile - Free Unlimited File Sharing and Storage
Gofile is a free, secure file sharing and storage platform. With unlimited bandwidth and storage, you can easily store and share files of any type without any limits. Our advanced features, such as CDN support and password protection, make Gofile the ideal choice for individuals and businesses...
gofile.io

Question How I can root realme 8 5g

I submitted on ( in deep tool ) still application approved
Can I open bootloader now ?
I need rom for my device and all file to root it
V ( RMX3241_11_A.15 )
do you still want to root smartphone?
Please don't root , useless as no custom ROM is available or you might brick your device
I have rooted my smartphone, on realme 8 5G
Rzk09 said:
I have rooted my smartphone, on realme 8 5G
Click to expand...
Click to collapse
Hello, can you tell me how you got root access, thanks
frenon76 said:
Hello, can you tell me how you got root access, thanks
Click to expand...
Click to collapse
has your device been unlocked bootloader?
Not yet, I'm working on it
frenon76 said:
Not yet, I'm working on it
Click to expand...
Click to collapse
what version of the firmware build is on your device?
RMX3241VF_11_A_23
frenon76 said:
RMX3241VF_11_A_23
Click to expand...
Click to collapse
Global or India?
Global
frenon76 said:
Global
Click to expand...
Click to collapse
if you have unlocked your device, follow these steps
1.donwload boot.img and vbmeta.img, if your firmware version is A.23 global version you can download it in Attachments
2. Patch the boot.img that you downloaded earlier in the magisk manager, when it's finished you can change the name to "boot.img" to make it easier to patch
3. Copy the boot.img patch to your laptop/PC in "adb and fastboot" folder, together with vbmeta.img (don't patch the vbmeta.img file in magisk manager)
4. turn on usb debugging option
5. enter fastboot mode (turn off your device and hold vol up and power)
6. if you have entered fastboot, plug your devices into your laptop/pc and type in adb "fastboot devices" (make sure your devices are connected)
7. And now start patching the boot.img file that you patched earlier and disable boot verification (vbmeta.img)
8. Ok,Patch the boot.img file with the command "fastboot flash boot boot.img"
9. and finally disable vbmeta copy this command "fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img"
10. and restart your device
I hope this can help you
Muchas gracias, voy a intentar
Rzk09 said:
if you have unlocked your device, follow these steps
1.donwload boot.img and vbmeta.img, if your firmware version is A.23 global version you can download it in Attachments
2. Patch the boot.img that you downloaded earlier in the magisk manager, when it's finished you can change the name to "boot.img" to make it easier to patch
3. Copy the boot.img patch to your laptop/PC in "adb and fastboot" folder, together with vbmeta.img (don't patch the vbmeta.img file in magisk manager)
4. turn on usb debugging option
5. enter fastboot mode (turn off your device and hold vol up and power)
6. if you have entered fastboot, plug your devices into your laptop/pc and type in adb "fastboot devices" (make sure your devices are connected)
7. And now start patching the boot.img file that you patched earlier and disable boot verification (vbmeta.img)
8. Ok,Patch the boot.img file with the command "fastboot flash boot boot.img"
9. and finally disable vbmeta copy this command "fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img"
10. and restart your device
I hope this can help you
Click to expand...
Click to collapse
HELP, I did this on my phone (realme 8 5g global) and now the system does not turn on as something is recovery (TWRP) and fastboot works normally
this is my main and the only relatively new phone so please help
PS sorry for mistakes, I'm from Poland and I'm writing through a translator
Rzk09 said:
if you have unlocked your device, follow these steps
1.donwload boot.img and vbmeta.img, if your firmware version is A.23 global version you can download it in Attachments
2. Patch the boot.img that you downloaded earlier in the magisk manager, when it's finished you can change the name to "boot.img" to make it easier to patch
3. Copy the boot.img patch to your laptop/PC in "adb and fastboot" folder, together with vbmeta.img (don't patch the vbmeta.img file in magisk manager)
4. turn on usb debugging option
5. enter fastboot mode (turn off your device and hold vol up and power)
6. if you have entered fastboot, plug your devices into your laptop/pc and type in adb "fastboot devices" (make sure your devices are connected)
7. And now start patching the boot.img file that you patched earlier and disable boot verification (vbmeta.img)
8. Ok,Patch the boot.img file with the command "fastboot flash boot boot.img"
9. and finally disable vbmeta copy this command "fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img"
10. and restart your device
I hope this can help you
Click to expand...
Click to collapse
bro please i need your help i'am on A24 Global version version do u have boot.img of this version if not please give me link of A23 global version full rom thank u
mantap, how to downgrade into RMX3241VF_11_A_23? ada no wa or youtube or ig?.. thank u, terima kasih
Rzk09 said:
I have rooted my smartphone, on realme 8 5G
Click to expand...
Click to collapse
Vbmat.img and boot.img for RMX3241_11_A.16 please
Rzk09 said:
if you have unlocked your device, follow these steps
1.donwload boot.img and vbmeta.img, if your firmware version is A.23 global version you can download it in Attachments
2. Patch the boot.img that you downloaded earlier in the magisk manager, when it's finished you can change the name to "boot.img" to make it easier to patch
3. Copy the boot.img patch to your laptop/PC in "adb and fastboot" folder, together with vbmeta.img (don't patch the vbmeta.img file in magisk manager)
4. turn on usb debugging option
5. enter fastboot mode (turn off your device and hold vol up and power)
6. if you have entered fastboot, plug your devices into your laptop/pc and type in adb "fastboot devices" (make sure your devices are connected)
7. And now start patching the boot.img file that you patched earlier and disable boot verification (vbmeta.img)
8. Ok,Patch the boot.img file with the command "fastboot flash boot boot.img"
9. and finally disable vbmeta copy this command "fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img"
10. and restart your device
I hope this can help you
Click to expand...
Click to collapse
Can you send me the attachments for RMX3241_11_C.04 this android version?
Rooted Realme 8 5G to fix unknown IMEI but in the end I know that unknown baseband is the major problem, and no custom ROM for RMX3241.
Stock firmware: RMX3241_11_A.26
Magisk 25.2
Root Tool: MTKClient (GitHub) with Brom/Edl Mode since I got no fastboot
For MTKClient, you'll need to install "MediaTek CDC driver 1.0.8" and manually add legacy hardware in device manager "MediaTek USB PORT" and other thing that you need in the github link.
Root method just same as fastboot method, patch your boot.img with Magisk app and flash patched boot.img + vbmeta.img or using MTKClient flash the patched boot.img and vbmeta.img.empty included in MTKClient.
Where to get your stock boot.img vbmeta.img? Use MTKClient or MTKMETAUTILITY to dump it from your phone. Dump the whole img except userdata to backup just incase....
If somehow the root fail after like 1h bootloop at logo, just reflash with stock boot vbmeta. So keep in mind to backup your stock img file.
I also have TWRP as recovery flashed using MTKClient but no custom ROM?

How To Guide Gain root without loosing data - needs unlocked bootloader - ONLY TESTED ON 12.5.18

NEEDS UNLOCKED BOOTLOADER - ONLY TESTED ON 12.5.18
you will need:
7zip
fastboot firmware
mtk flashtool
mtkmetautility
drivers
unlocked bootloader
1. Download fastboot firmware and unpack it with 7zip
2 Find boot.img and transfer it to your phone
3. Install magisk and patch the boot.img you copied, copy the patched img to your computer
4. Turn off your phone, launch MTKMETAUtility, click the disable auth, press the vol up and down on your phone and connect it. Close down the MTKMETAUtility
5. Open the MTK flashtool, only check the boot img and select the Magisk patched one.
6. Flash it
taa-daaa

How To Guide Root and flash any GSI on Redmi 11 Prime 5G (light)

First things first. What you need:
Platform tools
MIUI 14 Beta Stable Stock ROM
Android OTA Extractor
Device updated to MIUI 14 Beta
Magisk app installed on the phone​
Step 1
Extract MIUI 14 zip on your PC. Move payload.bin to Android OTA extractor folder.
Open terminal in the same folder.
Enter following command:
Android-ota-extractor.exe payload.bin
Let it extract.
Step 2
Root your phone via Magisk app.
Move the boot.img extracted from payload.bin to you phone's internal storage.
Open Magisk app.
Click install, select file and patch.
Once done, move your patched boot image to your PC and put it in platform-tools folder.
Reboot device into bootloader.
Open terminal in platform-tools folder.
Enter the following:
cmd
Press ENTER
fastboot flash boot patched_magisk_(press TAB to autocomplete).img
Let it finish. Reboot. Check if device is rooted.
Step 3
Download a GSI of your choice. I personally tested Pixel Experience Base/Plus and Evolution X by ponces. Extract and put the img file in platform-tools.
Reboot to fastboot.
Enter the following:
fastboot reboot fastboot
fastboot erase system
fastboot delete-logical-partition product_a
fastboot flash system yourgsiname.img
fastboot -w
If you want root just enter (you might actually need it, check footnotes)
fastboot reboot
If you don't, then flash the stock unpatched boot.img and reboot.
The process is done. Footnotes:
Set up the device offline. Go to phh treble settings. Select Misc.
Install ims package check both:
Request IMS
Force 4G Calling....
Reboot
Now continue setting up and logging in with your google account. SMS verification should work now.
The problems:
Incoming calls will go through on the callers side but won't pop up on your phone. Some say it might be fixed by using the Truecaller app as default phone app but I haven't tested.
Refresh rate is finicky. You need root for this. Do the following:
Download the Dfps magisk module. While you're at it download the Universal SafetyNet bypass module as well. Enable Zygisk in Magisk app and install both modules. Reboot. Should mostly be fixed now.
That's all folks.
rorkeanathema said:
First things first. What you need:
Platform tools
MIUI 14 Beta Stable Stock ROM
Android OTA Extractor
Device updated to MIUI 14 Beta
Magisk app installed on the phone​
Step 1
Extract MIUI 14 zip on your PC. Move payload.bin to Android OTA extractor folder.
Open terminal in the same folder.
Enter following command:
Android-ota-extractor.exe payload.bin
Let it extract.
Step 2
Root your phone via Magisk app.
Move the boot.img extracted from payload.bin to you phone's internal storage.
Open Magisk app.
Click install, select file and patch.
Once done, move your patched boot image to your PC and put it in platform-tools folder.
Reboot device into bootloader.
Open terminal in platform-tools folder.
Enter the following:
cmd
Press ENTER
fastboot flash boot patched_magisk_(press TAB to autocomplete).img
Let it finish. Reboot. Check if device is rooted.
Step 3
Download a GSI of your choice. I personally tested Pixel Experience Base/Plus and Evolution X by ponces. Extract and put the img file in platform-tools.
Reboot to fastboot.
Enter the following:
fastboot reboot fastboot
fastboot erase system
fastboot delete-logical-partition product_a
fastboot flash system yourgsiname.img
fastboot -w
If you want root just enter (you might actually need it, check footnotes)
fastboot reboot
If you don't, then flash the stock unpatched boot.img and reboot.
The process is done. Footnotes:
Set up the device offline. Go to phh treble settings. Select Misc.
Install ims package check both:
Request IMS
Force 4G Calling....
Reboot
Now continue setting up and logging in with your google account. SMS verification should work now.
The problems:
Incoming calls will go through on the callers side but won't pop up on your phone. Some say it might be fixed by using the Truecaller app as default phone app but I haven't tested.
Refresh rate is finicky. You need root for this. Do the following:
Download the Dfps magisk module. While you're at it download the Universal SafetyNet bypass module as well. Enable Zygisk in Magisk app and install both modules. Reboot. Should mostly be fixed now.
That's all folks.
Click to expand...
Click to collapse
I tried to flash the pixel experience hsi on my redmi 11 prime 5g using above method
I have successfully rooted my phone but while giving the command.
fastboot flash system yourgsiname.img
It says no such file found..
I tried for almost 4 to 5 times please help us
To install gsi also it's very sad that we cannot flash any twrp on redmi 11 prime 5g....
coolagori said:
I have successfully rooted my phone but while giving the command.
fastboot flash system yourgsiname.img
It says no such file found..
Click to expand...
Click to collapse
yourgsiname.img is given as example, you should put instead your GSI image filename in the command
Thanks for reminding me sir
I have done the same I have entered the name of rom only but then also it got the problem
Please help light users to get custom roms
And I forgot to tell that I didn't had miui 14 beta but I tried on both miui 14 India and miui 14 china but I failed
coolagori said:
And I forgot to tell that I didn't had miui 14 beta but I tried on both miui 14 India and miui 14 china but I failed
Click to expand...
Click to collapse
I am working on RisingOS (formerly know as RiceDroid) for the phone. It might take a while though.
Thank you so much for your efforts sir..
please tell me if you need any help regarding
testing

Categories

Resources