Update twrp? - Xiaomi Redmi 3s Questions & Answers

How to update twrp??
Pls give full step...

Sandip_bhandari said:
How to update twrp??
Pls give full step...
Click to expand...
Click to collapse
Just flash

Sandip_bhandari said:
How to update twrp??
Pls give full step...
Click to expand...
Click to collapse
1. Download Latest Version Of Twrp Recovery Of your Phone from the given links. (img file)
2. Aave this file into your internal memory.
3. Boot your phone to Recovery mode.
4. Now First Take A Full Backup Of your phone.
5. Now click on install section, click on Flash images or install images.
6. Now find your Latest TWRP Recovery img file and swipe to flash.
7. Now you will see 2 options like Boot and recovery. So select recovery and again swipe to flash.
8. Done now your Twrp Recovery is successfully Updated.

Download the twrp file
boot into recovery
Select install
Click install image
Select twrp file and flash

Related

Status 7

I couldnt find any fix or helpful answers elsewhere on the web
Many of you are aware of the status 7 installation abort when trying to install a new rom
Ive been tinkering since last night trying to get miui 2.10.12 on my nexus 7 and every time I get a "Installation Abort (Status 7)
how do I get it to finish installation?
ive tried with multiple roms, CM10, MIUI, Kang all have same result
I have clockwork mod installed, from rom manager
I made sure I wipe data and cache and also davlik cache
any suggestions?
and i thank everyone in advance
I think you will hopefully get more joy posting in the Q&A section.
I have read that it can be fixed by fastbooting stock and then re-rooting though. If you can make backups first, you should, because this will wipe everything.
z1gackly said:
I think you will hopefully get more joy posting in the Q&A section.
I have read that it can be fixed by fastbooting stock and then re-rooting though. If you can make backups first, you should, because this will wipe everything.
Click to expand...
Click to collapse
what ive been doing is not making any backups (nothing important to save) and just using nexus toolkit to flash back stock and starting over and trying new way every time
still nothing though after about the 20th time
No idea then sorry. Stick with rooted stock?
z1gackly said:
No idea then sorry. Stick with rooted stock?
Click to expand...
Click to collapse
i think I might have to, ive never had any issues with custom roms (to speak of)
oh well, at least im happy with stock, i just love miui.
anyone else have answers please chip in, i give thanks!
harecurtis said:
I couldnt find any fix or helpful answers elsewhere on the web
Many of you are aware of the status 7 installation abort when trying to install a new rom
Ive been tinkering since last night trying to get miui 2.10.12 on my nexus 7 and every time I get a "Installation Abort (Status 7)
how do I get it to finish installation?
ive tried with multiple roms, CM10, MIUI, Kang all have same result
I have clockwork mod installed, from rom manager
I made sure I wipe data and cache and also davlik cache
any suggestions?
and i thank everyone in advance
Click to expand...
Click to collapse
You're using a wrong recovery. Install TWRP recovery using Goo Manager. Get it from Google Play Store
joedoe said:
You're using a wrong recovery. Install TWRP recovery using Goo Manager. Get it from Google Play Store
Click to expand...
Click to collapse
give me 5 minutes, while i try your method.
harecurtis said:
give me 5 minutes, while i try your method.
Click to expand...
Click to collapse
joedoe said:
You're using a wrong recovery. Install TWRP recovery using Goo Manager. Get it from Google Play Store
Click to expand...
Click to collapse
its a no go
anyone else wanna help me?
ive tried almost everything:/
download TWRP for the Nexus 7 (grouper) Here : http://teamw.in/project/twrp2/103
Since your rooted you can use a simple app to flash the Image. Download and install the free app here http://forum.xda-developers.com/showthread.php?t=1790150&highlight=flash+gui
Open the free app and select the option for Recovery Image. Hit Browse and find the recovery image you downloaded and select it.Once finished hit flash image. It will ask you to confirm this image is a recovery image. Hit yes and it'll flash.
Then reboot to recovery, you can do this by using Terminal Emulator from the market issue this command
Code:
su *hit enter*
adb reboot recovery
If that doesnt work.. remove "adb" I forget if you need it or not :S
This should put you into TWRP Recovery.. go ahead and flash your ROM. Make sure you follow the proper procedure. I recommend this
1.Wipe data/Factory Reset
2. Wipe Cache Partition
3.Wipe Dalvik Cache
4. Format /System
then proceed to flash the ROM and Gapps. and Reboot.
ÜBER™ said:
download TWRP for the Nexus 7 (grouper) Here : http://teamw.in/project/twrp2/103
Since your rooted you can use a simple app to flash the Image. Download and install the free app here http://forum.xda-developers.com/showthread.php?t=1790150&highlight=flash+gui
Open the free app and select the option for Recovery Image. Hit Browse and find the recovery image you downloaded and select it.Once finished hit flash image. It will ask you to confirm this image is a recovery image. Hit yes and it'll flash.
Then reboot to recovery, you can do this by using Terminal Emulator from the market issue this command
Code:
su *hit enter*
adb reboot recovery
If that doesnt work.. remove "adb" I forget if you need it or not :S
This should put you into TWRP Recovery.. go ahead and flash your ROM. Make sure you follow the proper procedure. I recommend this
1.Wipe data/Factory Reset
2. Wipe Cache Partition
3.Wipe Dalvik Cache
4. Format /System
then proceed to flash the ROM and Gapps. and Reboot.
Click to expand...
Click to collapse
ill try this in just a few minutes as im flashing stock as we speak and "starting fresh"
harecurtis said:
ill try this in just a few minutes as im flashing stock as we speak and "starting fresh"
Click to expand...
Click to collapse
If you're going that route.. you might as well just use fastboot to reflash recovery instead of the app.
Download the same image i linked to earily. While in the bootloader issue this command
Code:
fastboot flash recovery name-of-recovery.img
Make sure you have the Command Prompt in the same directory as the recovery image.
So say its in your downloads folder on your computer open CMD and cd to that directory.
Code:
cd C:\Users\Name\Downloads
Or just open yoru downloads folder and Shift + Right click and select "open command window here" then issue the fastboot command.
ÜBER™ said:
download TWRP for the Nexus 7 (grouper) Here : http://teamw.in/project/twrp2/103
Since your rooted you can use a simple app to flash the Image. Download and install the free app here http://forum.xda-developers.com/showthread.php?t=1790150&highlight=flash+gui
Open the free app and select the option for Recovery Image. Hit Browse and find the recovery image you downloaded and select it.Once finished hit flash image. It will ask you to confirm this image is a recovery image. Hit yes and it'll flash.
Then reboot to recovery, you can do this by using Terminal Emulator from the market issue this command
Code:
su *hit enter*
adb reboot recovery
If that doesnt work.. remove "adb" I forget if you need it or not :S
This should put you into TWRP Recovery.. go ahead and flash your ROM. Make sure you follow the proper procedure. I recommend this
1.Wipe data/Factory Reset
2. Wipe Cache Partition
3.Wipe Dalvik Cache
4. Format /System
then proceed to flash the ROM and Gapps. and Reboot.
Click to expand...
Click to collapse
didnt work(
harecurtis said:
didnt work(
Click to expand...
Click to collapse
?? Is your bootloader unlocked? You are rooted still correct? I dont see how your even rooting if you dont flash a Superuser package with recovery??
ÜBER™ said:
?? Is your bootloader unlocked? You are rooted still correct? I dont see how your even rooting if you dont flash a Superuser package with recovery??
Click to expand...
Click to collapse
yes my bootloader is unlocked, and I rooted as well
what Im using is wugfresh nexus root toolkit 1.5.3
harecurtis said:
yes my bootloader is unlocked, and I rooted as well
what Im using is wugfresh nexus root toolkit 1.5.3
Click to expand...
Click to collapse
Stop... dont use that.. -_-. Do it manually..
ÜBER™ said:
Stop... dont use that.. -_-. Do it manually..
Click to expand...
Click to collapse
okay, can you send me a lint to a post that I can manually do it?
and thanks so much!
harecurtis said:
okay, can you send me a lint to a post that I can manually do it?
and thanks so much!
Click to expand...
Click to collapse
Ill write you up a quick tutorial.
First download this zip it contains adb and its .dll's needed to be executed and fastboot.exe for flashing
http://db.tt/EOwGUAPV
Unzip it and put that TWRP image in the same folder.
Then in that folder Shift + Right click and select open command prompt here.
Then type
Code:
adb reboot bootloader
This will boot you into the bootloader. Once in the bootloader do this command
Code:
fastboot flash recovery name-of-recovery.img
Hopefully your smart enough to realize that means type in the name of the recovery not exactly what that says.. for instance openrecovery-twrp... etc etc.
Then once its finished writing the recovery hit the volume up until the "Start" Says Recovery Mode. Then hit the power button. You should now be booting in the TWRP. Then flash your ROM.
ÜBER™ said:
Ill write you up a quick tutorial.
First download this zip it contains adb and its .dll's needed to be executed and fastboot.exe for flashing
http://db.tt/EOwGUAPV
Unzip it and put that TWRP image in the same folder.
Then in that folder Shift + Right click and select open command prompt here.
Then type
Code:
adb reboot bootloader
This will boot you into the bootloader. Once in the bootloader do this command
Code:
fastboot flash recovery name-of-recovery.img
Hopefully your smart enough to realize that means type in the name of the recovery not exactly what that says.. for instance openrecovery-twrp... etc etc.
Then once its finished writing the recovery hit the volume up until the "Start" Says Recovery Mode. Then hit the power button. You should now be booting in the TWRP. Then flash your ROM.
Click to expand...
Click to collapse
thanks
ill do that in a few minutes, im in the middle of trying another process, and if it fails ill try your method.
and should i re lock my bootloader before i try your method, or can i just keep it unlocked?
harecurtis said:
thanks
ill do that in a few minutes, im in the middle of trying another process, and if it fails ill try your method.
and should i re lock my bootloader before i try your method, or can i just keep it unlocked?
Click to expand...
Click to collapse
Keep it unlocked.... otherwise you'll have to re unlock it...

Stuck with Recovery

Hey, I currently have a CWM based recovery on my phone. But the problem is that I can't change it, I want to get a newer version so I can flash CM 10.2 on my phone. I've tryed to install recoveries with Odin, ADB, Terminal Emulator and even those ROM Manager and GooManager. But each time I try to boot into recovery and see if it works, it still the same old CWM based one. Any help would be greatly appreciated!
rimatox said:
Hey, I currently have a CWM based recovery on my phone. But the problem is that I can't change it, I want to get a newer version so I can flash CM 10.2 on my phone. I've tryed to install recoveries with Odin, ADB, Terminal Emulator and even those ROM Manager and GooManager. But each time I try to boot into recovery and see if it works, it still the same old CWM based one. Any help would be greatly appreciated!
Click to expand...
Click to collapse
Download the recovery for your phone from here in .img format
http://www.clockworkmod.com/rommanager
Copy to the phone
then from the playstore install this
https://play.google.com/store/apps/details?id=nl.bvgemert.flasher&hl=en_GB
Open the app, navigate to where you copied the .img recovery and flash it
winwiz said:
Download the recovery for your phone from here in .img format
http://www.clockworkmod.com/rommanager
Copy to the phone
then from the playstore install this
https://play.google.com/store/apps/details?id=nl.bvgemert.flasher&hl=en_GB
Open the app, navigate to where you copied the .img recovery and flash it
Click to expand...
Click to collapse
Thank you for the fast reply! I will try my best.
winwiz said:
Download the recovery for your phone from here in .img format
http://www.clockworkmod.com/rommanager
Copy to the phone
then from the playstore install this
https://play.google.com/store/apps/details?id=nl.bvgemert.flasher&hl=en_GB
Open the app, navigate to where you copied the .img recovery and flash it
Click to expand...
Click to collapse
I'm currently on a 4.3 rom, and when I try to flash it tells me that this rom isn't supported yet. :/

[recovery][e7] cwm 6.0.3.7 [unofficial]

This is the clockworkmod recovery ported from nexus 5. I haven't tested everything yet but things do seem to work. It uses the stock kernel.
Instructions to flash:
(Make sure you are rooted prior to this.)
1. Install Recovery Tools from above link.
2. You will get a prompt to backup your stock recovery. DO IT.
3. Download recovery file from here and copy it to your phone.
4.Select 'Flash Recovery' option.
5. Select 'from storage' and select it from your phone.
6. flash it.
You're done!
LINK TO STOCK GiONEE RECOVERY: https://www.mediafire.com/?uwlp6ohz2hmunk1
OTHER VERSIONS
6.0.4.4 : http://d-h.st/dXx
NOTE: The sdcard won't mount on this version. But you can use sideload and USB-OTG.
mine!
Great job
Thanks Ravi bhai love your work and effort man
Thanks a lot
hope to see more dev from ur side
Hi i have a question my phone is stuck at bootloop and i dont know how to install cwm. how am i supposed to instal cwm and flash original firmware ?
How to backup my android with the recovery ?
hello, I managed to install the recovery but I can not seem to make a backup of the system because the laptop does not have SD card port.
Thanks for help me )
Help
DeceptiPrime said:
Hi i have a question my phone is stuck at bootloop and i dont know how to install cwm. how am i supposed to instal cwm and flash original firmware ?
Click to expand...
Click to collapse
Did you fix the bootloop problem? I too got stuck can you help me?
Gione f103

Applying vendor.img after updating Pure Nexus

Hello
I have Pure Nexus rom installed. I updated the Pure Nexus zip just fine. When I tried to flash the vendor .img file form TWRP ,I chose "Install", "Install Image" and then chose MMB29V_vendor.img and it then prompted me to choose which partition to flash image, Boot or recovery. I'm not sure what to choose and why. Any help would be appreciated.
Thanks
chickenbristle said:
Hello
I have Pure Nexus rom installed. I updated the Pure Nexus zip just fine. When I tried to flash the vendor .img file form TWRP ,I chose "Install", "Install Image" and then chose MMB29V_vendor.img and it then prompted me to choose which partition to flash image, Boot or recovery. I'm not sure what to choose and why. Any help would be appreciated.
Thanks
Click to expand...
Click to collapse
You are on an old version of twrp. You need to update twrp to version 3.00. When you do that you will have the option to install the vendor.IMG to the vendor partition.
murphyjasonc said:
You are on an old version of twrp. You need to update twrp to version 3.00. When you do that you will have the option to install the vendor.IMG to the vendor partition.
Click to expand...
Click to collapse
Thanks so much, I'll try that!
chickenbristle said:
Thanks so much, I'll try that!
Click to expand...
Click to collapse
Wait, stop! Before flashing twrp you should create a pin 4 digit when rom is booted (settings>security). Because twrp will encrypt Upon first boot with "default_password" except you cant use that as a password or decrypt with it. So create 4 digit pin when phones booted in your rom, then use flashify to flash new twrp 3.0.0.0 or .1 (its easy), then boot into recov while useing pin to decrypt data. When you next boot into your rom you can change security to swipe or nothing. So next time you boot twrp you wont get a "can not decrypt data" message. Even when there is no encryption pass word set.
This is from experience.
Twrp latest build has changed a little how it works.
I have installed TWRP 3.1.0-0 and it is still showing select partitions screen and only available options are boot and recovery.
olcayertas said:
I have installed TWRP 3.1.0-0 and it is still showing select partitions screen and only available options are boot and recovery.
Click to expand...
Click to collapse
Update it via fastboot flash vendor command on your pc then.
DEVILOPS 007 said:
Update it via fastboot flash vendor command on your pc then.
Click to expand...
Click to collapse
I did so

From TWRP To OrangeFox

Hey guys
I m on pixel experience pie rom
I cannot reach to pc right bow and I want to change my twrp recovery to orange fox
Is this work will erase my system and rom or just changes the recovery ? Sory for bad english.
Ded Moroza said:
Hey guys
I m on pixel experience pie rom
I cannot reach to pc right bow and I want to change my twrp recovery to orange fox
Is this work will erase my system and rom or just changes the recovery ? Sory for bad english.
Click to expand...
Click to collapse
just download ofox file .img, go to twrp, select install image instead of flash zip, select the .img and select recovery and boila, none of your partitions like system or your files be touched!
NeoZX58 said:
just download ofox file .img, go to twrp, select install image instead of flash zip, select the .img and select recovery and boila, none of your partitions like system or your files be touched!
Click to expand...
Click to collapse
Thanks a lot bro
NeoZX58 said:
just download ofox file .img, go to twrp, select install image instead of flash zip, select the .img and select recovery and boila, none of your partitions like system or your files be touched!
Click to expand...
Click to collapse
And i jave one more question
Is orangefox makes phone rooted or not ?
Ded Moroza said:
And i jave one more question
Is orangefox makes phone rooted or not ?
Click to expand...
Click to collapse
Magisk roots the phone but you need ofox first
Sent from my Redmi Note 7 using Tapatalk

Categories

Resources