[Q] Enable ADB in Android Source

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[Q] Enable ADB in Android Source

Jump to solution
1,392 Views
venkatramangurr
Contributor I

Hi All,

I used fedora 17 64 bit to compile android source for imx53 qsb and imx6 dual lite development board. Now I suceesfully ported image on imx53 qsb and imx6 dual lite. Then while I tried to invoke adb command I got below message

[root@venkat ~]# adb devices

* daemon not running. starting it now on port 5037 *

* daemon started successfully *

List of devices attached

[root@venkat ~]#


What change should be done to enable ADB option?? :smileyconfused:

Thanks & Regards

Venkat

Labels (3)
0 Kudos
1 Solution
946 Views
jimmychan
NXP TechSupport
NXP TechSupport

Please download the IMX5X_R10_3_ANDROID_DOCSBUNDLE.

There are some steps for setting ADB in the R10.3 User Guide.

Hope this can help you.

View solution in original post

0 Kudos
4 Replies
947 Views
jimmychan
NXP TechSupport
NXP TechSupport

Please download the IMX5X_R10_3_ANDROID_DOCSBUNDLE.

There are some steps for setting ADB in the R10.3 User Guide.

Hope this can help you.

0 Kudos
946 Views
venkatramangurr
Contributor I

Hi JimmyChan,

Thanks for your reply I am currently having imx53qsb which has a collection of prebuilt scripts the command I provide for building android is

./build_android.sh --board=imx53_qsb --build-choice=android --lunch-

type=eng

after this they gave a script for flashing also

./flash_android.sh /dev/sdx

Then I boot the device and by default USB Debugging options is enabled So When I try issuing adb devices command I got messages shown below from my terminal

[root@venkat ~]# adb devices

* daemon not running. starting it now on port 5037 *

* daemon started successfully *

List of devices attached

[root@venkat ~]#


Now I got struck here please provide any another feasible option


Thanks & Regards

Venkat


0 Kudos
946 Views
venkatramangurr
Contributor I

Hi JimmyChan,

A Gentle reminder the link you mentioned above has procedure for imx53 tablet board only. I am currently working on imx53qsb So please suggest me on how to work on this

0 Kudos
946 Views
jimmychan
NXP TechSupport
NXP TechSupport

We only have Android BSP for i.MX53 tablet board. So you may take the document for reference. If you need the exact document for the QSB, please contact Adeneo because they provide Android BSP support for QSB board.

0 Kudos