diff options
author | Chirayu Desai <chirayudesai1@gmail.com> | 2014-11-12 13:03:51 +0530 |
---|---|---|
committer | Chirayu Desai <chirayudesai1@gmail.com> | 2014-11-12 13:03:51 +0530 |
commit | 128837a1db5dcb18ca7e101fc11dbdf9cd278116 (patch) | |
tree | 94a66a99f677371fb288935380020dfff15563dc /rootdir/init.recovery.qcom.rc | |
parent | 0bdc76646ccbd1c4ac33e22c47a593be3ed120ef (diff) |
init: remove remap service
* Unused
* Obsolete
* Unused
Change-Id: Id053edf3dca414d5dc8b553d540c8fe20235e10c
Diffstat (limited to 'rootdir/init.recovery.qcom.rc')
-rw-r--r-- | rootdir/init.recovery.qcom.rc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/rootdir/init.recovery.qcom.rc b/rootdir/init.recovery.qcom.rc index e551aee..b2091c5 100644 --- a/rootdir/init.recovery.qcom.rc +++ b/rootdir/init.recovery.qcom.rc @@ -2,12 +2,3 @@ on init write /sys/class/android_usb/android0/idVendor 0fce write /sys/class/android_usb/android0/idProduct 6182 - -service remap /sbin/remap.sh - oneshot - disabled - -# Remap boot and FOTA for lk if lk is present -on property:ro.bootloader=lk - start remap - setprop lk.remap 1 |