@trsc You can run this test yourself, do a setprop call on the device and then do a power cycle. If you getprop the service.adb.tcp.port prop is missing. I have noticed that the adb devices list doesn't update itself immediately and will claim it'…
I got it. For some reason the OUYA doesn't respect /data/local.prop so we have to edit /system/build.prop. Since the system dir is read-only it must first be remounted as read-write, then you can push a new build.prop. This will likely work until…
One improvement to your method is to simply type:
stop adbd; start adbd
which lets you issue both commands before you get disconnected and avoid restarting the device. This means you can disconnect the mini-usb as expected and use adb connect to ge…