<?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 Yocto Adb in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Adb/m-p/1011037#M149756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Team:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;As you know, Adb is a convenient tool chain in Android system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;How to porting Adb module to Yocto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Board:imx6ull &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kernel:4.14.78&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Dec 2019 09:54:22 GMT</pubDate>
    <dc:creator>li_hong</dc:creator>
    <dc:date>2019-12-23T09:54:22Z</dc:date>
    <item>
      <title>Yocto Adb</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Adb/m-p/1011037#M149756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Team:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;As you know, Adb is a convenient tool chain in Android system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;How to porting Adb module to Yocto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Board:imx6ull &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kernel:4.14.78&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2019 09:54:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Adb/m-p/1011037#M149756</guid>
      <dc:creator>li_hong</dc:creator>
      <dc:date>2019-12-23T09:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto Adb</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Adb/m-p/1011038#M149757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try to follow sect.7.2.1 Using ADB Android User's Guide&lt;/P&gt;&lt;P&gt;included in &lt;A href="https://www.nxp.com/docs/en/supporting-information/android_p9.0.0_2.2.0-ga_docs.zip"&gt;Android P9.0.0_2.2.0 Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;general Android tutorials&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developer.android.com/studio/command-line/adb" title="https://developer.android.com/studio/command-line/adb"&gt;Android Debug Bridge (adb) &amp;nbsp;|&amp;nbsp; Android Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://docwiki.embarcadero.com/RADStudio/Rio/en/Running_and_Debugging_Your_Android_Application_On_a_Remote_Android_Device" title="http://docwiki.embarcadero.com/RADStudio/Rio/en/Running_and_Debugging_Your_Android_Application_On_a_Remote_Android_Device"&gt;Running and Debugging Your Android Application On a Remote Android Device - RAD Studio&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2019 10:25:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Adb/m-p/1011038#M149757</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-12-23T10:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto Adb</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Adb/m-p/1011039#M149758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="" data-userid="341050" data-username="li.hong@geniatech.com" href="https://community.nxp.com/people/li.hong@geniatech.com" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: underline; font-size: 11.9994px;"&gt;hong li&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please follow Android user guide of the particular android version you are using. You can build the images for three modes: eng, user, userdebug. These modes will have adb enable/disable by default.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/supporting-information/android_p9.0.0_2.0.0-ga_docs.zip" title="https://www.nxp.com/docs/en/supporting-information/android_p9.0.0_2.0.0-ga_docs.zip"&gt;https://www.nxp.com/docs/en/supporting-information/android_p9.0.0_2.0.0-ga_docs.zip&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karan Gajjar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2019 10:37:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Adb/m-p/1011039#M149758</guid>
      <dc:creator>karangajjar</dc:creator>
      <dc:date>2019-12-23T10:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto Adb</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Adb/m-p/1011040#M149759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi，have you finished adb porting? Is there any document or advise?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Dustin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2020 02:46:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Adb/m-p/1011040#M149759</guid>
      <dc:creator>zhufeng1006</dc:creator>
      <dc:date>2020-08-24T02:46:55Z</dc:date>
    </item>
  </channel>
</rss>

