<?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>i.MX ProcessorsのトピックEnabling USB Debugging mode in Android 5.1.1.2 AOSP</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Enabling-USB-Debugging-mode-in-Android-5-1-1-2-AOSP/m-p/511809#M83457</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to enable the USB debugging mode from the freescale Android 5.1.1.2 AOSP for IMX6SL from command line ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be done from GUI mode but how the same is achieved from command line ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lyf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Apr 2016 11:44:29 GMT</pubDate>
    <dc:creator>lyfsci</dc:creator>
    <dc:date>2016-04-18T11:44:29Z</dc:date>
    <item>
      <title>Enabling USB Debugging mode in Android 5.1.1.2 AOSP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enabling-USB-Debugging-mode-in-Android-5-1-1-2-AOSP/m-p/511809#M83457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to enable the USB debugging mode from the freescale Android 5.1.1.2 AOSP for IMX6SL from command line ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be done from GUI mode but how the same is achieved from command line ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lyf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 11:44:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enabling-USB-Debugging-mode-in-Android-5-1-1-2-AOSP/m-p/511809#M83457</guid>
      <dc:creator>lyfsci</dc:creator>
      <dc:date>2016-04-18T11:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling USB Debugging mode in Android 5.1.1.2 AOSP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enabling-USB-Debugging-mode-in-Android-5-1-1-2-AOSP/m-p/511810#M83458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not an easy process, but I found this set of steps to make it work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Connect the device to Mac or PC in &lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; background-color: #eff0f1;"&gt;recovery mode&lt;/CODE&gt;.&lt;/LI&gt;&lt;LI&gt;Now open terminal/CMD in computer and go to &lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; background-color: #eff0f1;"&gt;platform-tools/&lt;/CODE&gt;. type and enter &lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; background-color: #eff0f1;"&gt;./adb devices&lt;/CODE&gt; to check if the device is connected in recovery mode.&lt;/LI&gt;&lt;LI&gt;Now type &lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; background-color: #eff0f1;"&gt;./adb shell mount data&lt;/CODE&gt; and &lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; background-color: #eff0f1;"&gt;./adb shell mount system&lt;/CODE&gt; to mount the respective directories.&lt;/LI&gt;&lt;LI&gt;Get the &lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; background-color: #eff0f1;"&gt;persist.sys.usb.config&lt;/CODE&gt; file in your system using &lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; background-color: #eff0f1;"&gt;./adb pull /data/property/persist.sys.usb.config /Your directory&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;Now open that file in a texteditor and edit it to &lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; background-color: #eff0f1;"&gt;mtp,adb&lt;/CODE&gt; and save.&lt;/LI&gt;&lt;LI&gt;Now push the file back in the device; &lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; background-color: #eff0f1;"&gt;./adb push /your-directory/persist.sys.usb.config /data/property&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;Get the build.prop file; &lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; background-color: #eff0f1;"&gt;./adb pull /system/build.prop /your-directory&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;Push build.prop back into the device; &lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; background-color: #eff0f1;"&gt;./adb push /your-dir/build.prop /system/&lt;/CODE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 14:46:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enabling-USB-Debugging-mode-in-Android-5-1-1-2-AOSP/m-p/511810#M83458</guid>
      <dc:creator>SergioSolis</dc:creator>
      <dc:date>2016-07-18T14:46:40Z</dc:date>
    </item>
  </channel>
</rss>

