summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-07-01 22:35:39 +0200
committerGerrit Code Review <gerrit@5.9.244.119>2013-07-01 22:35:39 +0200
commitee4b6c81127cd8a9873488a5a228c73324960fa7 (patch)
treea45f0dd299e019e95b5c4320c97bce6e3d1c8632
parentMerge changes I0d9133d6,I10355093 into twrp2.5 (diff)
parentUpdate init.rc to fix sideload (diff)
downloadandroid_bootable_recovery-ee4b6c81127cd8a9873488a5a228c73324960fa7.tar
android_bootable_recovery-ee4b6c81127cd8a9873488a5a228c73324960fa7.tar.gz
android_bootable_recovery-ee4b6c81127cd8a9873488a5a228c73324960fa7.tar.bz2
android_bootable_recovery-ee4b6c81127cd8a9873488a5a228c73324960fa7.tar.lz
android_bootable_recovery-ee4b6c81127cd8a9873488a5a228c73324960fa7.tar.xz
android_bootable_recovery-ee4b6c81127cd8a9873488a5a228c73324960fa7.tar.zst
android_bootable_recovery-ee4b6c81127cd8a9873488a5a228c73324960fa7.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