Hi all - can someone with a m9 developer edition indicate whether there is anything on the box that says developer edition? i just took delivery of my alleged developer edition, but nowhere on the box does it say so.....
thanks in advance.
biswasd said:
Hi all - can someone with a m9 developer edition indicate whether there is anything on the box that says developer edition? i just took delivery of my alleged developer edition, but nowhere on the box does it say so.....
thanks in advance.
Click to expand...
Click to collapse
No, it doesn't say it anywhere. If you boot into recovery though you'll see that the bootloader is unlocked.
theloneranger08 said:
No, it doesn't say it anywhere. If you boot into recovery though you'll see that the bootloader is unlocked.
Click to expand...
Click to collapse
That is correct: already unlocked. I just can't seem to root it for some reason. ;(
Sent from my Nexus 6 using XDA Free mobile app
markwebb said:
That is correct: already unlocked. I just can't seem to root it for some reason. ;(
Sent from my Nexus 6 using XDA Free mobile app
Click to expand...
Click to collapse
Flash TWRP 2.8.6.4 beta from here > http://forum.xda-developers.com/showpost.php?p=59745198&postcount=3
Make a Nandroid backup
Reboot Recovery - choose yes to root on exit
then flash the SuperSU posted Here >> http://forum.xda-developers.com/apps/supersu/2014-09-02-supersu-v2-05-t2868133
reboot, you now have root
Thanks. I have read all the threads and have all the files but for some reason it won't root. I can't adb and device hangs. BTW, am not a newbie, as I have been rooting since og droid, bionic, lg3, HTC one max, nexus 5 and 6, Samsung S4 and 6, moto x 2013 and 2014, HTC m7 and now this which has become my least favorite phone.
Sent from my Nexus 6 using XDA Free mobile app
markwebb said:
Thanks. I have read all the threads and have all the files but for some reason it won't root. I can't adb and device hangs. BTW, am not a newbie, as I have been rooting since og droid, bionic, lg3, HTC one max, nexus 5 and 6, Samsung S4 and 6, moto x 2013 and 2014, HTC m7 and now this which has become my least favorite phone.
Sent from my Nexus 6 using XDA Free mobile app
Click to expand...
Click to collapse
their is no adb involved
boot to the bootloader choose download mode
make sure twrp is in the fastboot folder and type
fastboot flash recovery twrp-recovery-2.8.6.4.img
fastboot erase cache
fastboot reboot-bootloader
after reboot choose recovery / make a nandroid / exit / choose reboot recovery / say yes to root
when it boots back to recovery copy the supersu file to the phone and flash it
if your still having problems update your fastboot / adb >> http://forum.xda-developers.com/showthread.php?t=2588979
clsA said:
their is no adb involved
boot to the bootloader choose download mode
make sure twrp is in the fastboot folder and type
fastboot flash recovery twrp-recovery-2.8.6.4.img
fastboot erase cache
fastboot reboot-bootloader
after reboot choose recovery / make a nandroid / exit / choose reboot recovery / say yes to root
when it boots back to recovery copy the supersu file to the phone and flash it
if your still having problems update your fastboot / adb >> http://forum.xda-developers.com/showthread.php?t=2588979
Click to expand...
Click to collapse
Tried numerous times: doesn't work. I already have an RMA from HTC to return.
Sent from my Nexus 6 using XDA Free mobile app
After hours phone finally got recognized. Even on newer updated desktop it took numerous tries changing USB ports, cables, etc.
Installed twrp, rooted and s-offed.
I really don't know what the issue was in getting this phone to be recognized.
Ît also gets way too hot!!! Was up to 51c during recovery backup.
Since HTC already issued RMA good for 30 days, this may not be a keeper.
Sent from my Nexus 6 using XDA Free mobile app
Related
For some reason my phone downloads the upgrade...and on clicking restart and install...it stays at Google logo...
it is stock unrooted. the phone never has been rooted and has always been stock.
any help/pointers folks??
Sent from my Galaxy Nexus using XDA
Sent from my Galaxy Nexus using XDA
afma_afma said:
For some reason my phone downloads the upgrade...and on clicking restart and install...it stays at Google logo...
it is stock unrooted. the phone never has been rooted and has always been stock.
any help/pointers folks??
Sent from my Galaxy Nexus using XDA
Sent from my Galaxy Nexus using XDA
Click to expand...
Click to collapse
Not sure what the issue could be if your device has always been stock.
The only thing I can suggest is re-flash the stock images (see here). That way you will know for sure that everything is OK, and the update will install automatically.
efrant said:
Not sure what the issue could be if your device has always been stock.
The only thing I can suggest is re-flash the stock images (see here). That way you will know for sure that everything is OK, and the update will install automatically.
Click to expand...
Click to collapse
thank you for the suggestion....I am going to wait and see if there are other easier methods...if not ..I will try yours ...
Sent from my Galaxy Nexus using XDA
efrant said:
Not sure what the issue could be if your device has always been stock.
The only thing I can suggest is re-flash the stock images (see here). That way you will know for sure that everything is OK, and the update will install automatically.
Click to expand...
Click to collapse
also one more question....I feel the issue is with recovery...can't I just flash the recovery img alone?
Sent from my Galaxy Nexus using XDA
afma_afma said:
also one more question....I feel the issue is with recovery...can't I just flash the recovery img alone?
Sent from my Galaxy Nexus using XDA
Click to expand...
Click to collapse
Yes you can!
Sent from my Galaxy Nexus using Tapatalk 2
so here are the steps I came up with after I went through the thread you has posted..
D. Type in the commands into the command prompt
1) Make sure your computer recognizes your device by typing: fastboot devices
2) Unlock your bootloader (if you have not already done so): fastboot oem unlock
3) You will see a prompt on your device. This will wipe your entire device (including the /sdcard folder). Accept.
4) Reboot by typing: fastboot reboot-bootloader.
5) Flash the recovery partition: fastboot flash recovery recovery.img
6) Reboot: fastboot reboot
does this sound right?
Sent from my Galaxy Nexus using XDA
afma_afma said:
so here are the steps I came up with after I went through the thread you has posted..
D. Type in the commands into the command prompt
1) Make sure your computer recognizes your device by typing: fastboot devices
2) Unlock your bootloader (if you have not already done so): fastboot oem unlock
3) You will see a prompt on your device. This will wipe your entire device (including the /sdcard folder). Accept.
4) Reboot by typing: fastboot reboot-bootloader.
5) Flash the recovery partition: fastboot flash recovery recovery.img
6) Reboot: fastboot reboot
does this sound right?
Sent from my Galaxy Nexus using XDA
Click to expand...
Click to collapse
Is your bootloader locked or unlocked?
If it is unlocked, you can skip your step 2.
If it is locked, then it will wipe everything anyway, so might as well flash the other images just to be 100% sure you are stock.
Make sure that all the images are from the mysid ICL53F factory file.
efrant said:
Is your bootloader locked or unlocked?
If it is unlocked, you can skip your step 2.
If it is locked, then it will wipe everything anyway, so might as well flash the other images just to be 100% sure you are stock.
Make sure that all the images are from the mysid ICL53F factory file.
Click to expand...
Click to collapse
My boot loader is locked and am already 100% stock...somehow the stock recovery is corrupted ..and I have never rooted this phone..never did any mods...
this is why I want to just try and reinstall the stock recovery alone...if that does not fix my issue then I will install everything...I will keep you posted...thank you.
Sent from my Galaxy Nexus using XDA
efrant said:
Is your bootloader locked or unlocked?
If it is unlocked, you can skip your step 2.
If it is locked, then it will wipe everything anyway, so might as well flash the other images just to be 100% sure you are stock.
Make sure that all the images are from the mysid ICL53F factory file.
Click to expand...
Click to collapse
reflashing the stock recovery fixed the issue. thank you much.
Sent from my Galaxy Nexus using XDA
me being the idiot that i am let my younger brother have a mess around with my one x, now i have no idea what he has done (im guessing he has messed with the roms) but it will boot as far as the first lock screen and then reboots.
i know it has less than 30% battery left but i am unable to let it charge because the phone will only stop its loop if i leave it on boot loader
it also fails in recovery mode and goes back into the endless loop
any help would be greatly appreciated
tried factory reset?
just did a stock recovery and now it stays stuck on the htc screen, anybody able to help me resurrect my phone???
Try from your pc
Fastboot erase cache
After putting your phone into fastboot USB mode.
Sent from my HTC One X using xda premium
liston156 said:
me being the idiot that i am let my younger brother have a mess around with my one x, now i have no idea what he has done (im guessing he has messed with the roms) but it will boot as far as the first lock screen and then reboots.
i know it has less than 30% battery left but i am unable to let it charge because the phone will only stop its loop if i leave it on boot loader
it also fails in recovery mode and goes back into the endless loop
any help would be greatly appreciated
Click to expand...
Click to collapse
Endless boot loops is usually 1 of 2 things,
Wrong boot img (or failure to flash it after changing roms)
Unstable overclock/undervolt settings.
Sent from my HTC One X using Tapatalk 2
now it gets pasts the boot screens and onto the homepage before it reboots itself, i think i have tried everything and i have read hundreds of threads on here and nothing seems to work
Since you don't actually know what has been done to it, full wipe may help.
Sent from my HTC One X using xda premium
eyosen said:
Since you don't actually know what has been done to it, full wipe may help.
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
cheers, how would i do that?
Try factory reset from bootloader.
Sent from my HTC One X using xda premium
eyosen said:
Try factory reset from bootloader.
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
tried it just now and still looping
Still sounds like a boot img problem,
Flash a new kernel
And it's boot img
Sent from my HTC One X using Tapatalk 2
chrisjcks said:
Still sounds like a boot img problem,
Flash a new kernel
And it's boot img
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
whats the best method of doing this then because i have downloaded so many random zip files and flahed a ridiculous number of .img files im far from sure which one does what
liston156 said:
whats the best method of doing this then because i have downloaded so many random zip files and flahed a ridiculous number of .img files im far from sure which one does what
Click to expand...
Click to collapse
Download a kernel of choice,
It should have a modules zip file & an IMG file.
Push the zip to your phone (you can do this in clockworkmod recovery - mount usb storage, drag zip from pc to phone - unmount)
Install from sdcard from within clockworkmod
Then put phone into fastboot usb, (bootloader) and flash the boot img. (you know how to do this right?)
If not,
You should have android sdk installed on your pc, place the boot img in the same folder as fastboot and adb etc - the folder is platform-tools)
Open cmd on pc when phone is in fastboot usb.
Ie.
CD c:/Android-SDK/platform-tools
fastboot flash boot imagename.img
Sent from my HTC One X using Tapatalk 2
chrisjcks said:
Download a kernel of choice,
It should have a modules zip file & an IMG file.
Push the zip to your phone (you can do this in clockworkmod recovery - mount usb storage, drag zip from pc to phone - unmount)
Install from sdcard from within clockworkmod
Then put phone into fastboot usb, (bootloader) and flash the boot img. (you know how to do this right?)
If not,
You should have android sdk installed on your pc, place the boot img in the same folder as fastboot and adb etc - the folder is platform-tools)
Open cmd on pc when phone is in fastboot usb.
Ie.
CD c:/Android-SDK/platform-tools
fastboot flash boot imagename.img
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
cheers, unfortunately i dont have clockworkmod recovery
liston156 said:
cheers, unfortunately i dont have clockworkmod recovery
Click to expand...
Click to collapse
Here:
http://db.tt/VF9J2eo8
Flash in fastboot, the same way out would a boot.img as I explained above.
Sent from my HTC One X using Tapatalk 2
chrisjcks said:
Download a kernel of choice,
It should have a modules zip file & an IMG file.
Push the zip to your phone (you can do this in clockworkmod recovery - mount usb storage, drag zip from pc to phone - unmount)
Install from sdcard from within clockworkmod
Then put phone into fastboot usb, (bootloader) and flash the boot img. (you know how to do this right?)
If not,
You should have android sdk installed on your pc, place the boot img in the same folder as fastboot and adb etc - the folder is platform-tools)
Open cmd on pc when phone is in fastboot usb.
Ie.
CD c:/Android-SDK/platform-tools
fastboot flash boot imagename.img
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
chrisjcks said:
Here:
http://db.tt/VF9J2eo8
Flash in fastboot, the same way out would a boot.img as I explained above.
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
cheers but still no luck
liston156 said:
cheers but still no luck
Click to expand...
Click to collapse
No luck with what?
You can't even flash CWM recovery - why not?
Your phone has an unlocked bootloader right, that's needed for all this.
If it doesn't and your getting boot loop problems on stock with locked bootloader, I don't know what to suggest other than flashing a RUU.
Sent from my HTC One X using Tapatalk 2
chrisjcks said:
No luck with what?
You can't even flash CWM recovery - why not?
Your phone has an unlocked bootloader right, that's needed for all this.
If it doesn't and your getting boot loop problems on stock with locked bootloader, I don't know what to suggest other than flashing a RUU.
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
every time i try to flash CWM recovery it fails and then my phone reboots itself, im hoping it is just the battery being too low so im gonna put it back on charge and try again tomorrow and hopefully i have a bit more luck with it
time to try again, not got much hope left tho
liston156 said:
time to try again, not got much hope left tho
Click to expand...
Click to collapse
If you've managed to charge your phone, here shouldn't be any issues.
Sent from my HTC One X using Tapatalk 2
Right, I've had a look around the forum a bit now for help with my issue but decided it's time to post my own thread.
I unlocked and rooted my phone a while back installed clockwork recovery and CM 9. I now want to upgrade to the latest version of CM but my recovery won't boot up...
I've tried downloading the CWM manager to my phone and re flashing from there and tried flashing other recovers and yet it still tried Clock work mod flashes on and immediately off and my phone reboots...
Can anyone lend me their knowledge?
Thanks.
Put recovery.img in the fastboot folder
Put your phone in fastboot mode
Open dosprompt ( cmd prompt )
Go to fastboot folder
Type :
Fastboot erase cache
Fastboot flash recovery recovery.img
Fastboot erase cache
And then enter recovery
I suggest you flash the latest cmw recovery 5.8.4.0
Verstuurd van mijn HTC One X
Currently at work so will try this when i get back home.
Although, im sure this is the process i followed when trying to fix the problem before posting this thread.
Will update.
i have the htc AT&T and everytime i load clockworkmod it just boots to the htc logo and stays there
twrp will take but it wont work right, "Failed to mount cache"
If its getting messy. Download the recovery and flash it via the htc one x toolkit in dev section. No commands just clicking LOL.
You put the zip into the recovery folder.connect yoir phone then just flash recovery. Personally twrp recovery works better. More options..
Sent from my HTC One X using xda app-developers app
Twrp is failing too, I even locked the bootloader ran ruu then unlocked and rooted, Twrp let me root but won't install another rom. Fails to mount cache.
I guess at least I have root though
Sent from my HTC One X using xda app-developers app
t3ckfr3ak1 said:
i have the htc AT&T
Click to expand...
Click to collapse
Might want to go to the forum for your phone and flash software designed for your phone. This is for the quad core Tegra 3 phone.
Sorry about being in the wrong forum, but as i said ready i have reflashed my phone
Sent from my HTC One X using xda app-developers app
t3ckfr3ak1 said:
Sorry about being in the wrong forum, but as i said ready i have reflashed my phone
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
With software from here, or from the correct forum?
Neither, got the correct ruu elsewhere- google
Sent from my HTC One X using xda app-developers app
hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
kylz01 said:
Right, I've had a look around the forum a bit now for help with my issue but decided it's time to post my own thread.
I unlocked and rooted my phone a while back installed clockwork recovery and CM 9. I now want to upgrade to the latest version of CM but my recovery won't boot up...
I've tried downloading the CWM manager to my phone and re flashing from there and tried flashing other recovers and yet it still tried Clock work mod flashes on and immediately off and my phone reboots...
Can anyone lend me their knowledge?
Thanks.
Click to expand...
Click to collapse
hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
Finally rooted the phone today, but when I try to go into an alternate recovery, or install a ROM (which I've never done before) the phone reboots (like it should I'm assuming) begins to load what I told it to do, and then I get an image of my phone with a red question mark above it, and my phone just reboots again.
What's causing this?
R: [Q] Finally took the plunge and rooted it, but can't do anything else?
ghostspectrum said:
Finally rooted the phone today, but when I try to go into an alternate recovery, or install a ROM (which I've never done before) the phone reboots (like it should I'm assuming) begins to load what I told it to do, and then I get an image of my phone with a red question mark above it, and my phone just reboots again.
What's causing this?
Click to expand...
Click to collapse
Did you flash a custom recovery? If no, flash it and try again
Sent from my One V using xda app-developers app
mr_nooby said:
Did you flash a custom recovery? If no, flash it and try again
Sent from my One V using xda app-developers app
Click to expand...
Click to collapse
I tried using ROM manager but I get the exact same results
Sent from my HTC One V using xda app-developers app
Tried using TWR got similar results with the image of the phone with a red triangle and exclamation mark :'(
Sent from my HTC One V using xda app-developers app
How are you flashing the recovery. The description you are describing is the stock recovery to flash a new recovery do it in fastboot (fastboot flash recovery name of recovery here)
Get the all in one tool from the dev section and it will do it for you.
All you need to do is choose which one you want CDMA or gsm, twrp or cwm (i prefer twrp for the one v)
Sent from my HTC One V+ (Because the X+ isn't as bamf as my V+)
If I helped you don't say thanks, click it!!
Tehwafflez said:
How are you flashing the recovery. The description you are describing is the stock recovery to flash a new recovery do it in fastboot (fastboot flash recovery name of recovery here)
Get the all in one tool from the dev section and it will do it for you.
All you need to do is choose which one you want CDMA or gsm, twrp or cwm (i prefer twrp for the one v)
Sent from my HTC One V+ (Because the X+ isn't as bamf as my V+)
If I helped you don't say thanks, click it!!
Click to expand...
Click to collapse
Hey thanks when I get home I'll give it a shot
Sent from my HTC One V using xda app-developers app
'Ok the All in one tool worked. I flashed TWRP, wiped my caches and installed AOKP JB 4.1.2, i've got the "Initiating swagger" screen, how long should this take?It's been about 10 minutes...
So as far as i can tell, the rom install failed because i didnt complete the wipe (because the wipe through TWRP failed...) what causes this?
It will say it failed because the sd-ext didn't wipe (THAT'S A GOOD THING) the /sd-ext is your SD card lol. So did you get into the actual ROM for aokp? So when you clicked swaggerfy it froze? Hmm I'd try a different ROM or different kernel what kernel are u using. I reccomend Jan 3rd super slick (anything newer breaks the camera).
Edit: i noticed you said caches? Do did you click factory reset? I usually do factory and dalvik but i think factory does it all.
Sent from my HTC One V+ (Because the X+ isn't as bamf as my V+)
If I helped you don't say thanks, click it!!
Tehwafflez said:
It will say it failed because the sd-ext didn't wipe (THAT'S A GOOD THING) the /sd-ext is your SD card lol. So did you get into the actual ROM for aokp? So when you clicked swaggerfy it froze? Hmm I'd try a different ROM or different kernel what kernel are u using. I reccomend Jan 3rd super slick (anything newer breaks the camera).
Edit: i noticed you said caches? Do did you click factory reset? I usually do factory and dalvik but i think factory does it all.
Sent from my HTC One V+ (Because the X+ isn't as bamf as my V+)
If I helped you don't say thanks, click it!!
Click to expand...
Click to collapse
I hope I get a fairly quick response to this Followed some advide in that thread, flashed a kernel (I thought) using the All In One Tool, ever since, I've been stuck in a bootloop. Obviously I have access to my bootloader and TWRP (thankfully). My recovery backup returns the same results though.
Im new to this so I'll try toprovide all the info I can.
Followed the TUT on how to Unlock Bootloader and Root 2 days ago.
Yesterday, using the All In One tool, flashed TWRP onto phone.
Was unable to Flash AOKP JellyBean 4.1.2 so I asked for help again (ROM was flashed, but stuck on Initiating Swagger Boot)
Tried using All-In-One to flash (what I thought was) a kernel, since then, my phone just boots continuously or not at all (depending on if I wipe or whatnot)
While at work, I was able to Flash the AOKP rom and Boot into it, but after about 1 minute of use, it reboots.
This is where I'm at now.
My bootloader says
***UNLOCKED***
PRIMOC PVT SHIP S-ON RL
HBOOT- 1.57.0000
RADIO- 1.00.05.0929
eMMC-boot
Jun 18 2012, 10:22:43
I'm using the latest version (2.3.3.) of TWRP
Is there anyway I can find, and delete, the boot.img I flashed with All-In-One, that caused this bootloop?
Found out why: radio is the new version aka .0928
HTC provided a new radio release and it screwed up being able to flash new JB roms. The fixable solution is to find the virgin mobile ruu exe and do that long process to get the old radio: .0521_2(?) back. I'll link you to the ruu thread in a sec let me find it first
Here:
http://forum.xda-developers.com/showthread.php?t=2018518
Sent from my HTC One V+ (Because the X+ isn't as bamf as my V+)
If I helped you don't say thanks, click it!!
Tehwafflez said:
Found out why: radio is the new version aka .0928
HTC provided a new radio release and it screwed up being able to flash new JB roms. The fixable solution is to find the virgin mobile ruu exe and do that long process to get the old radio: .0521_2(?) back. I'll link you to the ruu thread in a sec let me find it first
Here:
http://forum.xda-developers.com/showthread.php?t=2018518
Sent from my HTC One V+ (Because the X+ isn't as bamf as my V+)
If I helped you don't say thanks, click it!!
Click to expand...
Click to collapse
The only problem right now is when I'm in FASTBOOTUSB my computer doesn't recognize my phone.
You get fastboot USB and you're headed in the right direction
mihirengg19 said:
You get fastboot USB and you're headed in the right direction
Click to expand...
Click to collapse
But I'm having a hard time flashing that new RUU because when I'm in my Bootloader, and in Fastboot USB, my computer doesn't see my phone.
WHen I try to enter the fastboot code into the cmd shell, It just says that fastboot is not a recognized command...
That's because you aren't changing the directory to the fastboot folder.
mihirengg19 said:
That's because you aren't changing the directory to the fastboot folder.
Click to expand...
Click to collapse
How do I do that?
ghostspectrum said:
How do I do that?
Click to expand...
Click to collapse
All right do this.
Create a folder as fastboot on c drive of PC(hope you're on windows)
Download fast boot files.
Put in c:/Fastboot
Go in fastboot mode on phone.
It should say fastboot USB.
Open command prompt.
Type cd c:/fastboot/
Hit enter. The prompt should say this address now.
Type your fast boot command you want
Sent from my HTC One V using xda app-developers app
soham_sss said:
All right do this.
Create a folder as fastboot on c drive of PC(hope you're on windows)
Download fast boot files.
Put in c:/Fastboot
Go in fastboot mode on phone.
It should say fastboot USB.
Open command prompt.
Type cd c:/fastboot/
Hit enter. The prompt should say this address now.
Type your fast boot command you want
Sent from my HTC One V using xda app-developers app
Click to expand...
Click to collapse
Ok thank you, I do have that fastboot folder haha, gonna have to let my phone charge over night thought (I assume) so I'll try a crack at it tomorrow.
ghostspectrum said:
Ok thank you, I do have that fastboot folder haha, gonna have to let my phone charge over night thought (I assume) so I'll try a crack at it tomorrow.
Click to expand...
Click to collapse
Do NOT charge it over night. It damages the battery, and this is experience talking to you. Leave your phone charging for 3 hours, and that's sufficient.
Sent from my HTC One V using xda app-developers app
soham_sss said:
All right do this.
Create a folder as fastboot on c drive of PC(hope you're on windows)
Download fast boot files.
Put in c:/Fastboot
Go in fastboot mode on phone.
It should say fastboot USB.
Open command prompt.
Type cd c:/fastboot/
Hit enter. The prompt should say this address now.
Type your fast boot command you want
Sent from my HTC One V using xda app-developers app
Click to expand...
Click to collapse
SCratch that. Completed the process, the program said it did everything, but back in bootloader, it still shows Radio- 1.00.05.0929 :/ and I can't get out of boot loader lol
So somehow my HTC One m7vzw was wiped completely of everything from the ROM, system and data to recovery image, etc. Now I cant access the developers options to turn USB Debugging on. Is there anyway to recover from such an ordeal?? HELP PLEASE !!!!!!
aaronpw0621 said:
So somehow my HTC One m7vzw was wiped completely of everything from the ROM, system and data to recovery image, etc. Now I cant access the developers options to turn USB Debugging on. Is there anyway to recover from such an ordeal?? HELP PLEASE !!!!!!
Click to expand...
Click to collapse
There is an ADB push option in TWRP which should let you put a ROM on the phone using:
adb push PUTROMENAMEHERE.zip /sdcard/.
or
You should be able to RUU something back onto the phone. Try to get to fastboot by rebooting to the bootloader from TWRP. Then you can use something like:
http://forum.xda-developers.com/showthread.php?t=2485319 Firmware update if needed
http://forum.xda-developers.com/showthread.php?t=2437436 RUU image
or
Alternatively, if you have an OTG cable you should be able to select a flash drive as a source media in TWRP.
I had a similar issue a few days ago when I wiped everything including my internal storage without even thinking how am I going to get the rom.zip back on the card (all my previous phones had SD cards).
In order to avoid flashing RUU I used sideload in TWRP to load rom directly through ADB. the only issue I had was with the drivers because for some reason my PC wouldn't recognize the phone (even though I used the same PC to root it) so I downloaded universal drivers that I found somewhere on the XDA.
unfortunately I don't have the links saved but if you search sideload and universal drivers I'm sure you'll find it.
aaronpw0621 said:
So somehow my HTC One m7vzw was wiped completely of everything from the ROM, system and data to recovery image, etc. Now I cant access the developers options to turn USB Debugging on. Is there anyway to recover from such an ordeal?? HELP PLEASE !!!!!!
Click to expand...
Click to collapse
To activate Developer Options, go into Stettings, then About Phone, then find Build Number. Press Build Number seven times.
jpradley said:
To activate Developer Options, go into Stettings, then About Phone, then find Build Number. Press Build Number seven times.
Click to expand...
Click to collapse
You must have misread his post. Everything was wiped. There is no way to go to settings, etc. There is no rom.
Sent from my HTC6500LVW using XDA Premium 4 mobile app
Your options are to boot it to the bootloader manually by holding power and volume down, then go to fastboot and push a recovery to it, from there you can also push a Rom to your storage and then use recovery to install your Rom.
Sent from my HTC6435LVW using Tapatalk 2
I tried installing a couple recoveries. A new TWRP and also CWM Recovery(hoped that worked since was the most recent recovery I used.
Sent from my XT907 using XDA Premium 4 mobile app
aaronpw0621 said:
I tried installing a couple recoveries. A new TWRP and also CWM Recovery(hoped that worked since was the most recent recovery I used.
Sent from my XT907 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Once you have a recovery on there now just push a Rom using fastboot. Then boot into recovery and install Rom or if you already have a Rom on the internal storage just boot recovery and go from there.
Sent from my HTC6435LVW using Tapatalk 2
When I try using adb sideload in twrp the progress bar just keeps spinning.
Sent from my XT907 using XDA Premium 4 mobile app
Instead of side load can't you push a rom through the pc in fastboot? Drivers on your pc may not be working properly with sideload.
Sent from my HTC6435LVW using Tapatalk 2
I have nothing on internal. Like I said all is wiped
Sent from my XT907 using XDA Premium 4 mobile app
you can try
You will need to reboot to recovery and enter fastboot
not sure if this is exact so research it lower case and caps are needed the way they are done in tuts i used copy and paste then edited
enter command prompt window change to where your adb stuff is
fastoot devices if you get a response with sn great
fastboot oemRUU
fastboot flash zip imagename.zip where imagename is the rom you want to put on
for recovery it is like
fastboot flash recovery imagename.zip where imagename is your custom recovery
aaronpw0621 said:
I have nothing on internal. Like I said all is wiped
Sent from my XT907 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Well I got it to get into recovery. I ended up using a HTC ONE all in one kit. So I got a stock like ROM and radio and firmware to get me going. Thing is now is when I try to sideload any ROM I keep getting stuck in either a bootloop or at the Boot Image. I still have SuperCid. I tried using the how-to on changing "mid" so that way I can use any variant ROM. But apparently I dont have a way to re-zip files So now going trying to sideload CM10.2 with GAPPS. Thing is is what I do sideload I cant find in storage. I just cant figure out why a few ROMS I had before now wont boot past the boot animation or just wont flash. PLEASE HELP
how did u make out with cm 10?
just checking in