From b628642e392310cda97a89fb0a1208a016fbfeba Mon Sep 17 00:00:00 2001 From: ggow Date: Sun, 22 Nov 2015 16:55:53 +0000 Subject: [PATCH] Enable MTP and USB OTG Support --- system.prop | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/system.prop b/system.prop index f8c241d..bc6b291 100644 --- a/system.prop +++ b/system.prop @@ -35,7 +35,7 @@ ro.sys.usb.bicr=yes # USB Charge only function ro.sys.usb.charging.only=yes -#smartvolume +# smartvolume ro.smartvolume.config=/system/vendor/smartvolume/ford/ ro.config.notification_sound=Verso.ogg @@ -56,3 +56,9 @@ persist.wifi.rssi.thresholds=-92,-77,-68,-63 # no RIL ro.carrier=wifi-only ro.radio.noril=yes + +# set default USB configuration +persist.sys.usb.config=mtp + +# add support for USB storage type +persist.sys.isUsbOtgEnabled=1