ADB and Sideloading 18.11 - Glass Q&A

I'm really struggling here, I followed all the steps but still can't get adb to work.
I have tried the modified drivers but no luck either, I know adb is working just fine as it shows up my S4 when I plug it in (using same port and cable)
What am I doing wrong?
Help before I start smashing my Glass!

Can you be more specific? What exactly isn't working? What OS are you running? Have you enabled debugging in your Glass settings?

jtxdriggers said:
Can you be more specific? What exactly isn't working? What OS are you running? Have you enabled debugging in your Glass settings?
Click to expand...
Click to collapse
Sorry yes,
I connect Glass to my Windows 7 machine via original cable, with USB debug enabled, I go to CMD type in ADB Devices and morning gets listed.
If I plug in my S4 using the same port and cable the S4 shows up under ADB.
I have tried using the standard drivers and the modified version but both give me the same result.

jtxdriggers said:
Can you be more specific? What exactly isn't working? What OS are you running? Have you enabled debugging in your Glass settings?
Click to expand...
Click to collapse
Yes sorry,
I plug in Glass using original cable with USB debug enabled. CMD to directory and type in Adb Device and nothing shows up. If I plug in my S4 and do the same or shows that up. I have tried the modified drivers and the original drivers but no luck.
Would it make a difference it being a UK Glass? Can't see there being a different firmware build for it?

GiGoVX said:
Yes sorry,
I plug in Glass using original cable with USB debug enabled. CMD to directory and type in Adb Device and nothing shows up. If I plug in my S4 and do the same or shows that up. I have tried the modified drivers and the original drivers but no luck.
Would it make a difference it being a UK Glass? Can't see there being a different firmware build for it?
Click to expand...
Click to collapse
The only alternate builds I know of are the "try before you buy" models which only allow charging via USB. But the UK version shouldn't be any different from the US version to my knowledge. Perhaps try with an Ubuntu live CD or something, Windows is certainly not my area of expertise.

Got it working but only on the other halfs Win8 laptop, wonder how long it will be until she gets fed up with me borrowing it lol

GiGoVX said:
Got it working but only on the other halfs Win8 laptop, wonder how long it will be until she gets fed up with me borrowing it lol
Click to expand...
Click to collapse
i had issues like this. i edited the winusb.inf driver.
instructions are here:
http://stackoverflow.com/questions/20435778/google-glass-is-not-listed-as-android-device-by-adb
hope this helps.

msuug said:
i had issues like this. i edited the winusb.inf driver.
instructions are here:
http://stackoverflow.com/questions/20435778/google-glass-is-not-listed-as-android-device-by-adb
hope this helps.
Click to expand...
Click to collapse
Cheers for the kink and info but still no luck

Just reporting my experience here. Recently got hands on the GLASS and for the longest time couldn't get the adb driver working.
Then finally followed the modified android_winusb.inf trick with the following:
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_9001&REV_0216&MI_01
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_9001&MI_01
Problem was, the hardware IDs seen by my working computer is somehow wrong, plugged into a different laptop somehow brings up a different hardware ID, which shows up that extra MI_01 in both places (and works for both computer)
Cheers

Related

adb went on strike :)

win7 (32bit) - latest usb drivers as of saturday (3/13)
So my "first gen" nexus worked like a champ. When I got my new one (wanted 3g on ATT) I plugged it in and fastboot refused to recognize the device. I had to plug the TMO n1 in, remove ALL drivers, reboot my system and plug the new n1 in allowing me the ability to install the drivers.
Fastboot works fine but adb does not.
So I now have a phone in which, for the life of me, I cannot get adb working. Under "other devices" sits Nexus One; it will not let me update the driver for it and I know this is the key to getting adb back.
Does anyone have any suggestions? Stupid question, I know, but that's life
I have the At&t version. Try this file: http://forum.xda-developers.com/showthread.php?t=613217
I believe that's what I used.
mindfrost82 said:
I have the At&t version. Try this file: http://forum.xda-developers.com/showthread.php?t=613217
I believe that's what I used.
Click to expand...
Click to collapse
Hmmm...I'll give that a go. Thanks! I didn't see that thread. Funny how you ignore certain topics when you already have what you need working.
EDIT: that did the trick. Thanks

USB Not Recognized when in Bootloader

Trying to unlock my bootloader, but when in bootloader mode and plugging my HTC one into my computer it saids "USB not Recognized."
Does anyone have any solutions for this? Can't seen to find one
Also side question, does rooting my phone hamper my ability to get system updates from HTC?
Do you have htc driver installed?
However, yes, you will lose OTA update from HTC
Guich said:
Do you have htc driver installed?
However, yes, you will lose OTA update from HTC
Click to expand...
Click to collapse
Yes I do, installed sync manager and everything. Not sure whats wrong
T3hBraveBoss said:
Yes I do, installed sync manager and everything. Not sure whats wrong
Click to expand...
Click to collapse
adb will recognize your phone?
However, which os you have?
Make sure you're plugged into a USB 2.0 port. 3.0 ports don't work with ADB on my laptop.
PcFish said:
Make sure you're plugged into a USB 2.0 port. 3.0 ports don't work with ADB on my laptop.
Click to expand...
Click to collapse
I have a Retina MacBook Pro, all my ports are USB 3.0
Guich said:
adb will recognize your phone?
However, which os you have?
Click to expand...
Click to collapse
4.1 For the HTC One
T3hBraveBoss said:
I have a Retina MacBook Pro, all my ports are USB 3.0
Click to expand...
Click to collapse
Oh, I've never worked on a mac before, but my HP Envy running Windows 8 would give me that message when I tried to do anything in a 3.0 port, but my 2.0 port works fine.
PcFish said:
Oh, I've never worked on a mac before, but my HP Envy running Windows 8 would give me that message when I tried to do anything in a 3.0 port, but my 2.0 port works fine.
Click to expand...
Click to collapse
Im running Windows 8 on it
Ok, tried some minutes ago, with an usb 3.0 it will not work...
Maybe, if someone have a mac, can confirm this.
Guich said:
Ok, tried some minutes ago, with an usb 3.0 it will not work...
Maybe, if someone have a mac, can confirm this.
Click to expand...
Click to collapse
So its directly related to USB 3.0.
"sigh" gotta pull out my old windows laptop then
Mac is basically linux, and from my experience with linux, you need to configure some stuff in order to get things working, i'm on the phone right now so i don't have a link to share but i recommend looking online.for.a tutorial to build AOSP from source on linux or MAC, there you will.find the steps needed to set up your USB configuration, ignore the rest after the config or.what is not needed.
Hope this helps.
Sent from my HTC One using xda app-developers app
Lexmazter said:
Mac is basically linux, and from my experience with linux, you need to configure some stuff in order to get things working, i'm on the phone right now so i don't have a link to share but i recommend looking online.for.a tutorial to build AOSP from source on linux or MAC, there you will.find the steps needed to set up your USB configuration, ignore the rest after the config or.what is not needed.
Hope this helps.
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
I use windows on my mac, I use windows 8
I was unable to unlock on my mac. I found you just had to jiggle the micro usb connector and it was detected
Sent from my HTC One using xda premium
PcFish said:
Make sure you're plugged into a USB 2.0 port. 3.0 ports don't work with ADB on my laptop.
Click to expand...
Click to collapse
There's a fix for that! Follow this guide here and you should be all set.
evilcuber said:
I was unable to unlock on my mac. I found you just had to jiggle the micro usb connector and it was detected
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
Does this mac have USB 3.0?
Does anyone have any solutions
If you do a search on xda theres new drivers posted specifically for guys having usb issues with 64 bit windows 8.
Can't remember where exact I saw it myself or I'd post a link.
Sent from my fOne using xda premium
Guich said:
Ok, tried some minutes ago, with an usb 3.0 it will not work...
Maybe, if someone have a mac, can confirm this.
Click to expand...
Click to collapse
I am having the same problem with my asus and mac laptops. They both have the usb 3.0 and they wont read my htc one when in fastboot. Did anyone figure out a way around it?
I have an HTC ONE att
T3hBraveBoss said:
Trying to unlock my bootloader, but when in bootloader mode and plugging my HTC one into my computer it saids "USB not Recognized."
Does anyone have any solutions for this? Can't seen to find one
Also side question, does rooting my phone hamper my ability to get system updates from HTC?
Click to expand...
Click to collapse
I ws installing a Ruu zip but process got failed and hboot version changed to 1.54.000 . my device is in now relocked status and bootloader is not reconised by hp envy. adb still showing my device my i lost fastboot mode completely. Any solution there???
I already tried several drivers method. Error is something HTCAND4 in driver events log.

[Q] Q: Back to stock?

So I know XDA is full of answers to this one, but it seems everyone either has some snarky comment like, "they won't check' or whatever. There are also some ok answers and tuts but some of it's confusing and a lot of the threads go off topic. So i'd like to ask, how do i get my phone back to stock? i have to mail my device back in for a warranty exchange as the speakers and camera stopped working suddenly.
My device is stock rooted, odex rom w/ TWRP. unlocked bootloader. Super CID and S-off. Tampered message gone in boot loader. My laptop runs Windows 8, which I'm having an issue getting the HTC manager to stay open for some reason, even after an uninstall/ reinstall of the manager and drivers. The drivers themselves seemed to have installed fine as my device is recognized as "my HTC" though when in fastboot, my comp will tell me the device is unrecognized. Using the stock usb plug that came with my phone and I've plugged in to both usb 3.0 and 2.0 ports. And yes, I do have ADB in the root of my computer, though I'm wondering if i need a different type of ADB since this is the one i used with windows 7 a while back..or does it matter?
I'd like to get things back to stock as much as possible and would be very appreciative. Thanks!
whitetiger_0603 said:
So I know XDA is full of answers to this one, but it seems everyone either has some snarky comment like, "they won't check' or whatever. There are also some ok answers and tuts but some of it's confusing and a lot of the threads go off topic. So i'd like to ask, how do i get my phone back to stock? i have to mail my device back in for a warranty exchange as the speakers and camera stopped working suddenly.
My device is stock rooted, odex rom w/ TWRP. unlocked bootloader. Super CID and S-off. Tampered message gone in boot loader. My laptop runs Windows 8, which I'm having an issue getting the HTC manager to stay open for some reason, even after an uninstall/ reinstall of the manager and drivers. The drivers themselves seemed to have installed fine as my device is recognized as "my HTC" though when in fastboot, my comp will tell me the device is unrecognized. Using the stock usb plug that came with my phone and I've plugged in to both usb 3.0 and 2.0 ports. And yes, I do have ADB in the root of my computer, though I'm wondering if i need a different type of ADB since this is the one i used with windows 7 a while back..or does it matter?
I'd like to get things back to stock as much as possible and would be very appreciative. Thanks!
Click to expand...
Click to collapse
if your problem is adb have you tried to add it in the "Environment Variables" ?
have you enabled USB debugging in your phone ?
i have windows 8 too and i don't have this kind of problem
I use windows 8 and it has mostly been trouble free for me. However I did have problems with my laptop recognising my phone when in recovery. It eventually worked on it's own but I found this after:
http://forum.xda-developers.com/showthread.php?t=2232799
Maybe try installing the windows 8 drivers above.
Ardmanz said:
I use windows 8 and it has mostly been trouble free for me. However I did have problems with my laptop recognising my phone when in recovery. It eventually worked on it's own but I found this after:
http://forum.xda-developers.com/showthread.php?t=2232799
Maybe try installing the windows 8 drivers above.
Click to expand...
Click to collapse
Yeah i saw that thread, but my phone was already showing up in devices. It just won't be recognized in bootloader or fastboot.
whitetiger_0603 said:
Yeah i saw that thread, but my phone was already showing up in devices. It just won't be recognized in bootloader or fastboot.
Click to expand...
Click to collapse
Mine was recognised everywhere (including recovery). I'd get the beep from windows 8 and the driver would initialise but it wasn't recognised by adb.
If you haven't tried installing the above drivers yet it certainly wouldn't hurt to try.
Ardmanz said:
Mine was recognised everywhere (including recovery). I'd get the beep from windows 8 and the driver would initialise but it wasn't recognised by adb.
If you haven't tried installing the above drivers yet it certainly wouldn't hurt to try.
Click to expand...
Click to collapse
I gave it a shot while in bootloader. Thanks tons. Just a question though, my cope recognizes my phone however when i input "adb devices" in CMD, nothing shows up. Just wondering if that is an issue before i continue.
Rayskull said:
if your problem is adb have you tried to add it in the "Environment Variables" ?
have you enabled USB debugging in your phone ?
i have windows 8 too and i don't have this kind of problem
Click to expand...
Click to collapse
I glanced at something about the environmental variables but i can't find it again. Yeah i have all the correct settings marked to do this

Computer detection

I have a very very big problem: I cannot connect my phone to my x64 windows 7 PC. Can anybody help me ?
alexhdkn said:
I have a very very big problem: I cannot connect my phone to my x64 windows 7 PC. Can anybody help me ?
Click to expand...
Click to collapse
Do you have Motorola Device Manager installed? cause that would be step zero.
https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481
and try different ports.
alexhdkn said:
I have a very very big problem: I cannot connect my phone to my x64 windows 7 PC. Can anybody help me ?
Click to expand...
Click to collapse
Do you happen to be using the xposed module Lockscreen Disabler? USB would not work for me until I disabled it.
numanair said:
Do you happen to be using the xposed module Lockscreen Disabler? USB would not work for me until I disabled it.
Click to expand...
Click to collapse
i don't have root
dtg7 said:
Do you have Motorola Device Manager installed? cause that would be step zero.
https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481
and try different ports.
Click to expand...
Click to collapse
tried all and installed it many times
Check you phone settings.. Should have debugging enabled
Slapped my Moto
Try different cables and USB ports
numanair said:
Do you happen to be using the xposed module Lockscreen Disabler? USB would not work for me until I disabled it.
Click to expand...
Click to collapse
dtg7 said:
Do you have Motorola Device Manager installed? cause that would be step zero.
https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481
and try different ports.
Click to expand...
Click to collapse
xpsychox said:
Check you phone settings.. Should have debugging enabled
Slapped my Moto
Click to expand...
Click to collapse
why would i need to enable debugging settings to connect my phone?
nhizzat said:
Try different cables and USB ports
Click to expand...
Click to collapse
done! still nothing
alexhdkn said:
tried all and installed it many times
Click to expand...
Click to collapse
why would you need to install it many times??...
when you say a statement like "I cannot connect my phone to my PC" that really isn't saying much. but let's say you mean that your phone isn't being recognized as connected, plugged in as unknown device at all.
First thing you need to do is figure out who the culprit is, is it your android phone or your windows PC. Easy check: try plugging in your phone in another PC. at the very least it should pop up as a connected unknown device, or as your moto model number. if one PC doesn't show it try as many as you have access to.
You can also try plugging in other devices in your original windows PC and see if they're recognized.
so there are a few scenarios but I'll pick one scenario where your phone connects to the other PCs and your computer recognizes other devices. in this case (or even in most cases) I'd suspect a problem or conflict in the device manager of your PC. plug in your phone and go into control panel, device manager and look through it, look at the USB connections, look for any yellow error triangles, and if you notice something fishy uninstall the device and unplug and replug your phone.
keep trying at the end of the day you're the only one with physical access to your hardware so you're the one in the best position to troubleshoot it.
was doing it as a quick suggestion... as the previous posts says, u didn't tell us much info... we don't know what you've done, nor tried...

Will Not Mount

As the title says, new Nexus 6 will not mount with my PC (Windows 7 using moto x 2014 USB cable). I was able to mount using my Nexus 6 USB cable on my other laptop when rooting, but now at work, I can charge, but can't mount...yes MTP is enabled and I've toggled USB debugging and installed all drivers.
If anyone has similar issues, please let me know.
stevew84 said:
As the title says, new Nexus 6 will not mount with my PC (Windows 7 using moto x 2014 USB cable). I was able to mount using my Nexus 6 USB cable on my other laptop when rooting, but now at work, I can charge, but can't mount...yes MTP is enabled and I've toggled USB debugging and installed all drivers.
If anyone has similar issues, please let me know.
Click to expand...
Click to collapse
You might want to look at the Nexus root toolkit thread. I believe that has a way to install different drivers for this type of situation. Not 100% certain of that though because I don't use it but I've read about people saying something like that.
Also, have you tried to update your drivers manually? Device manager>right click on Nexus>properties>drivers>update>navigate to where you have them? You probably have but just want to be sure. Make sure none of them show the error.
Evolution_Freak said:
You might want to look at the Nexus root toolkit thread. I believe that has a way to install different drivers for this type of situation. Not 100% certain of that though because I don't use it but I've read about people saying something like that.
Also, have you tried to update your drivers manually? Device manager>right click on Nexus>properties>drivers>update>navigate to where you have them? You probably have but just want to be sure. Make sure none of them show the error.
Click to expand...
Click to collapse
Thanks. I sat down and actually went through all of the different usb drivers that were installed on my laptop and removed them, them installed the ones for Nexus 6. Everything works fine now.
stevew84 said:
Thanks. I sat down and actually went through all of the different usb drivers that were installed on my laptop and removed them, them installed the ones for Nexus 6. Everything works fine now.
Click to expand...
Click to collapse
Glad you got it sorted. :good:

Categories

Resources