<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Re: Enable USB mass storage in Android ICS in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264054#M27091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;JB 4.2.2, additional changes are required to make USB mass storage work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, the Android mass storage function is disabled in the framework. You need to modify init.usb.rc to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;diff --git a/imx6/etc/init.usb.rc b/imx6/etc/init.usb.rc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;index 0d7c29f..c6f68e3 100644&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;--- a/imx6/etc/init.usb.rc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+++ b/imx6/etc/init.usb.rc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;@@ -42,3 +42,22 @@ on property:sys.usb.config=ptp,adb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; start adbd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; setprop sys.usb.state ${sys.usb.config}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+# USB massstorage configuration, with adb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+on property:sys.usb.config=mass_storage,adb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; write /sys/class/android_usb/android0/enable 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; write /sys/class/android_usb/android0/idVendor 18d1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; write /sys/class/android_usb/android0/idProduct d02&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; write /sys/class/android_usb/android0/functions $sys.usb.config&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; write /sys/class/android_usb/android0/enable 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; start adbd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; setprop sys.usb.state $sys.usb.config&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+# USB massstorage configuration&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+on property:sys.usb.config=mass_storage&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; write /sys/class/android_usb/android0/enable 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; write /sys/class/android_usb/android0/idVendor 18d1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; write /sys/class/android_usb/android0/idProduct 2d01&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; write /sys/class/android_usb/android0/functions $sys.usb.config&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; write /sys/class/android_usb/android0/enable 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; setprop sys.usb.state $sys.usb.config&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From JellyBean, the file system of data partition in primary volume (/dev/block/mmcblk0p4) is no longer "vfat" but is "ext4" now. By default, Android always shares this ext4 partition as the USB mass storage device. However, the Android mass_storage function can only accept "vfat" and using other file system type will leads to the "Volume is not format" error. To avoid user data corruption, you cannot share /dev/block/mmcblk0p4. You have modify the Android framework to share either /mnt/extsd or /mnt/udisk as the USB mass storage device.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2014 08:21:22 GMT</pubDate>
    <dc:creator>PeterChan</dc:creator>
    <dc:date>2014-05-22T08:21:22Z</dc:date>
    <item>
      <title>Enable USB mass storage in Android ICS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264050#M27087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From Android ICS onwards, MTP mode is the default USB connection mode. To enable the mass storage mode in R13.5,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Change the &lt;EM&gt;persist.sys.usb.config&lt;/EM&gt; property from "&lt;EM&gt;mtp&lt;/EM&gt;" to "&lt;EM&gt;mass_storage&lt;/EM&gt;" to enable the mass storage function by default.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. In &lt;EM&gt;storage_list.xml&lt;/EM&gt;, turn on the "&lt;EM&gt;android:allowMassStorage&lt;/EM&gt;" flag for the mounted volume so that it can be shared for ums. Please note that there are several &lt;EM&gt;storage_list.xml&lt;/EM&gt; under the "&lt;EM&gt;device/fsl&lt;/EM&gt;" folder for different board configurations. Be careful you are editing the appropriate one.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above change for i.MX6SL is summarized in this patch.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because your PC may register your board as a MTP device, you may need to update the device driver to make the mass storage device effective.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To turn on the USB storage after USB connection, please click the small USB icon on the status bar at the bottom of screen. A pop up menu will be shown. Then choose "Turn on USB storage".&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For further information, please refer to &lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fsource.android.com%2Fdevices%2Ftech%2Fstorage%2Findex.html" rel="nofollow" target="_blank"&gt;External Storage Technical Information | Android Developers&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-335940"&gt;R13.5_usb_mass_storage.patch.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 09:25:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264050#M27087</guid>
      <dc:creator>PeterChan</dc:creator>
      <dc:date>2013-07-10T09:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Enable USB mass storage in Android ICS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264051#M27088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using IMX6Q with JB 4.2.2, is there any way to enable USB mass storage?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 06:40:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264051#M27088</guid>
      <dc:creator>yifeiwang</dc:creator>
      <dc:date>2014-05-19T06:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Enable USB mass storage in Android ICS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264052#M27089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;For JB 4.2.2, you can use the same way suggested in this thread to enable the USB mass storage.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 07:01:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264052#M27089</guid>
      <dc:creator>PeterChan</dc:creator>
      <dc:date>2014-05-19T07:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Enable USB mass storage in Android ICS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264053#M27090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried as you suggested, however, my win7 always shows "USB Device Not Recognized", can you try? thanks.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/44151i939D90A4F3FE0B77/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 07:09:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264053#M27090</guid>
      <dc:creator>yifeiwang</dc:creator>
      <dc:date>2014-05-19T07:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Enable USB mass storage in Android ICS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264054#M27091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;JB 4.2.2, additional changes are required to make USB mass storage work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, the Android mass storage function is disabled in the framework. You need to modify init.usb.rc to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;diff --git a/imx6/etc/init.usb.rc b/imx6/etc/init.usb.rc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;index 0d7c29f..c6f68e3 100644&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;--- a/imx6/etc/init.usb.rc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+++ b/imx6/etc/init.usb.rc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;@@ -42,3 +42,22 @@ on property:sys.usb.config=ptp,adb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; start adbd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; setprop sys.usb.state ${sys.usb.config}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+# USB massstorage configuration, with adb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+on property:sys.usb.config=mass_storage,adb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; write /sys/class/android_usb/android0/enable 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; write /sys/class/android_usb/android0/idVendor 18d1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; write /sys/class/android_usb/android0/idProduct d02&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; write /sys/class/android_usb/android0/functions $sys.usb.config&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; write /sys/class/android_usb/android0/enable 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; start adbd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; setprop sys.usb.state $sys.usb.config&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+# USB massstorage configuration&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+on property:sys.usb.config=mass_storage&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; write /sys/class/android_usb/android0/enable 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; write /sys/class/android_usb/android0/idVendor 18d1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; write /sys/class/android_usb/android0/idProduct 2d01&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; write /sys/class/android_usb/android0/functions $sys.usb.config&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; write /sys/class/android_usb/android0/enable 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp; setprop sys.usb.state $sys.usb.config&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From JellyBean, the file system of data partition in primary volume (/dev/block/mmcblk0p4) is no longer "vfat" but is "ext4" now. By default, Android always shares this ext4 partition as the USB mass storage device. However, the Android mass_storage function can only accept "vfat" and using other file system type will leads to the "Volume is not format" error. To avoid user data corruption, you cannot share /dev/block/mmcblk0p4. You have modify the Android framework to share either /mnt/extsd or /mnt/udisk as the USB mass storage device.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 08:21:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264054#M27091</guid>
      <dc:creator>PeterChan</dc:creator>
      <dc:date>2014-05-22T08:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Enable USB mass storage in Android ICS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264055#M27092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, Peter.&lt;/P&gt;&lt;P&gt;"You have to modify the Android framework to share either /mnt/extsd or /mnt/udisk as the USB mass storage device" do you mean to modify&lt;/P&gt;&lt;P&gt;this file: "overlay/frameworks/base/core/res/res/xml/storage_list.xml"? or more than that? can you elaborate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 08:56:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264055#M27092</guid>
      <dc:creator>yifeiwang</dc:creator>
      <dc:date>2014-05-22T08:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Enable USB mass storage in Android ICS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264056#M27093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is much more than that. The UsbStorageActivity and MountService in the Android framework has to be modified so that the either /mnt/extsd or /mnt/udisk will be shared as USB mass storage device. By default, it always shared the data partition of the primary volume.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 09:33:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264056#M27093</guid>
      <dc:creator>PeterChan</dc:creator>
      <dc:date>2014-05-22T09:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Enable USB mass storage in Android ICS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264057#M27094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 12.6px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;A href="https://community.nxp.com/people/PeterChan"&gt;PeterChan&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 12.6px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 12.6px;"&gt;Do we need to make similar changes for enabling USB mass storage in Android Lollipop (5.0) as well&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 12.6px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 12.6px;"&gt;Himanshu&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 16:12:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264057#M27094</guid>
      <dc:creator>himanshugusain</dc:creator>
      <dc:date>2015-09-17T16:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Enable USB mass storage in Android ICS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264058#M27095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PeterChan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I heard USB mass storage is not enabled with Android 5.1.1 BSP even though it is OK with Android 5.0 BSP.&lt;/P&gt;&lt;P&gt;It seems that following sysfs file is not created even though CONFIG_USB_F_MASS_STORAGE is enabled in USB gadget driver configuration.&lt;/P&gt;&lt;P&gt;/sys/class/android_usb/android0/f_mass_storage/lun/file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The procedure was changed to enable USB mass storage in Android 5.1.1 BSP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Satoshi Shimoda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 09:26:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264058#M27095</guid>
      <dc:creator>satoshishimoda</dc:creator>
      <dc:date>2016-05-27T09:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Enable USB mass storage in Android ICS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264059#M27096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PeterChang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you give me your comment to my question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Satoshi Shimoda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 00:39:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264059#M27096</guid>
      <dc:creator>satoshishimoda</dc:creator>
      <dc:date>2016-07-06T00:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Enable USB mass storage in Android ICS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264060#M27097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;this is out of scope of our standard support, because Android dropped USB mass storage. We need a specific reason which needs this support&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 16:22:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264060#M27097</guid>
      <dc:creator>jamesbone</dc:creator>
      <dc:date>2016-08-09T16:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Enable USB mass storage in Android ICS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264061#M27098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear jamesbone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;Actually, I did not know that Android dropped USB mass storage.&lt;/P&gt;&lt;P&gt;Thank you for telling me usable information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Satoshi Shimoda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 00:17:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enable-USB-mass-storage-in-Android-ICS/m-p/264061#M27098</guid>
      <dc:creator>satoshishimoda</dc:creator>
      <dc:date>2016-08-10T00:17:51Z</dc:date>
    </item>
  </channel>
</rss>

