hi li yu and igor:
I have a very similar problem。On andorid4.3,my U disk could be recognized and receive notification on the systemUI,also is could be mounted.Everything is ok.The log as follow:
usb 2-1: new high speed USB device number 3 using fsl-ehci
scsi1 : usb-storage 2-1:1.0
scsi 1:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 0 CCS
sd 1:0:0:0: [sda] 15523840 512-byte logical blocks: (7.94 GB/7.40 GiB)
sd 1:0:0:0: [sda] Write Protect is off
sd 1:0:0:0: [sda] Mode Sense: 03 00 00 00
sd 1:0:0:0: [sda] No Caching mode page present
sd 1:0:0:0: [sda] Assuming drive cache: write through
sd 1:0:0:0: [sda] No Caching mode page present
sd 1:0:0:0: [sda] Assuming drive cache: write through
sda: sda1
sd 1:0:0:0: [sda] No Caching mode page present
sd 1:0:0:0: [sda] Assuming drive cache: write through
sd 1:0:0:0: [sda] Attached SCSI removable disk
But on andorid4.4.3,The u disk couldn't receive notification on the systemUI and couldn't be mounted though the U disk could be recognized. The log as follow:
usb 1-1: new high-speed USB device number 5 using ci_hdrc
usb 1-1: New USB device found, idVendor=0bda, idProduct=0119
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-1: Product: USB2.0-CRW
usb 1-1: Manufacturer: Generic
usb 1-1: SerialNumber: 20090815198100000
usb-storage 1-1:1.0: USB Mass Storage device detected
scsi3 : usb-storage 1-1:1.0
scsi 3:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 0 CCS
sd 3:0:0:0: [sda] 15523840 512-byte logical blocks: (7.94 GB/7.40 GiB)
sd 3:0:0:0: [sda] Write Protect is off
sd 3:0:0:0: [sda] No Caching mode page found
sd 3:0:0:0: [sda] Assuming drive cache: write through
sd 3:0:0:0: [sda] No Caching mode page found
sd 3:0:0:0: [sda] Assuming drive cache: write through
sda: sda1
sd 3:0:0:0: [sda] No Caching mode page found
sd 3:0:0:0: [sda] Assuming drive cache: write through
sd 3:0:0:0: [sda] Attached SCSI removable disk
How do you solve this problem?