Skip to content
Christian Weiske edited this page Sep 15, 2023 · 3 revisions

Permanent adb via network

Useful for developers. Survives reboots.

Keeps you from manually re-enabling adb over network everytime the ouya starts.

su
mount -orw,remount /system
echo service.adb.tcp.port=5555 >> /system/build.prop
mount -oro,remount /system

Taken from https://github.com/EldonMcGuinness/OUYA-ReRoot/blob/master/reroot/reroot.sh

Clone this wiki locally