diff options
author | Dees_Troy <dees_troy@teamw.in> | 2013-06-09 22:56:38 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2013-06-09 22:56:38 +0200 |
commit | 0cd4cc24ca4f38963314dcb7e13b6e061e832152 (patch) | |
tree | b38637af3ce14bf64988b7f806b7c4983340fd54 /etc/init.rc | |
parent | Fix building of updater binary (diff) | |
download | android_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 |
Diffstat (limited to 'etc/init.rc')
-rw-r--r-- | etc/init.rc | 4 |
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 |