<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Small change to SMS interception</title><link>http://blogs.msdn.com/windowsmobile/archive/2005/07/09/437189.aspx</link><description>Until a question in the smartphone.developer newsgroup brought it up, I had forgotten about a small but significant change we made to SMS interception on Windows Mobile 5.0. In the past, SMS interception has worked by creating a DLL and then adding a</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Small change to SMS interception</title><link>http://blogs.msdn.com/windowsmobile/archive/2005/07/09/437189.aspx#437261</link><pubDate>Sun, 10 Jul 2005 21:18:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:437261</guid><dc:creator>Magne Roald</dc:creator><description>On Windows Mobile 2003 you don't need to softreset the device, it is enough to close down the messaging application and start it again:&lt;br&gt;&lt;br&gt;1. Close messaging app: &amp;quot;Inbox.MainWnd&amp;quot; window class&lt;br&gt;2. Wait until it is closed&lt;br&gt;3. Do the registry stuff for the DLL&lt;br&gt;4. Start messaging to register the changes (tmail.exe in windows catalog)&lt;br&gt;5. Close or hide messaging app.&lt;br&gt;&lt;br&gt;The SMS iterception does now work without a reset. Stil, this is a bit annoying.&lt;br&gt;&lt;br&gt;As I understand the message above, only step 3 is neccesary on Window Mobile 5.0?&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Small change to SMS interception</title><link>http://blogs.msdn.com/windowsmobile/archive/2005/07/09/437189.aspx#437287</link><pubDate>Mon, 11 Jul 2005 00:57:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:437287</guid><dc:creator>Riki</dc:creator><description>I just kill tmail.exe when installing sms rules in 2k3, like Magne.&lt;br&gt;&lt;br&gt;riki&lt;br&gt;</description></item><item><title>re: Small change to SMS interception</title><link>http://blogs.msdn.com/windowsmobile/archive/2005/07/09/437189.aspx#445987</link><pubDate>Mon, 01 Aug 2005 16:05:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:445987</guid><dc:creator>flyingbugs</dc:creator><description>Riki, I just do the same thing exact as you^_^.&lt;br&gt;It works perfect.&lt;br&gt;</description></item><item><title>re: Small change to SMS interception</title><link>http://blogs.msdn.com/windowsmobile/archive/2005/07/09/437189.aspx#538519</link><pubDate>Fri, 24 Feb 2006 12:01:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:538519</guid><dc:creator>Eric</dc:creator><description>I got a problem in i-mate JASJAR.&lt;br&gt;I create a subfolder, for example, &amp;quot;temp&amp;quot;, under Inbox of Text Messages. Put some messages into it. Then soft reset my device.&lt;br&gt;Oops! No folder named &amp;quot;temp&amp;quot; exists! All message in this folder is gone!&lt;br&gt;&lt;br&gt;Anyone can tell me why? Thanks!</description></item><item><title>re: Small change to SMS interception</title><link>http://blogs.msdn.com/windowsmobile/archive/2005/07/09/437189.aspx#927947</link><pubDate>Thu, 02 Nov 2006 04:43:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:927947</guid><dc:creator>Will</dc:creator><description>&lt;p&gt;Eric,&lt;/p&gt;
&lt;p&gt;The problem you encountered is caused by the mechanism of the DB flush. System will not save the data to the database immediately after the operations. Maybe some time later, or ... I'm not sure.&lt;/p&gt;
&lt;p&gt;Will&lt;/p&gt;
</description></item><item><title>re: SMS class 0 interception</title><link>http://blogs.msdn.com/windowsmobile/archive/2005/07/09/437189.aspx#1129031</link><pubDate>Thu, 23 Nov 2006 20:24:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1129031</guid><dc:creator>Andy Marchewka</dc:creator><description>&lt;p&gt;How can I intercept SMS Class 0 messages on a Windows Mobile 5 device?&lt;/p&gt;
&lt;p&gt;I've registered a MessageInterceptor that works well for normal SMS messages. &amp;nbsp;But SMS class 0 messages are not intercepted -- they are just displayed in the UI.&lt;/p&gt;
&lt;p&gt;Any help would be appreciated!&lt;/p&gt;
&lt;p&gt;Andy&lt;/p&gt;
</description></item><item><title>re: Small change to SMS interception</title><link>http://blogs.msdn.com/windowsmobile/archive/2005/07/09/437189.aspx#3314416</link><pubDate>Fri, 15 Jun 2007 18:05:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3314416</guid><dc:creator>Alex Filatov</dc:creator><description>&lt;p&gt;What does SMS interception for?&lt;/p&gt;
</description></item><item><title>re: Small change to SMS interception</title><link>http://blogs.msdn.com/windowsmobile/archive/2005/07/09/437189.aspx#3705941</link><pubDate>Thu, 05 Jul 2007 16:08:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3705941</guid><dc:creator>Tom Gunthorpe</dc:creator><description>&lt;p&gt;Hello all,&lt;/p&gt;
&lt;p&gt;I'm adding sms interception into an existing wm5 application. I have found several vb.net examples, however with each one the compiler reports an error with MessageInterceptor as ... &lt;/p&gt;
&lt;p&gt;Error	1	Reference required to assembly 'Microsoft.WindowsMobile, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' containing the implemented interface 'Microsoft.WindowsMobile.IApplicationLauncher'. Add one to your project.&lt;/p&gt;
&lt;p&gt;Being relatively new to vb.net, I'm not quite sure what it is really asking to add to my project and where.&lt;/p&gt;
&lt;p&gt;any help would be appreciated.&lt;/p&gt;
&lt;p&gt;Tom&lt;/p&gt;
</description></item><item><title>re: Small change to SMS interception</title><link>http://blogs.msdn.com/windowsmobile/archive/2005/07/09/437189.aspx#4488240</link><pubDate>Tue, 21 Aug 2007 05:39:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4488240</guid><dc:creator>tommy</dc:creator><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I just wanna make sure whether you're topics is related with WM2003 on XDA IIS which often send a message more than one...&lt;/p&gt;
&lt;p&gt;I am on that problem, and somebody can help me???&lt;/p&gt;
</description></item><item><title>re: Small change to SMS interception</title><link>http://blogs.msdn.com/windowsmobile/archive/2005/07/09/437189.aspx#4968225</link><pubDate>Tue, 18 Sep 2007 05:10:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4968225</guid><dc:creator>Ken</dc:creator><description>&lt;p&gt;I have a windows mobile 5 phone, and I've running a test sms interception app (.Net 2 using the sms interception class). When I send a message to the phone, from the phone, the interception works as expected. However, when the message is sent to the phone from elsewhere, the message just shows up in the inbox. Would you have any idea what I'm missing?&lt;/p&gt;
</description></item><item><title>Windows Mobile 5.0 Message Interception &amp;laquo; HandledException</title><link>http://blogs.msdn.com/windowsmobile/archive/2005/07/09/437189.aspx#8431031</link><pubDate>Sun, 27 Apr 2008 12:18:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8431031</guid><dc:creator>Windows Mobile 5.0 Message Interception &amp;laquo; HandledException</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://suniljagadish.wordpress.com/2006/01/30/windows-mobile-50-message-interception/"&gt;http://suniljagadish.wordpress.com/2006/01/30/windows-mobile-50-message-interception/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Small change to SMS interception</title><link>http://blogs.msdn.com/windowsmobile/archive/2005/07/09/437189.aspx#9282723</link><pubDate>Mon, 05 Jan 2009 22:08:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9282723</guid><dc:creator>Alessio</dc:creator><description>&lt;p&gt;Hello, I'm quite desperated... &amp;nbsp;I have a Gigabyte GSMART MS800. I loose every SMS/MMS sent to me when the phone is off... When I turn on the phone, I don't receive the messages!! No problems when the phone is on. I've made a lot of tests, I've also upgraded the firmware to the last version available, with no success. &amp;nbsp;Please help me, I'm in trouble with my biz!! Thanks a lot. Alessio&lt;/p&gt;
</description></item><item><title>re: Small change to SMS interception</title><link>http://blogs.msdn.com/windowsmobile/archive/2005/07/09/437189.aspx#9306154</link><pubDate>Sun, 11 Jan 2009 21:39:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9306154</guid><dc:creator>Manan</dc:creator><description>&lt;p&gt;Hi , &lt;/p&gt;
&lt;p&gt;I am using windows mobile 6 &amp;nbsp;on htc 3600, all of a sudden , strange thing has happened , whenever i send an email , my tmail.exe starts consuming 100% of cpu.&lt;/p&gt;
&lt;p&gt;Phone is halted , then have to restart . &lt;/p&gt;
&lt;p&gt;Any workaround ?&lt;/p&gt;
</description></item><item><title>re: Small change to SMS interception</title><link>http://blogs.msdn.com/windowsmobile/archive/2005/07/09/437189.aspx#9461606</link><pubDate>Fri, 06 Mar 2009 07:21:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9461606</guid><dc:creator>Jeff Fisher</dc:creator><description>&lt;p&gt;I am also having this issue (just started) where tmail.exe starts consuming 100% of the CPU. &amp;nbsp;Windows Mobile 6.1 on a Moto Q&lt;/p&gt;
&lt;p&gt;Manan-&lt;/p&gt;
&lt;p&gt;Did you every find a workaround for this?&lt;/p&gt;
&lt;p&gt;jeff.fisher@gmail.com&lt;/p&gt;
</description></item><item><title>re: Small change to SMS interception</title><link>http://blogs.msdn.com/windowsmobile/archive/2005/07/09/437189.aspx#9470520</link><pubDate>Wed, 11 Mar 2009 17:06:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9470520</guid><dc:creator>Bob</dc:creator><description>&lt;p&gt;Is there any way to prevent the screen from powering-on when an SMS is received? &amp;nbsp;All of my other intercept features are working great, and I power the screen off once I get the message, but it looks like the (otherwise sleeping) device is &amp;quot;flashing on&amp;quot;. &amp;nbsp;Thanks!&lt;/p&gt;
</description></item><item><title>re: Small change to SMS interception</title><link>http://blogs.msdn.com/windowsmobile/archive/2005/07/09/437189.aspx#9470527</link><pubDate>Wed, 11 Mar 2009 17:11:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9470527</guid><dc:creator>Bob</dc:creator><description>&lt;p&gt;IRT to the CPU at 100%, you should check the registry to see what is loading as part of the mail inbox rule. &amp;nbsp;You can confirm that it's actually loading when you receive a msg by looking in the Remote Process Viewer by highlighting tmail.exe in the Process window, then look at what modules are loaded. &amp;nbsp;You can also use the RPV to kill the TMail process to confirm that's what's really eating up your cpu.&lt;/p&gt;
</description></item><item><title>re: Small change to SMS interception</title><link>http://blogs.msdn.com/windowsmobile/archive/2005/07/09/437189.aspx#9470529</link><pubDate>Wed, 11 Mar 2009 17:12:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9470529</guid><dc:creator>Bob</dc:creator><description>&lt;p&gt;IRT to the CPU at 100%, you should check the registry to see what is loading as part of the mail inbox rule. &amp;nbsp;You can confirm that it's actually loading when you receive a msg by looking in the Remote Process Viewer. &amp;nbsp;Highlight tmail.exe in the Process window, then look at what modules are loaded. &amp;nbsp;You can also use the RPV to kill the TMail process to confirm that's what's really eating up your cpu. &amp;nbsp;It's a start...&lt;/p&gt;
</description></item></channel></rss>