You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
on init
|
|
export EXTERNAL_STORAGE /sdcard
|
|
|
|
on property:sys.usb.config=mass_storage
|
|
write /sys/class/android_usb/f_mass_storage/lun/file ${ro.factory.cdrom}
|
|
|
|
on property:sys.usb.config=mass_storage,adb
|
|
write /sys/class/android_usb/f_mass_storage/lun/file ${ro.factory.cdrom}
|
|
|