Agreed. A more general question: What does the "adb connect" do exactly? Not much info on the adb page about it. If I run it it says that it's connected to the device but it shows it as offline. Is this supposed to be used in combination with any 3rd party app or I should be able to issue commands to the device remotely?
I have been using the USB connection and issue adb shell on the device I can use 'su' to be able to let's say kill apps that are not responding. I want to be able to do that without the USB connection and via TCP. On Aug 27, 10:49 am, Mark Murphy <[email protected]> wrote: > Support for SSHDroid is presumably provided by the SSHDroid authors, > not this list. > > > > > > > > > > On Sat, Aug 27, 2011 at 10:41 AM, kypriakos <[email protected]> wrote: > > > Hi all, > > > I have the SSHDroid running on the device and I can ping it. But ssh- > > ing to it asks for a root > > passwd and I am assuming that means the phone needs to be rooted, or a > > root login added > > to it? Not sure. Since the ssh server is running on a particular port > > and I get a login prompt > > back I am assuming that there should be a login of some sort i can use > > to access the shell? > > Any ideas? > > > Thanks > > > -- > > 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 > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > Android 3.1 Programming Books:http://commonsware.com/books -- 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

