WM6 Message Interception - Windows Mobile Development and Hacking General

Hi, i downloaded the Windows Mobile 6 Standard Software Development Kit then installed it and created a new WM6 Project with these:
Imports Microsoft.WindowsMobile.Forms
Imports Microsoft.WindowsMobile.PocketOutlook
Imports Microsoft.WindowsMobile.PocketOutlook.MessageInterception
but how come the application cannot intercept the incoming sms on WM6 smartphone? I tried it on a WM5 smartphone device and it worked.
Any help guys?

I've got absolutely no idea about Smartphone stuff - but is it possible that the tighter security model on the Smartphones requires a developer's certificate and signing etc?
V

hi Vijay, thanks for the reply. If it needs signing, how do i do it? also, i forgot to mention that the application did run on WM6, the only problem is the message interception part. It was not able to intercept the incoming sms, instead, it went diretly to the Inbox.

any help on this?
i tried this on my wm6 emulator and the application was able to receive the incoming sms. On a real device, it can't.

oldsap said:
any help on this?
i tried this on my wm6 emulator and the application was able to receive the incoming sms. On a real device, it can't.
Click to expand...
Click to collapse
Even I am facing a some what same problem.
On one of the roms it works like charm and on other it just refuses.
I am doing some more testing and if anything concrete will let u know.

thank you for the reply. i thought i was the only one having this problem. i'll be eagerly waiting for the reuslt sir.

Related

Experience of sending and receiving SMS from a custom C# app

We have an application that was written for the ipaq 3970 with a PCMCIA jacket and a GSM card,(normally nokia cardphone). We sent and received SMS messages via standard AT commands. Our code was initially VB but we had to rewrite it using c# for performance reasons.
Has anybody managed to write an app for the XDA ii to send and receive SMS messages? If so how did you manage it, ie via AT commands or some other integrated API that is available on the XDA.
Does any of the XDA embedded software interfere or prevent a custom written app from intercepting SMS messages?
Any tips or pointers would be very much appreciated before we commit to buying a XDA only to find that it will not work as we intend.
Did you look at OpenNetCF? They have some .NET classes for sending/receiving SMS messages and interacting with the SIM.
Let me know if that does it for you.
Cube
thanks, at first glance it looks to be a top link for exactly what we want to do. I'll let you know how we get on,
Have you used theses classes yourself for sending/receiving SMSs?
cheers,
L
Cube
thanks, at first glance it looks to be a top link for exactly what we want to do. I'll let you know how we get on,
Have you used theses classes yourself for sending/receiving SMSs?
cheers,
L
port gnokii to wince.
there is a opensource project that's name is gnokii, that's work in most unix system and win32,
can send or read sms with serial base GSM modem, it writen in c.
http://www.gnokii.org/
Hope can help.
gnokki
Thanks for the gnokki link although I think porting it to CE would be a headache and it doesnt seem to support the XDA.
It might come in usefull elsewhere though.
Has anyone used software from a company called Derdack to manage the sending and receiving of SMS messages on windows platform?

SMS program

Hi Folks,
This is my first post, although I've owned my XDAIIs for several weeks and I've ROM'd it to the iMATE 1.4 ROM. So I've had a good play.
I was looking at smsOrganizer (from Jeyo) which is badly supported (and it ain't free) and I wondered why I (we) couldn't write something to do the same thing, for free.
Is there a forum for this kind of activity, or could someone point me in the direction of some exmples of how to pass data between the PC and phone?
Best regards
AndrwB
Andrew, look into RAPI: eg here
http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnarppc2k/html/ppc_teapppi.asp
Development and Hacking is the right place for this kind of query...what do you want the app to do?
V
Hi V,
Basically I want to control the SMS message transfer on my XDA from Outlook, just like smsOrganizer.
Re. your link, I think we've got those? but I generally write embedded C, non of this fancy C++ stuff :-((
AndrewB
Hi V,
I just tried this :
http://support.microsoft.com/default.aspx?scid=kb;en-us;307256
And I can now copy files to and from my device
Not bad for 1 hours playing, specially as I've fixed 2 work related bugs too )
Andrew B
Good stuff.
I'm just learning C++ actually, I never learnt C, coming from self-taught VB on the PC.
RAPI is the way to do most PC<>PDA communications, although right now I'm only just getting into sms stuff. It'd be easy enough (I think) to write an interface to create an SMS on the PC in text, transmit that to the PDA and then SMS it off, but the backend of it would require some implementation.
Keep us posted though!
V
99% of c programs should compile and work just fine on
c++ compilers and you can write c++ programs without using
oop in which case they are pretty much c programs
From what I've read it looks as if you need to write an app to sit on the device and another app on the main PC. The app on the phone just acts as an agent passing data between the sms services and the PC.
Anybody got any ideas?
AndrewB
Yipeeeee
I can now write a DLL that sits on the device and I can write a C++ application on my PC to communicate with it
Now to start reading some text messages from the device to the PC......
Does anybody know agood way to send and recieve SMS ?? I would also like to edit the text and pass it to an Edit Box.
I am not too sure about the available API's that will let me do this.
Please HELP :shock:
Hey , i would like to send and recieve SMS on my xda2. Also pass the recieved message into an Edit Control. Does anybody know a good way to do this ??
I know about the SMS API but i am unaware of others. Pleas Help !! thnkx
SMS Auto sending
Hi everybody,
Is there a way to auto send all sms in draft? Basically, every sms in draft folder needs to be send one by one by ticking send button.
OK,
I can now send a text message from my PC to a DLL on my phone using RAPI, then send a SMS using MAPI.
The trouble is I can't get the subject and body fields to display correctly on my XDAIIs. Also I can't get the Name to appear instead of the number.
I'll try to post the code later on the understanding that it is FREE and we pool our experiences/knowledge.
Here is the code for the DLL and the PC program. Just press one of the keys on the tol bar to send the message. The number and message are hard coded.
There are ABSOLUTELY NO guarentees with this code, use it at you own risk.
can it recieve SMS as well ?? Has any body thought about other API's to use for sending and recieving SMS's maybe ?
Well.... Not yet.
This is my first ever .net VC++ program !!!!
There are lots of code snipets around but no full source code.
This is a work in progress project hence it is in the "Development and Hacking" fourm.
If you'd like to add some functionality to it......
I am asking because there seems to be a problem when trying to recieve SMS with SMS api as the HANDLE is already attributed to the messaging application (inbox/draft/outbox).
I believe you are using RAPI ? However i do not understand this API that well could u specify a bit more ?
Thanks for your help.
Hi nutitija,
I'm only using the RAPI function to pass parameters from my PC to the XDA. The actual sending of messages is done using the MAPI in the XDA.
My biggest problem is getting the subject/body and from fields to display correctly in the different XDA mail views.

SMS lock

hi, is there an application that I can use so that a password is needed to access my sms folders?
Try 'smart inbox'. Search on the net for link
But it replaces the default/original SMS Inbox and uses its own Inbox.. i just want to stick with the default MS inbox.
You could try this from www.zedsoft.net its called smsorganizer. It has similar features to smart inbox and uses the default inbox. The downside is it doesnt lock the inbox but it does hide any confidential sms you may get :wink:
On a side note does anyone know of any software like this that works with wm5?
Chris
USE SIMMON SOFT SMARTLOCK FOR LOCKING SMS FOLDER
deadmetal said:
You could try this from www.zedsoft.net its called smsorganizer. It has similar features to smart inbox and uses the default inbox. The downside is it doesnt lock the inbox but it does hide any confidential sms you may get :wink:
On a side note does anyone know of any software like this that works with wm5?
Chris
Click to expand...
Click to collapse
smsOrganizer is now avaiable for WM2005!!
deadmetal said:
You could try this from www.zedsoft.net its called smsorganizer. It has similar features to smart inbox and uses the default inbox. The downside is it doesnt lock the inbox but it does hide any confidential sms you may get :wink:
On a side note does anyone know of any software like this that works with wm5?
Chris
Click to expand...
Click to collapse
smsOrganizer is now avaiable for WM2005!!
does any1 know how this guy makes his program send u a msg telling to the d/l the latest version when you try using the program?
ie i went to start smsorganizer today, and it doesnt start, but comes up with a pop up asking to check the website for the latest version...
how does anevemkovacs get the program to do that ?
does he have access to control the program even though i haven't been online for months...
can i use 4 xdaII
thank you very much
Any one know any soft like this that works for WM06 ?. thanks a lot!
Secure SMS
KriptoSMS™ is easy to use program for preventing unauthorized persons to read your SMS messages as they travel across network, as well as those already stored on your phone.
KriptoSMS™ is program for securing SMS communication, as well as securing ordinary SMS messages by storing them in special password protected inbox.
Numberz said:
does any1 know how this guy makes his program send u a msg telling to the d/l the latest version when you try using the program?
ie i went to start smsorganizer today, and it doesnt start, but comes up with a pop up asking to check the website for the latest version...
how does anevemkovacs get the program to do that ?
does he have access to control the program even though i haven't been online for months...
Click to expand...
Click to collapse
jsut backup(via spb backup) and remove all the msgs of 30, 31 and 1st date and reinstall the application.

Flash messenger v1.5 released!

Hello guys,
Know you've been waiting for this and its been a long time as we were busy on working with our new site.
We are proud to release Flash Messenger v1.5 with contacts support. Feel free to comment here or there in our forums.
http://www.PocketPC-Live.com/flash-messenger.html
CartyStudios, Inc.
Flash Messenger v1.5 for POCKET PC
This is a small software for your POCKET PC, that helps you in sending Class0 sms, where the message on delivery, will directly Flash on the recipient’s screen. The message will not get into inbox and hence cannot be saved. However, some devices can save the message.
Whereas in some devices (Recipient’s device) like O2 Atom, Sony Ericson.., the sender’s number is also withheld.
sounds great, but what does the above mean, can i send to any phone or just pocket pc's ...
Not working with WM5 or something is missing. Installed 3 times but no luck
great thing to add contacts working just fine in wm2003 on my magiciam.. the sms can be sent to any sms capable receiver, inly thing is that sms will look a little bit stranger
yeah this does seem a bit pointless considering you wont always know what type of phone the person on the other end will have and how the sms will be recived.
Guys, did you try installing to the default folder? Program files\flash messenger? Still getting the security error?
I've installed it in program files and moved to storage, works really well
is it support Hermes?
Carty said:
Guys, did you try installing to the default folder? Program files\flash messenger? Still getting the security error?
Click to expand...
Click to collapse
yep. QTEK 9100 (Wizard) here. WM5.
SecurityException Access Denied.
Marshal2::ThrowExceptionForHR+Ox26d
etc...
it's gone?

Sending Unicode SMS messages via mobile phone from PDA

Hi,
I need your help to find out a software that I can use my HTC Touch Cruise to send and receive Unicode SMS messages via mobile phone.
I searched over and didn't find out a software that works with WM6. Can you help me to find one?
Thanks
Is it that hard to get?!
It looks like I am asking soming not easy to get! I did almost two weeks search for workable software. I only found one software which is called Instant SMS Sender. I tried it and it works. But it doesn't have must features like Indovisi SMS.
I hope someone can come up with better one. Lets look who is the Hero
Thanks
I found a very simple freeware software which is called zSMS v0.6. I tested and it works. It doesn't allow me to type unicode SMS. Did any body test to send unicode SMS using zSMS software?
Thanks
Try using Simple SMS V5.0 (For WM5 & WM6), and you may find your luck, depending on what type of handphone you are using.
Well, I still prefer Indovisi SMS but I am having the same problem with you.
Let me know if you find any better software too..

Categories

Resources