On Saturday, August 27, 2011 11:03:26 AM UTC-4, kypriakos wrote:
>
> What does the "adb connect" do exactly? Not much info on the adb page 
> about it. 
>

You would use it to connect to a device which has an adbd listening on 
something other than the USB, for example listening on TCP so that you can 
have ADB over wireless (or even wired ethernet on some non-handheld 
platforms).

For something you would leave running, ssh could be preferable as ADB has no 
security.

In either case though, excepting system-level debugging its probably 
preferable to have the daemon started/stopped by an android app control 
panel, with status bar notification while it is on, so that you only have it 
on when you expect to be using it.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to