<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>DevX.com Forums - Mobile</title>
		<link>http://forums.devx.com</link>
		<description>Mobility and Wireless issues, device support, J2ME, Smartphone, .NET CF, wireless transmission networks, etc.</description>
		<language>en</language>
		<lastBuildDate>Sun, 22 Nov 2009 04:24:01 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.devx.com/images/misc/rss.jpg</url>
			<title>DevX.com Forums - Mobile</title>
			<link>http://forums.devx.com</link>
		</image>
		<item>
			<title>I want to save my SMS to my computer , how can I do this?</title>
			<link>http://forums.devx.com/showthread.php?t=173414&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 08:13:17 GMT</pubDate>
			<description>I want to save some of my short messages from my HTC touch to pc for later use but have no idea how to do it.</description>
			<content:encoded><![CDATA[<div>I want to save some of my short messages from my HTC touch to pc for later use but have no idea how to do it.</div>

]]></content:encoded>
			<category domain="http://forums.devx.com/forumdisplay.php?f=109">Mobile</category>
			<dc:creator>janneluu</dc:creator>
			<guid isPermaLink="true">http://forums.devx.com/showthread.php?t=173414</guid>
		</item>
		<item>
			<title>samsung a637 unlock</title>
			<link>http://forums.devx.com/showthread.php?t=173362&amp;goto=newpost</link>
			<pubDate>Fri, 13 Nov 2009 05:08:35 GMT</pubDate>
			<description>i need unlock assiatnce</description>
			<content:encoded><![CDATA[<div>i need unlock assiatnce</div>

]]></content:encoded>
			<category domain="http://forums.devx.com/forumdisplay.php?f=109">Mobile</category>
			<dc:creator>jocoolguy</dc:creator>
			<guid isPermaLink="true">http://forums.devx.com/showthread.php?t=173362</guid>
		</item>
		<item>
			<title>Sending a retrieved SMS using Python</title>
			<link>http://forums.devx.com/showthread.php?t=173323&amp;goto=newpost</link>
			<pubDate>Fri, 06 Nov 2009 19:28:43 GMT</pubDate>
			<description><![CDATA[I am writing a Python script to read a SMS from the SIM memory, buffer it and send the same SMS to another number. I am executing this script on Telit GM862-GPS.
The script I have written is :

Code:
---------

import MDM

MDM.send('AT+CMGF=1\r', 10)                      # Changing to Text mode
MDM.send('AT+CMGR=1\r',0)                        # Reading SMS at index 1
a = MDM.receive(10)                                  # Receiving as string

MDM.send('AT+CMGS="Phone no.", 129', 0)    #selecting a particular no.
MDM.send(a, 0)                                        # sending retrieved SMS
MDM.sendbyte(0x1A, 0)                             # sending Ctrl Z
---------
But I am facing this problem:
After executing "AT+CMGR=1 \r" command, the script doesn't execute commands after that. I have checked this by putting a simple AT command to change some value after "Read SMS" command & that value doesnt get changed. I dont know for what weird reason its doing this.

It would be really helpful if someone can help me out with this.

Regards]]></description>
			<content:encoded><![CDATA[<div>I am writing a Python script to read a SMS from the SIM memory, buffer it and send the same SMS to another number. I am executing this script on Telit GM862-GPS.<br />
The script I have written is :<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><br />
import MDM<br />
<br />
MDM.send('AT+CMGF=1\r', 10)&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # Changing to Text mode<br />
MDM.send('AT+CMGR=1\r',0)&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # Reading SMS at index 1<br />
a = MDM.receive(10)&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # Receiving as string<br />
<br />
MDM.send('AT+CMGS=&quot;Phone no.&quot;, 129', 0)&nbsp; &nbsp; #selecting a particular no.<br />
MDM.send(a, 0)&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # sending retrieved SMS<br />
MDM.sendbyte(0x1A, 0)&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  # sending Ctrl Z</code><hr />
</div>But I am facing this problem:<br />
After executing &quot;AT+CMGR=1 \r&quot; command, the script doesn't execute commands after that. I have checked this by putting a simple AT command to change some value after &quot;Read SMS&quot; command &amp; that value doesnt get changed. I dont know for what weird reason its doing this.<br />
<br />
It would be really helpful if someone can help me out with this.<br />
<br />
Regards</div>

]]></content:encoded>
			<category domain="http://forums.devx.com/forumdisplay.php?f=109">Mobile</category>
			<dc:creator>trips.dude</dc:creator>
			<guid isPermaLink="true">http://forums.devx.com/showthread.php?t=173323</guid>
		</item>
		<item>
			<title>Windows CE DataGrid Scroll Event</title>
			<link>http://forums.devx.com/showthread.php?t=173267&amp;goto=newpost</link>
			<pubDate>Fri, 30 Oct 2009 12:17:44 GMT</pubDate>
			<description>Does anyone know how to implement the detection of DataGrid scroll events using System.Reflection in VB .Net?</description>
			<content:encoded><![CDATA[<div>Does anyone know how to implement the detection of DataGrid scroll events using System.Reflection in VB .Net?</div>

]]></content:encoded>
			<category domain="http://forums.devx.com/forumdisplay.php?f=109">Mobile</category>
			<dc:creator>rdprecure</dc:creator>
			<guid isPermaLink="true">http://forums.devx.com/showthread.php?t=173267</guid>
		</item>
		<item>
			<title>Pause in mobile</title>
			<link>http://forums.devx.com/showthread.php?t=173215&amp;goto=newpost</link>
			<pubDate>Fri, 23 Oct 2009 08:06:14 GMT</pubDate>
			<description>There is somewhat conflicting information about pauseApp(). Am I correct in thinking that hideNotify() is called by the midlet and pauseApp() is called by AMS but do I need to have anything in pauseApp()? And what about notifyPaused()? Do I need all of these:

protected void showNotify(){
        
    }
protected void hideNotify(){
        
    }

protected void notifyPaused(){

    }
protected void resumeRequest(){

    }</description>
			<content:encoded><![CDATA[<div>There is somewhat conflicting information about pauseApp(). Am I correct in thinking that hideNotify() is called by the midlet and pauseApp() is called by AMS but do I need to have anything in pauseApp()? And what about notifyPaused()? Do I need all of these:<br />
<br />
protected void showNotify(){<br />
        <br />
    }<br />
protected void hideNotify(){<br />
        <br />
    }<br />
<br />
protected void notifyPaused(){<br />
<br />
    }<br />
protected void resumeRequest(){<br />
<br />
    }</div>

]]></content:encoded>
			<category domain="http://forums.devx.com/forumdisplay.php?f=109">Mobile</category>
			<dc:creator>sypress</dc:creator>
			<guid isPermaLink="true">http://forums.devx.com/showthread.php?t=173215</guid>
		</item>
	</channel>
</rss>
