Today I flash 3.5.2 os.. and i lost my Twrp.. ?
i used toolkit to flash twrp but my toolking say my device not connect.. no device status.. so i can't flash twrp...
any other way to flash twrp??
my windows 8.1
Download this version of twrp and flash.
http://forum.xda-developers.com/oneplus-3/how-to/oos-3-5-2-comunity-build-t3461648/post68691560
Old twrp/stock recovery builds won't work on oos 3.5.2.
Anyway, install adb and fastboot drivers properly.
Don't forget to put usb debugging on in developer option
zTweaked said:
Download this version of twrp and flash.
http://forum.xda-developers.com/oneplus-3/how-to/oos-3-5-2-comunity-build-t3461648/post68691560
Old twrp/stock recovery builds won't work on oos 3.5.2.
Anyway, install adb and fastboot drivers properly.
Click to expand...
Click to collapse
Bro any vedio tutorial about it?
Nilshalok said:
Bro any vedio tutorial about it?
Click to expand...
Click to collapse
Install adb and fastboot drivers properly. Turn on usb debugging. Flash recovery by typing fastboot flash recovery recovery_name.img
You shouldn't need a video tutorial for that.
zTweaked said:
Install adb and fastboot drivers properly. Turn on usb debugging. Flash recovery by typing fastboot flash recovery recovery_name.img
You shouldn't need a video tutorial for that.
Click to expand...
Click to collapse
i am new here and i can't get anything what you all say.. plz help brother...? make a lil video for me.. plz plz
Nilshalok said:
i am new here and i can't get anything what you all say.. plz help brother...? make a lil video for me.. plz plz
Click to expand...
Click to collapse
• Install this http://forum.xda-developers.com/showthread.php?p=48915118#post48915118
Also install the oneplus fastboot drivers. You'll see the setup file when you connect your phone to your pc.
•Then turn on usb debugging from developer options on your phone and connect it to your pc. Keep the screen unlocked.
•Open command prompt by typing cmd in the search box in the start menu of your pc. Type "adb shell" without the inverted commas and hit enter. You'll see a popup on your phone. You'll see a checkbox, check it and hit the confirm button.
•Download the twrp recovery from the link I shared before. Extract the zip and rename the img file to twrp.img
•Now reboot your phone into fastboot mode. To do that, first turn on "advanced reboot" from developer options.
•Then press and hold power button to open the power menu. Select reboot > bootloader.
•Your phone will disconnect and reconnect automatically once it boots into bootloader.
•Now press shift + right click in the folder where you have kept your twrp.img and select "open command window here"
•Once cmd opens, type in "fastboot devices" without the inverted commas and hit enter.
You'll see something like this: abc123 fastboot
(If cmd doesn't return you with anything like this after hitting enter then install fastboot drivers again properly and try again)
•Once you see that, type in "fastboot flash recovery twrp.img" without the inverted commas and hit enter.
•You'll see the success result. Then type "fastboot boot twrp.img" without the inverted commas and hit enter to boot into twrp.
zTweaked said:
• Install this http://forum.xda-developers.com/showthread.php?p=48915118#post48915118
Also install the oneplus fastboot drivers. You'll see the setup file when you connect your phone to your pc.
•Then turn on usb debugging from developer options on your phone and connect it to your pc. Keep the screen unlocked.
•Open command prompt by typing cmd in the search box in the start menu of your pc. Type "adb shell" without the inverted commas and hit enter. You'll see a popup on your phone. You'll see a checkbox, check it and hit the confirm button.
•Download the twrp recovery from the link I shared before. Extract the zip and rename the img file to twrp.img
•Now reboot your phone into fastboot mode. To do that, first turn on "advanced reboot" from developer options.
•Then press and hold power button to open the power menu. Select reboot > bootloader.
•Your phone will disconnect and reconnect automatically once it boots into bootloader.
•Now press shift + right click in the folder where you have kept your twrp.img and select "open command window here"
•Once cmd opens, type in "fastboot devices" without the inverted commas and hit enter.
You'll see something like this: abc123 fastboot
(If cmd doesn't return you with anything like this after hitting enter then install fastboot drivers again properly and try again)
•Once you see that, type in "fastboot flash recovery twrp.img" without the inverted commas and hit enter.
•You'll see the success result. Then type "fastboot boot twrp.img" without the inverted commas and hit enter to boot into twrp.
Click to expand...
Click to collapse
thanks i will try it next day sir
Related
ATTENTION!!! YOU MUST HAVE KITKAT ROM ALREADY INSTALLED
IT'S REALY EASY...
First of all, you need this:
- PC
- KitKat ROM already installed in your phone
- DEVELOPER OPTIONS ACTIVATED in phone (to activate developer options, go to: settings--->about phone--->build number ..and click 10 times on it to activate)
- USB DEBUGGING activated from DEVELOPER OPTIONS in phone(located in SETTINGS)
- DOWNLOAD FOR PC:
this
http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html (CHOOSE YOUR OPERATING SYSTEM, DOWNLOAD AND JUST INSTALL IT WITHOUT OPENING)
and MOST IMPORTANT this
https://mega.co.nz/#!4tNlnQTB!12IdfXdhGyYwwP1ULwDk-vDUgJvnKn-rpmffAyQNPOg
- EXTRACT downloaded adb.zip to your PC (the best location is in C:...and you will have C:/ adb
LET'S START:
Make sure that USB DEBUGGING in your phone IS CHECKED!! CONNECT YOUR PHONE TO PC.
1. open C:/adb and double click on ADB.exe and after that FASTBOOT.exe (you will see short appearance for a moment of black window in both cases)
2 in opened C:/adb folder, hold SHIFT and press RIGHT CLICK somewhere on blank space and you will see OPEN COMMAND WINDOW HERE...click on it.
3. black command window appears: inside the window
FOR ENABLE TWRP 2.7.0.0 RECOVERY type (or copy text) from below WITHOUT QUOTES:
"adb reboot bootloader" PRESS ENTER (YOU WILL SEE YOUR PHONE ENTERING IN FASTBOOT - HUAWEI LOGO)
"fastboot flash recovery openrecovery-twrp-2.7.0.0.img" PRESS ENTER (IN FEW SECONDS TWRP WILL BE INSTALLED)
"fastboot reboot" PRESS ENTER (PHONE WILL REBOOT)
FOR ENABLE ORIGINAL RECOVERY type (or copy text) from below WITHOUT QUOTES:
"adb reboot bootloader" PRESS ENTER
"fastboot flash recovery recovery.img" PRESS ENTER
"fastboot reboot" PRESS ENTER
THAT'S ALL FOLKS!
mlsvcbbn said:
ATTENTION!!! YOU MUST HAVE KITKAT ROM ALREADY INSTALLED
IT'S REALY EASY...
First of all, you need this:
- PC
- KitKat ROM already installed in your phone
- DEVELOPER OPTIONS ACTIVATED in phone (to activate developer options, go to: settings--->about phone--->build number ..and click 10 times on it to activate)
- USB DEBUGGING activated from DEVELOPER OPTIONS in phone(located in SETTINGS)
- DOWNLOAD FOR PC:
this
http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html (CHOOSE YOUR OPERATING SYSTEM, DOWNLOAD AND JUST INSTALL IT WITHOUT OPENING)
and MOST IMPORTANT this
https://mega.co.nz/#!4tNlnQTB!12IdfXdhGyYwwP1ULwDk-vDUgJvnKn-rpmffAyQNPOg
- EXTRACT downloaded adb.zip to your PC (the best location is in C:...and you will have C:/ adb
LET'S START:
Make sure that USB DEBUGGING in your phone IS CHECKED!! CONNECT YOUR PHONE TO PC.
1. open C:/adb and double click on ADB.exe and after that FASTBOOT.exe (you will see short appearance for a moment of black window in both cases)
2 in opened C:/adb folder, hold SHIFT and press RIGHT CLICK somewhere on blank space and you will see OPEN COMMAND WINDOW HERE...click on it.
3. black command window appears: inside the window
FOR ENABLE TWRP 2.7.0.0 RECOVERY type (or copy text) from below WITHOUT QUOTES:
"adb reboot bootloader" PRESS ENTER (YOU WILL SEE YOUR PHONE ENTERING IN FASTBOOT - HUAWEI LOGO)
"fastboot flash recovery openrecovery-twrp-2.7.0.0.img" PRESS ENTER (IN FEW SECONDS TWRP WILL BE INSTALLED)
"fastboot reboot" PRESS ENTER (PHONE WILL REBOOT)
FOR ENABLE CUSTOM RECOVERY type (or copy text) from below WITHOUT QUOTES:
"adb reboot bootloader" PRESS ENTER
"fastboot flash recovery recovery.img" PRESS ENTER
"fastboot reboot" PRESS ENTER
THAT'S ALL FOLKS!
Click to expand...
Click to collapse
After enable custom recovery, I have to flash with fastboot my custome recovery and boot in recovery mode to run it?
Hello
I am following the following tutorial below to install the clockworkmod recovery but when I enter the cmd fastboot flash recovery recovery-clockwork-touch-5.8.0.0-ace.img. The cmd prompt displays the message "waiting for device" but does not do anything. Am I doing anything wrong?
1. Download and place the package file onto your Desktop.
2. Extract files from the package to your Desktop.
3. Connect your smartphone to the PC using the USB cable.
4. Double-click the Start Here.bat file to open the Command Prompt Window.
5. Enter the following command into the Command Prompt Window:
adb reboot bootloader
6. Your smartphone should reboot into the Fastboot mode.
7. Now, enter the following command into the same Command Prompt Window:
fastboot flash recovery recovery-clockwork-touch-5.8.0.0-ace.img
8. After the recovery has been installed on your smartphone, issue the following command:
fastboot reboot
9. Your smartphone should reboot.
Thank You
mfredy said:
Hello
I am following the following tutorial below to install the clockworkmod recovery but when I enter the cmd fastboot flash recovery recovery-clockwork-touch-5.8.0.0-ace.img. The cmd prompt displays the message "waiting for device" but does not do anything. Am I doing anything wrong?
1. Download and place the package file onto your Desktop.
2. Extract files from the package to your Desktop.
3. Connect your smartphone to the PC using the USB cable.
4. Double-click the Start Here.bat file to open the Command Prompt Window.
5. Enter the following command into the Command Prompt Window:
adb reboot bootloader
6. Your smartphone should reboot into the Fastboot mode.
7. Now, enter the following command into the same Command Prompt Window:
fastboot flash recovery recovery-clockwork-touch-5.8.0.0-ace.img
8. After the recovery has been installed on your smartphone, issue the following command:
fastboot reboot
9. Your smartphone should reboot.
Thank You
Click to expand...
Click to collapse
Are your drivers installed already?
bananagranola said:
Are your drivers installed already?
Click to expand...
Click to collapse
Yh, I have installed all the latest driversss
mfredy said:
Yh, I have installed all the latest driversss
Click to expand...
Click to collapse
Is your phone in debug mode?
bananagranola said:
Is your phone in debug mode?
Click to expand...
Click to collapse
yupppppppppppp
mfredy said:
yupppppppppppp
Click to expand...
Click to collapse
No idea then. Post the entire log.
mfredy said:
yupppppppppppp
Click to expand...
Click to collapse
Were your drivers installed with the phone unplugged?
-Check your data-sync cable,It should not only allow your device to charge but also data-sync.( Try with another data-sync cable)
-As you stated drivers are installed.Then when you're on bootloader,It should show HBOOT-USB. If that shows than try doing same thing again.
Or else follow simple steps below:
-Copy CWM recovery.img into fastboot files.
-Unplug your device if connected to computer.
-Manually power off your device.
-Press Volume down + Power button,It will redirect into hboot.
-Select Bootloader by clicking on power button,It will change color of HBOOT from Blue to Red.
-Next thing you'll notice that it stated as HBOOT USB.
-Put your phone on side and do same commands fastboot flash recovery recovery-clockwork-touch-5.8.0.0-ace.img
-Fastboot reboot.
Once process been done. Unplug it and boot device normally. And to check whether there's a recovery.img installed or not,Just power off your device and put on charge. In CWM it will redirect your into recovery mode while device is switched off.
4EXT Recovery Touch
Try 4EXT Recovery Update , install app , download 4EXT Recovery . Done
Hello guys,
After doing oem unlock with fastboot ,i've tried to flash TWRP recovery but after the comand i cannot acess recovery, it just reboots. Tried several recovery images and read alot of toturials but with no sucess!! Win10 64bits computer here.
Thanks,
NightSource
Nightsource said:
Hello guys,
After doing oem unlock with fastboot ,i've tried to flash TWRP recovery but after the comand i cannot acess recovery, it just reboots. Tried several recovery images and read alot of toturials but with no sucess!! Win10 64bits computer here.
Thanks,
NightSource
Click to expand...
Click to collapse
Did you hold the volume down button + power button to get to recovery mode manually right after flashing?
Gesendet von meinem ONEPLUS A3003 mit Tapatalk
If you have successfully unlocked the bootloader, you'll get a bootloader unlocked warning every time you boot. On the warning screen, click either of the volume buttons and you'll be redirected to a bootup menu. From there, you can select "boot to recovery" using the volume rocker and power button.
Alternatively, enable "advanced reboot" in developer options and reboot to recovery from the main OS power menu.
If these don't work, reflash TWRP using fastboot. Make sure that you're using at least version 3.0.3-1, best to use 3.0.4-1.
Tried manually reboot into recovery but it just reboots,
I can sucessfully unlock as i have the warning on boot, but there if i go to the menu and press for recovery it just reboots, tried several tipes of recovery TWRP imgs
Any help greatly wanted
Download this version of TWRP (jcadduono's 4.0.3-1). Rename the file to something like twrp.img.
1) Make sure adb/fastboot is working on your computer (if you've already unlocked the bootloader, then I am assuming it is).
2) Put your phone into fastboot mode and connect it to your computer. Open a command prompt where you can access fastboot.
3) Put the twrp.img file to the same folder where you opened your command prompt.
3) Enter
Code:
fastboot devices
in fastboot and make sure your phone shows up with its serial number.
4) Enter
Code:
fastboot erase recovery
to erase your current recovery
5) Enter
Code:
fastboot flash recovery [B]twrp.img[/B]
, where twrp.img is whatever you named your twrp file.
6) Enter
Code:
fastboot reboot
to reboot into your main system. You can either reboot then use advanced startup to enter recovery, or press a volume button at the bootloader warning page to boot directly to recovery.
Anova's Origin said:
Download this version of TWRP (jcadduono's 4.0.3-1). Rename the file to something like twrp.img.
1) Make sure adb/fastboot is working on your computer (if you've already unlocked the bootloader, then I am assuming it is).
2) Put your phone into fastboot mode and connect it to your computer. Open a command prompt where you can access fastboot.
3) Put the twrp.img file to the same folder where you opened your command prompt.
3) Enter
Code:
fastboot devices
in fastboot and make sure your phone shows up with its serial number.
4) Enter
Code:
fastboot erase recovery
to erase your current recovery
5) Enter
Code:
fastboot flash recovery [B]twrp.img[/B]
, where twrp.img is whatever you named your twrp file.
6) Enter
Code:
fastboot reboot
to reboot into your main system. You can either reboot then use advanced startup to enter recovery, or press a volume button at the bootloader warning page to boot directly to recovery.
Click to expand...
Click to collapse
Sometimes it helps to use fastboot to boot the image directly after you flash it. This ensures you get into recovery since it loads it off your computer.
It should then work normally afterwards
Sent from my ONEPLUS A3000 using Tapatalk
I ported TWRP(3.02-1) for Asus live, so i decided to post it because i never saw a custom recovery for this model.
To install the custom recovery you need adb and fastboot installed on your PC, and "USB debbuging" enable in your phone.
Now go into bootloader/fastboot mode, you can get there using adb terminal with the command "adb reboot fastboot" or turn off the phone, then press and hold UP VOLUME, after pressing volume up press POWER button, hold until you see a small menu then select fastboot mode.
Now in your pc,
copy the TWRP.img to your adb folder.
Open the adb terminal and type
Code:
"fastboot flash recovery TWRP.img"
It will display a message, if it is "OKAY" you are good to go.
IF SOMETHING BAD HAPPENS
you can flash the stock recovery using the exactly same process.
Move the Recovery.img to your adb folder and type
Code:
"fastboot flash recovery Recovery.img"
TWRP recovery and stock recovery:
HTML:
https://mega.nz/#F!KEJG3ShK!l1R6t8Xbo5wACgIWC35-Dw
(if you bricked your phone, you can use the stock recovery and the command above to unbrick it)
if i committed any grammar mistakes, correct me in the comments, thanks
my device came with unlocked bootloader, so I tried to flash twrp but every time i type "fastboot flash recovery C:\adb\twrp-3.2.1-3-whyred.img" and hit enter, the device seems to disconnect from pc and there is "press any key to reboot" in fastboot on my phone.
How can I solve this issue?`
Phone gets detected by adb/fastboot tool so its not a driver problem. I tried different cables and usb ports aswell.
Firmware is latest global stable.
Nazukii said:
my device came with unlocked bootloader, so I tried to flash twrp but every time i type "fastboot flash recovery C:\adb\twrp-3.2.1-3-whyred.img" and hit enter, the device seems to disconnect from pc and there is "press any key to reboot" in fastboot on my phone.
How can I solve this issue?`
Phone gets detected by adb/fastboot tool so its not a driver problem. I tried different cables and usb ports aswell.
Firmware is latest global stable.
Click to expand...
Click to collapse
try upgrade your android sdk on your pc
Nazukii said:
my device came with unlocked bootloader, so I tried to flash twrp but every time i type "fastboot flash recovery C:\adb\twrp-3.2.1-3-whyred.img" and hit enter, the device seems to disconnect from pc and there is "press any key to reboot" in fastboot on my phone.
How can I solve this issue?`
Phone gets detected by adb/fastboot tool so its not a driver problem. I tried different cables and usb ports aswell.
Firmware is latest global stable.
Click to expand...
Click to collapse
Well if you already had adb in your pc, rename the twrp file to recovery, you don't have to move the twrp from download folder, open download folder press shift and right click then select open cmd here, on cmd type "adb device" to see if your device connected, then after that type this "fastboot flash recovery recovery.img" press enter than after that type "fastboot boot recovery.img" TEAMWIN logo should appear on your device and then you can unplug your device. Hope this useful
i am trying to flash twrp there is no folder called adb i have installed the 15 second adb and all so i have got this minimal adb flashboot and i tried with that and got this ---- FAILED (remote: Flashing is not allowed in Lock State). i have granted all usb and oem unlocking. please help with this
Phone shows unlocked during the boot?
I had the same Problem,after a Factory Reset works for me.
I am on Miglobe-Rom Miui10 8.6.28.
Minimal ADB is enough.
Or use this from Attachment.
Unpack with Win.zip and copy Twrp in this Folder.
Conect the Phone with your Pc ,boot into Bootloader and click "cmd-here.exe"
Use this Command
fastboot flash recovery twrp-3.2.1-3-whyred.img
@Nazukii - Quick question - any chance you could try running GameBench on your device, and see if our background service dies when the device is disconnected from the PC? I don't have a Note 5 Pro to test, and I've got some user complaints. Any assistance would be awesome!
J
gamebenchjake said:
@Nazukii - Quick question - any chance you could try running GameBench on your device, and see if our background service dies when the device is disconnected from the PC? I don't have a Note 5 Pro to test, and I've got some user complaints. Any assistance would be awesome!
J
Click to expand...
Click to collapse
Have you fixed your app to run on Magisk-SU ?
otonieru said:
Have you fixed your app to run on Magisk-SU ?
Click to expand...
Click to collapse
Hey Otonieru,
Not yet, but I've got one of the engineers working on it - hopefully it'll be up in the next 30 days or so
Same problem here after updating my gcam was not working was enabling hall again but it is not booting into twrp
Redmi Note 5 pro
So my Bootloader is locked,
My phone stuck in MI recovery idk how.
I cant install MIUI via fastboot. Im stuck ..
Can anyone please help me here not sure how to proceed further.
If you have made sure that you have all the drivers installed and still have not solved, you need to use an Intel-based PC / notebook and use a usb 2.0.
”Well if you already had adb in your pc, rename the twrp file to recovery, you don't have to move the twrp from download folder, open download folder press shift and right click then select open cmd here, on cmd type "adb device" to see if your device connected, then after that type this "fastboot flash recovery recovery.img" press enter than after that type "fastboot boot recovery.img" TEAMWIN logo should appear on your device and then you can unplug your device. Hope this useful”
i did that but it is showing failed(too many links)and "press any key to reboot" showing on my phone's fastboot screen
Fastboot boot recovery.img flashing problem on Redmi note 5 pro
My bootloader is unlocked and my oem as well as usb deb is on. After i connect my phone in fastboot mode to my pc. The cmd shows fastboot devices but when it comes to fastboot boot recovery.img flashing device get disconnected. Plzzzzzz let me know a solution for this. A solution for this will be highly appreciateable.