Hey folks,

I know to run ADB over the network to connect to the emulator to test apps 
I need to do the following:


   1. Connect the Android-powered device via USB to your computer.
   2. From your SDK platform-tools/ directory, enter adb tcpip 5555 at the 
   command prompt.
   3. Enter adb connect <device-ip-address>:5555 You should now be 
   connected to the Android-powered device and can issue the usual adb 
   commands 


But can I do do the >>> adb tcpip 5555 and get the IP of the phone through 
an App automatically and run pre-set adb commands (I want to use 
SDKcontroller and it requires and ADB conenction so I want it to be set 
wirelessly). 
I want to be able to test my apps running on my emulator on my machine from 
my device and input sensor data and etc but I can't always use the USB to 
connect my physical device to it and get the ADB wireless connection.

Any pointer would be great and I'd be happy to provide the source code once 
I'm done! 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to