Debug Eclipse over USB bridge adb_usb.ini setup?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Debug Eclipse over USB bridge adb_usb.ini setup?

跳至解决方案
4,378 次查看
mikedwn
Contributor II

Hello:

I am trying to get the my Java app to debug over USB cable. I plug-in the USB cable from the i.MX53 SABRE tablet to my Window 7 (32-bit). I go under C:\Users\mydevuser\.android  folder to modify the adb_usb.ini file by adding 0x15a2. I build a "hello world" app, but I cannot able to download to the SABRE tablet.

Can you help me to setup USB bridge to the SABRE tablet so I can develop JAVA / Eclipse application?

Mike

标签 (3)
0 项奖励
1 解答
1,070 次查看
mikedwn
Contributor II

Hi:

I got it working. In the imx-andriod-r10.4\tool\android_usb_fsl.zip is the USB driver. The i.MX Andriod customize the USB driver.

In the i.MX_Android_R10.4_User_Guide.html have one line talk about the tool\android_usb_fsl.zip that need to be install inorder for the Win7 USB driver to attach to.

"Unpack the freescale Android USB win driver in the release package tool\android_usb_fsl.zip"

Mike

在原帖中查看解决方案

0 项奖励
3 回复数
1,070 次查看
daiane_angolini
NXP Employee
NXP Employee

a collection of steps to get adb running:

https://community.freescale.com/docs/DOC-1373

Please, let me know if you can list your device.

0 项奖励
1,071 次查看
mikedwn
Contributor II

Hi:

I got it working. In the imx-andriod-r10.4\tool\android_usb_fsl.zip is the USB driver. The i.MX Andriod customize the USB driver.

In the i.MX_Android_R10.4_User_Guide.html have one line talk about the tool\android_usb_fsl.zip that need to be install inorder for the Win7 USB driver to attach to.

"Unpack the freescale Android USB win driver in the release package tool\android_usb_fsl.zip"

Mike

0 项奖励
1,070 次查看
OliverB
NXP Employee
NXP Employee

Hi Mike,

Did you try to restart the ADB server on the Windows PC after updating the adb_usb.ini file? The shell commands to do this are

adb kill-server

adb start-server

Also, did you verify that ADB is enable on your device under Setting->Applications->Development->USB Debugging?

Does the device show up in the Windows Device Manager as an "Android Phone" with correct VID and PID?

Oliver

0 项奖励