<?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 Hi Emmanuel! in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Help-Code/m-p/1057567#M52685</link>
    <description>&lt;P&gt;Hi Emmanuel!&lt;/P&gt;

&lt;P&gt;Did you solve it?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Oct 2015 01:07:51 GMT</pubDate>
    <dc:creator>Jonas1</dc:creator>
    <dc:date>2015-10-26T01:07:51Z</dc:date>
    <item>
      <title>Help! Code</title>
      <link>https://community.intel.com/t5/Software-Archive/Help-Code/m-p/1057562#M52680</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Good afternoon,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I'm not programardor, not have much notion of systems.&lt;/P&gt;

&lt;P&gt;I'm making an app in the XDK, simple.&lt;/P&gt;

&lt;P&gt;A screen has an entry, the user enters a phone number.&lt;/P&gt;

&lt;P&gt;and another screen it sends a message to the number&lt;/P&gt;

&lt;P&gt;I've got two problems:&lt;/P&gt;

&lt;P&gt;1) I can not write data at the entrance (every time the phone off, the data disappear)&lt;/P&gt;

&lt;P&gt;2) I do not know how to call the number entered at the entrance, in code.&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	follows:&lt;/P&gt;

&lt;P&gt;sms code (I'm using a plugin):&lt;/P&gt;

&lt;P&gt;&amp;nbsp; var messageInfo = {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;phoneNumber: "NUMBER"&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;TextMessage "message"&lt;BR /&gt;
	};&lt;/P&gt;

&lt;P&gt;sms.sendMessage (messageInfo, function (message) {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;console.log ("success:" + message);&lt;BR /&gt;
	}, Function (error) {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;console.log ("code" + error.code + "message:" + error.message);&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2015 19:41:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Help-Code/m-p/1057562#M52680</guid>
      <dc:creator>Emmanuel_A_</dc:creator>
      <dc:date>2015-08-19T19:41:26Z</dc:date>
    </item>
    <item>
      <title>Emmanuel,</title>
      <link>https://community.intel.com/t5/Software-Archive/Help-Code/m-p/1057563#M52681</link>
      <description>&lt;P&gt;Emmanuel,&lt;/P&gt;

&lt;P&gt;If I understand correctly, you are new to programming and using a Cordova plugin to send SMS messages.&lt;/P&gt;

&lt;P&gt;It sounds like your problem is with how to use the plugin, not with how to use Intel XDK.&lt;/P&gt;

&lt;P&gt;If you are new to programming, it would be best to start with a simple app, not one where you have to establish a connection and send data. But if you want to pursue this app, then check the plugin documentation to see how to use it and if it has any limitations. It might be easiest if you found a sample project using that plugin.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2015 21:01:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Help-Code/m-p/1057563#M52681</guid>
      <dc:creator>Pamela_H_Intel</dc:creator>
      <dc:date>2015-08-19T21:01:18Z</dc:date>
    </item>
    <item>
      <title>the message is being sent,</title>
      <link>https://community.intel.com/t5/Software-Archive/Help-Code/m-p/1057564#M52682</link>
      <description>&lt;P&gt;the message is being sent, when I put the number directly into the code, the problem is that the User must register the number.&lt;BR /&gt;
	and that the number it has signed up to be the shipment.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2015 00:45:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Help-Code/m-p/1057564#M52682</guid>
      <dc:creator>Emmanuel_A_</dc:creator>
      <dc:date>2015-08-20T00:45:52Z</dc:date>
    </item>
    <item>
      <title>So the app works as expected</title>
      <link>https://community.intel.com/t5/Software-Archive/Help-Code/m-p/1057565#M52683</link>
      <description>&lt;P&gt;So the app works as expected when you hard code the destination phone number? But i&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;t fails when the user types in the phone number? What is the behavior? Is there an error message? Have you looked at the log? Which plugin are you using? Are you testing in the emulator or on device?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;For your other question (#1), do you mean that the user starts typing a message, it shows, but when the user switches applications (like the phone rings, automatically switching to the phone app) and then the user comes back to your app, then the message is gone?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2015 20:48:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Help-Code/m-p/1057565#M52683</guid>
      <dc:creator>Pamela_H_Intel</dc:creator>
      <dc:date>2015-08-20T20:48:47Z</dc:date>
    </item>
    <item>
      <title>You might find this article</title>
      <link>https://community.intel.com/t5/Software-Archive/Help-Code/m-p/1057566#M52684</link>
      <description>&lt;P&gt;You might find this article helpful:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/xdk/blog/heading-home-with-the-intel-xdk" target="_blank"&gt;https://software.intel.com/en-us/xdk/blog/heading-home-with-the-intel-xdk&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Dale&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2015 16:57:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Help-Code/m-p/1057566#M52684</guid>
      <dc:creator>Dale_S_Intel</dc:creator>
      <dc:date>2015-08-27T16:57:22Z</dc:date>
    </item>
    <item>
      <title>Hi Emmanuel!</title>
      <link>https://community.intel.com/t5/Software-Archive/Help-Code/m-p/1057567#M52685</link>
      <description>&lt;P&gt;Hi Emmanuel!&lt;/P&gt;

&lt;P&gt;Did you solve it?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 01:07:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Help-Code/m-p/1057567#M52685</guid>
      <dc:creator>Jonas1</dc:creator>
      <dc:date>2015-10-26T01:07:51Z</dc:date>
    </item>
  </channel>
</rss>

