init.qcom.usb: write serial number in .rc on boot
At present we are not writing serial number on boot, write serial number on boot so as to get appropriate serial number on boot. Change-Id: I58ad9af3810a712507cfa76be99451b109a37ced Signed-off-by: Sai Krishna Juturi <jsaikrishna@codeaurora.org>
This commit is contained in:
parent
c205570f44
commit
71bd47c059
|
@ -29,6 +29,7 @@ on charger
|
|||
setprop sys.usb.config mass_storage
|
||||
|
||||
on boot
|
||||
write /sys/class/android_usb/android0/iSerial ${ro.serialno}
|
||||
mkdir /dev/usb-ffs 0770 shell shell
|
||||
mkdir /dev/usb-ffs/adb 0770 shell shell
|
||||
mount configfs none /config
|
||||
|
|
Loading…
Reference in New Issue