Hey guys, hope you can help. I'm using windows 10 and installed the new drivers from intel, but no adb access. My device manager has the tablet installed, but there's an unknown device called MTP.
I've installed a media resource pack and a porting kit from microsoft, but neither of those things have fixed my problem. What can I do?
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.
Has anyone been able to access their touchpad via ADB on with CM7 Alpha?
If so, what's the trick. I'm running Win7 Pro 32bit, Android SDK is installed with the latest Java 1.7 and USB debugging is on and displayed in notification.
FYI - I'm used to using ADB with my droid eris on GSB so I've tried most of the known stuff. Are there ADB drivers for the TouchPad around?
Thanks in advance.
All ADB drivers are in essence the same, you should be able to use the official ones Google releases with any device.
To get ADB running with my TouchPad(Windows 7 x64) I had a USB Mass Storage Device with the hardware id(USB\VID_0BB4&PID_0C02&REV_0227) I had to go an change the device driver to a USB Composite Device, once I did that the ADB interface showed up and I was able to install the driver.
The mass storage device I changed was this one (USB\VID_0BB4&PID_0C02&REV_0227) and not this one (USB\VID_0BB4&PID_0C02&REV_0227&MI_00).
Here is a link to the Official ADB Google driver http://api.ge.tt/0/8FtSNo8/0/blob/download you may need to force the driver to install.
Worked perfect. Thanks!
adbWireless ftw. No need for cables/drivers.
https://market.android.com/details?id=siir.es.adbWireless&feature=search_result
This worked for me. No modded .ini file or driver needed.
It detected and installed the"USB Composite Device" automatically.
http://rootzwiki.com/topic/6622-cm7-adb-driver/
win7 x64
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 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?
I've just gotten the Dell Venue 8. Basically, I want to use it to develop apps for Android. I'm using eclipse with the Android SDK, but my device is not recognized by Eclipse or my computer. It is informing me that I do not have the necessary drivers. I've been searching for the drivers and have downloaded and tried manually selecting them from device manager but none will work. Does any one have any advice or recommendations?
rogar28 said:
I've just gotten the Dell Venue 8. Basically, I want to use it to develop apps for Android. I'm using eclipse with the Android SDK, but my device is not recognized by Eclipse or my computer. It is informing me that I do not have the necessary drivers. I've been searching for the drivers and have downloaded and tried manually selecting them from device manager but none will work. Does any one have any advice or recommendations?
Click to expand...
Click to collapse
Read my guide on the unlocked bootloader, I point to the drivers you need to install: http://forum.xda-developers.com/showthread.php?p=48052077
Instead of installing for the Android-Phone with the Bootloader Interface, install it with the Android Composite Device instead.
deltatux