When I use android studio and try to test my apps on my device (lg v10) it is not recognized at all?
I couldn't find any drivers for it so that it would can be recognized (i am using windows)... can someone point me in the right direction here?
Thanks,
dstroid
Related
Hi.
I'm trying to make some custom native software for android but I need some help getting started.
What I have done so far is getting a HTC Hero, GSM version.
Flashed a custom rooted ROM. update-hero-generic-2.73.405.38-rooted-signed.zip
Installed the sdk and ndk on Windows.
Downloaded and built the open source android project in a VMWare ubuntu image.
What I'm trying to do now is to get ADB talking to my Hero.
I have USB debugging on in the applications->development menu on in the Hero.
When I attach the phone to my XP PC it detects it and asks for drivers, I point it to drivers in android-sdk-windows\usb_driver, windows won't load them because they do not match the hardware.
I can install the driver manually but eventhough the device manager lists it as working (android phone with android composite ADB interface) adb cant find it.
adb devices just give me an empty list.
I tried this on a Windows 7 box and it seemed to work there, is there something special I need to do to get it working on XP?
Installing HTC Sync (drivers included) should resolve.
Thanks!
I actualy tried that before posting but it did not seem to work.
I now tried it again and this time I manually installed the driver in the HTC directory and now it works.
Hi guys, i'm trying to re-root my phone (had to take it in for service so i had to unroot it and all that jazz), but i can't get a correct adb driver. i searched everywhere and all i could find were drivers for windows 7, but i am running the new windows 8 developer preview and I cant find the drivers for "Motorola ADB Interface"
I installed the android SDK and used the google drivers but it didnt work, and i downloaded and installed the motorola driver database thing, but it doesnt work with the new windows and halfway through it says "Installer does not recognize your version of windows"
does anybody have a .inf or .ini file that i can direct the device manager to that is specifically for the atrix. I cant find anything anywhere or know where i can get one?
thanks
anybody? at all
You are using an as yet unreleased operating system. If you want stuff to work, go back to a previously released version like Windows 7.
hello.
i have very problems to install usb drivers for my phone huawei U8650.
i try everything i find in internet to install but, every try, dont work.
when i connect my phote to my pc(windows 7 32bits), appear Unknown Device.
then i chose :update driver software,
then Browse my computer for driver software
then Let me pick from a list of device driver on my computer
then Open folder with drivers that i downloaded and Select file "android_usb.inf" and click "Open".
here appear one error: "the specified folder does not contain a compatible software driver for your device. if the folder contains a driver, make sure it is designed to work with Windows for 32-bit systems.". all the drivers i try to install give me these error.
help me, i try another solutions but the pc give error: best driver already installed.
anyone.
ps i try in a pc with a windows xp, but the results are the same...
Hello,
Have you tried official ones from Huawei?
I can't post any link, so you google for "HUAWEI Android Phones USB Driver" and look for the huawei website (it was the 2nd google result for me), the properties are v1[1].0 | 2011-06-29 | 7.76MB
I have a U8860 and in windows 8 it worked very well. Connect your phone (maybe you need to enable the usb debugging mode on the developer settings of your phone) and just run the installation and execute the thing that will give you the option for drivers installation. There is no need to do any manual .inf selection to install.
Hope it helps
Thanks to try help.
i did what you said, first i unninstall the drivers, then i install drivers from huawei website. but still the same. When i connect the usb in computer, only starts charging the phone. nothing more happens.
Hello everybody!
I have a problem related to connectivity between my desktop (Windows) and tablet (Android 4.1). I bought a new device (Colorovo City Tab Vision 7) and now I want to use it for testing of my applications, because emulation of android is very slow on my computer, although I forced it to create snapshot every run.
I have downloaded SDK with Google drivers and also some unofficial drivers I found on web. When I connect my device, it first appears 'Other device' (label is CTVision7) and it's marked as unknown. I tried to install drivers (Google) for it, but windows said that they aren't suitable for my device, as it's not able to find them in specified directory.
After these attempts I tried unofficial drivers. Their installation worked and now my device appears as Android phone, what seems to be good.
But when I run
Code:
adb devices
or launch application in eclipse, there's not avaible device.
I have turned USB debugging on, so it should work.
Am I missing some step to make my device avaible for debugging, or are my drivers wrong? Is there any way to get drivers which surely work?
Hello,
I generally use my Windows computer, but I don't have access to it at the moment. I'm on my laptop which runs Linux. Unfortunately, I'm not very aware of the steps to getting advanced options from the SDK toolkit to work on this OS. I mainly want to have the option to use fastboot commands while my phone is plugged into the USB port.
Also, will I need any special drivers for this to work?
Thanks!
xiton said:
Hello,
I generally use my Windows computer, but I don't have access to it at the moment. I'm on my laptop which runs Linux. Unfortunately, I'm not very aware of the steps to getting advanced options from the SDK toolkit to work on this OS. I mainly want to have the option to use fastboot commands while my phone is plugged into the USB port.
Also, will I need any special drivers for this to work?
Thanks!
Click to expand...
Click to collapse
You have all information in the first post of THIS thread