[REQ] Develop appointment push solution - Windows Mobile Development and Hacking General

Hello
I have spent the day searching but not found what I need
What I am looking for is a way to send data about an up coming appointment to my or any ppc it will be from a data base of an on line booking system and send all the jobs to the employee and display them in the calendar or on the today screen
Any help would be appreciated and I don’t mind paying or donating ………
thanks in advance......

It sounds like you need to get in a proper Windows Mobile developer to help build this application.
Without knowing what the "on line booking system" is - no one can connect to it.

html email or sms ….or so im told
Thank you for the advise it can be created with what ever the best interface would be ...that’s why I thought I would get some advise …but it could be html email or sms ….or so im told

Check out these great articles on SMS based push:
http://www.koushikdutta.com/search/label/Push
http://www.christec.co.nz/blog/archives/508

Related

SMS: contacts group, distribution list, categories... NO ?

I can't imagine I just got the latest toy and the whole thing made a step backwards...
I cannot send an SMS to a specific group of people among my contacts if not choosing each of them one by one each time...
I have many different group of people I send SMS' to and I was used to have lists on SmartSMS while using a SmartPhone and also distribution lists and categories on Outlook while at the desk...
With Wizard it seems there are no solutions... I have tried almost all of the trial SMS managers out there, but it seems I have no luck...
I've spent the last two days looking for a solution (either within WM5 or as an addon...). No luck...
Do you have any hint ?
Is there anyone wishing to develop something like above explained ?
Thank you very much...
Best regards...
Mix
Yeah, im also intressted in sending sms to a group.
Me too, plz let me know if you find some solution...
for a OS of such quality it is an appalling lapse by MS
We should all email them a support question and ask them if it will be included in the next release??
Re: for a OS of such quality it is an appalling lapse by MS
peteborota said:
We should all email them a support question and ask them if it will be included in the next release??
Click to expand...
Click to collapse
I've tried a little bit to use InfoSharp to send SMS to contacts within a category (fortunately there is such chance on this small and nice program...). The program itself is not yet "finished" but it does the job...
I'll post my suggestion to the developer, hoping that growing, it will become better.
About sending our comments to Microsoft: well, I personally think it would be nice, but it would be nicer if our suggestions could be "understood" in any way. It seems to me this rarely happens.
Not to mention the function I'm looking for was present in WM2003SE !!!
Maybe too many shrimps are eaten within MS... ;-)
Ciao
Mix
P.S. Actually ANY SUGGESTION on this matter would help, as it seems there still is not solution...
Hi guys have found an app for sending sms by category group
The app is called 'simplysms' and is developed by a company called visual IT.
It's not windows 5 compatible at the moment although I am waiting for a response from the developers.
I'll keep people posted.
Website: www.visualit.co.uk
SimplySMS mobile 5 will be released in the new year.
good news
Re: Hi guys have found an app for sending sms by category gr
peteborota said:
The app is called 'simplysms' and is developed by a company called visual IT.
It's not windows 5 compatible at the moment although I am waiting for a response from the developers.
I'll keep people posted.
Website: www.visualit.co.uk
Click to expand...
Click to collapse
Is seems they have no plans developing any WM5 version of such program, otherwise something would have appeared on their website...
I think then there is no other option to keep a Nokia phone in my pocket too... but then I don't need an HTC pocket PC... I can run with another one with no phone functions as I did in the past...
Any other news ???
Ciao
It is very helpful utility if we can find it
if we can have such an application it will be very greate
SimplySMS for windows 5 will be launched in March
Had an email from Visualit the makers of simplysms. They will be releasing a windows mobile 5 version of the software in March this year.
It will allow users to send a text to a outlook category of contacts.
Hold on it's round the corner.
Re: SimplySMS for windows 5 will be launched in March
peteborota said:
Had an email from Visualit the makers of simplysms. They will be releasing a windows mobile 5 version of the software in March this year.
It will allow users to send a text to a outlook category of contacts.
Hold on it's round the corner.
Click to expand...
Click to collapse
march ? March ? MARCH ???
It's on next century !!! I'll have switched to another phone by that date...
I'll have to wait then, but I'm looking around for another solution... pretty tired of hand-choosing between my contacts...
Thanks a lot anyway... the fault is not yours... it's MS' first of all...
Ciao
You could create a shortcut with the recipients pre-listed. E.g.
Text message colleagues.lnk
32#"tmail.exe" -to "06xxxxxxx; 06xxxxxxx; 06xxxxxxx" -service ""
Will prompt the messaging app with a new message. If you last used Hotmail/whatever, though - it won't start a new text message, but a new e-mail/whatever.
If you want to be able to pick the account, use instead:
32#"tmail.exe" -to "06xxxxxxx; 06xxxxxxx; 06xxxxxxx"
If you want to add a default message, use :
32#"tmail.exe" -to "06xxxxxxx; 06xxxxxxx; 06xxxxxxx" -body "Text here"
-----
You can also use vijay555's VJSMS to always send a text message, regardless of what account you're in.
32#"\Program Files\vijay555\VJSMS.exe" "06xxxxxxx; 06xxxxxxx; 06xxxxxxx" -body "Text here"
http://www.vijay555.com/index.php?Releases:VJPhoneTools
-----
Essentially, all the above are more like 'templates' than they are group text message tools. If you have a new person you want to add to a 'group', you'll have to manually adjust the shortcut.
On the other hand - it's available now, and freely.
ZeBoxx said:
You could create a shortcut with the recipients pre-listed. E.g.
Text message colleagues.lnk
32#"tmail.exe" -to "06xxxxxxx; 06xxxxxxx; 06xxxxxxx" -service ""
[...omissis...]
Essentially, all the above are more like 'templates' than they are group text message tools. If you have a new person you want to add to a 'group', you'll have to manually adjust the shortcut.
On the other hand - it's available now, and freely.
Click to expand...
Click to collapse
Thank you very much for the helpful hint... the main problem anyway is always the same: I use distribution lists so I don't have to bother on updates of contacts details. I just keep them updated and I have the result.
There is anyway a major problem on the hint you just gave me: line limitation...
WM5 accepts for example multiple recipients on the "To:" field but the problem is I still do not know which is the maximum number (I suppose it depends on how long the "To:" field can be, maybe max 255 char.).
The same problem applies to your hint: I suppose there is still the limitation of 255 chars... or not ? ;-)
Thanks anyway.
yeah, I have no idea what the maximum length is
Of course, for Dutch numbers, 10 chars length, 11 if I include that semicolon, that's still 25 numbers Sending an SMS to 25 people should be more than enough for me
You could also write a mort script to call VJSMSSend a gazillion times :>
The former issue is the bigger one - I hate updating lists, myself. There shouldn't be anything holding developers back from implementing mailing lists, using info from the contacts POOM, and setting up SMS's (setting up and sending an SMS is a MSDN example, so.. pff)
I'm no developer, though - I just managed to get "Hello world" running a few days ago, and then I got sick - so no long computer times for me
SMS Distribution Lists
Having Upgraded to a qtek 9100 from a nokia 9300 communicator for better windows/outlook compatibility etc, I have been searching for something to fill the gap for SMS Distribtion lists.
I understand from reading other posts than previous versions of Windows mobile did offer this, aswell as being able to play different ringtones depending on chich caller group a call was originating from.
Has there been any new information on SMS Distribution lists for the HTC Wizard phones?
Also, is there any way to actually just select "send new txt message" rather than go to messaging and browse to the correct account/ folder to achieve this?
Regards
Jass
Re: SMS Distribution Lists
jasvinder said:
Having Upgraded to a qtek 9100 from a nokia 9300 communicator for better windows/outlook compatibility etc, I have been searching for something to fill the gap for SMS Distribtion lists.
Click to expand...
Click to collapse
Welcome in the "unsatisfied club"...
I understand from reading other posts than previous versions of Windows mobile did offer this, aswell as being able to play different ringtones depending on chich caller group a call was originating from.
Click to expand...
Click to collapse
I have never seen, nor in previous versions, a real "group" as we were used with Nokias...
Some thirdy party programs do that anyway (and it's good enough such programs exists...).
Has there been any new information on SMS Distribution lists for the HTC Wizard phones?
Click to expand...
Click to collapse
Unfortunately, no... I have been looking around for a lot of time and finally I found a solution: I kept a Nokia 6230 in my bag, just for this kind of use...
I know, it's stupid... but much more less stupid than preventing me using this feature on a WM5 device !!!
Also, is there any way to actually just select "send new txt message" rather than go to messaging and browse to the correct account/ folder to achieve this?
Click to expand...
Click to collapse
Different approach: select the contact you need to send the SMS to and select "Send new SMS" from the options. You'll have the editor opening with the "To:" field already filled...
Hope this helps a little...
Ciao
Re: SMS Distribution Lists
jasvinder said:
Also, is there any way to actually just select "send new txt message" rather than go to messaging and browse to the correct account/ folder to achieve this?
Click to expand...
Click to collapse
Download the attached file, extract the included shortcut to your PPC, and run it - see if that works for you. If it does, you'll note that there's "to" and "body" fields that you can fill out if you want (e.g. a pre-composed message to your boss saying that you'll be on your lunch break)
For some more advanced SMS stuff, try VJPhoneTools:
http://www.vijay555.com/index.php?Releases:VJPhoneTools
Or one of the many commercial SMS apps
The download when unzipped only contains a shortcut which is not valid.
CAn we download it from your website?
it's supposed to only contain a shortcut
Code:
32#windows\tmail.exe -service "SMS" -to "" -body ""
If you don't have a "tmail.exe" in your device's "Windows" folder, then indeed it's probably invalid. Try searching for that file on your device, see if it's elsewhere. If it's not, or you can't find it, just use one of VJ's tools instead
Group sms
O2SMSPlus is out and about, it's for wm5 and does group sms.

New Project - Auto SMS Reminders

Hello people,
As y'all know that im new to this PPC development, Ive been into a new project to send sms for Birthdays and other reminders automatically..
Im planning to do with my only known language of Visual Basic .net and that too 2003 edition as i couldnt afford the latest 2005 edition..
So my plans to follow these steps..
-To send sms at the specific time (Accomplished)
-To set a database and store the sms events and so many sms events are handled
-To get the dates from Pocket Outlook database and add to mine
-Well it keeps goin as updates then
So any comments, suggestions and ideas are welcomed!
Regards
Carty..
-----------------------
Ultimately Secure your devices
visit: www.angelfire.com/planet/cartystudios
I use the application to run always in the background and check for the time every minute and if it matched, to send the sms.. This method not working when the device is in sleep mode So pls help me..
Regards
Carty..
Hi Carty,
I wonder that whether your project completed or not. I have the same idea with you and I search your topic . I think this is a useful chalenge for novices who want to get into the world of PPC application.
I'm trying develop an application for sending and reading SMS automatically. I would appreciate if you could give me some guide lines how to send/receive sms, etc.
For the problem of your application with background process, I think that you may think of the alarm function , it also runs while the device is sleeping.
Tks n best regards.
[email protected]

MASS Texting

I tried searching but prolly used incorrect keywords.
I was using a software on PPC2003 called SendSMS which I realize won't work on WM5. The beauty of this software was that I was able to text to a specific or multiple category of people. I tried to look for WM5 capable software but none offer this specific feature. Any suggestions.
Thanks
Lo
While composing a text, click menu, add recipient. You can use this to send a text to multiple people.
There is a way to use your PC to do this, but I'm suspect of what you would want with this. If you're planning on using SMS for spam, I hope your house burns down. :x :evil: :twisted:
xenos said:
If you're planning on using SMS for spam, I hope your house burns down. :x :evil: :twisted:
Click to expand...
Click to collapse
There aren't any anonymous text relay servers in china... Chances are, if used for spamming, his house will burn down, and he'll prolly take a fall down the stairs...
Grup messaging is possible with O2SMS plus, I found the .cab somewehere in this forum or maybe I googled it can't remember
haha..not using it to spam. I run a softball league and I send the weekly standings a schedule to 180+ players. I also dj on fridays and saturdays and send my weekly location to friends.
Hi,
I also need to send a mass text but cannot figure out a quick way of doing it.....I remember on my Blue Angel that from a text your could 'Select Receipient' from your list of contacts, and they would have Check boxes next to them. So you just went through the list and checked who you wanted including, clicked ok, and they all appeared in the 'To' box...
This feature however does not seem to be on my Mini S - (ROM: 2.21.4.101)
Anyone got any ideas?? And before I'm asked, no I'm not a spammer, my wife is due to give birth on 23rd Jan so need to text millions of nosey friends and relations...
Thanks in advance..
HPJ
Likely a dead thread but what the hell,
http://www.freewarepocketpc.net/ppc-download-group-sms.html
Program called Group SMS, its free and works great on my Sprint Touch
try this cool freeware, its called rjv sms scheduler
Free SMS scheduler for your Pocket PC. Now works with Windows Mobile 6.0 (QVGA and VGA).
Features:
• Unlimited number of scheduled SMS
• Unlimited recipients (individual contacts and groups)
• Send to Group facilty (scheduled or outright)
• Program doesn't run in the background
• Schedule resumes even when screen is OFF or after doing a soft reset
• Notification for each sent message
• Supports landscape (QVGA) screen mode
• Best of all it's FREE!!!
http://www.airfagev.com/

devloper and hacker app of the year.. chat style sms... from the treo 750v

This app will be for all wm devices.
This is an ongoing project that is in need of some of you guys expertise. The rom of the treo 750v has been dumped and is in need of hacker and developers. The treo 750v has features that NO OTHER wm device does. Like the threaded sms messaging, which is sms in a chat style form.
http://www.palm.com/sg/products/smar...messaging.html is a little more about how it works and what it does.
http://forum.xda-developers.com/showthread.php?t=279758 is a thread in the xda-treo forum, but I feel need to be here due to the fact that it will be for all wm devices and is in need of developers and hackers.
Attached is the rom dump.
Thanks, Cody
in many countries you pay pr. sms much more then you'd pay to send text over grps so for most ppl msn, skype or other IM clients would do the same thing only much cheaper
I am really not sure what the hype is about. Haven't used SMS in a long time a with 100MB data package, I have to agree with Rudegar even the built in MSN messenger is better.
Any way I thought you should know that what you posted is not a ROM dump and cannot be used to extract the app.
Interesting you say that. If you have kids sms messaging is almost a requirement. It is extremely popular with the younger generation. I find myself using it more and more. I have friends that send over 3k sms messages in a month. A threaded sms app sure makes it a much better experience.
The rom dump thread was moved by someone over to the treo section for those wondering where it went. The dump is on the ftp server.
ftp.xda-developers.com
userid: xdaupload pw: xda
file: treo750vrompartial_bcaslis.zip (dump of Part00, Part01 and Part02 partitions)
http://forum.xda-developers.com/showthread.php?t=279758
I played with the rom dump yesterday. The messaging app does load, just seems to be missing some resources and/or registry entries that I'm not prepared to import right now (test machines all being used already).
It also appears to be fixed at 240x240, although that can probably be fixed later.
The rest of the rom - doesn't contain many intersting .exes, but I know hannip is interested in a number of the other devices and drivers installed. They don't appear to be device specific (c.f. many eten files are).
In the UK, data contracts are very expensive, and you get loads of SMS bundled in your contracts, so SMS makes sense. I don't IM from my phones. But both have their uses.
But I still can't see the fascination with threaded SMS. It'd be quite straight forward to program even if the treo app can't be sucked out.
V
PS Whoever dumped the roms to begin with, many thanks!
However, we may need to get an overview of the databases on the device as well, in case there are any custom databases. The speed dial plugin that has thus far been elusive relies on a call db. Either a device backup (using sprite etc) or a database dump would be useful to check. Just a guess, might lead to nothing.
Thanks vijay for all of your assistance! Good to hear that the sms app loads. I've been trying to get the a2dp dll's to work on my treo 700wx and 700w devices just to get my feet wet. Having some issues getting the dll's to load, but with your help I might figure this out yet.
The excitement for the 750 sms app over the other threaded sms apps out there is the clean integration with the os and today screen. I've tried other sms threader apps and they are buggy, don't grab messages when the pda is suspended, and leave copies of sms messages in poutlook. The one from triangle powers is a .net app and loads extremely slow because of it. It is expected that the palm written app will solve all of these problems. Plus it handles mms pictues, audio etc.
i dont say i dont use sms i just say i use sms as sms's as in short message service msg's
not as chat because i dont see the point of using it as chat
of cause if you dont pay pr. each sms
and want to chat with somebody who dont have msn it's usefull i guess
but another issue is the delay if that person is on a different network then you heard that compeating phone companys are not always too snappy to route to eachother
Rudegar said:
i dont say i dont use sms i just say i use sms as sms's as in short message service msg's
not as chat because i dont see the point of using it as chat
of cause if you dont pay pr. each sms
and want to chat with somebody who dont have msn it's usefull i guess
but another issue is the delay if that person is on a different network then you heard that compeating phone companys are not always too snappy to route to eachother
Click to expand...
Click to collapse
Well, I'm someone who wants the SMS chat program badly.
Understand, it's not so much that you use like an IM program, you don't.
This is just a method by which to organize your SMS conversations e.g. say you and your friend over the day send back and forth to each other 20 messages, all releated to the same thing. Now throw in 15 more random SMS from other peopel in the same day. Your inbox would be a mismash of 20 something messages (assuming you don't delete every single one, maybe there is important info you need).
This program would "group" your SMS into a single "chat style thread", like and IM history would. You can then just delete the entire thread at once when you are done with it. It's also nice to keep that previous information handy, especially if your discussing plans, information, phone numbers etc. You just scroll up to find it again.
If you're a heavy texter, this is a great way to organize your back-and-forth conversations. It's not an IM replacment, so don't think of it as that.
In my case I use it as a compliment to AIM. I have AIM forwarding all of my IM's to my cell phone when I am away. That way my friends and family can msgs me anytime anywhere. My phone/pda can remain in suspend mode conserving the battery and I still get my IM's. I can reply to them just like an IM session. No need for the AIM client on my phone.
The best thing about using sms over an IM client is that you can communicate with anyone that has a cell phone. You don't have to tell someone to register with an IM server to send them messages. It works in suspend mode. With a nice sms chat app the only advantage an IM client has over it is the messages are more instantaneous. But for phone use that is acceptable imo.
Of course this all assumes you don't have to pay on a per sms basis.
Hi! theloanranger said he extracted the 750v threaded app already. It's at:
http://forum.xda-developers.com/showthread.php?p=1035112&posted=1#post1035112
Can somebody try it and post the screenshots please? I'm so looking forward to using it with my Pocket Loox T830 (not arrived yet)
Screenshots/Need some help!
Screenshots are found here:
http://discussion.treocentral.com/showpost.php?p=1106882&postcount=15
NOTE: Some of us are having issues. We CANNOT send an SMS to an email address. We get an error message:
"Could not send message. The message center number or the email center number is invalid. Please contact the wireless operator."
Now, in the SMS app, if you go to Menu --> Options --> Advanced tab
Network Configuration/Manual/Edit...
You'll see spots for "message center number" and "email center number" and both are blank. When you put in a number (such as found here: http://www.smsfre.com/SMS-Mesaging-Centers.htm ) they do not stick after hitting "OK".
Any help/ideas?

I have a Dream - Automatic Birthday App

Hey There,
i have a dream...
As i am not really in time with the birthday's of my friends i watched out for some app that will remind me everytime someone had a birthday.
There are some apps they can do this. Some can sync with Contacts/Facebook and the Calendar. Some can import the dates form facebook to the calendar. And some can send semi-automaticly sms to my guys.
But i'm too lazy to think. I have a phone that cost about 500 € and simply the phone should think for me
I want an app that will be able to read the users contacts and/or facebook contacts. Sync the Birthday-Dates with calendar and/or facebook and send automaticly a congratulation sms to contacts that i've choosed.
Not only remind me to congratulate. Just do it!
Thats what the App must do:
- Read every day the contacts / events.
- Check if there is an Birthday.
- Check if the user set the Contact for automatic sms
- Create automatic the sms with name and year of the friend and some user defind message and send it.
- Notify the user about the send sms.
Expamle:
Max Mustermann's Birthay is today. Hes born on 01.01.1980.
The sms can be:
Happy Birthday %Name (max) to your %Year (31)th Birthday.
Thats it.
I'm not a good programmer, i know a little bit about html, php and visual basic. But nothing about how to program an andoird app and i've not enough time to lern it.
For an Developer should it be easy to do that?! I would buy it or donate something
It's just an idea
Thanks for reading. Sorry for some bad gramatic!
This is a perfect example of what's wrong with today's youth, and I'm certain that the OP is young, perhaps 25 or under.
You want to automatically send Happy Birthday greetings to people? You can't be social enough to phone them and tell them directly? How about a hand-written card?
So many "youngsters" have become so anti-social, they have lost the ability, and the desire, to actually speak to people. They spend all day inside on the computer, or texting each other when, in many cases, the person with whom they're texting is only a few metres away. (shaking his head)
If someone is important enough for you to want to send them a Happy Birthday text message ... CALL THEM!
Otherwise, they simply are NOT important to you.
Personally, if I got a Happy Birthday text message, I'd consider the person who sent it of little value to me, and I'd be insulted.
Have a great day.
missunderstood...
oh, you're right in some point's.
BUT
I think i'm not anti-social. I'm forgetable! I know today, that a friend have his birthday tomorrow but tomorrow i'm too busy and forget it till the evening.
It's not fact that i want only automatic birthday sms. I want automatic birthday sms to dont forget birthdays. Every guy who had an birthday will get his card, present and mostly a party from me.
Sure someone would use such an app to send everyone a greeting just to send it.
Not me! The congratulations would be later in the real world and in an social-interaction. But the first shoot will be the sms.
Understand that?
Have a nice day, too!
You live in an automated time - use it as a tool!
Aside from philosophical arguments about the use of automated birthday greetings, this is a good programming exercise for those who are still learning Android app development. It's simple enough that one person can manage it, but not so simple that a monkey could do it. I may give this a try.
jdkoren said:
Aside from philosophical arguments about the use of automated birthday greetings, this is a good programming exercise for those who are still learning Android app development. It's simple enough that one person can manage it, but not so simple that a monkey could do it. I may give this a try.
Click to expand...
Click to collapse
Thats a nice comparison I think its not so hard to do that job. Unfortunately i haven't enough time to learn it by myself.
If i can help anything, i'll do! Graphics or something...Just let me hear about it.
I am one of those users who would forget birthdays BUT i would rather have the app remind me to call of buy a birthday-card instead of automatically texting. It feels like cheating...
It's the same thing with receiving a envelope with money instead of a proper present. Wouldn't it be nice that friends would actually take the time to really think about your present instead of putting some money in a envelope?
In short, I would have the he app remind me every 3 hours at that particular day! That would really work for me!
Birthday/Event Notification Contact app - People
Hey,
i won't make some advertisment here, but at the moment our development team is developing such a contactapp. It will be possible to get notifications(custom notifications) on contacts events such as birthday, wedding day, .. Any possible event you can think off. Birthdays and even contact-pictures will be synced with facebook, or twitter (don't sure about that yet).
I'm sure that you want to here now that you can download it right now from the market, but i'm sorry. You have to wait a little bit. At the moment we do some intern beta-testing.
But until you will find it in the market. Visit our site:
http://tundem.com or our twitter http://twitter.com/#!/TundemMedia
So stay tuned.
The dream you have seen is now a reality . we call it beyond mobile wishday . Beyond Mobile Wishday An amazing tool to send birthday SMS to customer's and loved once's automatically . You just have to upload contact list with birthday dates and application automatically sends a pre set birthday sms wish every Morning at 9.30 am .
For demo of Beyond Mobile Wishday Please log into url
URL : wishday.beyondmobile.co.in
User : h
Password : h
Beyond Mobile wishday will enable you to:
1 Easily manage send personalised birthday sms wishes to large groups of people
Import and validate your contact lists.
2 Organize your contacts .
3 Create Personalized campaigns for better results and higher ROI
4 Automatically clean contacts database if message has been attempted before and it was not delivered.
Cost of Wishday:
Wishday come with a annual fee of Rs 2500/- or 50 USD for unlimited SMS and unlimited contacts for entire year .
Regards [email protected]
Board No : 022-65900500

Categories

Resources