New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Tip us?
 
no6969el
Old
(Last edited by no6969el; 12th March 2011 at 12:01 AM.) Reason: Added link to some videos of the Adam
#1  
Senior Member - OP
Thanks Meter 31
Posts: 572
Join Date: Jan 2009
Post [TUT] Getting Windows to detect your Adam via ADB

How to get ADB to work with Adam by detecting in Windows properly.


Hello I wanted to document a way to get this going so hopefully this helps anyone interested in using ADB with their Adams since the original tutorial seems to lack some important "how-to" parts.



Another thing.. I am only trying to help and add to the adam experience.. I am not a teacher or anything so if you are unsure about a step STOP and go do some research.. this is for someone who already has a general knowledge and to assist those to are trying to learn this.. its not a substitute for learning it yourself.


----------

Here are the steps that you need to follow in order to enable these drivers:

You must have Android SDK installed before you can proceed!!
If you don’t have it already, proceed to download here and you can see a ADB guide found here.

Make sure you download the Google USB Driver Package as well.

Open the google-usb_driver folder that you will find inside your Android SDK folder.
Open the android_winusb.inf file in notepad or any text editor to edit it.

Add these lines under [Google.NTx86] or [Google.NTamd64] depending on whether you are using 32 bit or 64 bit Windows. If unsure, it is safe to add these under both these sections.

Code:
;NVIDIA Tegra
%SingleAdbInterface% = USB_Install, USB\VID_0955&PID_7000
%CompositeAdbInterface% = USB_Install, USB\VID_0955&PID_7100&MI_01
Don’t edit or replace any other text that is already there; just add these new lines and save the file. You can add them right before the

Code:
; HTC Dream
To be able to use ADB and other SDK tools with your device, you can proceed as follows:

On your tablet, go to Menu > Settings > Applications > Development and enable ‘USB Debugging’.

Connect your tablet to your PC via USB. You will get a notification that some drivers were not installed, which is OK for now.

Go to device manager and Identify your device from the list, right-click it and click ‘Update Driver Software..’.

Choose to browse your computer for driver software and then select to pick from a list device drivers on your computer.

Choose to view all devices and click ‘Have Disk…’.

Browse to the google-usb_driver folder inside your Android SDK folder and select the android_winusb.inf file.

If you get any warnings prompts telling you that the driver might not be compatible, just choose to continue installing.

Once the drivers have been installed, you should be able to use ADB with your device.


You will want to connect your device via usb and make sure usb debugging is on. (Settings, applications, development, usb debugging CHECKED!!)


To confirm that your device is recognized, launch a Command Prompt window and enter these commands:

Code:
adb kill-server
adb start-server
adb devices
If you see your device name or a few numbers as the output under the list of devices, your device is now recognized by ADB.

Happy Developing!



--------------------------------------

My Notion Ink Adam Videos
 
stewarta
Old
#2  
stewarta's Avatar
Senior Member
Thanks Meter 37
Posts: 412
Join Date: Jun 2004
Location: Melbourne
Default ADB / QtADB

Then there's the easy way .... http://forum.xda-developers.com/show....php?t=1009982
Attached Thumbnails
Click image for larger version

Name:	NIAdam-Homescreen.jpg
Views:	38
Size:	19.6 KB
ID:	575834  
LG Nexus 4, Android 4.2.2.
Samsung Nexus S GT-i9023, [CNA (Mod) 2.0.0-RC2 Android 4.0.4 IMM76D/Matr1x-CFS-V22.0, SmartassV2~SIO 200-1200Mhz/XXKL1], unlocked, rooted.

Asus Nexus 7, [Android 4.1.1, OnDemand~? 204-1300Mhz/JR003D], unlocked, rooted.
Lenovo Thinkpad Tablet, 18392QM 00121_ROW, [Android ICS 4.0.3, OTA 3, OnDemand~Noop], unlocked, rooted.
 
no6969el
Old
(Last edited by no6969el; 25th April 2011 at 04:42 AM.)
#3  
Senior Member - OP
Thanks Meter 31
Posts: 572
Join Date: Jan 2009
Quote:
Originally Posted by stewarta View Post
Well I took a look at your "easier way" and its exactly what I explain to do in my tutorial but maybe others will enjoy your wording better, thank you for your input and for sharing.
Tags
adam, adb, ink, notion, sdk