software to replace standard sms/email handling in wm6.5 - Windows Mobile Apps and Games

I googled and xda-ed but I cannot find software to replace the standard sms/email software in wm6.5.
Any ideas?
tx!!!

nobody?...

I was looking for the exact same thing just now lol. Yea is there any better software for sms handling?

vito sms for messaging. I don't know about for email though

Related

SMS picture messages (EMS) through Pocket PC phones

Hi guys, I am looking for some way (software ?), that enables the XDA/Qtek to send and receive SMS picture messages (EMS) -not MMS- using only the GSM network and not the internet, and that is, of course, a stand alone function, I mean by this without having to use a Nokia GSM phone or any other GSM phone.
Thanks for your help
All you really need is an app that associates a particular SMS string with a particular picture. You'd then install this app to both devices - sender and reciever.
You'd open you app, pick a picture and hit send. The app would then send an SMS string, say, 'picture1' via SMS to the receiving xda. That unit would have the app running that would pick up the SMS 'picture1' and, having associated that string with the picture you want (presumably picture #1, for the sake of argument) will display that picture.
That's effectively all EMS does on other handsets (not quite, but effectively) - that's why you can't usually see EMS sent between different devices. Different devices from different manufacturers set up the (proprietary) EMS in different ways.
Try the Philips C12 to the Nokia 7650, for example, then you'll see what I mean.
Tekflow - I think you're talking about EMS - ie the SMS extension 2bit picture format made popular by Nokia phones. I quite miss this, as most of my friends have Nokias, and I often used to send EMSs to them with my 9210.
I've looked into this myself a bit for PPC/PE - the situation's not too good:
Sending is relatively easy, just build the SMS in the correct format and send it out, however receiving it is a nightmare.
Unfortunately, Microsoft have made a complete mess of SMS receiving functionality on the PPC/PE OS, only one single application can ever have the SMS handle open for receive at any one time for a given message protocol (and these are not very fine grained basically Text, Notification, WDP, WCMP, Status and Raw).
This application by default is the SMS handling application of the PocketPC/PE. So basically, you can't use it otherwise you loose the default handling.
On Symbian, it's sooo much easier. There's a 'chain' of receivers, so you just register for a particular message, scan it, and if you don't want to process it, you just pass it on to the next application in the handler chain.
It might be possible to completely rebuild the SMS handling application from scratch, get rid of the default handler, and replace it with your own, however there's quite a lot going on under the surface with SMS handling, so this would be extremely difficult.
One thing you could try is getting the messages after they have been received and placed in the inbox using MAPI. I'm not sure if this would work, as IMHO MAPI is a hopeless API too, and propably would bletch at a SMS type that wasn't plain text. It's worth investigating though.
There are two EMS softs for Pocket PC but not for the "Phone Edition".
These softs used AT commands instead of RIL API.
But as with last ROM it is possible to have access to internal modem with AT commands, these softs should work now.
eMood Messenger for Pocket PC :
http://www.emoodsoft.com/doc/emm for ppc.htm
Pocket Presence SMS Manager :
http://www.pocketpresence.com/smsman.asp
But EzOS (developer of EzWAP 2.5 MMS) proposes MobyKit, a library to develop SMS/EMS/MMS :
http://www.mobykit.com/tech_messaging.php
Anyone knows if there is a possibility to send and receive picture messages (EMS, not MMS) using XDA II ? All the available software I found are not compatible with Pocket PC Phone Edition.
I'm looking for the same as well.
Worse still, the PPC or WM2003 default SMS software does not even NOTIFY or do anything when it received an EMS message. In fact, it did nothing .. I suspect it ignored anything apart from SMS, it didn't even store ANYTHING from an EMS. Some normal phones at least receive the EMS but display garbage on SMS, on Xda II -- zilch !!! NOTHING. Try it.
Smart GSM
Guys, I think Smart GSM is the solution. Try it and let me know the results.
http://www.smartsoftworks.com/download/
ems 4 qtek 1010
do this program work for pocket pc phone edition like qtek 1010 (xda)?
did anyone send or receive a EMS successfully ?

I can't receive vCards by sms, is it just me?

In my XDA with AT&T latest ROM, I can't receive any vCard by sms! I've tried sending them from my Nokia 6310i both in single phone number and full details mode. The Nokia phone says the vCard has been sent but I don't get anything in the XDA. Sending vCards by sms to other phones obvioulsy works.
Is it just me? Is it a bug or is it a 'feature'?
thanx
PS: do you know of any XDA proggie that will receive/send vCards?
Yeah, me too. I think it must be the setting problem.
However, I don't think anyone can answer me in HK cause I am using WM2003 with ExWAP v2 (downloaded from Yoret.net).
The setting I can see from the official CSL website couldn't tell me how to set it up with my xda1.
cant claim i know what vcard really mean but google give some hits when you search on vcard pocketpc
http://www.google.dk/search?hl=da&ie=UTF-8&oe=UTF-8&q=vCard+pocketpc&btnG=Google-søgning
I have never tried sending/receiving Vcards via SMS, but I have sent & received via IR.
PPC 2003 allows you to receive vCards into contacts and Calendar...however not via SMS indiginously. You need a 3rd party application to do that. If you do a search for "SMS" at either http://www.pocketgear.com or http://www.handango.com you will find the app I'm talking about. Cant remember what its called though, easy to find click through all the pages. :wink:
Thanks for your answers. All soft I have found just manages the vCards stored in the PocketPC. Some let you even send them through email. But I have not found any program that emulates Nokia phone's capabilities of receiving an specially crafted SMS with the vCard inside.
I find interesting is the fact that when you send an sms with an vCard inside from a Nokia phone to another phone (without vCard funcionality), it displays the message in raw format:
BEGIN:VCARD
VERSION:2.1
N:John
TEL;WORK;VOICE:5551234567
END:VCARD
However, my XDA I (WindowsCE 2003) silently ignores such sms while it's happy to receive regular ones!!!
This vCard through SMS capability is probably Nokia-specific... it would ne nice if some one implemented it for PocketPC devices. I'm sure there's a market for it!

sms

hiya
recent convert from mobile to pda
does anyone know if we can stick smilies or ems pic on our sms
or even receive them :?:
no the sms recieve part of the OS dont support ems and cant be made to wihtout rewriting parts of windows ce
but people said that it could be made to send ems if parts of outlook were changed to made those ems codes
you can of cause make manual smilies like
Is the change really that serious? I thought the SMS receiving function was only handled by one DLL called SMSReceiver_DLL.dll.
I have tried sending an EMS from a Nokia phone to Xda II, unfortunately I got no response from Xda II at all, I mean NOTHING, no notification, no garbage characters SMS in Inbox (tmail.exe), not a single sign of any incoming sms or anything!
I suspect that this SMSReceiver thingy is written to handle SMS only, and anything with a header which does not comply to a normal SMS, namingly EMS -- IT DOES NOTHING! This is most unfair.
yeah that might do it
of cause you would also have to make some application to make then
and possibly view them something like mms compose
i dont think that outlook and display pictures like that
of cause i could be wrong
also composing them would also prob be an issue with outlook
i think that phonecompany's and cellphone makers are pushing mms these days so i doubt that it will be in the xda3
do the newer nokia and sonyericsson even support the std anymore ?
Rudegar said:
also composing them would also prob be an issue with outlook
i think that phonecompany's and cellphone makers are pushing mms these days so i doubt that it will be in the xda3
do the newer nokia and sonyericsson even support the std anymore ?
Click to expand...
Click to collapse
there was a program by eMood soft which handles EMS message (sending & receiving) but it's not designed for Phone Edition. I installed it, it looked good but too bad it can only work via Com ports, IR, Bluetooth etc ... Can't use it on Xda II at all. And the website for this eMood seems to have shut for good. No sign of any other software that works under WM2003 Phone Edition.
Well, as you said most providers are now pushing for MMS ... but in many Asian countries, EMS are still widely used for leisure. And for new Nokia phones or SE phones (even P900), EMS seems to be pretty standard.

Chronological display in threaded messaging

hi all,
actually i never want to make a new thread for this, but i've searched for all related post regarding this problem, and i got nothing. Well, the closest solution that i've found is the Zenyee's disable htc messaging interface application, but even that is not working for me.
the problem is the sms messages display in chronological manner, even though of course the threaded messaging option is "ON" by default. This problem only occur if you open the sms by using the manila sms interface (or directly by tap the sms tab), but if you open the sms conversation by using the WM, it looks just fine. I know, maybe it's a porting bug that hasn't been able to be solve (or maybe it isn't).
I just wanna know if anybody has a same problem with me. If yes, what have you done to solve this problem? and one more thing, is there anyway to change the shortcut of the sms tab, so when you tap the sms tab, it takes you to the WM sms display, instead of taking you to the manila sms interface?
i'm using ROMeOS V3.O1 WWE. WM 6.5 . MANILA 2
i'm really thankful and appreciate for all the response to this post.

[Q] HTC messaging Client

hi, I'm running the newest energy rom without HTC's messaging. I like the Windows messaging a lot better, but I constantly have problems with sending and receiving MMS. The biggest and most common problem is the message won't send, and I can't receive any until I send one, which requires restarting the phone. (I think)
I never had a problem with the MMS with HTC's client, so which version of HTC's client runs the best? Usually they lag while using SWYPE, so I'm hoping there is a CAB for one that doesn't.
Thanks in advance.

Categories

Resources