- Oct 7, 2015
- 334
- 87
You see this video and enjoy yourself.
P.s. You see in Video dawnload Stable Xiaomi official Rom but you can choose XIAOMI:EU HERMES ROM
When you have clean System you can install the Rom you wantAdware is usually part of infected shoproms. Its always better to get rid of shoproms anyway.
I Suggest you to install 360 Security to clean tour RN2hi. my note 2 have trojan at processor and android service. i clean phone with antivirus but however it doesn´t let me change new rom.
sorry my bad language
Plz help!!
How did you try (updater, xiaomi cwm, TWRP, SP Flash Tool?) and which version (stable, weekly)?hi. my note 2 have trojan at processor and android service. i clean phone with antivirus but however it doesn´t let me change new rom.
sorry my bad language
Plz help!!
MIUI 66.77.33.00(LHMCNCH) Stable is a dog. It's a pre-release trojan ui used by the vendors, effectively a non-optimised unofficial release that, unlike xiaomi global beta, only degrades performance. I promise you that binning that will massively improve your experience!
Suggest you use adb tools to install twrp in fastboot, then superSU to root, then install Global Beta Rom latest (at time of writing, 6.1.28/29 for hermes). Thank me later
now it´s working!!! thank you!!
OK, Dan, it's your lucky day. there are tuts available, but here's the gen specific to your phone. We're going to use the so-called fastboot method.
1. You need the following software - your phone is a "hermes", if in doubt.
* adb fastboot tools - google, download zip file, unzip to your pc (I use linux, but but it's the same principle for windoze and mac)
* TWRP_multirom-v2.8.4-mocha_signed.zip (you can use others, but this works fine)
* UPDATE-SuperSU-v2.46.zip
* your chosen ROM.zip - I like global beta from here, but you could use any appropriate ROM, such as global 7.1.3 etc - just make sure you have the hermes version
2. Prepare your phone by going to settings/about phone and tap 7 times on the MIUI version. Then go to additional settings/developer options and check usb debugging.
3. Unzip and place only the TWRP image (either called recovery.img or twrp.img, or whatever you like) into the unzipped adb tools folder on your PC. You need not extract the entire content of TWRP_multirom-v2.8.4-mocha_signed.zip, just the .img file. You may overwrite any existing recovery.img in adb tools.
4. Place the superSU and chosen ROM on your PHONE in a suitable location so you can find it later - either at root or in download (for example).
Ready to go? Now we are going to install TWRP to the phone, so you can use it to root and then install the new ROM.
a. Power down your phone. Then, restart by carefully holding the volume down key and press the power button. When you feel the vibration, you can release the power button, but keep the vol down depressed. Your phone will boot into "fastboot" mode - a modified android icon will appear. Now, connect the phone to your PC with a usb cable.
b. On your PC, go to your adb tools folder, right click and open a terminal.
c. In the terminal, type "fastboot devices" - no inverted commas, you should see some indication of the phone being seen (because you are in developer mode as per 2. above)
d. then type "fastboot flash recovery recovery.img" (no inverted commas; use whatever you called the .img in your folder - this assumes recovery.img). The TWRP image will be flashed to your phone using fastboot mode.
Now, you can type "fastboot reboot", or just remove the battery - get your phone to power off mode and unplugged from your PC. You are now finished with your PC - everything else happens with the PHONE only - make sure it is charged or plugged in for power.
Next - we're going to root the phone and then install the new ROM:
1. Power up your phone into the new TWRP recovery which has replaced the MIUI stock recovery. To do this, hold Volume up, then hold in power. When it vibrates (which can take 15 seconds), you can release power button, but it's very important to keep the volume up held in. It does take a bit longer than you think to boot into TWRP recovery - maybe a minute - so don't worry, just hang on with the vol up depressed. Your phone will boot into TWRP and you can start to do the good stuff.
2. Go to install on TWRP and a file list will appear. Navigate to your superSU.zip (wherever you placed it as per 4. above). Select it and swipe right as per TWRP. Clear cache and Dalvik afterwards when prompted.
3. Return to install by back buttoning in TWRP. Repeat the process with your selected ROM.zip, wipe caches and Dalvik afterwards. Note sometimes TWRP seems a bit slow, but just wait - it doesn't take more than 5 minutes at worst to place the files for the new ROM: - the actual installation takes place when you reboot.
So, reboot your phone when TWRP tells you that you have finished - this WILL take about 5 minutes at best - you can remove battery or otherwise power down. Startup with power button; resist the urge to fiddle until the MI load has happened. The bar that shows progress slows down towards the end of the process, just before you are presented with a beautiful MIUI ROM without any of the super-irritating Vendor shaftware.
When you're up again, check under about phone and you should be up on the new ROM.
Have fun
Hi Dan
Do I understand correctly that you crash when trying to update using the
TWRP you installed? Or are you still trying to use the updater that came
with MIUI?
You don't need a file manager on your phone other than the TWRP tree when
rooting. You can always download arc file manager from the Play Store, though, if you like.
If you can see everything on your PC, you should be able to root and then
install. Have you checked you have root (use Root Checker from the Play
Store)
You should NOT be using the update manager under MIUI tools
Hi GelopaOk Dan, so please confirm for me that when you type "fastboot devices" into your terminal from the adb tools location, that you see your device...I am gmt +2, so it's 09h10am here.
Pics attached: the terminal detecting your phone as a fastboot device, then fyi your phone is fastboot mode. We need to confirm that you have correectly accessed your phone via adb tools - you should see something similar to "4HAUIJIBUOSKCEIR fastboot". If nothing, your TWRP image will not be installed correctly.
One question: when you try to boot to TWRP, does it default to the MIUI recovery? Or what happens after you wait with the button depressed? Do you feel the vibration?
Let's double-check that you are correctly prepped on your phone. If your phone is not installed with TWRP as I described, you will not be able to root it. TWRP manager is an additional binary gui for using TWRP on a rooted phone, so don't sweat that.
Dan: here's the trick. When you have completed the adb fastboot process, leave your phone attached to your pc and type: "fastboot reboot" (without quotes). As the screen goes black, hold in the Volume Up. This will boot to twrp. Rebooting completely uses a system root file that automatically reverts to MIUI recovery, on some (but not all) phones. Later versions of the EU weekly ROm include TWRP 3.0, replacing stock recovery, so this should not be an issue if you have a recent ROM.
OK, Dan, it's your lucky day. there are tuts available, but here's the gen specific to your phone. We're going to use the so-called fastboot method.
1. You need the following software - your phone is a "hermes", if in doubt.
* adb fastboot tools - google, download zip file, unzip to your pc (I use linux, but but it's the same principle for windoze and mac)
* TWRP_multirom-v2.8.4-mocha_signed.zip (you can use others, but this works fine)
* UPDATE-SuperSU-v2.46.zip
* your chosen ROM.zip - I like global beta from here, but you could use any appropriate ROM, such as global 7.1.3 etc - just make sure you have the hermes version
2. Prepare your phone by going to settings/about phone and tap 7 times on the MIUI version. Then go to additional settings/developer options and check usb debugging.
3. Unzip and place only the TWRP image (either called recovery.img or twrp.img, or whatever you like) into the unzipped adb tools folder on your PC. You need not extract the entire content of TWRP_multirom-v2.8.4-mocha_signed.zip, just the .img file. You may overwrite any existing recovery.img in adb tools.
4. Place the superSU and chosen ROM on your PHONE in a suitable location so you can find it later - either at root or in download (for example).
Ready to go? Now we are going to install TWRP to the phone, so you can use it to root and then install the new ROM.
a. Power down your phone. Then, restart by carefully holding the volume down key and press the power button. When you feel the vibration, you can release the power button, but keep the vol down depressed. Your phone will boot into "fastboot" mode - a modified android icon will appear. Now, connect the phone to your PC with a usb cable.
b. On your PC, go to your adb tools folder, right click and open a terminal.
c. In the terminal, type "fastboot devices" - no inverted commas, you should see some indication of the phone being seen (because you are in developer mode as per 2. above)
d. then type "fastboot flash recovery recovery.img" (no inverted commas; use whatever you called the .img in your folder - this assumes recovery.img). The TWRP image will be flashed to your phone using fastboot mode.
Now, you can type "fastboot reboot", or just remove the battery - get your phone to power off mode and unplugged from your PC. You are now finished with your PC - everything else happens with the PHONE only - make sure it is charged or plugged in for power.
Next - we're going to root the phone and then install the new ROM:
1. Power up your phone into the new TWRP recovery which has replaced the MIUI stock recovery. To do this, hold Volume up, then hold in power. When it vibrates (which can take 15 seconds), you can release power button, but it's very important to keep the volume up held in. It does take a bit longer than you think to boot into TWRP recovery - maybe a minute - so don't worry, just hang on with the vol up depressed. Your phone will boot into TWRP and you can start to do the good stuff.
2. Go to install on TWRP and a file list will appear. Navigate to your superSU.zip (wherever you placed it as per 4. above). Select it and swipe right as per TWRP. Clear cache and Dalvik afterwards when prompted.
3. Return to install by back buttoning in TWRP. Repeat the process with your selected ROM.zip, wipe caches and Dalvik afterwards. Note sometimes TWRP seems a bit slow, but just wait - it doesn't take more than 5 minutes at worst to place the files for the new ROM: - the actual installation takes place when you reboot.
So, reboot your phone when TWRP tells you that you have finished - this WILL take about 5 minutes at best - you can remove battery or otherwise power down. Startup with power button; resist the urge to fiddle until the MI load has happened. The bar that shows progress slows down towards the end of the process, just before you are presented with a beautiful MIUI ROM without any of the super-irritating Vendor shaftware.
When you're up again, check under about phone and you should be up on the new ROM.
Have fun
You do not need root to flash using TWRP.Do we need root to flash the rom? Or just by successfully flashing twrp is enough?
No, you can root after flash with SuperSUDo we need root to flash the rom? Or just by successfully flashing twrp is enough?
We use essential cookies to make this site work, and optional cookies to enhance your experience. Cookies are also used for ads personalisation