Phone can no longer be seen using 'adb devices' - HTC One V

So I unlocked my HTC One V a few months ago and have been going through a bunch of custom ROMs.
I was doing an update today and during the process my phone can no longer be seen by adb, that is, it is not listed if I type 'adb devices".
Previously it could be seen (many occasions).
When I install/update a ROM, I do it manually so I boot into the bootloader to flash the kernel (from terminal) and then reboot into Clockworkmod to wipe everything and then install the ROM and gapps from zip files.
I have reinstalled AndroidSDK and I also installed HTC Sync Manager.
I have killed and restarted the adb server but no good.
Strangely (to me) I can still see the device using fastboot, so I am able to flash kernels etc.
Also I can 'see' the phone with adb if I start it up, turn on Android debugging mode and then connect the USB cable.
I'm running OSX 10.8.2.
Any suggestions as to how I lost the ability to see my phone using adb and how to get it back?
Cheers.

Which ROM and kernel are you running?
Sent from my One V using xda app-developers app

whoshotjr2006 said:
Which ROM and kernel are you running?
Sent from my One V using xda app-developers app
Click to expand...
Click to collapse
I'm running PROVISION by sk8erboy.
Kernel is 3.0.16 HELLBOY (201211160001).
I could be wrong but if I can't see the phone in fastboot then it should be independent of the ROM & Kernel?

MayhemVC said:
I'm running PROVISION by sk8erboy.
Kernel is 3.0.16 HELLBOY (201211160001).
I could be wrong but if I can't see the phone in fastboot then it should be independent of the ROM & Kernel?
Click to expand...
Click to collapse
you cant see the phone in fastboot? your op said you could. if you can see it in fastboot but not in a rom, its likely you had a bad rom or kernel flash. might i suggest checking out simon's latest supersick kernels? its worth a shot.
if you had a bad rom flash, there are some binaries that deal with adb connectivity in either /bin or /xbin. also some files in /lib. if some of those are missing, adb wont see your phone.
also i'd ask around in sk8erboy's thread and see if anyone else has had any problems with adb picking up their devices.

whoshotjr2006 said:
you cant see the phone in fastboot? your op said you could. if you can see it in fastboot but not in a rom, its likely you had a bad rom or kernel flash. might i suggest checking out simon's latest supersick kernels? its worth a shot.
if you had a bad rom flash, there are some binaries that deal with adb connectivity in either /bin or /xbin. also some files in /lib. if some of those are missing, adb wont see your phone.
also i'd ask around in sk8erboy's thread and see if anyone else has had any problems with adb picking up their devices.
Click to expand...
Click to collapse
Sorry, I probably wasn't very clear in the original post.
I cannot see the phone when it is in recovery mode (hold volume down and power on then select fast boot).
I can see the phone when it is running the ROM.
I could see the phone in recovery mode before.
I'll check in sk8erboys thread.
Thanks.

Related

[Q] no working rom; acces to SD from bootloader?

I have tried to install CM9 to my One X, but appearantly something went wrong (after installing it tries to boot, but doesn't pass the nicely done/animated 'loading' screen).
is there a way to acces the SD-card from the bootloader (which still works, unlocked etc). So i can copy over the .zip again incase that was faulty.
Also; when going into recovery from the bootloader it just reboots the phone (go into CM9 again). so that wont work :/
any thoughts?
edit1:
oh yeah:
C:\Users\username\Desktop\HTC\onexroot>fastboot flash recovery-clockwork-touch-5.8.3.1-endeavoru.img
unknown partition 'recovery-clockwork-touch-5.8.3.1-endeavoru.img'
error: cannot determine image filename for 'recovery-clockwork-touch-5.8.3.1-end
eavoru.img'
wut? ^^
try using fastboot erase cache first
might fix everything
this command is wrong
C:\Users\username\Desktop\HTC\onexroot>fastboot flash recovery-clockwork-touch-5.8.3.1-endeavoru.img
it should be fastboot flash recovery recovery-clockwork-touch-5.8.3.1-endeavoru.img
and you can use adb push to send files to your phone
Yeah, noticed the command was wrong. Fixed that, got a working recovery now.
However, clearing the cache didn't fix the issue. My 'guess' is that the CM9 .zip is just faulty.
Ill look into that adb push thing now, to find out how to push the img to the phone.
TY so far
might want to check the md5sum of the file you downloaded
it used to give me trouble back then. Some internet issues corrupted the file.
Hmm, btw, did you flash the kernel?
I mean the cm9 specific kernel?
My guess is i did not flash the kernel
im still quite new to all this, have rooted/custom rommed my desire before; but that was all 1 click
How does one update the kernel and what is the main purpose?
U need to extract file "boot.img" from the rom ZIP. put it in your fastboot folder.
Then use fastboot Command:
'fastboot flash boot boot.img'
erase Cache recommended before first boot
Edit: oh yeah ... and the purpose is, that the Rom needs the appropriate kernel to run. Its like the heart of the System.
Sent from my HTC One X using xda premium
IceDustbin said:
My guess is i did not flash the kernel
im still quite new to all this, have rooted/custom rommed my desire before; but that was all 1 click
How does one update the kernel and what is the main purpose?
Click to expand...
Click to collapse
devs are usually supplying both the rom and the kernel for the hox.
There is an issue that prevents the kernel to be flashed from CWR so you have to flash it yourself.
use flashboot boot kernel name.img on fastboot
kernel is the bridge between hardware and software or something like that
fredfb said:
devs are usually supplying both the rom and the kernel for the hox.
There is an issue that prevents the kernel to be flashed from CWR so you have to flash it yourself.
use flashboot boot kernel name.img on fastboot
kernel is the bridge between hardware and software or something like that
Click to expand...
Click to collapse
The issue is caused by the device being s-on.
The command is fastboot flash boot boot.IMG after do fastboot erase cache.
But yes the kernel sits between applications and hardware.
Sent from my HTC One X using xda premium
Fixed the problem
i DID update the kernel; so that was fine (just didn't know the boot.img was in fact the kernel)
Fixed the recovery after which i could access the SDcard to update the CM9 zip file.
This time it installed fine and despite some known bugs seems to do the trick.
Ty for all your help really needed a push in the right direction ^^
Ice

[Q] Will installing new ROM wipe X-Parts CWM?

Hi, question: I failed time and again to get CWM working, but finally got it to work using x-parts. However, x-parts is keen to point out that it is not a fully fledged recovery and that "if you wipe the system partition for any reason, it will be gone!".
Does this not mean that if I boot into recovery and install a new ROM (Going for the FXP CM10 one, if it matters), then when I wipe the phone beforehand I'll also wipe my CWM install, thus completely bricking the device? Would appreciate any thoughts, thanks
Artemicion said:
Hi, question: I failed time and again to get CWM working, but finally got it to work using x-parts. However, x-parts is keen to point out that it is not a fully fledged recovery and that "if you wipe the system partition for any reason, it will be gone!".
Does this not mean that if I boot into recovery and install a new ROM (Going for the FXP CM10 one, if it matters), then when I wipe the phone beforehand I'll also wipe my CWM install, thus completely bricking the device? Would appreciate any thoughts, thanks
Click to expand...
Click to collapse
Yes, if you wipe the system partition there will be no more CWM. For CM10, you need to flash a custom kernel for it to work. This custom kernel will usually come with a CWM recovery so it will not be wiped when you flash a new ROM.
僕のLT18iから送られてきた
Thanks. But, to clarify, once I flash new CM10/Jellybean Kernel, my current Gingerbread install will also completely cease to function right? And I'd need to flash back to something earlier to get it to work, if I so desired?
Artemicion said:
Thanks. But, to clarify, once I flash new CM10/Jellybean Kernel, my current Gingerbread install will also completely cease to function right? And I'd need to flash back to something earlier to get it to work, if I so desired?
Click to expand...
Click to collapse
Is your bootloader unlocked?
And yes you will have to flash GB ftf using flashtool
Sent from my LT18i
Yeah, I unlocked the bootloader and rooted it ages ago, but have since neglected actually updating the ROM, decided I can't live in a GB world anymore though.
So, as I understand it, process would be flash a new GB kernel to get CWM > Wipe Everything > Install the relevant ROM and GApps > Done? Does this ROM installation include the update to JB kernel then? Thanks
Artemicion said:
Yeah, I unlocked the bootloader and rooted it ages ago, but have since neglected actually updating the ROM, decided I can't live in a GB world anymore though.
So, as I understand it, process would be flash a new GB kernel to get CWM > Wipe Everything > Install the relevant ROM and GApps > Done? Does this ROM installation include the update to JB kernel then? Thanks
Click to expand...
Click to collapse
If I am not mistaken the kernel boot img should be inside the ROM zip. Check the ROM zip. Just flash the boot img using fastboot, boot into CWM recovery and flash ROM & gapps.
僕のLT18iから送られてきた
Ah, ok, well this brings me full circle. Because I'm trying to follow the boot instructions to do so, but:
fastboot -i 0xfce flash boot boot.img
doesn't work. I've taken the boot.img out of the ROM, and put it in the platform-tools folder. But whenever I try this line, it says it can't boot it, and quotes "no error" (no longer at home so can't quote the exact error, but it's something like that). I assumed the problem was me lacking CWM, hence was trying to install that first. Fastboot devices DOES show the device, and both fastboot and adb commands work in a terminal, but I just can't get it to boot into the ROM recovery for Cyanogenmod. Driving my crazy! Thanks
fastboot flash boot boot.img, if I'm not mistaken, is the right command. I use flashtool
Sent from my Xperia Arc S using xda premium
Artemicion said:
Ah, ok, well this brings me full circle. Because I'm trying to follow the boot instructions to do so, but:
fastboot -i 0xfce flash boot boot.img
doesn't work. I've taken the boot.img out of the ROM, and put it in the platform-tools folder. But whenever I try this line, it says it can't boot it, and quotes "no error" (no longer at home so can't quote the exact error, but it's something like that). I assumed the problem was me lacking CWM, hence was trying to install that first. Fastboot devices DOES show the device, and both fastboot and adb commands work in a terminal, but I just can't get it to boot into the ROM recovery for Cyanogenmod. Driving my crazy! Thanks
Click to expand...
Click to collapse
You don't need to add -i 0xfce to the command. Just type fastboot flash boot <name of boot image>.img
僕のLT18iから送られてきた
tangosierra_ said:
fastboot flash boot boot.img, if I'm not mistaken, is the right command. I use flashtool
Sent from my Xperia Arc S using xda premium
Click to expand...
Click to collapse
Thanks, I'll give that a go, not going to be able to try for a few days now, but will. FYI, I took the line of code I was trying directly from the Cyanogenmod wiki for Anzu
tangosierra_ said:
fastboot flash boot boot.img, if I'm not mistaken, is the right command. I use flashtool
Sent from my Xperia Arc S using xda premium
Click to expand...
Click to collapse
Ok, so finally got home to try this, still throwing this out: "error: cannot load 'boot.img': No error"
I've got the right boot.img in my platform-fools folder, the relevant CM build on my SD Root along with GApps. Drivers are definitely installed correctly as fastboot devices shows the device, as do adb command when it's on - anyone got any suggestions? Would be immensely grateful if this confounded problem could be solved. Thanks
Artemicion said:
Ok, so finally got home to try this, still throwing this out: "error: cannot load 'boot.img': No error"
I've got the right boot.img in my platform-fools folder, the relevant CM build on my SD Root along with GApps. Drivers are definitely installed correctly as fastboot devices shows the device, as do adb command when it's on - anyone got any suggestions? Would be immensely grateful if this confounded problem could be solved. Thanks
Click to expand...
Click to collapse
What is the name of the .img file? It can't have any spaces inside.
僕のLT18iから送られてきた
popthosegaskets said:
What is the name of the .img file? It can't have any spaces inside.
僕のLT18iから送られてきた
Click to expand...
Click to collapse
Looks to just be "boot.img" to me, no spaces or anything.
Have you tried flashtool?
Sent from my LT18i using xda premium
tangosierra_ said:
Have you tried flashtool?
Sent from my LT18i using xda premium
Click to expand...
Click to collapse
No, guess I'll try that next. As I remember, that's what I used to flash in order to root it ages ago. Thanks

[Q] Bricked my One X, really need help of a wiser people. Please

I've been following xda for a while now, but this is my first post so please take it easy on me, if I posted this in the wrong thread.
I am not new to rooting and costom roms. I have successfully rooted one phone before and I used it for a more than a year, didn't have any problems at all. Yesterday I got myself HTC One X and today I tried to root it and somehow got myself stucked/bricked.
The phone is stuck on HTC Quietly brilliant screen. I can get into bootloader, but thats it. What can I do? I already tried to flash back the original ROM, but couldn't get device to connect to PC. I looked all over the forum and googled it and still can't seem to find the solution. Any help would be highly apprechiated.
*** UNLOCKED ***
ENDEAVOUR PVT SHIP S-ON RL
HBOOT-1. 39. 0000
CPLD-None
MICROP-None
RADIO-5. 1204. 162A. 29
eMMC-bootmode: disabled
CPU-bootmode: disabled
HW Secure boot: enabled
MODEM PATH : OFF
Which rom did you flash? You have to flash the boot.img from within the .zip file.
Sent from my HTC One X using XDA Premium App
Desaf said:
Which rom did you flash? You have to flash the boot.img from within the .zip file.
Sent from my HTC One X using XDA Premium App
Click to expand...
Click to collapse
Something went wrong when I tried to root it. It probably didn't go through with it. I tried to flash a stock rom back, after I got stuck but it won't go, because I can't connect with PC.
Straxer said:
Something went wrong when I tried to root it. It probably didn't go through with it. I tried to flash a stock rom back, after I got stuck but it won't go, because I can't connect with PC.
Click to expand...
Click to collapse
Which recovery have you installed? If it's twrp you can mount SD from there put a custom ROM on it with superuser (root) flash that ROM from recovery and you have root. It's by far the easiest way to flash a custom ROM to get root instead of getting root on a stock ROM.
And BTW, the hox is not easy to brick of you ask me so don't panic (yet)
Sent from my HTC One X using xda app-developers app
Straxer said:
Something went wrong when I tried to root it. It probably didn't go through with it. I tried to flash a stock rom back, after I got stuck but it won't go, because I can't connect with PC.
Click to expand...
Click to collapse
need to be more specific. did it happend just after you tried rooting? or did you try to install/flash rom/kernel/(recovery etc)
try to root again . use this tool. its the easiest. http://forum.xda-developers.com/showthread.php?t=1604439
i m no expert but from my experience your problem occurs when you flash incampatable kernel..also, we cannot s-off our one x so you have to flash the kernel (named as boot.img, if not , you rename it) manually via fastboot. (download sdk tools) when flashing new rom.
dragonflame8712 said:
need to be more specific. did it happend just after you tried rooting? or did you try to install/flash rom/kernel/(recovery etc)
try to root again . use this tool. its the easiest. http://forum.xda-developers.com/showthread.php?t=1604439
i m no expert but from my experience your problem occurs when you flash incampatable kernel..also, we cannot s-off our one x so you have to flash the kernel (named as boot.img, if not , you rename it) manually via fastboot. (download sdk tools) when flashing new rom.
Click to expand...
Click to collapse
As you said, I used that tool. I installed HTC Drivers, registered at HTCDev, got TokenID, submitted it and unlocked Bootloader. Everything went ok, the only thing that was wrong was with the MTP device driver, which failed to install every time. (I think that was the reason why it disconnected with PC). I then procceded to Perm Root where it got stuck on the phone with red explanation point screen. From there I could still reset phone to a normal state like there was no changes.
Then I tried InsecureBootAndRoot, followed the steps and shortly after it started rooting, the program closed and it was stuck here. I tried to do it again, but I got the message: Waiting for a device.
Can you explain in more detail, how to flash kernel manually, if my computer doesn't recognize device?
dragonflame8712 said:
need to be more specific. did it happend just after you tried rooting? or did you try to install/flash rom/kernel/(recovery etc)
try to root again . use this tool. its the easiest. http://forum.xda-developers.com/showthread.php?t=1604439
i m no expert but from my experience your problem occurs when you flash incampatable kernel..also, we cannot s-off our one x so you have to flash the kernel (named as boot.img, if not , you rename it) manually via fastboot. (download sdk tools) when flashing new rom.
Click to expand...
Click to collapse
Ok, I think I know how to flash kernel. Can you tell me which one to chose or give me a link to it please.
Straxer said:
Ok, I think I know how to flash kernel. Can you tell me which one to chose or give me a link to it please.
Click to expand...
Click to collapse
Have you flashed a rom yet or are you still on stock? Do you prefer sense roms or AOSP/cyanogen?
gffmac said:
Have you flashed a rom yet or are you still on stock? Do you prefer sense roms or AOSP/cyanogen?
Click to expand...
Click to collapse
No, I haven't. I am now practically without a rom (I think). I would prefer custom rom (like cyanogen).
The problem is that everytime I try to do anything for example, flash back factory RUU, I get the message: device not found. Is this because of problem with drivers. Someone please help me out
Straxer said:
The problem is that everytime I try to do anything for example, flash back factory RUU, I get the message: device not found. Is this because of problem with drivers. Someone please help me out
Click to expand...
Click to collapse
If you want cyanogen you need a custom recovery like TWRP. That recovery you can flash through fastboot but like you said there is something wrong with your drivers. Did you install HTC sync on your PC. And did you enable USB debugging in your current ROM?
Sent from my HTC One X using xda app-developers app
J_Dutch said:
If you want cyanogen you need a custom recovery like TWRP. That recovery you can flash through fastboot but like you said there is something wrong with your drivers. Did you install HTC sync on your PC. And did you enable USB debugging in your current ROM?
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
Yes, I got CWM recovery. I just discovered that. I installed and uninstalled all the latest htc drivers and htc sync many times. It enabled debugging mode, the last time I was on stock rom (don't know if you can check that now in bootloader?) If my phone is not rooted, than I can't install custom rom right, because I think it isn't. how can I check that?
Straxer said:
Yes, I got CWM recovery. I just discovered that. I installed and uninstalled all the latest htc drivers and htc sync many times. It enabled debugging mode, the last time I was on stock rom (don't know if you can check that now in bootloader?) If my phone is not rooted, than I can't install custom rom right, because I think it isn't. how can I check that?
Click to expand...
Click to collapse
No you don't need root to flash a custom ROM. Flashing a custom ROM will give you root. So you are doing things the wrong way. If you can get into cwm then make sure you have cyanogen.zip and gapps.zip on your phone. Extract(copy) the boot.IMG file from cyanogen. Then from cwm do a nandroid backup, full wipe except SD card, flash cyanogen, flash gapps. Then from cwm boot into boot loader, make sure you place the extracted boot.IMG in your fastboot folder on PC and in command line give commands: fastboot flash boot boot.img then: fastboot erase cache then: fastboot reboot Then you can unplug USB and it will start cyanogen and you have root.
Sent from my HTC One X using xda app-developers app
J_Dutch said:
No you don't need root to flash a custom ROM. Flashing a custom ROM will give you root. So you are doing things the wrong way. If you can get into cwm then make sure you have cyanogen.zip and gapps.zip on your phone. Extract(copy) the boot.IMG file from cyanogen. Then from cwm do a nandroid backup, full wipe except SD card, flash cyanogen, flash gapps. Then from cwm boot into boot loader, make sure you place the extracted boot.IMG in your fastboot folder on PC and in command line give commands: fastboot flash boot boot.img then: fastboot erase cache then: fastboot reboot Then you can unplug USB and it will start cyanogen and you have root.
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
Okay, so I installed latest CM10 and gapps. How to extract boot.IMG form cyanogen?
I extracted boot.img from Cyanogenmod zip file (that is the same for everybody, right?). I did a Nandroid backup like you said But now all I can do is wipe data/factory reset (CWM Recovery v5.8.4.0). I can't find an option to wipe only selected things.
I was blind, but now I see! I got it running. Everything works great. Thanks to all of you, especially to J_Dutch :victory:
Straxer said:
I was blind, but now I see! I got it running. Everything works great. Thanks to all of you, especially to J_Dutch :victory:
Click to expand...
Click to collapse
Glad you got it up and running! Hope you enjoy the custom ROM, with every other ROM you flash you will need that boot.img to be flashed separately.
Ps. Please hit the thanks button if somebody helps you. It's designed for that.
Sent from my HTC One X using xda app-developers app
J_Dutch said:
Glad you got it up and running! Hope you enjoy the custom ROM, with every other ROM you flash you will need that boot.img to be flashed separately.
Ps. Please hit the thanks button if somebody helps you. It's designed for that.
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
Just came back to do that. Much appreciated!

[Q] URGENT: Flashed Wrong Kernel To My Nexus 7 (flo)!

Hi guys. I recently flashed the Glitched Kernel (http://forum.xda-developers.com/showthread.php?t=2449919) to my Nexus, but I accidently downloaded the wrong one. Not knowing this, I flashed it via TWRP and now my device crashes completely (my computer won't even recognize it) on the lock screen. I can still boot into the bootloader, TWRP, and MultiROM easily. I just can't boot up Cyanogenmod (Only rom I have on the device as of now). I really don't know what to do. I've tried connecting via USB in the bootloader, my computer won't even pick up the device. I've also tried adb sideload a new rom and a new kernel, but I get the error 'protocol fault (no status)' which is weird, because ADB recognizes my device (I typed the 'adb devices' command in CMD) How can I flash the stock kernel back onto it?
Thanks in advance,
~NascarBoy119
Just clean flash cyanogenmod again if you have the Rom as .zip on your device. If not use ADB to get a Rom for flashing on your device.
Restore your backup (nandroid).
detoxN said:
Just clean flash cyanogenmod again if you have the Rom as .zip on your device. If not use ADB to get a Rom for flashing on your device.
Click to expand...
Click to collapse
I can't download anything to my device. ADB sideload won't work also (I get the error 'protocol fault [no status]), as I stated above.
Also @wantabe
Shortly before this I ran Clean Master on my device. Turned out it deleted my backups... After that, all this drama happened. Probably kinda my fault as I used the TWRP backup feature instead of NanDriod.
NascarBoy119 said:
I can't download anything to my device. ADB sideload won't work also (I get the error 'protocol fault [no status]), as I stated above.
Also @wantabe
Shortly before this I ran Clean Master on my device. Turned out it deleted my backups... After that, all this drama happened. Probably kinda my fault as I used the TWRP backup feature instead of NanDriod.
Click to expand...
Click to collapse
adb is your friend. There is plenty of opportunities. You could download a ROM on your computer and sideload or push it in adb. You could also download stock images and fastboot it in the bootloader. Simple...
Sent from my Nexus 7 using Tapatalk
NascarBoy119;49329133]I can't download anything to my device. ADB sideload won't work also (I get the error 'protocol fault [no status]).
Click to expand...
Click to collapse
nikr123 said:
adb is your friend. There is plenty of opportunities. You could download a ROM on your computer and sideload or push it in adb. You could also download stock images and fastboot it in the bootloader. Simple...
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
As you see the text that I put in bold, ADB sideload/pushing gives me an error. I might try the fastboot thing though but then I'll lose all my data, right?
NascarBoy119 said:
As you see the text what I put in bold, ADB sideload/pushing gives me an error. I might try the fastboot thing though but then I'll lose all my data, right?
Click to expand...
Click to collapse
what android version are your running?
anyways grab the gltiched kernel for your device this time.
then put your device i to recovery: up/down volume plus power when device is off
once in recovery type thus from your computer.
fastboot flash boot boot.img
you will need to extract the image from the glitched-kernel.zip
no this will not wipe your data. it is the manual way of flashing a kernel.
hope that helps.
NascarBoy119 said:
As you see the text what I put in bold, ADB sideload/pushing gives me an error. I might try the fastboot thing though but then I'll lose all my data, right?
Click to expand...
Click to collapse
Fastboot is your friend in this case, as long as you didn't relock your bootloader you can flash without losing your data.
userdelroot said:
no this will not wipe your data. it is the manual way of flashing a kernel.
hope that helps.
Click to expand...
Click to collapse
^this
Not using cleanmaster to delete your backups was a lesson you learned the hard way, but it is not unrecoverable and you can chalk it up as a learning experience.
Let us know how it worked out, everything will be fine as long as you take your time and relax. This is something that happens to most people sooner or later and is a great confidence builder (once you work through it).
To avoid this I keep all my backups, zips and other flashaholic stuff on a USB drive mounted using an USB OTG cable. You can mount it and use it in recovery.
megabatteryman said:
To avoid this I keep all my backups, zips and other flashaholic stuff on a USB drive mounted using an USB OTG cable. You can mount it and use it in recovery.
Click to expand...
Click to collapse
This may very well be the top reason to buy an OTG cable and/or OTG Micro SD reader / hub device
Sent from my Nexus 7 using XDA Premium HD app
userdelroot said:
what android version are your running?
anyways grab the gltiched kernel for your device this time.
then put your device i to recovery: up/down volume plus power when device is off
once in recovery type thus from your computer.
fastboot flash boot boot.img
you will need to extract the image from the glitched-kernel.zip
no this will not wipe your data. it is the manual way of flashing a kernel.
hope that helps.
Click to expand...
Click to collapse
oldsoldier2003 said:
Fastboot is your friend in this case, as long as you didn't relock your bootloader you can flash without losing your data.
Not using cleanmaster to delete your backups was a lesson you learned the hard way, but it is not unrecoverable and you can chalk it up as a learning experience.
Let us know how it worked out, everything will be fine as long as you take your time and relax. This is something that happens to most people sooner or later and is a great confidence builder (once you work through it).
Click to expand...
Click to collapse
I did what you guys said and it work flawlessly. Thank you so much! I was worried I permanently bricked my device. I though about buying an OTG cable, but now I think I'm buying it for sure. I'll try to store some backups on it too.
Awesome, glad we could help

[Q] New user rooted unworking phone

Android 4.2.2
HTC Sense 5.5
Software number NuSenseONE-KitKat-m7vzw_RD.1.0_4.19.631.9
HTC ASK ALI level 5.68
Kernel Version 3.4.10-NUM3rn3l- kk-S55
Phone doesn't connect to moblie data .
Xposed installer not working
SuperSU binary not installed?
I just need my phone back to normal I'll figure out this SU and root thing later. Factory reset doesn't do anything. Screen says I'm running a developer version of the OS
Help thanks
Jamesdbritt said:
Android 4.2.2
HTC Sense 5.5
Software number NuSenseONE-KitKat-m7vzw_RD.1.0_4.19.631.9
HTC ASK ALI level 5.68
Kernel Version 3.4.10-NUM3rn3l- kk-S55
Phone doesn't connect to moblie data .
Xposed installer not working
SuperSU binary not installed?
I just need my phone back to normal I'll figure out this SU and root thing later. Factory reset doesn't do anything. Screen says I'm running a developer version of the OS
Help thanks
Click to expand...
Click to collapse
did you make a backup of your stock rom or the rom you had before you flashed the one you are currently having problems with?
nty123 said:
did you make a backup of your stock rom or the rom you had before you flashed the one you are currently having problems with?
Click to expand...
Click to collapse
I was not the one that flashed the rom. I bought the phone three days ago and it was already like this.
Jamesdbritt said:
I was not the one that flashed the rom. I bought the phone three days ago and it was already like this.
Click to expand...
Click to collapse
can you boot into recovery? either twrp or cwm
some updates.. I've been working on it.
Android 4.2.2
HTC Sense 5.5
Software number NuSenseONE-KitKat-m7vzw_RD.1.0_4.19.631.9
HTC ASK ALI level 5.68
Kernel Version 3.4.10-NUM3rn3l- kk-S55
???Phone doesn't connect to moblie data ???
Installed HTC Sync Manager to PC
on Device
Went into boot menu and went to recovery TWRP reinstalled SuperSU and Xposed installer
what is a ROM ? what do I do with the SDK bundle?
Jamesdbritt said:
some updates.. I've been working on it.
Android 4.2.2
HTC Sense 5.5
Software number NuSenseONE-KitKat-m7vzw_RD.1.0_4.19.631.9
HTC ASK ALI level 5.68
Kernel Version 3.4.10-NUM3rn3l- kk-S55
???Phone doesn't connect to moblie data ???
Installed HTC Sync Manager to PC
on Device
Went into boot menu and went to recovery TWRP reinstalled SuperSU and Xposed installer
what is a ROM ? what do I do with the SDK bundle?
Click to expand...
Click to collapse
a rom is a modified software of android from a developer that you can install on your phone through a recovery, it's good that you can boot into recovery but, I'm not completely sure what's going on, the rom that is currently on your device could have a problem and not able to connect to mobile data. you could download a different rom and flash it onto your phone and see if that fixes it, there are plenty of amazing ones to choose from on this forum http://forum.xda-developers.com/verizon-htc-one/development even though you have the mobile data problem on your current rom i would still make a backup of your current rom to go back to incase anything happens when (if) you flash a different one
nty123 said:
a rom is a modified software of android from a developer that you can install on your phone through a recovery, it's good that you can boot into recovery but, I'm not completely sure what's going on, the rom that is currently on your device could have a problem and not able to connect to mobile data. you could download a different rom and flash it onto your phone and see if that fixes it, there are plenty of amazing ones to choose from on this forum http://forum.xda-developers.com/verizon-htc-one/development even though you have the mobile data problem on your current rom i would still make a backup of your current rom to go back to incase anything happens when (if) you flash a different one
Click to expand...
Click to collapse
I am not sure how to flash roms is there a guide?
Jamesdbritt said:
I am not sure how to flash roms is there a guide?
Click to expand...
Click to collapse
there are many videos online but its pretty easy, find a rom and gapps (if its included with the rom) then download those two to your sd card( make sure they are in .zip format) once downloaded boot into twrp and choose the backup icon and swipe to backup. when that's done you will press the wipe icon and perform a factory reset(you lose all data so make sure you have contacts synced to google) when its done wiping your data go back and install zip and locate the downloaded rom and choose that then if you downloaded the gapps(google apps) choose add more zips near the bottom and find that .zip. when you have everything you will then swipe to flash. when its done tap reboot and it will load your new rom.
nty123 said:
there are many videos online but its pretty easy, find a rom and gapps (if its included with the rom) then download those two to your sd card( make sure they are in .zip format) once downloaded boot into twrp and choose the backup icon and swipe to backup. when that's done you will press the wipe icon and perform a factory reset(you lose all data so make sure you have contacts synced to google) when its done wiping your data go back and install zip and locate the downloaded rom and choose that then if you downloaded the gapps(google apps) choose add more zips near the bottom and find that .zip. when you have everything you will then swipe to flash. when its done tap reboot and it will load your new rom.
Click to expand...
Click to collapse
ok I am going to try ViperOne 5.0.0 | 4.19.401.8
ok so why backup the settings if they aren't working now?
Jamesdbritt said:
ok I am going to try ViperOne 5.0.0 | 4.19.401.8
ok so why backup the settings if they aren't working now?
Click to expand...
Click to collapse
Maybe this will save you some time.
Maybe not....
Did you put a working active Sim card of your own into the phone?
That ROM that's on the phone currently, works just fine for verizon cell and data services.
You're welcome to change the ROM to whatever one you want.
Just trying to help you find the actual root of your problem.
Sent from my HTC6435LVW using Tapatalk
Sounds like you're new to the world of modding which is perfectly fine because we all had to start somewhere. You want to familiarize yourself with the basics before you get too far over your head though. Here's a basic terminology guide that will help you right now: http://www.gizmodo.co.uk/2013/05/the-dummys-guide-to-android-rooting-everything-you-need-to-know/
I don't know what the person before you did, but as santod has explained NuSense has perfectly working data. I'm using it now and have never had issue. It's my personal favorite rom, but there are many out there right now you should be trying out for yourself and forming your own conclusions. Almost everyone will have a different opinion on the "best rom" which is why it's a question you'll see avoided around here. Personally, I would start on a "stock" rom like the one offered here: http://forum.xda-developers.com/showthread.php?t=2485319. That thread also includes very important instructions on how to update your firmware (for better radio performance among other things). Good luck and don't be afraid to ask questions before doing something you're not sure of.
No operating system
accidently wiped everything clean the PC cannot recognize the device says I need a driver. I still have twrp but the backup was wiped on accident what do I do to fix it?
I think you'll have to push a rom from your computer to the phone using ADB and then flash it in recovery. I've never had to do that so hopefully someone can chime in with more details.
You need the adb debugging tools installed on your computer. Plus HTC drivers. Once you have those installed, you can try flashing a RUU. Here's 4.2.2 RUU http://www.htc1guru.com/2013/11/verizon-ruu-zip-1-10-605-10-posted/ . This tells you how to setup adb http://www.howtogeek.com/125769/how-to-install-and-use-abd-the-android-debug-bridge-utility/ . To flash the RUU, place the RUU in the same folder as your adb tools, and rename it RUU.zip. In the command prompt type, fastboot oem rebootRUU , then hit enter. Then type, fastboot flash zip RUU.zip ,then hit enter. Afterit finishes you'll have to type fastboot flash zip RUU.zip one more time . Then after about ten minutes it will finish and you'll type fastboot reboot-hboot. Then restart phone.
joeymagnus1 said:
You need the adb debugging tools installed on your computer. Plus HTC drivers. Once you have those installed, you can try flashing a RUU. Here's 4.2.2 RUU http://www.htc1guru.com/2013/11/verizon-ruu-zip-1-10-605-10-posted/ . This tells you how to setup adb http://www.howtogeek.com/125769/how-to-install-and-use-abd-the-android-debug-bridge-utility/ . To flash the RUU, place the RUU in the same folder as your adb tools, and rename it RUU.zip. In the command prompt type, fastboot oem rebootRUU , then hit enter. Then type, fastboot flash zip RUU.zip ,then hit enter. Afterit finishes you'll have to type fastboot flash zip RUU.zip one more time . Then after about ten minutes it will finish and you'll type fastboot reboot-hboot. Then restart phone.
Click to expand...
Click to collapse
the howtogeek site will not come up it crashes IE everytime
the more I read , everything says I need HTC windows seven drivers where can I get them I can not find a reliable source
Read there are plenty of things on the net that will help you with your problems.
Sent from my HTC6500LVW using XDA Premium 4 mobile app
http://vzw1files.dyndns.org/ADB/
bigjohn6582 said:
Read there are plenty of things on the net that will help you with your problems.
Sent from my HTC6500LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
this did not help at all
cmlusco said:
http://vzw1files.dyndns.org/ADB/
Click to expand...
Click to collapse
Great link but does not at all address the question. this thread can be closed problem was solved by @clsA @alray and @nkk71

Categories

Resources