adb sideload question - Verizon HTC One (M7)

In TWRP using the sideload option to load a rom to the internal memory , In command I cant get windows 7 to find the device when do adb devices nothing comes up but fastboot does and finds the phone. any suggestions ? am I missing a driver ? phone is soft bricked hd revolution boot looped and i cleared out memory like a idiot I wasn't thinking., Thanks Brandon.

Yep it was a driver I found a universal one on this site !

armyguy1989 said:
Yep it was a driver I found a universal one on this site !
Click to expand...
Click to collapse
can you post the link for others.

Related

[Soft Brick] No OS Installed

Hi everyone, i have medium to advanced experience with flashing tools, android drivers, adb, fastboot, recovery mode and so on.
This evening once i installed the OTA Update for my Galaxy Nexus (which was running Android 4.2) the process failed at the end (as usual -.-) and i got stuck at bootloader.
I've wiped it completely ending up with no OS installed on it, nothing on SDCARD (Internal storage in this case).
The problem is that, i have no drivers installed on my PC for this phone.
I've already downloaded the latest version of Android 4.2 to flash (.zip), but there's no way i can transfer the file to the phone without the drivers.
I already tried GNex toolkit but it's stuck on "waiting adb device" (i have no fastboot drivers installed and can't install them because i can't find a easy way to do so).
NexusRootToolkit fails on pushing the zip to the phone and flash also won't work.
Any idea of what can i do now?
I may even pay on paypal for a quick help to get my phone back on working
Get into the bootloader and use fastboot, or if you have a custom recovery installed (sounds like you don't) then you can adb push from there. ADB doesn't exist in the bootloader, only fastboot. Those are your options.
ttabbal said:
Get into the bootloader and use fastboot, or if you have a custom recovery installed (sounds like you don't) then you can adb push from there. ADB doesn't exist in the bootloader, only fastboot. Those are your options.
Click to expand...
Click to collapse
Actually i do have a custom recovery which is CMW, but i can't seem to get my internal storage mounted using i'ts options.
I will try to push the .zip using the ADB on the recovery mode.
After checking the logs i can now see :
Enable to mount /usb-otg
(Using NexusRootToolkit i just flashed TWRP as recovery mode)
Solved : adb push <romname.zip> /sdcard/<romname.zip>
After the push was completed, i flashed the new .zip using TWRP in recovery mode.
Has anyone found a solution to this? Same thing has happened to me and I'm freaking out.
NPasta said:
Has anyone found a solution to this? Same thing has happened to me and I'm freaking out.
Click to expand...
Click to collapse
You mean besides the post right above yours?
Solved : adb push <romname.zip> /sdcard/<romname.zip>
After the push was completed, i flashed the new .zip using TWRP in recovery mode.
Click to expand...
Click to collapse
Save the pain, just flash the stock ROM from fastboot already....
Mach3.2 said:
Save the pain, just flash the stock ROM from fastboot already....
Click to expand...
Click to collapse
This. I don't see what the problem is here.
marcelloLins said:
i have medium to advanced experience with flashing tools, android drivers, adb, fastboot, recovery mode and so on.
I already tried GNex toolkit but it's stuck on "waiting adb device" (i have no fastboot drivers installed and can't install them because i can't find a easy way to do so).
NexusRootToolkit fails on pushing the zip to the phone and flash also won't work.
Click to expand...
Click to collapse
If you have the experience you say you have why do you use a Toolkit? Just learning for myself.
Look for efrant posts, they are the best and most comprehensive even for medium-advanced experience.
With him you will learn everything you need to know, including getting out of trouble and out of.............toolkit.
Just in case (you never know in life) do you have android-sdk installed on your pc?
Good luck in your learning curve ( I am still and will always be in it)
help-a-noob
Having similar problem: no OS installed. Got bootloader and TWRP. adb push doesn't work: computer can't find device. how do I get to fastboot? HALP!
HALP...
That's classic..
Read this:
http://forum.xda-developers.com/showthread.php?t=1812959
Then follow this:
http://forum.xda-developers.com/showthread.php?t=1626895
gunner1937 said:
If you have the experience you say you have why do you use a Toolkit? Just learning for myself.
Look for efrant posts, they are the best and most comprehensive even for medium-advanced experience.
With him you will learn everything you need to know, including getting out of trouble and out of.............toolkit.
Just in case (you never know in life) do you have android-sdk installed on your pc?
Good luck in your learning curve ( I am still and will always be in it)
Click to expand...
Click to collapse
Yep, i do have it installed, mainly because i'm a developer myself ; )
I've solved it already, as i've said, pushing the rom using ADB.
The upgrade to 4.2.1 probably failed because i've had the phone rooted.
Thanks for all the support and links by the way
marcelloLins said:
The upgrade to 4.2.1 probably failed because i've had the phone rooted.
Click to expand...
Click to collapse
You are mistaken, root doesn't stop a system update. I can vouch for that myself, even though i know that it doesnt matter just from reading some people's posts around here.
You weren't exactly explicit on your first post, so I presume you didnt/dont have the correct baseband version for that specific OTA to apply. Very common.
Oh and if you've never been able to OTA update successfully, it's not "usual" for the rest of us. You should work towards becoming more verbose and objective when troubleshooting. That will make you more experienced.
Sent from my i9250
marcelloLins said:
Yep, i do have it installed, mainly because i'm a developer myself ; )
I've solved it already, as i've said, pushing the rom using ADB.
The upgrade to 4.2.1 probably failed because i've had the phone rooted.
Thanks for all the support and links by the way
Click to expand...
Click to collapse
Hey, I have this exact problem. My os is gone and all i have is my cwm.
I am also having trouble installing adb, my comp doesn't recognize my nexus.
Please help, thanks!
dicksonjoe said:
Hey, I have this exact problem. My os is gone and all i have is my cwm.
I am also having trouble installing adb, my comp doesn't recognize my nexus.
Please help, thanks!
Click to expand...
Click to collapse
Try installing the ADB Drivers manually in order for your PC to recognize it.
Have you tried putting it other modes such as Download Mode and check if your pc installs any driver?
You will have to ADB PUSH the OS image to your internal memory and use CW to flash the rom from the sdcard, but you will need the drivers installed or adb wont be able to see your phone
i have the same problem you had...
i read some stuff and installed adb, sdk and whatever...
im trying the " adb push" command, but i think im doing something wrong.
the rom is on c:\users\edgar\downloads
rom name is abc.zip (i renamed)
what is the correct command format i must type??
thanks guys...
edgarzin said:
i have the same problem you had...
i read some stuff and installed adb, sdk and whatever...
im trying the " adb push" command, but i think im doing something wrong.
the rom is on c:\users\edgar\downloads
rom name is abc.zip (i renamed)
what is the correct command format i must type??
thanks guys...
Click to expand...
Click to collapse
Use "adb sideload c:\users\edgar\downloads\abc.zip". "adb push" is for transferring files from PC to phone, not flashing.
AndyYan said:
Use "adb sideload c:\users\edgar\downloads\abc.zip". "adb push" is for transferring files from PC to phone, not flashing.
Click to expand...
Click to collapse
thanks, but isnt it what am i supposed to do? transfer the zip file to sdcard and then flash using twrp?
for example usb mount via twrp dont work for me
edgarzin said:
thanks, but isnt it what am i supposed to do? transfer the zip file to sdcard and then flash using twrp?
Click to expand...
Click to collapse
adb sideload does both transferring and flashing within a single command. The "sideloaded" ZIP gets saved as "sideload.zip" under the root of the storage.
Sent from Samsung Galaxy Nexus @ CM11
AndyYan said:
adb sideload does both transferring and flashing within a single command. The "sideloaded" ZIP gets saved as "sideload.zip" under the root of the storage.
Sent from Samsung Galaxy Nexus @ CM11
Click to expand...
Click to collapse
Thanks!! Now its working! in twrp, advanced mode, adb sideload, then i executed the command you told me!!! saved my phone

closed

closed
Read this whole thread. THE WHOLE THING. Preferably thoroughly.
edited
AJThePwnapple said:
Even though I have a factory cable, do you want me to go into fastboot using your method?
I tried flashing the images but my computer doesn't recognize the device (can't install otter2-prod-04) and stays at <waiting for device>. Will it be different using your method?
Sorry if I come off a bit noobish, I'm brand new to this.
Click to expand...
Click to collapse
you need the drivers (should have been mentioned on that thread.)
If you have a fbcable, use it. on windows, device manager, uninstall the current driver if there is any, and use KFU to install the fastboot driver. (only use kfu for the driver, don't do anything else.)
Nevermind, I resolved the problem. It was much easier than I thought, after hours of pulling my hair out.
I now have cm10.1 on my kindle.
Thanks so much anyway.
AJThePwnapple said:
Nevermind, I resolved the problem. It was much easier than I thought, after hours of pulling my hair out.
I now have cm10.1 on my kindle.
Thanks so much anyway.
Click to expand...
Click to collapse
No problem, i'm happy to help
I had a similar problem when I did mine. (forgot to transfer the rom before wiping)
I could boot into TWRP so i just changed the permissions of the download folder and pushed the rom over from my PC
Same here...
obsolete1 said:
I had a similar problem when I did mine. (forgot to transfer the rom before wiping)
I could boot into TWRP so i just changed the permissions of the download folder and pushed the rom over from my PC
Click to expand...
Click to collapse
I did the same. I wiped the rom when I was prepping for flash... I forgot I didn't have an SD card for the rom... Took me a few days to get ADB working on a Linux PC, then I sideloaded the rom.
Patience was key...
yudanjah said:
I did the same. I wiped the rom when I was prepping for flash... I forgot I didn't have an SD card for the rom... Took me a few days to get ADB working on a Linux PC, then I sideloaded the rom.
Patience was key...
Click to expand...
Click to collapse
I deleted my data and so I can't install my ROM, my device read as Amazon Kindle Fire2 (I already installed CM10 and I'm just trying to update)and I can't sideload via TWRP since my device is not detected in adb, I can boot in fastboot, can I push the zip file from there? or any steps on how adb can recognize my device? I tried installing driver from KFU and updated my android SDK tools but still no devices found. I also tried to kill and restart adb and even amazon driver in extras via Android SDK.
Thanks for your help.
melvsmis ster said:
I deleted my data and so I can't install my ROM, my device read as Amazon Kindle Fire2 (I already installed CM10 and I'm just trying to update)and I can't sideload via TWRP since my device is not detected in adb, I can boot in fastboot, can I push the zip file from there? or any steps on how adb can recognize my device? I tried installing driver from KFU and updated my android SDK tools but still no devices found. I also tried to kill and restart adb and even amazon driver in extras via Android SDK.
Thanks for your help.
Click to expand...
Click to collapse
I deleted my os with no backup and wiped all files but i could boot into twrp. I couldn't see my kindle or files when plugged into my computer. I booted into twrp and hit advanced then adb side load, I downloaded cm10 ROM into a new file named kindle on my computer renamed the ROM file cm, opened a command prompt in the file " kindle" and typed adb sideload cm.zip then enter and it pushed the file over rebooted and it was fixed. Not sure if anyone else recommended this, I did it about a month ago hope i didnt forget anything, good luck
gnandez said:
I deleted my os with no backup and wiped all files but i could boot into twrp. I couldn't see my kindle or files when plugged into my computer. I booted into twrp and hit advanced then adb side load, I downloaded cm10 ROM into a new file named kindle on my computer renamed the ROM file cm, opened a command prompt in the file " kindle" and typed adb sideload cm.zip then enter and it pushed the file over rebooted and it was fixed. Not sure if anyone else recommended this, I did it about a month ago hope i didnt forget anything, good luck
Click to expand...
Click to collapse
My main problem with adb is it didnt recognize my device even i tried the ff:
-install driver from kfu
-install driver from amazon in extra via android sdk
-remove driver in device mngr then plug device to auto install driver
My fastboot is working but i didnt know the syntax to flash. Im thinking can i flash zip to system partition then just copy it to sd card via twrp file mngr? Or extract rom from zip then flash boot.img but im worried that twrp might be overwrtten?
melvsmeister said:
My main problem with adb is it didnt recognize my device even i tried the ff:
-install driver from kfu
-install driver from amazon in extra via android sdk
-remove driver in device mngr tn plug devicle to auto install driver
My fastboot is working but i didnt know the syntax to flash. Im thinking can i flash zip to system partition then just copy it to sd card via twrp file mngr? Or extract rom from zip then flash boot.img but im worried that twrp might be overwrtten?
Click to expand...
Click to collapse
Sorry, I posted that because I'm just learning fast boot and adb and I looked for another way.. So I used the cmd prompt on windows to push my ROM onto my kindle sorry if I gave the impression I could help with fastboot. our problems seemed the same so I thought another way could help
gnandez said:
Sorry, I posted that because I'm just learning fast boot and adb and I looked for another way.. So I used the cmd prompt on windows to push my ROM onto my kindle sorry if I gave the impression I could help with fastboot. our problems seemed the same so I thought another way could help
Click to expand...
Click to collapse
I guess I'm missing some steps here or maybe I need to do something to make it work since my adb is not detected in TWRP but I can have it if I let it boot to blue kindle logo. I'm still having a hard time in pushing ROM due to "No space left on device" error and even though I can push gapps I can't find it in TWRP. I'll just wait for someone who might had the same issue and have other solution to resolve this problem. Thanks for your help!:good:

ultra fail... root process

i have tried way to many times to root this phone and have failed over and over. atleast once every 3 months i try with zero results. the phone is unlocked using the OneX v2.5 tool kit here. when i try to do perm root it says " User C not recognized as an external or internal command, operable program or batch file". ive tried putting the tool kit directly in C: and 86x. nothing works. what do i need to do to root this freaking phone. im fixing to get a bat to this phone!
Have you tried a different version, reinstall/redownload and running it as an admin?
Sent from my EndeavorU using XDA Premium 4 mobile app
Bl4ckX said:
Have you tried a different version, reinstall/redownload and running it as an admin?
Sent from my EndeavorU using XDA Premium 4 mobile app
Click to expand...
Click to collapse
no. i havent. do you have a recommendation for a different root system?
both programs ive used says "phone not connected". i dont get it. ive tried debugging and recovery. i have never had an android this hard to root. samsung galaxy s2 was very easy.
have you tried to flash a custom recovery and root package. that's how i did for mine and i was done within 10 minutes
You have a custom recovery ? Just install the SU.zip via recovery then. Tried that ?
mrbtree98 said:
have you tried to flash a custom recovery and root package. that's how i did for mine and i was done within 10 minutes
Click to expand...
Click to collapse
ive tried the all in one unlock and root kit. didnt work. could you post a link to what you used?
I never root stock rom. I'm always on a custom rom.
Just check for the superuser zip and install it in the custom recovery
Mr Hofs said:
I never root stock rom. I'm always on a custom rom.
Just check for the superuser zip and install it in the custom recovery
Click to expand...
Click to collapse
how do you use custom recovery? i tried everything on the all in tool kit(custom recovery to) and says phone not detected or what i posted up top. this is crazy. never have i seen and android phone so hard to root!!!
MPH33 said:
both programs ive used says "phone not connected". i dont get it. ive tried debugging and recovery. i have never had an android this hard to root. samsung galaxy s2 was very easy.
Click to expand...
Click to collapse
Do you get any output with "adb devices"? When you don't (and your phone has debugging enabled), it may as well be a driver problem.
(quick tip: add the antroid-tools folder to your PATH)
I personally can't find my phone on Windows anymore after the 4.2 update, so I just use an Ubuntu liveUSB for adb/fastboot purposes.
Sent from my HTC One X using Tapatalk
My opinion ? Don't use a toolkit. Straight commands from the prompt.
Download android sdk bundle, unpack it and go the the platform tools folder. Put there the recovery (recovery.img) open a command prompt there and type
Fastboot flash recovery recovery.img
Fastboot erase cache
Mr Hofs said:
My opinion ? Don't use a toolkit. Straight commands from the prompt.
Download android sdk bundle, unpack it and go the the platform tools folder. Put there the recovery (recovery.img) open a command prompt there and type
Fastboot flash recovery recovery.img
Fastboot erase cache
Click to expand...
Click to collapse
done as directed. went to cmd typed fastboot. still says internal or external not recognized. man this sux
Have you already followed the instructions on htcdev.com? You have to unlock your phone first before you can flash a recovery
Sent from my HTC One X using Tapatalk
svenvv said:
Have you already followed the instructions on htcdev.com? You have to unlock your phone first before you can flash a recovery
Sent from my HTC One X using Tapatalk
Click to expand...
Click to collapse
yes. the phone is unlocked. it's been unlocked for like 8 months. just cant seem to root it.
Are the drivers correctly installed, download the latest HTC sync. And also check if java and .net.frameworks are installed on the pc
Mr Hofs said:
Are the drivers correctly installed, download the latest HTC sync. And also check if java and .net.frameworks are installed on the pc
Click to expand...
Click to collapse
yes. sync manager is fully updated. maybe its my computer. i built it. running on windows 7 ultimate. hell, i dont know. this is weird. like i said before... my old samsung was so much easier. i just wanna root to get rid of all this bloat.
MPH33 said:
done as directed. went to cmd typed fastboot. still says internal or external not recognized. man this sux
Click to expand...
Click to collapse
That seems like you're not in the correct directory.
To get rid of that error forever just put the contents of platform-tools in your C:\windows\system32 and C:\windows\syswow64 folders
Then you can run the commands from anywhere.
Now:
Install HTC sync drivers.
Put your phone in fastboot mode.
Put a recovery image in the path that the cmd shows when you start it (eg. C/users/USER/) or "cd" to the recovery image.
Then:
fastboot flash recovery recoveryname.img
When that gives decent output we're getting somewhere.
In that case put the supersu zipfile on you phones storage and flash it from recovery.
Sent from my HTC One X using Tapatalk
Try updating or reinstalling drivers for the phone check if your cable is good and connects it to PC
[Knowledge from tegra 2 device you must have APT or NVflash driver and whne phone is off with custom key combination enters flash mode i guss is similar to this]
screw this. phone works great just wanted to root. mint condition, will sell cheap. pm me if interested.
it isn't due to the phone...it's because windows don't know for what this command is...so install again the latest java for your win7 ....you are definitely doing something wrong...you could also try to google that error which you get after typing fastboot bla bla
it works for all other ppl so should also work for you even with my non genuine win8.1 pro it's working fine

[Q] Can't boot phone after upgrade - CyanogenMod 10.2 Stable

Hey guys,
So the problem I'm experiencing is that my HTC One X is stuck in a boot loop after I applied an update to CyanogenMod 10.2 Stable that I saw in the settings menu. Dumb mistake.
I've tried reading up on the issue but I'm posting here because I want to make sure I don't brick the phone. I bought the phone second hand, already rooted and flashed, so my knowledge on this stuff is extremely limited.
So here's some info:
1. I can access a boot menu when I hold the power and volume down button.
2. From there I can access ClockworkMod Recovery v5.8.4.0
3. I've tried restoring the phone
4. I found and applied the 2 zips that are already in the sd card. The old one: CM 10.1 and CM 10.2. - Both of them get stuck in boot.
5. I've downloaded Fastboot and ADB to my computer.
6. I tried to follow the instructions in this thread: http://forum.xda-developers.com/showthread.php?t=2617301. Fastboot can't find my device (fastboot getvar cid -> waiting for device). I should mention that I mounted /sdcard and also tried mounting 'USB storage' but that didn't seem to do anything.
I also found this thread that might be of help once I get the computer to see my phone: http://forum.cyanogenmod.com/topic/...01-to-102-if-you-get-stuck-at-boot-animation/
ChrisGiggles said:
Hey guys,
So the problem I'm experiencing is that my HTC One X is stuck in a boot loop after I applied an update to CyanogenMod 10.2 Stable that I saw in the settings menu. Dumb mistake.
I've tried reading up on the issue but I'm posting here because I want to make sure I don't brick the phone. I bought the phone second hand, already rooted and flashed, so my knowledge on this stuff is extremely limited.
So here's some info:
1. I can access a boot menu when I hold the power and volume down button.
2. From there I can access ClockworkMod Recovery v5.8.4.0
3. I've tried restoring the phone
4. I found and applied the 2 zips that are already in the sd card. The old one: CM 10.1 and CM 10.2. - Both of them get stuck in boot.
5. I've downloaded Fastboot and ADB to my computer.
6. I tried to follow the instructions in this thread: http://forum.xda-developers.com/showthread.php?t=2617301. Fastboot can't find my device (fastboot getvar cid -> waiting for device). I should mention that I mounted /sdcard and also tried mounting 'USB storage' but that didn't seem to do anything.
I also found this thread that might be of help once I get the computer to see my phone: http://forum.cyanogenmod.com/topic/...01-to-102-if-you-get-stuck-at-boot-animation/
Click to expand...
Click to collapse
Download htc sync it will install the drivers required ,then you're good to go
When you install drivers..Go to recovery wipe everything except battery stats and storage..Then flash cm10.2 zip and then gapps..Then flash boot.img and erase cache..
Sent from my HTC One X using Tapatalk 2
Muksleo said:
Download htc sync it will install the drivers required ,then you're good to go
Click to expand...
Click to collapse
Ok, I'm back from trying that. On my old PC laptop the software just failed to install. I'm trying again... takes forever to install.
I also downloaded it for my Mac, that worked fine but it doesn't actually find the phone when connected.
EDIT: POS computers... The Windows one throws up a weird error, no explanation, just a bunch of numbers. The Mac one is just incompetent...
What windows do you have?? 7,8.1 install drivers automatically..
big noob said:
What windows do you have?? 7,8.1 install drivers automatically..
Click to expand...
Click to collapse
The PC is running Windows 7... but neither of my computers recognize the phone (or mount the storage) through the USB.
I'm f*cked I think.
EDIT: Yep, I got the HTC sync to install finally on the Windows PC. And as I suspected, it doesn't recognize my phone.
So I guess my problem now is that the phone doesn't actually mount. I've never connected it to a computer before so I don't know if this is a new problem or not.
I've tried 2 computers and 2 different cables. I guess the phone is essentially bricked now? So much for "stable" update...
ChrisGiggles said:
So I guess my problem now is that the phone doesn't actually mount. I've never connected it to a computer before so I don't know if this is a new problem or not.
I've tried 2 computers and 2 different cables. I guess the phone is essentially bricked now? So much for "stable" update...
Click to expand...
Click to collapse
Restart your computer after driver installation
after that go where u have fastboot folder press shift and right click and click on open command window here
there u can give fastboot commands
Muksleo said:
Restart your computer after driver installation
after that go where u have fastboot folder press shift and right click and click on open command window here
there u can give fastboot commands
Click to expand...
Click to collapse
Thanks but that's exactly what I've been doing.
Well,did you try to remove all installed drivers..And let Windows install drivers..That always works for me..
Sent from my HTC One X using Tapatalk 2

[Q] Help! No ROM and SD Card not Mounting?

Hi,
My friend was running an ICS version of ARHD and he decided he wanted to upgrade to Cyanogenmod 11. He first tried to install Cyanogenmod 11 but that didn't work, so he then tried Cyanogenmod 10.2 with a boot loop as the result.
I reckoned that he would need to upgrade his HBOOT to 1.36 or higher, which I have helped him do using the correct firmware for his CID. (H3G_001)
After that, we wiped everything in CWM and flashed CM's boot.img, but now the SDCard won't mount to transfer over the ROM and Gapps. Specifically, it comes up with the error: /storage/sdcard0: Shared-Unmounted
He has also tried adb but the device isn't found when using adb devices or adb shell.
When he tries to mount it, it appears in device manager as 'One' with a yellow triangle, but otherwise it just appears as unknown device.
We'd really appreciate any help as I'm no expert and there's nothing left I can do.
Thanks
ORStoner said:
Hi,
My friend was running an ICS version of ARHD and he decided he wanted to upgrade to Cyanogenmod 11. He first tried to install Cyanogenmod 11 but that didn't work, so he then tried Cyanogenmod 10.2 with a boot loop as the result.
I reckoned that he would need to upgrade his HBOOT to 1.36 or higher, which I have helped him do using the correct firmware for his CID. (H3G_001)
After that, we wiped everything in CWM and flashed CM's boot.img, but now the SDCard won't mount to transfer over the ROM and Gapps. Specifically, it comes up with the error: /storage/sdcard0: Shared-Unmounted
He has also tried adb but the device isn't found when using adb devices or adb shell.
When he tries to mount it, it appears in device manager as 'One' with a yellow triangle, but otherwise it just appears as unknown device.
We'd really appreciate any help as I'm no expert and there's nothing left I can do.
Thanks
Click to expand...
Click to collapse
Install Philz recovery and mount SD Card you can find it in original android section. And SD mount work try with latest if not work try 5.15.9
ORStoner said:
Hi,
My friend was running an ICS version of ARHD and he decided he wanted to upgrade to Cyanogenmod 11. He first tried to install Cyanogenmod 11 but that didn't work, so he then tried Cyanogenmod 10.2 with a boot loop as the result.
I reckoned that he would need to upgrade his HBOOT to 1.36 or higher, which I have helped him do using the correct firmware for his CID. (H3G_001)
After that, we wiped everything in CWM and flashed CM's boot.img, but now the SDCard won't mount to transfer over the ROM and Gapps. Specifically, it comes up with the error: /storage/sdcard0: Shared-Unmounted
He has also tried adb but the device isn't found when using adb devices or adb shell.
When he tries to mount it, it appears in device manager as 'One' with a yellow triangle, but otherwise it just appears as unknown device.
We'd really appreciate any help as I'm no expert and there's nothing left I can do.
Thanks
Click to expand...
Click to collapse
in CWM did you try the sideload ?? try if you didnt , or try changing the recovery.
playguy1 said:
in CWM did you try the sideload ?? try if you didnt , or try changing the recovery.
Click to expand...
Click to collapse
I have a exactly the same issue! Now I can't access to the mass storage I have no ROM installed, adb cant find my device, PC just show "ONE" with the yellow warning triangle at the device control manager. I have tried many things (sideload CWM TWRP AND Phil recovery)
How can I get back my phone? What should I do? I can't copy anything to my phone becaus of the adb "device not found" thing, and I cant update driver, because PC can't recognize my phone!
Please help me get trough this!
Thanks in advance!
Meron5 said:
I have a exactly the same issue! Now I can't access to the mass storage I have no ROM installed, adb cant find my device, PC just show "ONE" with the yellow warning triangle at the device control manager. I have tried many things (sideload CWM TWRP AND Phil recovery)
How can I get back my phone? What should I do? I can't copy anything to my phone becaus of the adb "device not found" thing, and I cant update driver, because PC can't recognize my phone!
Please help me get trough this!
Thanks in advance!
Click to expand...
Click to collapse
Download ADB drivers, worked for me with the same situation after trying half an hour
Angelo37 said:
Download ADB drivers, worked for me with the same situation after trying half an hour
Click to expand...
Click to collapse
Please tell me exactly step by step what should I do!
And thank you for your help!
Meron5 said:
Please tell me exactly step by step what should I do!
And thank you for your help!
Click to expand...
Click to collapse
Download adb drivers. Run adb devices command. If device is detected rename your rom to rom.zip. run command adb push rom.zip /sdcard/
Angelo37 said:
Download adb drivers. Run adb devices command. If device is detected rename your rom to rom.zip. run command adb push rom.zip /sdcard/
Click to expand...
Click to collapse
I can not update!
I've tried to install drivers but unfortunatelly another error came! :crying:
i have the exact same problem.
phone is only recognised with fastboot command but not adb command.
i've installed the latest android sdk and htc sync manager.
i've tried both twrp and philz/cwm recoveries and still get the same result - no access to the sd card.
windows comes up with a code 28 error (missing driver) - tried every driver i could find - htc, mtp, adb but still no results.
any help would be appreciated.
attached are screenshots.
PHP:
diagonals said:
i have the exact same problem.
phone is only recognised with fastboot command but not adb command.
i've installed the latest android sdk and htc sync manager.
i've tried both twrp and philz/cwm recoveries and still get the same result - no access to the sd card.
windows comes up with a code 28 error (missing driver) - tried every driver i could find - htc, mtp, adb but still no results.
any help would be appreciated.
attached are screenshots.
PHP:
Click to expand...
Click to collapse
try different usb port try on differnt pc try with original usb cable
Thant said:
try different usb port try on differnt pc try with original usb cable
Click to expand...
Click to collapse
tried 4 different usb ports on 2 computers with 3 different cables with the same result.
even tried reformatting the sd card into different formats.
thanks for replying.
diagonals said:
tried 4 different usb ports on 2 computers with 3 different cables with the same result.
even tried reformatting the sd card into different formats.
thanks for replying.
Click to expand...
Click to collapse
With what you reformat them with TWRP or something else? Reformat the sd card with TWRP and try again

Categories

Resources