PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Re: Recieve RAW/binary SMS WM6, C#, CF3.5?
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Re: Recieve RAW/binary SMS WM6, C#, CF3.5?
![]() |
Re: Recieve RAW/binary SMS WM6, C#, CF3.5? |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

