-
Notifications
You must be signed in to change notification settings - Fork 1
adb
Christian Weiske edited this page Sep 15, 2023
·
3 revisions
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