<?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 How to set the Gateway and Netmask of Ethernet in Android 4.4.3 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-the-Gateway-and-Netmask-of-Ethernet-in-Android-4-4-3/m-p/404701#M60139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I want to set the Gateway and Netmask of Ethernet in Android 4.4.3.&lt;/P&gt;&lt;P&gt;Could you tell me how to set those?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our development environment is like below,&lt;/P&gt;&lt;P&gt;- AP/Board : i.MX6DL-SabreSDP&lt;/P&gt;&lt;P&gt;- OS : Android 4.4.3 (Linux 3.10.53)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could confirm the method how to apply IP and DNS from Ethernet App in packages/apps/fsl_imx_demo,&lt;/P&gt;&lt;P&gt;But I couldn't find how to set the Gateway and Netmask of Ethernet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Eric.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Aug 2015 02:52:36 GMT</pubDate>
    <dc:creator>erickang</dc:creator>
    <dc:date>2015-08-03T02:52:36Z</dc:date>
    <item>
      <title>How to set the Gateway and Netmask of Ethernet in Android 4.4.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-the-Gateway-and-Netmask-of-Ethernet-in-Android-4-4-3/m-p/404701#M60139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I want to set the Gateway and Netmask of Ethernet in Android 4.4.3.&lt;/P&gt;&lt;P&gt;Could you tell me how to set those?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our development environment is like below,&lt;/P&gt;&lt;P&gt;- AP/Board : i.MX6DL-SabreSDP&lt;/P&gt;&lt;P&gt;- OS : Android 4.4.3 (Linux 3.10.53)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could confirm the method how to apply IP and DNS from Ethernet App in packages/apps/fsl_imx_demo,&lt;/P&gt;&lt;P&gt;But I couldn't find how to set the Gateway and Netmask of Ethernet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Eric.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 02:52:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-the-Gateway-and-Netmask-of-Ethernet-in-Android-4-4-3/m-p/404701#M60139</guid>
      <dc:creator>erickang</dc:creator>
      <dc:date>2015-08-03T02:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the Gateway and Netmask of Ethernet in Android 4.4.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-the-Gateway-and-Netmask-of-Ethernet-in-Android-4-4-3/m-p/404702#M60140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Eric !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Android networking is property based and is available through getprop / setprop commands.&lt;/P&gt;&lt;P&gt;Also standard Linux utilities ifconfig and route are still available.&lt;/P&gt;&lt;P&gt;Have You tried it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ ifconfig eth0 192.168.1.151 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ route add default gw 192.168.1.1 dev eth0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ setprop net.eth0.dns1 8.8.8.8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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, 03 Aug 2015 06:12:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-the-Gateway-and-Netmask-of-Ethernet-in-Android-4-4-3/m-p/404702#M60140</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-08-03T06:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the Gateway and Netmask of Ethernet in Android 4.4.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-the-Gateway-and-Netmask-of-Ethernet-in-Android-4-4-3/m-p/404703#M60141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the below command to set the Ethernet Configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ~$ ipconfig eth0 xxx.xxx.xxx.xxx netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; ~$ route add default gw yyy.yyy.yyy.yyy dev eth0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I couldn't find the ethernet.apk to set those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Eric.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 06:22:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-the-Gateway-and-Netmask-of-Ethernet-in-Android-4-4-3/m-p/404703#M60141</guid>
      <dc:creator>erickang</dc:creator>
      <dc:date>2015-08-05T06:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the Gateway and Netmask of Ethernet in Android 4.4.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-the-Gateway-and-Netmask-of-Ethernet-in-Android-4-4-3/m-p/404704#M60142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; We do not provide .apk, sorry.&lt;/P&gt;&lt;P&gt;Nevertheless, You may look at &lt;A href="https://community.nxp.com/docs/DOC-93626"&gt;How to Add Ethernet UI Support in ICS&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 07:28:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-the-Gateway-and-Netmask-of-Ethernet-in-Android-4-4-3/m-p/404704#M60142</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-08-12T07:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the Gateway and Netmask of Ethernet in Android 4.4.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-the-Gateway-and-Netmask-of-Ethernet-in-Android-4-4-3/m-p/404705#M60143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;I found a ethernet.apk in freescale website,&amp;nbsp; but the app can't set gateway&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/servlet/JiveServlet/download/93626-9-264786/ethernet.apk.zip" title="https://community.freescale.com/servlet/JiveServlet/download/93626-9-264786/ethernet.apk.zip"&gt;https://community.freescale.com/servlet/JiveServlet/download/93626-9-264786/ethernet.apk.zip&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 02:23:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-the-Gateway-and-Netmask-of-Ethernet-in-Android-4-4-3/m-p/404705#M60143</guid>
      <dc:creator>johnnyjhao</dc:creator>
      <dc:date>2016-05-18T02:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the Gateway and Netmask of Ethernet in Android 4.4.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-the-Gateway-and-Netmask-of-Ethernet-in-Android-4-4-3/m-p/404706#M60144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is log ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 06:06:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-the-Gateway-and-Netmask-of-Ethernet-in-Android-4-4-3/m-p/404706#M60144</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2016-05-18T06:06:19Z</dc:date>
    </item>
  </channel>
</rss>

