PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Re: Recieve RAW/binary SMS WM6, C#, CF3.5?

Reply

Re: Recieve RAW/binary SMS WM6, C#, CF3.5?

 
Thread Tools Rate Thread
Old 16-04-2008, 02:50 PM   #1
Peter Foot
Guest
 
Posts: n/a
Default Re: Recieve RAW/binary SMS WM6, C#, CF3.5?


The built in SMS providers do not support raw messages and when they are
stored in the message store the body is discarded and replaced with the text
you see. The solution is to create your own custom sms provider to handle
raw messages, this must be done in native code and requires access to the
Adaptation Kit for Windows Mobile and must be code signed. We wrote one of
these a while ago for a client. I think at the time we were using Windows
Mobile 5 but I don't think anything has changed in this regard in WM6 or
6.1.

Peter

--
Peter Foot
Microsoft Device Application Development MVP
www.peterfoot.net | www.inthehand.com
In The Hand Ltd - .NET Solutions for Mobility

"Bjorn Brox" <bpbrox@gmail.com> wrote in message
news:RdWdnVsCOrL_bpjV4p2dnAA@telenor.com...
> Hi!
>
> Is there any way to intercept incoming SMS'es from a specific number,
> and read the body as a sequence of bytes/RAW data?
>
> I have tried using a MessageInterceptor as described in
> http://msdn2.microsoft.com/en-us/library/bb932385.aspx
> but the Body in the recieved messages simply contains a text that tells
> that the message cannot be viewed. "Innholdet i denne meldingen kan ikke
> vises"
>
> I know that the SMS message, which comes from a server, is binary, i.e
> not Unicode, and I know how to decode it - I just need to get access to
> the raw content.
>
> I am using Compact FrameWork 3.5, Windows Mobile 6.0, C#
>
> --
> Bjorn Brox


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off