summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-06-09 22:56:38 +0200
committerDees_Troy <dees_troy@teamw.in>2013-06-09 22:56:38 +0200
commit0cd4cc24ca4f38963314dcb7e13b6e061e832152 (patch)
treeb38637af3ce14bf64988b7f806b7c4983340fd54
parentFix building of updater binary (diff)
downloadandroid_bootable_recovery-0cd4cc24ca4f38963314dcb7e13b6e061e832152.tar
android_bootable_recovery-0cd4cc24ca4f38963314dcb7e13b6e061e832152.tar.gz
android_bootable_recovery-0cd4cc24ca4f38963314dcb7e13b6e061e832152.tar.bz2
android_bootable_recovery-0cd4cc24ca4f38963314dcb7e13b6e061e832152.tar.lz
android_bootable_recovery-0cd4cc24ca4f38963314dcb7e13b6e061e832152.tar.xz
android_bootable_recovery-0cd4cc24ca4f38963314dcb7e13b6e061e832152.tar.zst
android_bootable_recovery-0cd4cc24ca4f38963314dcb7e13b6e061e832152.zip
-rw-r--r--etc/init.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/init.rc b/etc/init.rc
index 27cfe00df..57450b1f2 100644
--- a/etc/init.rc
+++ b/etc/init.rc
@@ -55,8 +55,8 @@ service adbd /sbin/adbd recovery
# Always start adbd on userdebug and eng builds
on property:ro.debuggable=1
- write /sys/class/android_usb/android0/enable 1
- start adbd
+ #write /sys/class/android_usb/android0/enable 1
+ #start adbd
setprop service.adb.root 1
# Restart adbd so it can run as root