Didn't they just add this option to the system menu to just switch ADB over network off or on? and if so wouldn't that be the same?
Here is a quick way to keep ADB over network a viable option, instead of having to turn it on over and over.
- Connect to the ouya via ADB (network or usb)
- Open a command prompt and open a shell to the OUYA
Code:adb shell- Gain admin rights
Code:su- Mount the filesystem as Read/Write
Code:mount -o rw,remount -t ext4 /dev/block/platform/sdhci-tegra.3/by-name/APP- Add the network option
Code:echo service.adb.tcp.port=5555 >> /system/build.prop- Mount the filesystem as Read Only
Code:mount -o ro,remount -t ext4 /dev/block/platform/sdhci-tegra.3/by-name/APP- Reboot!
Please note, this will not survive an update, so if you update your OUYA and notice it is no longer working, just follow the steps again.
[Source]
[Blog] Progressivethink.in
[Facebook] Eldon.McGuinness
[Twitter] @EldonMcGuinness[Help me get Dropbox Space]
[Links] [OUYAME] [OUYA.Wiki]
[Apps] [On Screen Alerts] [BootyCall]
Didn't they just add this option to the system menu to just switch ADB over network off or on? and if so wouldn't that be the same?
[Blog] Progressivethink.in
[Facebook] Eldon.McGuinness
[Twitter] @EldonMcGuinness[Help me get Dropbox Space]
[Links] [OUYAME] [OUYA.Wiki]
[Apps] [On Screen Alerts] [BootyCall]
Bookmarks