USB Storage in Android Kitkat 4.4.3

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USB Storage in Android Kitkat 4.4.3

1,646 Views
teddy123
Contributor III

Hi All,

Recently I downloaded Freescale Android 4.4.3 BSP Package and tested various interfaces with it in my sabresd board. While trying to test usb-otg interface using storage drives, I am able to mount the storage drives and view its contents but getting some log message,

init: no such service 'fuse_udisk'.

While comparing with the previous versions, I found that fuse_udisk service is missing in the init scripts and is not started anywhere.

Do I need to enable this service or just ignore this message?

Labels (4)
5 Replies

709 Views
jimmychan
NXP TechSupport
NXP TechSupport

please try this patch

709 Views
edgar_lee
Contributor I

Hi Jimmy,

I have try this patch.But the issue is still not solved.

Good luck!

Edgar

0 Kudos

709 Views
haoranwang
NXP Employee
NXP Employee

Hi Lee,

     I suggest you to complete the mount operation scripts in device/fsl/sabresd_6dq/init.rc like:

service fuse_sdcard /system/bin/sdcard -u 1023 -g 1023 -d /mnt/media_rw/sdcard /storage/sdcard

  class late_start

  disabled

Thanks.

709 Views
mutyalaraoneela
Contributor III

Hi Haoran Wang,

Plat form IMX6SL

bluedroid on adroid kitkat 4.4.3

  I have  2 issues one while data transfer, the other while enabling via GUI.

   1) After enabling bluetooth, while transferring file from third party mobile to IMX_6SL board, file is getting transferred(TX), but vice versa (RX) is not happening, it is giving the error message :

   File not Received

   File : sample.jpg

   Reason : Storage issue

  2) And presently I am inserting my driver via GUI, I am getting an error message while enabling bluetooth via GUI   ie Operation not permitted while loading .ko (driver)Please suggest me what to do?? whether I need to install my driver at boot by adding in init.rc?? if I do it always on boot bt will be in ON State only??  OR Do i need to build my driver along with android source code???

Please suggest me how to proceed further???

Thanks and Regards,

Mutyala Rao.

0 Kudos

709 Views
edgar_lee
Contributor I

Hi Teddy,

I met same issue in Android 4.4.2.Have you  solved this issue?

Please share,if you have more information about this issue.

Good luck!

Edgar

0 Kudos