<?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 Look at the plugins and in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Problems-with-internet-connection-test/m-p/1010474#M33947</link>
    <description>&lt;P&gt;Look at the plugins and permissions that you selected. Maybe you need indicate another one.&lt;/P&gt;</description>
    <pubDate>Sun, 15 Feb 2015 12:29:21 GMT</pubDate>
    <dc:creator>Hamilton_Tenório_da_</dc:creator>
    <dc:date>2015-02-15T12:29:21Z</dc:date>
    <item>
      <title>Problems with internet connection test</title>
      <link>https://community.intel.com/t5/Software-Archive/Problems-with-internet-connection-test/m-p/1010473#M33946</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;

&lt;P&gt;I'm using Intel XDK to create an app, but i'm with a problem, i think isn't so hard to solve but i expended all my saturday and i couldn't solve.&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;Here is the javascript

function testConnection()
{
   intel.xdk.device.updateConnection();
   document.getElementById("Desc").innerHTML = intel.xdk.device.connection;
}&lt;/PRE&gt;

&lt;P&gt;&lt;SPAN style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 1em; line-height: 1.5;"&gt;Here is the html&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 1em; line-height: 1.5;"&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:;"&gt;&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;title&amp;gt;Blank HTML&amp;lt;/title&amp;gt;
    &amp;lt;meta http-equiv="Content-type" content="text/html; charset=utf-8"&amp;gt;

    &amp;lt;meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"&amp;gt;
    &amp;lt;script src="intelxdk.js"&amp;gt;&amp;lt;/script&amp;gt;       
    &amp;lt;script src="cordova.js"&amp;gt;&amp;lt;/script&amp;gt;        
    &amp;lt;script src="xhr.js"&amp;gt;&amp;lt;/script&amp;gt;   
    &amp;lt;script src="js/init-app.js"&amp;gt;&amp;lt;/script&amp;gt;  
    &amp;lt;script src="js/app.js"&amp;gt;&amp;lt;/script&amp;gt;  
    &amp;lt;link rel="stylesheet" href="css/app.css"&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
    &amp;lt;h3&amp;gt;internet test?&amp;lt;/h3&amp;gt;
    &amp;lt;p class="align-center"&amp;gt;&amp;lt;input class="button" type="button" id="bt_BuscaConect" value="connection" onclick="testConnection()"/&amp;gt;&amp;lt;/p&amp;gt;
    &amp;lt;p id="Desc"&amp;gt;test&amp;lt;/p&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/PRE&gt;

&lt;P&gt;I just want to change the text when i click the button and show the connection, this code works when i'm emulating and when i'm debugging in my tablet Nexus 7, but doesn't work when i create the APK and install in my nexus. My android version is 5.0.2. I tried to use all cordova plugins, and still doesn't work.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Feb 2015 23:31:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problems-with-internet-connection-test/m-p/1010473#M33946</guid>
      <dc:creator>Thiago_A_</dc:creator>
      <dc:date>2015-02-14T23:31:56Z</dc:date>
    </item>
    <item>
      <title>Look at the plugins and</title>
      <link>https://community.intel.com/t5/Software-Archive/Problems-with-internet-connection-test/m-p/1010474#M33947</link>
      <description>&lt;P&gt;Look at the plugins and permissions that you selected. Maybe you need indicate another one.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Feb 2015 12:29:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problems-with-internet-connection-test/m-p/1010474#M33947</guid>
      <dc:creator>Hamilton_Tenório_da_</dc:creator>
      <dc:date>2015-02-15T12:29:21Z</dc:date>
    </item>
    <item>
      <title>I createded another project,</title>
      <link>https://community.intel.com/t5/Software-Archive/Problems-with-internet-connection-test/m-p/1010475#M33948</link>
      <description>&lt;P&gt;I createded another project, you can see in this movie, i just added some lines of code, permissions and plugins. Still doesn't work, i tried in my Nexus 7 with android 5.0.2 and in my Samsung Galaxy Ace with android 2.3.6.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Feb 2015 21:21:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problems-with-internet-connection-test/m-p/1010475#M33948</guid>
      <dc:creator>Thiago_A_</dc:creator>
      <dc:date>2015-02-15T21:21:41Z</dc:date>
    </item>
    <item>
      <title>I use without especial</title>
      <link>https://community.intel.com/t5/Software-Archive/Problems-with-internet-connection-test/m-p/1010476#M33949</link>
      <description>&lt;P&gt;I use without especial permission. Try to remove that.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Another sugestion: put a error catch on your .js file:&lt;/P&gt;

&lt;PRE class="brush:;"&gt;//ativar em caso de necessidade de entender algum erro
window.onerror = function (errorMsg, url, lineNumber, column, errorObj) {
    alert('Error: ' + errorMsg + ' Script: ' + url + ' Line: ' + lineNumber
    + ' Column: ' + column + ' StackTrace: ' +  errorObj);
}&lt;/PRE&gt;

&lt;P&gt;Maybe this will show you some error.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2015 09:03:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problems-with-internet-connection-test/m-p/1010476#M33949</guid>
      <dc:creator>Hamilton_Tenório_da_</dc:creator>
      <dc:date>2015-02-18T09:03:33Z</dc:date>
    </item>
  </channel>
</rss>

