On Wed, Feb 22, 2012 at 5:12 PM, Bret Foreman <[email protected]> wrote: > 1) Is it true that the phone must be rooted? If so, is SuperOneClick > the preferred tool to use for rooting?
I can't answer that, as I have only used ADB over the network for Google TV (which does not need to be rooted, as that's the only ADB option for it). > 2) Once I can connect with command-line ADB over WiFi, is it a simple > process to enable download/debugging over WiFi from within Eclipse? It should be automatic, once you have run the adb connect command. It should appear in your device list no different than any other USB-connected device. > 3) Are there any "gotchas" that I should look out for? Don't forget to run adb disconnect when you're done. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- 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

