<?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のトピックRe: i.MX 8M Mini EVK - ADB over network debug - Android studio Install issue</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1212881#M167869</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I have confirm this issue. T&lt;SPAN&gt;he first thing is make sure they are in same network.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Before using adb wifi,&lt;STRONG&gt;&amp;nbsp;adb shell &lt;/STRONG&gt;enter evk shell and opening adb wifi function using&amp;nbsp;&lt;STRONG&gt;setprop service.adb.tcp.port 5555,&lt;/STRONG&gt;then &lt;STRONG&gt;exit.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you just follow :&lt;/P&gt;
&lt;P&gt;1. When you first boot evk, you need connect usb to open tcpip:&lt;STRONG&gt;adb tcpip 5555.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;2. Then&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;adb shell ifconfig&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to see ip.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="hljs-string"&gt;3.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;adb&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;connect&lt;/SPAN&gt;&amp;nbsp; xxx.xxx.xxx.xxx&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;4.unplug usb,then you can use adb wifi and plug usb mouse.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jan 2021 02:51:42 GMT</pubDate>
    <dc:creator>Zhiming_Liu</dc:creator>
    <dc:date>2021-01-18T02:51:42Z</dc:date>
    <item>
      <title>i.MX 8M Mini EVK - ADB over network debug - Android studio Install issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1210358#M167626</link>
      <description>&lt;P&gt;I have imx8mm evk, installed with "android-10.0.0_2.5.0_image_8mmevk" demo android version.&lt;/P&gt;&lt;P&gt;The evk has 3 USB connection ports: 1- J302 for power supply 2- J301 for downloading the image and afterward for USB ADB connection. 3- micro USB for serial debug.&lt;/P&gt;&lt;P&gt;For port 2 I have another purpose, I want to connect a mouse for an input controller purpose.&lt;/P&gt;&lt;P&gt;To my understanding, I can't use both mouse and USB cable for ADB connection (for debug) through a hub due to the reason one communicates as a host and the other as a device.&lt;/P&gt;&lt;P&gt;So I tried to connect ADB through WI-FI or Ethernet from both windows and Linux computers, Successfully able to connect through ADB, but couldn't install (got stuck on the begging of the Install progress bar) android studio new project application through debugging (Which worked fine by USB connection) (WI-FI only worked on image 1.0.0 not 2.5.0).&lt;/P&gt;&lt;P&gt;How can I connect ADB through a network or is there another way to overcome this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 11:54:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1210358#M167626</guid>
      <dc:creator>ofir</dc:creator>
      <dc:date>2021-01-12T11:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Mini EVK - ADB over network debug - Android studio Install issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1210708#M167651</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. When you first boot evk, you need connect usb to open tcpip:&lt;STRONG&gt;adb tcpip 5555.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;2. Then&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt; adb shell ifconfig&lt;/SPAN&gt;&lt;/STRONG&gt; to see ip.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="hljs-string"&gt;3. &lt;STRONG&gt;adb&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;SPAN class="hljs-string"&gt;connect&lt;/SPAN&gt;&amp;nbsp; xxx.xxx.xxx.xxx&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;4.unplug usb,then you can use adb wifi and plug usb mouse.&lt;/P&gt;
&lt;P&gt;I have tested that app can be installed!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 02:27:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1210708#M167651</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-01-13T02:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Mini EVK - ADB over network debug - Android studio Install issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1211016#M167686</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I followed the steps you mentioned.&lt;/P&gt;&lt;P&gt;Running with administrator privileges on Windows, on step 2&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;adb shell ifconfig&lt;/SPAN&gt;&lt;/STRONG&gt; I encountered this response:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ifconfig: ioctl 8927: Permission denied&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Other steps worked fine.&lt;/P&gt;&lt;P&gt;On version 1.0.0 with Wi-Fi and on 2.5.0 with an ethernet connection, because in version 2.5.0 the Wi-Fi connection doesn't work properly (verified in your forums).&lt;/P&gt;&lt;P&gt;In both cases, the installation phase in the android studio got stuck in the beginning.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 09:09:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1211016#M167686</guid>
      <dc:creator>ofir</dc:creator>
      <dc:date>2021-01-13T09:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Mini EVK - ADB over network debug - Android studio Install issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1211022#M167687</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;For&amp;nbsp;&lt;STRONG&gt;Permission denied&lt;/STRONG&gt;，it maybe selinux&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;U-Boot &amp;gt; setenv append_bootargs androidboot.selinux=permissive&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;U-Boot &amp;gt; saveenv&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Sorry for my miss,which wifi module you are using, we have different wifi module in i.mx8mmevk and some old module is disabled by default.You can see wifi info in wifi chip.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 09:16:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1211022#M167687</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-01-13T09:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Mini EVK - ADB over network debug - Android studio Install issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1211165#M167701</link>
      <description>&lt;P&gt;I tested again with an ethernet cable connection.&lt;/P&gt;&lt;P&gt;Your suggestion was good and I now receive a response for this adb shell ifconfig command.&lt;/P&gt;&lt;P&gt;Although it didn't solve my problem, it still got stuck on Install phase.&lt;/P&gt;&lt;P&gt;Regarding the Wi-Fi issue, our wifi module (U6) is LBEE5ZZ1PJ.&lt;/P&gt;&lt;P&gt;If you need more relevant information to help me solve this issue, please let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 14:25:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1211165#M167701</guid>
      <dc:creator>ofir</dc:creator>
      <dc:date>2021-01-13T14:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Mini EVK - ADB over network debug - Android studio Install issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1211419#M167721</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The wifi module is qca9377 and it is disabled in kernel driver.You can add below into defconfig:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;CONFIG_ATH9K_HW=y&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CONFIG_ATH9K_COMMON=y&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CONFIG_ATH9K_BTCOEX_SUPPORT=y&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CONFIG_ATH9K=y&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CONFIG_ATH9K_PCI=y&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;# CONFIG_ATH9K_AHB is not set&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;# CONFIG_ATH9K_DYNACK is not set&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;# CONFIG_ATH9K_WOW is not set&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CONFIG_ATH9K_RFKILL=y&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;# CONFIG_ATH9K_CHANNEL_CONTEXT is not set&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CONFIG_ATH9K_PCOEM=y&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;# CONFIG_ATH9K_PCI_NO_EEPROM is not set&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;# CONFIG_ATH9K_HTC is not set&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;# CONFIG_CARL9170 is not set&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;# CONFIG_ATH6KL is not set&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;# CONFIG_AR5523 is not set&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;# CONFIG_WIL6210 is not set&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CONFIG_ATH10K=y&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CONFIG_ATH10K_CE=y&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CONFIG_ATH10K_PCI=y&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CONFIG_ATH10K_AHB=y&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CONFIG_ATH10K_SDIO=y&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because we have new wifi module made by ourself ,so the old wifi module only disalbed in kernel driver.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 01:42:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1211419#M167721</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-01-14T01:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Mini EVK - ADB over network debug - Android studio Install issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1212789#M167858</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you, I'll try that regarding the WiFi issue,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;But this is not the main issue. The main issue is the Install stuck problem that we tested over Ethernet (and also over WiFi on another OS image).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to debug over ethernet? if so, why it doesn't work for us?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can we solve our issue and debug over a network (due to lack of available USB ports)?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jan 2021 13:23:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1212789#M167858</guid>
      <dc:creator>ofir</dc:creator>
      <dc:date>2021-01-17T13:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Mini EVK - ADB over network debug - Android studio Install issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1212790#M167859</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Last my test is over&amp;nbsp;ethernet and it was successful.I will test it again in work time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jan 2021 13:35:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1212790#M167859</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-01-17T13:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Mini EVK - ADB over network debug - Android studio Install issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1212881#M167869</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I have confirm this issue. T&lt;SPAN&gt;he first thing is make sure they are in same network.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Before using adb wifi,&lt;STRONG&gt;&amp;nbsp;adb shell &lt;/STRONG&gt;enter evk shell and opening adb wifi function using&amp;nbsp;&lt;STRONG&gt;setprop service.adb.tcp.port 5555,&lt;/STRONG&gt;then &lt;STRONG&gt;exit.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you just follow :&lt;/P&gt;
&lt;P&gt;1. When you first boot evk, you need connect usb to open tcpip:&lt;STRONG&gt;adb tcpip 5555.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;2. Then&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;adb shell ifconfig&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to see ip.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="hljs-string"&gt;3.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;adb&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;connect&lt;/SPAN&gt;&amp;nbsp; xxx.xxx.xxx.xxx&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;4.unplug usb,then you can use adb wifi and plug usb mouse.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 02:51:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1212881#M167869</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-01-18T02:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Mini EVK - ADB over network debug - Android studio Install issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1213200#M167906</link>
      <description>&lt;P&gt;I followed these steps:&lt;/P&gt;&lt;P&gt;1. When you first boot evk, you need connect usb to open tcpip:&lt;STRONG&gt;adb tcpip 5555.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2. Then&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;adb shell ifconfig&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to see ip.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hljs-string"&gt;3.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;adb&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;connect&lt;/SPAN&gt;&amp;nbsp; xxx.xxx.xxx.xxx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;4.unplug usb,then you can use adb wifi and plug usb mouse.&lt;/P&gt;&lt;P&gt;&lt;U&gt;At step 4, when I unplug the USB cable, for test, I write &lt;STRONG&gt;adb shell ifconfig&lt;/STRONG&gt; again, or just &lt;STRONG&gt;adb shell&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;and it lose connection, there is no response.&lt;/U&gt;&lt;/P&gt;&lt;P&gt;I closed the firewall, run on administrator cmd, ping to check communication and all steps until step 4 respond as expected.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 09:16:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1213200#M167906</guid>
      <dc:creator>ofir</dc:creator>
      <dc:date>2021-01-18T09:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Mini EVK - ADB over network debug - Android studio Install issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1213329#M167930</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;(Bold text is command)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Before using adb wifi,&lt;/SPAN&gt;&lt;STRONG&gt;&amp;nbsp;adb shell&lt;/STRONG&gt; to&amp;nbsp;&lt;SPAN&gt;enter evk shell and opening adb wifi function using&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;setprop service.adb.tcp.port 5555,&lt;/STRONG&gt;&lt;SPAN&gt;then&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;exit.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;You must open adb wifi function in android layer before the 4 step &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 12:10:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1213329#M167930</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-01-18T12:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Mini EVK - ADB over network debug - Android studio Install issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1213357#M167935</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please see my questions below:&lt;/P&gt;&lt;P&gt;Is It possible to use LAN ethernet cable for adb instead of using WiFi?&lt;/P&gt;&lt;P&gt;If ethernet can be used, why you did you mention "&lt;STRONG&gt;Before using adb wifi" in your last replay?&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;Before using adb wifi&lt;/STRONG&gt;,&amp;nbsp;adb shell&amp;nbsp;to&amp;nbsp;enter evk shell and opening adb wifi function using&amp;nbsp;setprop service.adb.tcp.port 5555,then&amp;nbsp;exit."?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ofir&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 12:43:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1213357#M167935</guid>
      <dc:creator>ofir</dc:creator>
      <dc:date>2021-01-18T12:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Mini EVK - ADB over network debug - Android studio Install issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1213358#M167936</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In addition, when we tried to connect to the target via TCIP on port 5555 we got a message that the target refused to connect on port 5555.&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;Ofir&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 12:45:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1213358#M167936</guid>
      <dc:creator>ofir</dc:creator>
      <dc:date>2021-01-18T12:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Mini EVK - ADB over network debug - Android studio Install issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1213362#M167937</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In short, it is possible to use Ethernet instead of wifi for adb. My tests are all based on Ethernet. Let me describe what happened since my first reply. When I first used Ethernet for adb test, I didn't use the command: &lt;STRONG&gt;setprop service.adb.tcp.port 5555&lt;/STRONG&gt;. But somehow it is possible to install the app.&lt;/P&gt;
&lt;P&gt;After you followed the 4 steps I provided, I tested it again and found the same phenomenon as you, so I searched for 2 hours and found that the adb attribute is not set at the bottom of the android. So after using setprop service.adb.tcp.port 5555, the app can be installed normally.&lt;/P&gt;
&lt;P&gt;I apologize for my wrong description about adb wifi.It is a plugin in android studio and it can also work in&amp;nbsp;Ethernet .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 12:54:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1213362#M167937</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-01-18T12:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Mini EVK - ADB over network debug - Android studio Install issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1213363#M167938</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The command&amp;nbsp; needs input after correction:&lt;/P&gt;
&lt;P&gt;1.&lt;STRONG&gt;adb shell&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;2.&lt;STRONG&gt;setprop service.adb.tcp.port 5555&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;3.&lt;STRONG&gt;exit&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;4. When you first boot evk, you need connect usb to open tcpip:&lt;STRONG&gt;adb tcpip 5555.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;5. Then&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;adb shell ifconfig&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to see ip.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="hljs-string"&gt;6.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;adb&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;connect&lt;/SPAN&gt;&amp;nbsp; xxx.xxx.xxx.xxx&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;6.unplug usb,then you can use adb wifi and plug usb mouse.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bold is command you need input.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 12:58:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1213363#M167938</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-01-18T12:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Mini EVK - ADB over network debug - Android studio Install issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1213367#M167940</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We tried the following steps:&lt;/P&gt;&lt;P&gt;The command&amp;nbsp; needs input after correction:&lt;/P&gt;&lt;P&gt;1.&lt;STRONG&gt;adb shell&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2.&lt;STRONG&gt;setprop service.adb.tcp.port 5555&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3.&lt;STRONG&gt;exit&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;4. When you first boot evk, you need connect usb to open tcpip:&lt;STRONG&gt;adb tcpip 5555.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;5. Then&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;adb shell ifconfig&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to see ip.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hljs-string"&gt;7.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;adb&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;connect&lt;/SPAN&gt;&amp;nbsp; xxx.xxx.xxx.xxx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;8.unplug usb,then you can use adb wifi and plug usb mouse.&lt;/P&gt;&lt;P&gt;Unfortunately after step #8 when we tried to use adb shell, we weren't able to see the shell target.&lt;/P&gt;&lt;P&gt;Let me mention that on another platform that uses Android, this issue did not raise. It was a matter of&amp;nbsp; Plug and Play.&lt;/P&gt;&lt;P&gt;Please advise,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ofir.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 13:15:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1213367#M167940</guid>
      <dc:creator>ofir</dc:creator>
      <dc:date>2021-01-18T13:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Mini EVK - ADB over network debug - Android studio Install issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1213370#M167941</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I will write a detailed doc including screenshot for you. Can you try #8&amp;nbsp; install app in android studio?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 13:26:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1213370#M167941</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-01-18T13:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Mini EVK - ADB over network debug - Android studio Install issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1213387#M167943</link>
      <description>&lt;P&gt;It sounds like it shouldn't work if &lt;STRONG&gt;adb shell&lt;/STRONG&gt; doesn't respond, but I tried and it didn't work.&lt;/P&gt;&lt;P&gt;I'm not sure if it is related but on the android screen, the WiFi setting cannot be enabled and turn off after trying to switch it on. (also after this command - &lt;STRONG&gt;setprop service.adb.tcp.port 5555&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;Waiting for your reply regarding the doc.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 13:48:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1213387#M167943</guid>
      <dc:creator>ofir</dc:creator>
      <dc:date>2021-01-18T13:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Mini EVK - ADB over network debug - Android studio Install issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1216440#M167965</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check pdf.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 02:34:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1216440#M167965</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-01-19T02:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Mini EVK - ADB over network debug - Android studio Install issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1216746#M167998</link>
      <description>&lt;P&gt;These detailed instructions helped to solve our problem.&lt;/P&gt;&lt;P&gt;It may also be the &lt;STRONG&gt;adb root&lt;/STRONG&gt; you added other than the adb conflict.&lt;/P&gt;&lt;P&gt;If I'll encounter any similar issues I'll reply here, but for now, it seems ok and we can debug over ethernet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your effort.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Ofir&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 09:21:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-Install/m-p/1216746#M167998</guid>
      <dc:creator>ofir</dc:creator>
      <dc:date>2021-01-19T09:21:15Z</dc:date>
    </item>
  </channel>
</rss>

