That's not working for me...
That's not working for me...I don't know if fastboot will let you do that...?
If you can get to CWR, mount /data, and then use adb to push the file to your sd card: adb push ROM.zip /data/media
ROM.zip is of course the name of the ROM zip file.
Am I supposed to be in recovery still while doing this? It gives me a 'device not found' errorI normally CD to the directory where the zip file is then
adb push romname.zip /sdcard/ROM/
You would be:
adb push romname.zip /sdcard/
Thanks! adb devices is not showing anything. IDK how my drivers got messed up. I was just adb all morning. Now to fix that...Plug your phone in & do:
adb devices
Your results should be:
serial # recovery
If you don't see that you need to install the appropriate drivers on your workstation. Once you see the above results the command I told you to do should work.
Doing that now thanksfastboot and adb use different drivers, I believe. I usually use Samsung drivers for adb but the drivers that come with the tether app (can't think of the name offhand) for fastboot. Install them in that order and you're good. (see Birdman's stickied guide to rooting to see what I'm talking about)
Do you have the Android SDK installed?what do u mean u update ur drivers and how u do it?
i have the same problem pls help me..
No problem! I appreciate you letting me know it helped you out.Perfect. I was able to see my HTC One when in fastboot, but not recovery. Forcing the driver as an Android Composite ADB interface did the trick.
Thanks!