Question Redmi note 11se - POCO M3 Pro / Redmi Note 10 5G

I have a new note 11se, and I been wanting to root it but wasn't sure which thread I need to use or be in. Plus I haven't had a phone that wasn't locked in some years so I'm a trying to get back in the loop of things, any nugget of assistance is greatly appreciated

Hey, dude, are you still into the rooting stuff? I've rooted my RN10 5G and it's the same as yours.

bg0169 said:
Hey, dude, are you still into the rooting stuff? I've rooted my RN10 5G and it's the same as yours.
Click to expand...
Click to collapse
I want to just can't figure out what to use, don't want to brick it

The best tool for this is Magisk - I'm not fully sure how to describe it but it's a root implementation that integrates in the boot/recovery image instead directly in the Android image.
It's a bit tricky, you just need:
PC/Mac;
Android Tools (adb/fastboot);
Android drivers;
Xiaomi Account (Mi ID);
The official Mi Unlock tool or the 3-rd party one - XiaoMiTools;
Magisk APK
Your OS's boot image aaaand, just in case, your vbmeta image.
The Magisk APK you can get from the Dev's GitHub: topjohnwu/Magisk
If you don't have them, the Android Tools you can get from here: Android Tools
The official unlock tool is here: Mi Unlock (direct link), and the 3-rd party one here: XiaoMiTool Dowload page
I couldn't find link with the drivers, so I uploaded them here in the attached files. (Only for Windows)
Also want to mention: I'm not responsible for carelessly bricked and boot looping devices. I'm not a professional, but I've done it before! This tutorial only applies to any Mi/Redmi/POCO devices with MIUI 12 and higher. That's all.
Now to setup everything:
Step 1: Asociate Account w/ device (Mi Unlock)
If you want more detailed-on step-by-step turtorial w/ screenshots you can read the Official Xiaomi Unlock Guide.
1. Go back and sign into a Mi Account if you haven't already
2. Go to the setting > About phone > Spam the MIUI Build number 7 times, until a popup says that you're a developer.
3. Go back and scroll down > Additional Settings > Developer options > enable "OEM Unlocking", "USB Debugging" and "USB Debugging (Security Settings)"
4. Go to Mi Unlock and click "Add Account and device" and follow the instructions.
Once the account is successfully added, you should get a message "Added successfully. Mi account is associated with this device now."
5. You may have to wait sometime before your device gets accepted for unlocking
(Mine took an hour, but some people have reported waiting a week. Sheesh!)
6. After that's done, MAKE SURE YOU HAVE A SIM CARD INSIDE THE PHONE! It will be important to make sure it's yours. :/
Step 2: Unlock the bootloader
1. Open the folder with the Android tools and start Command prompt/Terminal instance.
2. Type adb devices to check if your device is connected. On your phone you will receive a popup asking for Debugging permissions. Click OK and check again if it shows on the screen.
If you don't see it but receive a popup, open the "Computer Management" app on your PC and go to Device Manager. You will see a unrecognized device with a name corresponding to the product number. Right-click and select Update driver > Browse my computer for drivers > Browse > select folder w/ drivers from the archive > Next > Android ADB Interface > Next > Finish.
Now you should see it.
3. Type in adb reboot bootloader. Your phone will restart to a screen with a Russian Mi bunny tweaking the f**ked up Android robot.
From here, I'll be talking about unlocking it w/ XiaoMiTool v2. For the official tool, look at the guide from the link above.
4. Open the app and select Agree > your device's Region
5. Select the option "I want to mod it"
If the app doesn't see the phone, open the "Computer Management" app on your PC and go to Device Manager. You will see a unrecognized device with a name corresponding to the product number. Right-click and select Update driver > Browse my computer for drivers > Let me pick an installed driver/software > Android Bootloader Interface > Next > Finish.
6. Select Unlock Mi Bootloader and follow the steps to log in and verify device.
Step 2: Check Build and version
Go to the settings, "About phone" and look for the MIUI Version and the region on the build number. If your build number has:
MI-Global ROM
EU-European ROM
CN-Chinese ROM
IN-Indian ROM
Example: xxxEUxx means its European ROM.
Also check if it is MIUI 12, 12.5 or 13. If the boot/vbmeta image is different, the phone may not boot.
Go to MIUIROM, or any other trustworthy source and find the firmware for RN 11SE
In MIUIROM, I saw there are just China and India ROMs for your Note 11, sooo... check for yourself. :/
If you don't find the correct file, you can download the FW for RN 10 5G, BUT ONLY IF IT'S CODENAME IS CAMMELIAN!
Important: Download the FASTBOOT version, because only this package contains the boot/vbmeta images.
Step 3: Install the Magisk APK on your phone
1. Download it on your PC/Mac and copy it or download it directly to the phone.
2. Install it using any package installer of choice.
3. On your PC/Mac extract the archive and find the boot (boot.img) and vbmeta image (vbmeta.img).
4. COPY the boot image to your phone (preferably Documents because it's the default location). Do not move it, or else you'll need to download it again if something goes wrong!
5. Open the app on your phone and click the "Install" button on Magisk:
{
"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"
}
6. After successful installation, under the title will be displayed "Done!" (Just in case)
7. Look to make sure where the new boot image is located on the phone.
8. Copy it to your PC/Mac (just in case rename it to boot.img and delete the old one)
Step 4: Installation
1. On your PC/Mac extract the Android Tools folder and copy to it the new boot.img and the vbmeta.img from before.
2. Start a new Command prompt/Terminal instance and type "adb devices" to check if the device is recognized.
3. If it is, type adb reboot fastboot. On your phone, you should see a screen with a blue FASTBOOTD screen.
4. Type "fastboot devices" to check if it's recognized in fastboot mode. If it isn't, follow the steps from Step 1.5.
6. Now run the following set of commands one by one:
fastboot set_active a
fastboot erase boot
fastboot flash boot boot.img
fastboot --disable-verity --disable-verification flash vbmeta_a vbmeta.img
fastboot flash vbmeta_b vbmeta.img
fastboot set_active a
fastboot reboot recovery
7. After the last command, you should be on the recovery screen. Select Reboot > Reboot System.
8. If everything succeeded, your phone should boot straight to MIUI and show as system-as-root in the Magisk app.
If something went wrong, and the phone doesn't boot, run the same commands again, but replace the modded boot.img with the factory one.
Have fun with your rooted Redmi!

Related

[GUIDE] Gain Root Access v3 (3 Methods!)

Hello people,
This is for Mi Note Pro (leo)
Disclaimer:
I'm not responsible for any devices being bricked, your device blowing up or world war 3 starting! You are doing this at your own risk.
Click to expand...
Click to collapse
A lot of people ask how to gain root on the Mi Note Pro without actually searching the posts so I decided to make a quick tutorial on how to do it. This is the way I have done it and I have found it to be the easiest way!
1st Method (THE EASIEST AND SAFEST!)
1. Go to http://en.miui.com/download-273.html and download the Developer ROM
{
"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"
}
2. If you have downloaded the file through your phone it will be in the Download folder, if not plug your phone into the PC and move the .zip file over to your device.
3. Open Updater app, tap on 3 dots to open the menu and tap on Choose update package
4. Navigate to where you have put in the zip file and click on it and let the phone update. (This will wipe all your data apart from pictures etc.)
5. Once it has loaded go through the setup. Open Security app > Permissions > Root Access.. There you are all done
Make sure you open an app that requires root access first before going to Security app as it will not show up on there.
2nd Method (Advanced Users!)(Temporary TWRP Recovery)
Requirements:
fastboot driver (Link attached)
twrp.img - https://mega.nz/#!nR0jHZqL!2cksl ... 5H76ut8UVtnu97HHAEo
supersu - https://download.chainfire.eu/740/SuperSU/BETA-SuperSU-v2.49.zip
common sense
mi note pro!
1. First of all download all the things you need. Which are fastboot driver, twrp and supersu. All links are above ^ Copy SuperSu over to your device and keep other files on your PC
2. Power off your device and turn it back on by holding Power button and Volume Down at the same time. This will get you into fastboot menu.
3. Woohoo great now what you will have to do is plug your phone to your PC using a usb cable.
4. Open up the Command Promt and navigate to the location of your fastboot driver. Mine is C:/adb so I would type cd C:/adb in the command promt
5. Now type in fastboot devices just to make sure that your device is listed correctly.
6. Extract the TWRP zip so you have just the .img file. Place it inside same folder as fastboot. I tend to rename it to twrp.img (makes lifes easier)
7. Type fastboot boot twrp.img
8. Now your phone should boot into TWRP!! Go to install and flash the SuperSU zip.
9. Reboot and you are all rooted with Stock Recovery and Stable ROM!
3rd Method (Advanced Users!)(Permanent TWRP Recovery)
Requirements:
fastboot driver
twrp.img - https://mega.nz/#!nR0jHZqL!2ckslQxV-ODWnswRYpfDCp2M5H76ut8UVtnu97HHAEo
supersu - https://download.chainfire.eu/740/SuperSU/BETA-SuperSU-v2.49.zip
common sense
mi note pro!
1. First of all download all the things you need. Which are fastboot driver, twrp and supersu. All links are above ^ Copy SuperSu over to your device and keep other files on your PC
2. Power off your device and turn it back on by holding Power button and Volume Down at the same time. This will get you into fastboot menu.
3.Woohoo great now what you will have to do is plug your phone to your PC using a usb cable.
4. Open up the Command Promt and navigate to the location of your fastboot driver. Mine is C:/adb so I would type cd C:/adb in the command promt
5. Now type in fastboot devices just to make sure that your device is listed correctly.
6. Extract the TWRP zip so you have just the .img file. Place it inside same folder as fastboot. I tend to rename it to twrp.img (makes lifes easier)
7. Type fastboot flash recovery twrp.img
8. Now your phone should boot into TWRP!! Go to install and flash the SuperSU zip.
9. Reboot and you are all rooted with TWRP recovery, the only problem is that your OTA updates will break. You can flash them manually, when Updater downloads an update go into TWRP>Install and navigate to downloaded_rom folder
In case you need to go back to stock Recovery because you have flashed TWRP Permanently please follow instructions on this thread.http://en.miui.com/thread-124319-1-1.html
GREAT! EASY!
Need to wipe cache or data?
Nope no need to do that
nice thanks for the advice
I followed ur step but no show root access...
Did I miss anything?
Absent6775 said:
I followed ur step but no show root access...
Did I miss anything?
Click to expand...
Click to collapse
Yea step 5
Absent6775 said:
I followed ur step but no show root access...
Did I miss anything?
Click to expand...
Click to collapse
Well their Root Access works a bit different to SuperSU instead of popping up with a box promting you to give root access what you have to do is open the app the requires root access, do an action that needs root access then you go to Security > Premissions > Root Access and you have to grant it then.
Is only way to root to do a full wipe?
Can we still do normal updates after installing this developer rom?
Yup you get newest weekly updates and they work perfectly fine! I'm on 5.7.2 currently
Updated.
Is it equally safe to flash the latest 1.0.0 supersu from chainfire? Is there any compatibility constraints? or are all version compatible with all devices? thanks for shedding some light into this
Can you use Flashify and install twrp and supersu or is supersu not needed using method 1? ?
sent from mobile thingy
Super su is not needed using method 1 as they use their own root manager.
Kahun said:
Super su is not needed using method 1 as they use their own root manager.
Click to expand...
Click to collapse
How to unroot in method 2 ?
Incase I want to sell this phone so the warranty still valid to the new owner.
deddo86 said:
How to unroot in method 2 ?
Incase I want to sell this phone so the warranty still valid to the new owner.
Click to expand...
Click to collapse
Just flash stable ROM.
Added a permanent recovery method but "might" break OTA
Problem with Method 1
Hi People /Mr. Kahun ,
I'm absolutely new but i would like to root my :
Mi Note Pro
Android 5.0.2.
MIUI 66.55.44.00
because some original programs make me creasy . I tried method 1. I followed your steps, i downloaded different DEVELOPER Rom (5.9.10 and 5.9.17) , but i had always with the step 4 the message GETTING INFO ..... and this is the end of the process .....
PLEASE PLEASE tell ma what can i do to root the device .
Thank you in advance
Try installing HappyMIUI rom from the android development section.
i don't know how to install .....i will try method 2.
thank you Kahun!
where can i find the fastboot driver (Link is NOT attached)

Root mi5

Hi I've been trying to root this phone all day and I'm getting to the stage were this phone might fly out my window if i can get this sorted soon so I'm asking for some help with the issues I'm having i managed to unlock the phone i can boot into fast boot but i cant boot into twrp i have read numerous guides but I'm still stuck and Iv never really used command prompt either so I'm lost with that if anyone can talk me through this
Sent from my MI 5 using Tapatalk
Are you on miui MM or N?
I'm on miui global 8.2|stable 8.2.2.0 (naamieb)
Sent from my MI 5 using Tapatalk
I'm assuming you have usb debugging, adb drivers and all set up.
If you've set any password or pattern lock or PIN, remove it
Download this https://drive.google.com/open?id=0B8rqkXJNwRqLa1JIY1B5TGpkN2M
Extract to your desktop
Download latest twrp 3.1.0-x . Link is available in another thread in this forum
Place the downloaded image on your phone's internal memory
Power off and enter fastboot mode. Connect to your PC
Open the folder you had extracted earlier. Rename the recovery image to twrp.img
Press shift+right click and open command window
Execute this code
fastboot devices (to make sure if phone is being detected properly.)
fastboot boot twrp.img
Now it will boot into the recovery. The recovery is in chinese by default. In the main screen, select the sixth option which is settings, then select the rightmost tab on the next screen and change the language.
Next install the latest twrp image you had placed on phone memory earlier, select "Recovery" and reboot. You will have installed twrp permanently.
Then flash supersu 2.79 and you're set
when I extract the files it dosent create a folder just the files I can just make the folder but what do I name it also theres no recovery image file
casuk said:
when I extract the files it dosent create a folder just the files I can just make the folder but what do I name it also theres no recovery image file
Click to expand...
Click to collapse
Just create a new folder on desktop and extract to it. The file named ZCX-TWR-3.0.2-X... Is the image file which you need to rename to "twrp"
thanks mate I done that when I try to drag n drop the twrp-3.0.2-0-gemini file to my phone it it fails saying the device has either stopped responding or has been disconnected
casuk said:
thanks mate I done that when I try to drag n drop the twrp-3.0.2-0-gemini file to my phone it it fails saying the device has either stopped responding or has been disconnected
Click to expand...
Click to collapse
You're having issue with copying files to your phone storage?
Reinstall the Xaiomi drivers
how do I reinstall the drivers, also when the phone is connected to the pc if I go to the phone it says portable media player and its empty inside.
and when I go to command prompt and type fastboot devices I get a code then fastboot and then I type fastboot boot twrp.img it says could not load twrp.img : no error
I can't get this working i done all in you guide i have downloaded the drivers but still can't get by the phase i posted above what do i do next
Sent from my MI 5 using Tapatalk
It's okay if it shows portable media player but if it's not showing any files inside it, you have a problem. Go to developer options > enable USB debugging and click Revoke USB authorisations. Device drivers install automatically when the device is connected but you can get them seperately as well, just search for mi 5 drivers and install them. Now connect to PC and see if you can access files on your device. If you can, proceed with the guide I've given
When you say device drivers install automatically when the device is connected do you mean they install to the PC
Sent from my HTC One using Tapatalk
I have installed the drivers as far as I'm aware
{
"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"
}
Sent from my HTC One using Tapatalk
Hi I'm still not able to install/flash twrp so i can root my device i think it's something to do with the device not the pc as phone storage is empty any ideas what i should do
Sent from my MI 5 using Tapatalk
download mi flash http://api.bbs.miui.com/url/MiFlash
install mi flash if you are on windows 8 or above, you need to disable driver singnature enforcement - how to? google it.
during mi flash installation some windows will pop up, just click install this driver anyway. after installation go to c: > xiaomiflash > source > thirdparty > google > android then shift + right click > open command window here. Power off your phone and boot into fastboot then connect to pc. On command window type fastboot devices if xxxxxxx fastboot or something show up on next line, you successfully install fastboot driver.
I have already done that and got f******9 fastboot
then I type fastboot boot twrp.img and I get
cannot load 'twrp.img' = no error
that's exactly what comes up in command prompt and that's as far as I can get also if I boot into recovery I get 3 options reboot, wipe or im assistant so twrp has not installed,
iv been at this for 3 days now and im not any further than I was back then
See if i factory reset my phone and start fresh would i loss my unlocked status
Sent from my MI 5 using Tapatalk
casuk said:
I have already done that and got f******9 fastboot
then I type fastboot boot twrp.img and I get
cannot load 'twrp.img' = no error
that's exactly what comes up in command prompt and that's as far as I can get also if I boot into recovery I get 3 options reboot, wipe or im assistant so twrp has not installed,
iv been at this for 3 days now and im not any further than I was back then
Click to expand...
Click to collapse
Try to install twrp, fastboot flash recovery xxx.img.
And if you want temporarily, fastboot boot recovery xxx.img.
If you are on miui, you must use zcx twrp or else it won't boot.
Good luck.
done as you say still no boot into twrp
casuk said:
done as you say still no boot into twrp
Click to expand...
Click to collapse
I think something is wrong with your twrp.img. Try redownloading. Use latest twrp from twrp.me or zcx from afh.
fastboot flash recovery xxx.img, then disconnect the phone. Press and hold power+vol_up until you see mi logo.

[GUIDE][EUI][Coolpad Cool 1][TWRP/Root] Easy TWRP/Root Using QFIL for EUI

Today I will be making some short and easy guide to easily flash TWRP on your Coolpad Cool 1 from your stock EUI. It will be easier to flash any custom ROM if you manage to get TWRP installed on your device.
Preparation :
1. Get Developer Option on your Coolpad Cool 1. You can do this by going to Setting>About phone and search for Build Number. Tap on it for 6-7 times until it tells you that you are now a developer.
2. Go into Developer Option and enable USB Debugging and OEM Unlocking.
3. Download all the necessary ADB Drivers, Qualcomm QLoader Drivers, Coolpad Assistant software, Magisk, EUI Recovery Coolpad Cool 1 and QPST/QFIL. (You can just google this, I have limited internet, so don't be counting too much on me to upload this)
Instruction :
1. Power off your phone.
2. Open QFIL software
3. Press Power + Volume Up + Volume Down button simultaneously and connect your phone to PC. This is to connect your phone into EDL (Emergency Download Mode).
4. Make sure your phone has been detected as "Qualcomm HS-USB QDloader xxxx (COMx)" in QFIL
5. At "Select Build Type", select "Flat Build"
6. At "Select Programmer" browse to your downloaded recovery folder path and select "prog_emmc_firehose_652.mbn" inside the folder. Don't worry, it will only show you this one file only anyways, so just click it.
7. At "Select Flat Build" , you can load your recovery files by using the "Load XML" button. Select "rawprogram0.xml" in the first popup and "patch0.xml" at the second popup. Again, it will only show you this one file in the popup box so you can't miss it anyways.
8. After all is set, click the download button and wait for it to finish flashing.
9. After the process finished, boot into your recovery directly by pressing Power button + Volume Up.
10. Flash your preferred rooting package. I use Magisk v16 and it's working fine with EUI.
{
"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"
}
Thanks mate. Is 5here any custom rom for it ?
bouyhy01 said:
Thanks mate. Is 5here any custom rom for it ?
Click to expand...
Click to collapse
You can try this : https://forum.xda-developers.com/android/development/rom-jui-rom-vr12-cuoco92-t3780509#post76380258
can i use this method to leere le 3?
itsmeyukiedcqii said:
can i use this method to leere le 3?
Click to expand...
Click to collapse
I don't have that device but you can always try and let us all know.
Aplication cant download any files. Allways exit downloading
Τhe device model is R116 (not c103 or C106) Any tool that works with this model?? Qfil, Miflash, Coolpad download assistant didn't do the job. And ADB commands cant see it either.
Does this require formatting data?
Maybe yes i dont know.
Can we just do fastboot oem unlock and flash twrp?
Case closed. Recycle bin gave the solution.
Hi my device is showing as an "Unknown Device". I have installed all the drivers which are available accross the web. Please suggest me...
Anas Rahman said:
Can we just do fastboot oem unlock and flash twrp?
Click to expand...
Click to collapse
No you can't. I hope we can. I tried it and it doesn't work. Our device just don't recognize adb command.
I have a problem when i try to install recovery via QFIL ..... please help me???
Code:
Download Fail:Sahara Fail:QSaharaServerFail:Processfail
tanks for you
vulturext said:
Today I will be making some short and easy guide to easily flash TWRP on your Coolpad Cool 1 from your stock EUI. It will be easier to flash any custom ROM if you manage to get TWRP installed on your device.
Preparation :
1. Get Developer Option on your Coolpad Cool 1. You can do this by going to Setting>About phone and search for Build Number. Tap on it for 6-7 times until it tells you that you are now a developer.
2. Go into Developer Option and enable USB Debugging and OEM Unlocking.
3. Download all the necessary ADB Drivers, Qualcomm QLoader Drivers, Coolpad Assistant software, Magisk, EUI Recovery Coolpad Cool 1 and QPST/QFIL. (You can just google this, I have limited internet, so don't be counting too much on me to upload this)
Instruction :
1. Power off your phone.
2. Open QFIL software
3. Press Power + Volume Up + Volume Down button simultaneously and connect your phone to PC. This is to connect your phone into EDL (Emergency Download Mode).
4. Make sure your phone has been detected as "Qualcomm HS-USB QDloader xxxx (COMx)" in QFIL
5. At "Select Build Type", select "Flat Build"
6. At "Select Programmer" browse to your downloaded recovery folder path and select "prog_emmc_firehose_652.mbn" inside the folder. Don't worry, it will only show you this one file only anyways, so just click it.
7. At "Select Flat Build" , you can load your recovery files by using the "Load XML" button. Select "rawprogram0.xml" in the first popup and "patch0.xml" at the second popup. Again, it will only show you this one file in the popup box so you can't miss it anyways.
8. After all is set, click the download button and wait for it to finish flashing.
9. After the process finished, boot into your recovery directly by pressing Power button + Volume Up.
10. Flash your preferred rooting package. I use Magisk v16 and it's working fine with EUI.
Click to expand...
Click to collapse
Request for these files
boot1.bin
boot2.bin
main.bin (user data main.bin)
Please
ghasem.hf said:
Request for these files
boot1.bin
boot2.bin
main.bin (user data main.bin)
Please
Click to expand...
Click to collapse
Nobody help
I am waiting
Quote:
Originally Posted by vulturext
Today I will be making some short and easy guide to easily flash TWRP on your Coolpad Cool 1 from your stock EUI. It will be easier to flash any custom ROM if you manage to get TWRP installed on your device.
Preparation :
1. Get Developer Option on your Coolpad Cool 1. You can do this by going to Setting>About phone and search for Build Number. Tap on it for 6-7 times until it tells you that you are now a developer.
2. Go into Developer Option and enable USB Debugging and OEM Unlocking.
3. Download all the necessary ADB Drivers, Qualcomm QLoader Drivers, Coolpad Assistant software, Magisk, EUI Recovery Coolpad Cool 1 and QPST/QFIL. (You can just google this, I have limited internet, so don't be counting too much on me to upload this)
Instruction :
1. Power off your phone.
2. Open QFIL software
3. Press Power + Volume Up + Volume Down button simultaneously and connect your phone to PC. This is to connect your phone into EDL (Emergency Download Mode).
4. Make sure your phone has been detected as "Qualcomm HS-USB QDloader xxxx (COMx)" in QFIL
5. At "Select Build Type", select "Flat Build"
6. At "Select Programmer" browse to your downloaded recovery folder path and select "prog_emmc_firehose_652.mbn" inside the folder. Don't worry, it will only show you this one file only anyways, so just click it.
7. At "Select Flat Build" , you can load your recovery files by using the "Load XML" button. Select "rawprogram0.xml" in the first popup and "patch0.xml" at the second popup. Again, it will only show you this one file in the popup box so you can't miss it anyways.
8. After all is set, click the download button and wait for it to finish flashing.
9. After the process finished, boot into your recovery directly by pressing Power button + Volume Up.
10. Flash your preferred rooting package. I use Magisk v16 and it's working fine with EUI.
Click to expand...
Click to collapse
After doing that,
when I enter in recovery mode, it just show 2 options:
Update system
or
Clear data
What should I do
twrp internal storage 0mb coolpad c103 how to fix?
Hello,
I did all the procedures. But it can't install SuperSU. And it shows internal storage 0 mb. Then I rebooted the phone. And I rebooted the phone again in recovery mode but this time it gives me just two options format or update. Can someone please tell me how to solve this issue? Please.
Thank you.
cunhaandre said:
Hello,
I did all the procedures. But it can't install SuperSU. And it shows internal storage 0 mb. Then I rebooted the phone. And I rebooted the phone again in recovery mode but this time it gives me just two options format or update. Can someone please tell me how to solve this issue? Please.
Thank you.
Click to expand...
Click to collapse
Why not try magisk?
I'm not sure but your internal is 0mb because TWRP isn't able to decrypt your data partition. I don't use this phone but I have the same problem with my phone, what I did is that I flashed a zip which unencrypts the data and then formatted my internal storage it works fine after that
You can Try backing up your data and formatting your internal storage after flashing magisk
Anas Rahman said:
Why not try magisk?
I'm not sure but your internal is 0mb because TWRP isn't able to decrypt your data partition. I don't use this phone but I have the same problem with my phone, what I did is that I flashed a zip which unencrypts the data and then formatted my internal storage it works fine after that
You can Try backing up your data and formatting your internal storage after flashing magisk
Click to expand...
Click to collapse
Hello,
thank you for your reply, I already solved the issue. I did all the things again, and then I formated internal storage and become normal, then I transferred the ROM via mtp and flashed it. All is fine now.
Thank you

Question Going back to global from custom EU

Hello everyone, I would like to ask you how I can get back to stock official global rom, as I'm not very happy with the custom eu, firstly it is slower in app opening than global, it has chinese theme, dialer and messages are xiaomi and I don't like. Yes camera has some improvements but general experience is worse as well as battery life is almost the same (obviously they remove all analytics, something you can do yourself through ADB)
Just flash the latest stock global fastboot ROM, twrp will be overwritten. Don't forget to format data but I think that is done in the fastboot script if selected anyway. https://mifirm.net/model/star.ttt#global-fastboot-stable
Thank you so much do you have a guide to do the process? Also I would like to ask, would you recommend the stock global or the official EEA firmware (it is more updated) for a global unit? My unit is indeed the one whom you gave the firmware
I have never tried EEA but have Global. I prefer the Xiaomi dialler, contacts and messaging, so opposite to you but each to their own. It's up to you to choose, you can try each now your bootloader is unlocked.
Just download the relevant fastboot package, extract ( unzip) until you get to just folders, may need a couple of times, can't remember off hand. Once you have the folders and files, connect your phone to your PC, reboot it to fastboot and then select the bat file ( choose the one that formats data as you are changing branches) and let it run. It's just like the first ROM change from stock.
Once the script is complete and successful it should reboot. It will take time as it's a new ROM but as long as you see miui, it will be all good. You will now have stock recovery too.
I always do this using a command prompt but some prefer to use miflash, so use what you did to get it to the EU ROM. But just incase I've forgotten anything, have a read up on this, may be pop over to the Xiaomi EU forum too for some advice, https://xiaomi.eu/community/forums/xiaomi-mi-11-pro-ultra-lite.211/
So I should download the fastboot rom, then unzip the content and run the flashbat through fastboot command right? Is this the firmware I can relock the bootloader with,if I want to?
Could you please tell me where to extract the zip file to? I will use fastboot cmd, so I assume the whole rom must be extracted into fastboot directory right?
one more thing I would like to point out, honestly global rom seems faster, especially apps cold start, I'm really disappointed by this, I thought xiaomi eu was much quicker rom but the only good side of it is that it gets updated quicker, and have some new feature, but honestly my wife's mate 20 pro on stock rom at 60hz and full of apps and bloatware runs the apps faster than this phone at 120hz with a snapdragon888, this is ridicolous I spent money to have a blazing fast phone. It is almost comparable to my old one plus 3 on AOSP, even more ridicolous lol
This is the guide found on th website you linked me.
1. If Fastboot firmware. The ext. must be tgz. If not. Rename it from .gz to .tgz. Extract it by WinRAR
2. For Fastboot firmware. Download XiaomiFlash lastest. Extract tool after downloaded
3. Open XiaoMiFlash.exe. Install driver if tool required. Press select and select to firmware/ROM folder what includes flash_all.bat
4. Make sure your phone are unlocked bootloader. Or you must bring your phone to EDL mode (9008) to flash
5. Bring phone to Fastboot mode by hold Power and Volume down for 5-10s. Release button when It show Fastboot
6. Connect Phone to Computer. Press Refresh to scan device. If a device showed is Ok
7. Tick clean all (very important). If not, your phone will LOCKED BOOTLOADER after flash done
8. Press Flash and wait util it show success or any error
I use adb and fastboot via command prompt, what should I do? I don't understand points 6 and 7 and what bat should I run? flash_all.bat?
1 download the official tgz rom and unpack 2 times until there will be only directory and files and put directly on C drive
2.Download xiaomi miflash and place on drive C.
3 run miflash and install the fastboot drivers
4 start the phone in fastboot mode and connect to the PC and tell the program the path to the rom directory
5 In miflash, click refresh to make the device appear on the list
6 in miflash at the bottom select clean all
7 click flash and wait for rom to install and phone reboot
what is this miflash? miflash pro?
Bartos81 said:
1 download the official tgz rom and unpack 2 times until there will be only directory and files and put directly on C drive
2.Download xiaomi miflash and place on drive C.
3 run miflash and install the fastboot drivers
4 start the phone in fastboot mode and connect to the PC and tell the program the path to the rom directory
5 In miflash, click refresh to make the device appear on the list
6 in miflash at the bottom select clean all
7 click flash and wait for rom to install and phone reboot
Click to expand...
Click to collapse
do I need to format any data first? Or it is as simple as that and the process will take care of all?
I did the flash with the official EEA ROm instead of the global but it ended the flashing procedure like this
{
"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"
}
But don't know why phone has booted as normal and now I'm into the setup process
why that error? because I'm on a global device?
Does anybody have any idea why the error occurred?
Also I would like to ask you how can I install magisk?
Booting into fastboot using the command to boot into twrp (fasboot boot twrp.img) and then run magisk.zip right?
After reboot I should stay on stock recovery and have magisk installed correct?
Is there a way to falsh the firmaware and format allal data using the command prompt instead of the miflash tool?
xNAPx said:
I did the flash with the official EEA ROm instead of the global but it ended the flashing procedure like this
View attachment 5337627
But don't know why phone has booted as normal and now I'm into the setup process
why that error? because I'm on a global device?
Click to expand...
Click to collapse
fix
How do you want to install the magisk, do as you write
fastboot boot twrp.img after starting recovery install the zip file from magisk
then you can do data formatting as well.
Data format> YES
To install magisk AFAIK I don't need to format data,right?
Format data I was referring to the firmware flash via cmd prompt instead of mi flash, if I run the cmd into adb and fastboot folder I should copy all the firmware files into the same folder and run what command to do a full wipe using flashall.bat?
Will I have any problem in my rom/firmware/phone with that error? The phone booted and I am using it now and so far no issues whatsoever, actually the phone is blazing fast and everything is running smoothly

How To Guide [GUIDE] Beginner's guide on how to root Redmi Note 10 Pro (sweet) without TWRP

I decided to make this guide since I didn't see a guide thread which explains how to root the phone.
DISCLAIMER: I am not responsible for ANY damage that occurs to the phone, you getting fired because the alarm app failed or the world getting nuked, etc...
Requirements:
-A unlocked bootloader (if you don't know how to unlock it, search "How to unlock bootloader Xiaomi"
-boot.img extracted from your phone's fastboot rom (MAKE SURE YOU DOWNLOADED THE EXACT SAME ROM THAT YOUR PHONE HAS (Check "About phone" in settings. Make sure that the version AND the code (RK(something)XM) match, if you have MIUI).
xiaomifirmwareupdater site contains unmodified MIUI roms for your device.
-If you have a custom rom, extract the rom's zip and get the boot.img from there.
-ADB and Fastboot drivers installed on phone and PC
-SDK Platform tools downloaded from official android website. Extract the downloaded zip to desktop and rename it to platform_tools
-A Computer
-Basic understanding of CMD, ADB and Fastboot commands.
-The phone
If you see an error, scroll down to the troubleshooting section.
Steps:
(on the pc)
-Copy the boot.img file to the phone's downloads folder
(in the phone)
-Download the magisk app from the official github site
-Install the app, then open it.
-In the app, select install on the magisk card
{
"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"
}
-Select patch a file, then find and select boot.img.
-Tap "let's go".
(on the pc)
-Connect your phone to your PC and copy magisk_patched.img from the phone (should be in downloads folder) back to the pc.
-Rename the file to magisk.img, then move it to the platform_tools folder which contains fastboot.exe.
-Now reboot the phone and when the screen goes fully black, hold volume down button until you see "fastboot".
-Your phone should now be in fastboot mode. Connect the phone to the pc.
-Press win+r, then type cmd
-Type cd desktop
-Type cd platform_tools
-Type fastboot devices (if you see nothing, make sure you have adb and fastboot drivers, that the phone is connected and is in fastboot mode.)
-Type this carefully: fastboot flash boot magisk.img
-Done! Now reboot the phone by typing: fastboot reboot
-If you did everything correctly, the magisk app should say that it is installed.
TROUBLESHOOTING:
Q:Fastboot says it couldn't find "magisk.img" or CMD says fastboot doesn't exist
A: Make sure that cmd says that its in C:\Users\(name)\Desktop\platform_tools and that magisk.img is also in there.
Q: Phone is in bootloop
A: Hold volume down button until phone is in fastboot and flash stock boot.img with fastboot flash boot.img. (You will not have root access) If the phone is still somehow in a bootloop, execute the flash_all_except_storage.bat script by double clicking it (found in the sweet_(region)_images folder you extracted from the full fastboot rom .tgz file).
usernamenotrequired said:
I decided to make this guide since I didn't see a guide thread which explains how to root the phone.
DISCLAIMER: I am not responsible for ANY damage that occurs to the phone, you getting fired because the alarm app failed or the world getting nuked, etc...
Requirements:
-A unlocked bootloader
-boot.img extracted from your phone's fastboot rom (MAKE SURE YOU DOWNLOADED THE EXACT SAME ROM THAT YOUR PHONE HAS (Check "About phone" in settings. Make sure that the version AND the code (RK(something)XM) match, if you have MIUI).
xiaomifirmwareupdater site contains unmodified MIUI roms for your device.
-If you have a custom rom, extract the rom's zip and get the boot.img from there.
-ADB and Fastboot drivers installed on phone and PC
-SDK Platform tools downloaded from official android website. Extract the downloaded zip to desktop and rename it to platform_tools
-A Computer
-Basic understanding of CMD, ADB and Fastboot commands.
-The phone
If you see an error, scroll down to the troubleshooting section.
Steps:
(on the pc)
-Copy the boot.img file to the phone's downloads folder
(in the phone)
-Download the magisk app from the official github site
-Install the app, then open it.
-In the app, select install on the magisk card
View attachment 5474787
-Select patch a file, then find and select boot.img.
-Tap "let's go".
View attachment 5474793
(on the pc)
-Connect your phone to your PC and copy magisk_patched.img from the phone (should be in downloads folder) back to the pc.
-Rename the file to magisk.img, then move it to the platform_tools folder which contains fastboot.exe.
-Now reboot the phone and when the screen goes fully black, hold volume down button until you see "fastboot".
View attachment 5474801
-Your phone should now be in fastboot mode. Connect the phone to the pc.
-Press win+r, then type cmd
-Type cd desktop
-Type cd platform_tools
-Type fastboot devices (if you see nothing, make sure you have adb and fastboot drivers, that the phone is connected and is in fastboot mode.)
-Type this carefully: fastboot flash boot magisk.img
-Done! Now reboot the phone by typing: fastboot reboot
-If you did everything correctly, the magisk app should say that it is installed.
TROUBLESHOOTING:
Q:Fastboot says it couldn't find "magisk.img" or CMD says fastboot doesn't exist
A: Make sure that cmd says that its in C:\Users\(name)\Desktop\platform_tools and that magisk.img is also in there.
Qhone is in bootloop
A: Hold volume down button until phone is in fastboot and flash stock boot.img with fastboot flash boot.img. (You will not have root access) If the phone is still somehow in a bootloop, execute the flash_all_except_storage.bat script by double clicking it (found in the sweet_(region)_images folder you extracted from the full fastboot rom .tgz file).
Click to expand...
Click to collapse
Very good but easier with unlocked bootloader and flashing twrp via adb flash recovery "name of twrp file". Afterwards you can flash directly magisk (I prefer 23 canary debug apk) to root.
if i may add to the troubleshooting: if it says magisk.img isn't found, just type this (after confirming connection with fastboot devices command:
fastboot flash boot
then drag and drop the patched magisk file onto the cmd window/line where you typed the command above. worked for me.
Tanks you
For beginners, "assuming bootloader is unlocked if not click here" should be mentioned.
hello, I've been trying to login to my account since this morning. after half a day I was able to get in via facebook. problem is when i want to root my phone it shows error 1004. what did I do wrong?
Bastio001 said:
hello, I've been trying to login to my account since this morning. after half a day I was able to get in via facebook. problem is when i want to root my phone it shows error 1004. what did I do wrong?
Click to expand...
Click to collapse
I've searched around, and it seems to be caused by a VPN. If you use a VPN, turn it off and try again. If not, it could be that the Xiaomi unlocking API is down temporarily.
When I root my Redmi Note 10 Pro (sweet) by using twrp to flash magisk 25.2 and lazyflasher-no-verify-opt-encrypt.zip, I receive following message
.
Nevertheless, I reboot my phone which is effectively rooted.
I can then install Magisk manager.
Has someone an idea about the meaning of this error message ?
Thanks in advance.
cocopipou said:
When I root my Redmi Note 10 Pro (sweet) by using twrp to flash magisk 25.2 and lazyflasher-no-verify-opt-encrypt.zip, I receive following message
View attachment 5704507.
Nevertheless, I reboot my phone which is effectively rooted.
I can then install Magisk manager.
Has someone an idea about the meaning of this error message ?
Thanks in advance.
Click to expand...
Click to collapse
No need to flash lazy flasher since you already flashed Magisk. They both do the same which is to disable dm verity. Also, lazy flasher is an old zip intended for old devices so maybe that's why it failed.
BigChungus321 said:
No need to flash lazy flasher since you already flashed Magisk. They both do the same which is to disable dm verity. Also, lazy flasher is an old zip intended for old devices so maybe that's why it failed.
Click to expand...
Click to collapse
I thank You very much.
BigChungus321 said:
No need to flash lazy flasher since you already flashed Magisk. They both do the same which is to disable dm verity. Also, lazy flasher is an old zip intended for old devices so maybe that's why it failed.
Click to expand...
Click to collapse
then what is the solution bro...still i cant install some custom roms showing error 1...please help me.
cocopipou said:
When I root my Redmi Note 10 Pro (sweet) by using twrp to flash magisk 25.2 and lazyflasher-no-verify-opt-encrypt.zip, I receive following message
View attachment 5704507.
Nevertheless, I reboot my phone which is effectively rooted.
I can then install Magisk manager.
Has someone an idea about the meaning of this error message ?
Thanks in advance.
Click to expand...
Click to collapse
bro am facing this erros 1. will u pls help me.
THis is the stupidest guide for beginners, this article assumes you have unlocked your phone in the first place. All the important steps are just skipped and is stuffed in the requirements. And just shows simple screenshots that even a child would know where to click.
No external links to find the sources.
While unlocking the bootloader I'm having the issue linked below, thanks in advance for all and any responses. https://forum.xda-developers.com/t/mi-unlock-country-code-broken.4572339/
r4nchy said:
THis is the stupidest guide for beginners, this article assumes you have unlocked your phone in the first place. All the important steps are just skipped and is stuffed in the requirements. And just shows simple screenshots that even a child would know where to click.
No external links to find the sources.
Click to expand...
Click to collapse
AGREE 100%!!!

Categories

Resources