[Q] twrp help!! - Verizon HTC One (M7)

im tring to install twrp. i downloaded off the xda htc one site. i followed video, but when i go to CP and type in fastboot flash recovery, i get fastboot is not reconized. my verizon htc one is unlocked s-off and i was in bootloader. please help i cant get any rom to flash!!

Do you have the fastboot.exe file?

Several questions - do you have adb and fastboot? If not I recommend this:
http://forum.xda-developers.com/showthread.php?p=42407269
Second - do you have USB debugging checked?

Cares said:
Several questions - do you have adb and fastboot? If not I recommend this:
http://forum.xda-developers.com/showthread.php?p=42407269
Second - do you have USB debugging checked?
Click to expand...
Click to collapse
yes i have debugged checked. i actually double checked it i thought of that.... where would i check for the fastboot.exe? i used ur bootloader and s-off when i rooted my phone.

i dl the fastbooot.exe file and istalled. i missed them before. now im tryin to get them to htc one...

You can flash twrp with Flashify from the market. Very easy.
Sent from my GT-P7510 using XDA Premium 4 mobile app

works like a charm
Sent from my HTC One using Tapatalk

Related

Please guide me to install a custom rom

Problem-1) My pc doesnot recognize my device in fastboot mode when connected via USB in fastboot mode. It shows fastbootusb in the screen though. I am tired of searching for the solution but remained unsuccessful.
Problem-2) in the installation tutorial of evrery kernel it says to flash bootimg. Which bootimg should I flash? If The kernel comes with modules what do do with the modules. How to install the kernel which has modules?
Please help.
Sent from my HTC One X using xda app-developers app
muid02 said:
Problem-1) My pc doesnot recognize my device in fastboot mode when connected via USB in fastboot mode. It shows fastbootusb in the screen though. I am tired of searching for the solution but remained unsuccessful.
Problem-2) in the installation tutorial of evrery kernel it says to flash bootimg. Which bootimg should I flash? If The kernel comes with modules what do do with the modules. How to install the kernel which has modules?
Please help.
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
If recovery says fastbootusb that means its detected already. It won't show up as a device on your PC, and only accessible through adb commands.
boot.img is usually provided in the the thread, or you can choose your kernel of choice. Install then boot.img through recovery while in fastbootusb mode, then enter Recovery and flash the modules that you downloaded with the boot.img
Just follow the guides on here, it's been covered before
Sent from my HTC One X using xda premium
REad this , any doubt let me know
http://www.forumhookers.com/topic/48-how-to-root-and-flash-rom-on-htc-phones/#entry231
forumhookersdotcom said:
REad this , any doubt let me know
http://www.forumhookers.com/topic/48-how-to-root-and-flash-rom-on-htc-phones/#entry231
Click to expand...
Click to collapse
Nice simple guide
Sent from my HTC One X using Tapatalk 2
I had trouble with recognizing phone too. But it works if you use the original cable that came with the phone. Try that!
Sent from my HTC One X using xda app-developers app

Reinstalling stock recovery - help requested

So as will be immediately obvious, I am new to posting on this site and I'm sure the title will explain why. Before I start, I was using (the 'was' will be explained later) a rooted stock ROM and I had not backed it up (the instructions I used forgot to mention it).
The 2.17 HOX OTA update was finally released by three (I'm currently on 1.28) and I hoped that this update would fix several problems I've been having (standard HOX problems like battery life, camera quality, lag, and an ever growing system data). So I was fairly desperate to install this update, but when I tried clockwork recovery told me that it failed, and by using google I discovered that I'm not the only one with this problem.
This where I get stupid. In desperation to install this update I found that SuperSu has an option to full unroot and I hoped that this would reinstall the stock recovery in the process, but now I am left with an unrooted phone with clockwork recovery installed.
If anyone can help me reinstall the stock recovery so I can install this update I'd very much appreciate it. I apologise if I was long winded, I just felt it better to try and explain the whole situation.
Sent from my HTC One X using xda app-developers app
I'm not sure what's stopping you from installing the stock recovery?
fastboot flash recovery stock-recovery.img
Thanks for replying. I'm not very knowledgeable at this so I'm not sure how to, and would I need to use a computer or can I do it directly on my phone?
Sent from my HTC One X using xda app-developers app
adb reboot-bootloader
adb flash recovery recovery.img
Click to expand...
Click to collapse
do you have the stock reocvery.img?
No I don't think so, can I download it? Should I already have it, and if so where would it be?
Sent from my HTC One X using xda app-developers app
Mbennett156 said:
No I don't think so, can I download it? Should I already have it, and if so where would it be?
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
hold on ill upload it for you
Thanks
Sent from my HTC One X using xda app-developers app
Mbennett156 said:
Thanks
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
recovery for 1.28
hamdir said:
recovery for 1.28
Click to expand...
Click to collapse
thanks so much. how do i flash it? if it's too much trouble i'm sure i could find it on google
@Mbennet
hamdir said:
recovery for 1.28
Click to expand...
Click to collapse
Place it in your fastboot Android-SDK folder on your PC (C:/Android-SDK/platform-tools)
Put phone into fastboot USB
Open command prompt on PC
CD c:/Android-SDK/platform-tools
fastboot flash recovery recovery.img
Sent from my Nexus 7 using XDA Premium HD app
chrisjcks said:
@Mbennet
Place it in your fastboot Android-SDK folder on your PC (C:/Android-SDK/platform-tools)
Put phone into fastboot USB
Open command prompt on PC
CD c:/Android-SDK/platform-tools
fastboot flash recovery recovery.img
Sent from my Nexus 7 using XDA Premium HD app
Click to expand...
Click to collapse
thanks so much for your help and quick replies my phone is currently on low battery as i've spent all day frantically trying to figure this out, but when it is charged i'll let you know if this is successful :good:
EDIT: the computer i'm using at the moment is not the same computer that i used when i rooted (that one broke unfortunately) can i just create that folder or do i need to redownload other files?
Mbennett156 said:
thanks so much for your help and quick replies my phone is currently on low battery as i've spent all day frantically trying to figure this out, but when it is charged i'll let you know if this is successful :good:
EDIT: the computer i'm using at the moment is not the same computer that i used when i rooted (that one broke unfortunately) can i just create that folder or do i need to redownload other files?
Click to expand...
Click to collapse
You need to install Android SDK on the PC you want to do this on.
http://developer.android.com/sdk/index.html
Update/install everything on it once installed.
Then you can begin.
Sent from my Nexus 7 using XDA Premium HD app
chrisjcks said:
@Mbennet
Place it in your fastboot Android-SDK folder on your PC (C:/Android-SDK/platform-tools)
Put phone into fastboot USB
Open command prompt on PC
CD c:/Android-SDK/platform-tools
fastboot flash recovery recovery.img
Sent from my Nexus 7 using XDA Premium HD app
Click to expand...
Click to collapse
I have just successfully reinstalled the stock recovery, and although I am very grateful for your help, you forgot to mention the next step which was to type "fastboot oem lock" on command prompt.
Thanks again!
Mbennett156 said:
I have just successfully reinstalled the stock recovery, and although I am very grateful for your help, you forgot to mention the next step which was to type "fastboot oem lock" on command prompt.
Thanks again!
Click to expand...
Click to collapse
I would have done had you kept your ongoing progress posted.
But guess you figured it out yourself, congrats.
Sent from my HTC One X using XDA Premium HD app

I think my HTC one x is bricked please help me

Hi guys
yesterday i unlocked the bootloader and flashed Insecurebootandroot. after flashing it i accidentally pull the ubs cable out of the computer, before the SU files get installed. From then on i started to panic and started looking up for the solution. so i flashed the stock recovery but it didnt work. i tried clear cache, it didnt work. then i found the disaster recovery and followed the instructions. i tried to find the RUU for my phone but i cant find it from endeavoru shipped rom list.i dont know what to do now. my phone is relocked and it says security warning on the fastboot screen. radio is 1.1204.105.14. i dont know what i should do now? or can someone please get me the RUU 2.17.862.2?:crying:
all i know about my phone is that the image version is 2.17.862.2 and it is VODAP021. please please please help me with my phone
I can help you reunlock and flash recovery but did you make a back up when you unlocked
Sent from my HTC One X using xda premium
joewong1991 said:
I can help you reunlock and flash recovery but did you make a back up when you unlocked
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
im a noob so i didnt know how to make a backup before rooting
Ok we will just go straight to a stock Rom then do you still have your unlock key from htcdev
Sent from my HTC One X using xda premium
suminkim90 said:
Hi guys
yesterday i unlocked the bootloader and flashed Insecurebootandroot. after flashing it i accidentally pull the ubs cable out of the computer, before the SU files get installed. From then on i started to panic and started looking up for the solution. so i flashed the stock recovery but it didnt work. i tried clear cache, it didnt work. then i found the disaster recovery and followed the instructions. i tried to find the RUU for my phone but i cant find it from endeavoru shipped rom list.i dont know what to do now. my phone is relocked and it says security warning on the fastboot screen. radio is 1.1204.105.14. i dont know what i should do now? or can someone please get me the RUU 2.17.862.2?:crying:
all i know about my phone is that the image version is 2.17.862.2 and it is VODAP021. please please please help me with my phone
Click to expand...
Click to collapse
Re-unlock your bootloader
Flash CWM touch recovery
Flash a custom rom
this will get your phone back up & running whilst giving you the root you were after in the first place.
Sent from my HTC One X using Tapatalk 2
joewong1991 said:
Ok we will just go straight to a stock Rom then do you still have your unlock key from htcdev
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
should i fastboot oem get_identifier_token? or can i check the code with the Unlock_code.bin sent by HTC?
suminkim90 said:
should i fastboot oem get_identifier_token? or can i check the code with the Unlock_code.bin sent by HTC?
Click to expand...
Click to collapse
You can use the same unlock code, use the same bin file, you don't need to generate it all again.
Once unlocked,
Enter fastboot on your phone
Plug into PC (should now say fastboot usb)
Flash CWM touch recovery
CWM touch > http://db.tt/VF9J2eo8
place it in your fastboot folder within Android SDK on your PC
Open command prompt on pc
Default commands are: (first command is different if your pc installation of Android SDK differs from its default location)
CD c:/Android-SDK/platform-tools
fastboot flash recovery CWM.img
---
Then you want to download a custom rom of choice,
You can place the zip files on your phone from within CWM recovery whilst plugged into PC - just select mount usb storage within CWM recovery, and drag them to your phone, then unmount.
Sent from my HTC One X using Tapatalk 2
chrisjcks said:
You can use the same unlock code
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
so i can reunlock at htcdev website(unlock bootloader page) using the same unlock code?
suminkim90 said:
so i can reunlock at htcdev website(unlock bootloader page) using the same unlock code?
Click to expand...
Click to collapse
If you have the unlock code file still, you dont need to go to HTC Dev - just use the same command you used before.
fastboot flash unlocktoken Unlock_code.bin
Sent from my HTC One X using Tapatalk 2
Heres a tool just put the .bin in the unlock key folder open tool and click unlock and same for recovery tthen just flash a Rom
http://forum.xda-developers.com/showthread.php?t=1734365
Sent from my HTC One X using xda premium
chrisjcks said:
If you have the unlock code file still, you dont need to go to HTC Dev - just use the same command you used before.
fastboot flash unlocktoken Unlock_code.bin
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
thank you very much for your help Sir! i followed your instructions and installed Androidrevolution rom. my phone is working as a new. Your a lifesaver!:good:
joewong1991 said:
Heres a tool just put the .bin in the unlock key folder open tool and click unlock and same for recovery tthen just flash a Rom
http://forum.xda-developers.com/showthread.php?t=1734365
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
thank you very much for your help. i really appreciate it :good:
suminkim90 said:
thank you very much for your help. i really appreciate it :good:
Click to expand...
Click to collapse
No prob any time
Sent from my HTC One X using xda premium
suminkim90 said:
thank you very much for your help Sir! i followed your instructions and installed Androidrevolution rom. my phone is working as a new. Your a lifesaver!:good:
Click to expand...
Click to collapse
No problem
I'm relieved some people on here can follow instructions
Sent from my HTC One X using Tapatalk 2
chrisjcks said:
No problem
I'm relieved some people on here can follow instructions
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
Hi, I got in a pretty much similar situation as this man, I got the same one x with all those specnumber like version main is 2.17.862.2. The only different thing is that I just install the nightlies cm 10 and now my phone just keep stuck and spinning at the cyanogenmod screen, I just followed some of the way in other topic and now my phone is bootloader-relocked, and I cant find a away to flash any rom for it to work as I cant see the device in my computer, so cant copy the Rom zip file to install. Can you help me out
samurai1004 said:
Hi, I got in a pretty much similar situation as this man, I got the same one x with all those specnumber like version main is 2.17.862.2. The only different thing is that I just install the nightlies cm 10 and now my phone just keep stuck and spinning at the cyanogenmod screen, I just followed some of the way in other topic and now my phone is bootloader-relocked, and I cant find a away to flash any rom for it to work as I cant see the device in my computer, so cant copy the Rom zip file to install. Can you help me out
Click to expand...
Click to collapse
Ye need to unlock it and and install a recovery do you still have your unlock key from htc
Sent from my HTC One X using xda premium
Thank you!!!!
I had my phone for 3 days, got root and tried to change the font.........BOOTLOOP.
Then I read & read & read & found NOTHING that worked till this.
AWESOME!!!

[Q] Stock Unrooted Desire Z restarting

Hi, I have a Desire Z that keeps restarting itself almost. I can go as far as opening the app drawer before it restarts again. I'm trying to figure out how to fix it or at least recover/backup files from the phone. Can anyone help?
if I flash a custom recovery/root my phone, will that wipe everything on the phone? I am mainly concerned with backing up all my data. The stock recovery shows phone with red triangle, dont know what that means. Please help.
Try starting in safe mode
Sent from my Nexus One using xda app-developers app
demkantor said:
Try starting in safe mode
Sent from my Nexus One using xda app-developers app
Click to expand...
Click to collapse
If i remember correctly you can do this by holding down the S button while booting the device.
Sent from my HTC Vision using xda app-developers app
Tried booting in safe mode, still the same thing. The phone reboots as soon as the launcher is done loading. I think its an issue with either the launcher or there's a conflict in android/sense which is causing a crash. Still trying out different things.
Edit:
Since I have never recieved OTA update for this phone, I believe I'm still on RUU_Vision_BellMobility_WWE_1.34.666.1_Radio_12.28 b.60.140e_26.03.02.18_M2. I have adb set up, is there a way to confirm I can safely S-OFF/root?
Edit 2:
Did a factory reset - no changes, still rebooting
Edit 3:
Seems like USB debug is not turned on my phone, I tried my gt-i900 and can see it using adb devices but not when i plug in my Desire Z
Edit 4:
While in stock recovery, I have a phone with a red triangle, and adb shows device as offline. At least I can confirm that adb is working with my DZ. Now to figure out how to push files to it
After the factory reset you won't get any of your data back, but you need an os so you can root. Find the latest ruu for your phone and fllash it through fastboot or bootllader as a pc10img
Sent from my Nexus One using xda app-developers app
demkantor said:
After the factory reset you won't get any of your data back, but you need an os so you can root. Find the latest ruu for your phone and fllash it through fastboot or bootllader as a pc10img
Sent from my Nexus One using xda app-developers app
Click to expand...
Click to collapse
Can I flash the ruu from an external sd because I cannot copy to the internal memory as the phone doesn't stay on long enough. Thanks
Nope, but you can use fastboot
Sent from my Nexus One using xda app-developers app
demkantor said:
Nope, but you can use fastboot
Sent from my Nexus One using xda app-developers app
Click to expand...
Click to collapse
is fastboot the same as adb? for example, when using gfree do i just replace adb push with fastboot push?
Edit: Nvm, figured it out, now I need to find the proper RUU for my phone, which one should i be using?
Edit: Stupid question above, I already mentioned which ruu i was using so I'll try to flash that. brb
Nope, adb is similar to fastboot but different, read my thread on it as if you own any HTC phones (and various others) its a must to learn. You'll find it here in the general section
You will use fastboot not to root but to flash the latest ruu as you need to have adb access and this means you'll need an os that's working.
fastboot oem rebootRUU
This is the command you will run in cmd or terminal but read up on my thread to understand more
Sent from my Nexus 7 using xda premium
demkantor said:
Nope, adb is similar to fastboot but different, read my thread on it as if you own any HTC phones (and various others) its a must to learn. You'll find it here in the general section
You will use fastboot not to root but to flash the latest ruu as you need to have adb access and this means you'll need an os that's working.
fastboot oem rebootRUU
This is the command you will run in cmd or terminal but read up on my thread to understand more
Sent from my Nexus 7 using xda premium
Click to expand...
Click to collapse
I read your thread, very helpful. I had one question though, do i need an oem ruu to run the command fastboot oem rebootRUU? I'm just confused as to whether I need to root first, flash the hboot, or flash the ruu. I also have the stock recovery so when do i flash the cwmr?
1st you need the ruu, I believe nipqer has most on his server found in one of his threads. You will use fastboot to flash this. This will rewrite all your firmware and software and hopefully produce a functional os so you can get adb access
Once this is done, follow the xda wiki to root your phonephone
Sent from my Nexus One using xda app-developers app
demkantor said:
1st you need the ruu, I believe nipqer has most on his server found in one of his threads. You will use fastboot to flash this. This will rewrite all your firmware and software and hopefully produce a functional os so you can get adb access
Once this is done, follow the xda wiki to root your phonephone
Sent from my Nexus One using xda app-developers app
Click to expand...
Click to collapse
Finally! Phone boots up and I have adb access. Followed the instructions (ran into some trouble with chmod command returning "Operation not permitted" - had to start all over again with fastboot flash oemRUU) and now I'm rooted. Time to install some custom roms. Thanks demkantor, your fastboot tip and thread got me through this!
I'm glad you're up and running! I suggest to check out my is this a brick thread as it may help know what to look for if you run into trouble in the future
Either way, happy flashing!
Sent from my Nexus One using xda app-developers app

HELP!! Can't get into boot loader!

Hey guys I'm trying to unlock the boot loader through the all in one toolkit but it keeps saying device not find! All drivers installed correctly and the phone is being picked up through mass storage and connects to computer fine. I also have sdk tools installed and HTC drivers installed but the tool kit still didn't find phone. Also I run ADB devices and it didn't show up. Any ideas?
Sent from my HTC One_M8 using xda app-developers app
USB debug
jonathan413 said:
Hey guys I'm trying to unlock the boot loader through the all in one toolkit but it keeps saying device not find! All drivers installed correctly and the phone is being picked up through mass storage and connects to computer fine. I also have sdk tools installed and HTC drivers installed but the tool kit still didn't find phone. Also I run ADB devices and it didn't show up. Any ideas?
Sent from my HTC One_M8 using xda app-developers app
Click to expand...
Click to collapse
Did you activate developer options on the phone? You need to check debugging mode
CC
Yeah I got it now thanks.. also I have root and recovery. Do I need s-off to flash Roms or is a-off necessary for flashing kernels?
Sent from my HTC One_M8 using xda app-developers app
Ah the dependences on toolkits..
sent from my mobile device
jonathan413 said:
Yeah I got it now thanks.. also I have root and recovery. Do I need s-off to flash Roms or is a-off necessary for flashing kernels?
No you dont need s-off to flash kernels and roms. With you bootloader unlocked and a custom recovery installed you can flash as many roms/kernels as your heart desires. Just remember to make a Nandroid backup of your stock rom before you flash anything, that will save you a head ache in the future if something ever happens to your device while flashing tweaks
Click to expand...
Click to collapse

Categories

Resources