Jump to content

Archived

This topic is now archived and is closed to further replies.

yarmobile

Connect do PC via USB and debug

Recommended Posts

Hello!

I want to connect my ATV582 to my PC do debug my Android application using ADB.

Problem:

- I connected the device to my PC using a normal USB cable, but the device is not visible! The PC completely cannot see it. I tried various USB ports on my PC and all of the 2 USB ports on the device. Nothing.

How to do it?

Is it possible to connect it to a PC via USB and debug an app using ADB?

thanks

YarMobile

Share this post


Link to post
Share on other sites

OK, I want to confirm that I got it working. It is very simple actually:

- start WiFi on the device

- install an app like: "WiFi ADB" from Google Play: apps/details?id=com.akhalmobile.wifiadb

- run it, and do what it tells you which is: on your PC in command line prompt enter:

adb connect xxx.xx.xx.xx (the ip address)

Share this post


Link to post
Share on other sites
OK, I want to confirm that I got it working. It is very simple actually:

- start WiFi on the device

- install an app like: "WiFi ADB" from Google Play: apps/details?id=com.akhalmobile.wifiadb

- run it, and do what it tells you which is: on your PC in command line prompt enter:

adb connect xxx.xx.xx.xx (the ip address)

Thanks for sharing this

Share this post


Link to post
Share on other sites

×
×
  • Create New...