re: How to distinguish incoming/outgoing call using PhnEventType ?

2007-09-21 Thread Vinodh Kumar M.
case phnLibLaunchCmdEvent: switch ((PhnEventPtr)cmdPBP->eventType) { case phnEvtSubscriber: // 0x000A // Incoming call break; case phnEvtStartDial: // 0x0027 // Outgoing call break; } ... Hope that helps. - mvk -- For information on using the ACCESS Developer Forums, or to unsubscribe, plea

re: Treo side buttons

2007-07-14 Thread Vinodh Kumar M.
Register for sysNotifyVirtualCharHandlingEvent, the keyCodes are: keyVolumeUp keyVolumeDown keySide keyMask is of course "commandKeyMask" - mvk -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

How does one send SMS to an email address in the 680?

2007-07-03 Thread Vinodh Kumar M.
Hello all, I have s messaging application that successfully sends SMS's to email ID's on the 650, 700p and 755p. However, it does not work on the 680. I know things are changed in the 680, but what are changed? The in-built 680 messaging application does successfully send messages to email ID'

Re: What's the trick to send SMS's to multiple Recipients?

2007-06-22 Thread Vinodh Kumar M.
Here is the segment that loads the addresses: --- addList = PhnLibNewAddressList(PhoneLibRefNum); loop { /* get next "number" in loop... */ hAddress = PhnLibNewAddress(PhoneLibRefNum, number, phnLibUnknownID); if (hAddress) { PhnLibAddAddress(Phon

Re: What's the trick to send SMS's to multiple Recipients?

2007-06-21 Thread Vinodh Kumar M.
Thanks, I suppose that is the way to do it. But the Palm SDK documentation does mention: "A message is sent by creating a new outgoing message using PhnLibNewMessage and filling in the desired recipient and message text. More than one recipient may be specified if the message is being sent to a

What's the trick to send SMS's to multiple Recipients?

2007-06-21 Thread Vinodh Kumar M.
Is there any trick to send messages to multiple recipients using the PalmOS SMS library? Using PhnLibSetAddresses to set multiple addresses does not appear to work reliably. - mvk -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.

Voice Signal, VSuite, VSAPI

2007-06-20 Thread Vinodh Kumar M.
Can anybody provide any leads to Voice Signal's VSuite and VSAPI for Treo/ PalmOS? I wish to include some voice recognition capabilities for my apps. Thanks... - mvk -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/develope

re: New Serial Mgr question

2007-06-07 Thread Vinodh Kumar M.
Can you post the reference to the CellID Palm example? I'm unable to find it. You can mail me in case you locate it. You can also install an utility like "Serial Caller" and manually type the AT command and watch the response. That's the way I did it... the code I posted works on an Unlocked Ci

re: New Serial Mgr question

2007-06-06 Thread Vinodh Kumar M.
The subroutine posted returns correct values, and also with lots of users. I've also cross checked the values with a WM phone and an application _not_ written by me. The application is "TreoSpot" and for that I need to get the CellID and LAC on-the-fly. I never got the feature memory method to

re: New Serial Mgr question

2007-06-05 Thread Vinodh Kumar M.
Here is the code from my application. I hope you find it useful. You also need to shut down GPRS for this to work. You can set-up the other things like progress display etc for this to work without any changes, but if GPRS is shutdown, it is quiet fast. Vinodh Kumar M. / GreenHex #define

re: New Serial Mgr question

2007-06-04 Thread Vinodh Kumar M.
David, I am the same guy who posted this here: http://news.palmos.com/read/messages?id=209069 In case you find some clues, please do let me know. - mvk -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Treo 650 Radio On at Reset in Cradle Freeze

2007-06-01 Thread Vinodh Kumar M.
> I can confirm, as this occured on my devices as well. > However I never bothered to investigate. > At least you're not alone ;) My solution to this problem is: At reset create and broadcast a custom deferred notifcation, and in the notification handler, switch the radio ON, it works. - mvk --

Treo 650 Radio On at Reset in Cradle Freeze

2007-05-31 Thread Vinodh Kumar M.
is repeatable each time. Can anybody advice me on why this happens and what is required to correct this problem? Thanks, Vinodh Kumar M. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

LAC and CellID

2007-05-06 Thread Vinodh Kumar M.
lease the data structures related to this? Thanks. Vinodh Kumar M. PS: I've also posted this in the Pluggedin Forums. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

VoiceMail Volume in Treo 680

2007-04-28 Thread Vinodh Kumar M.
Hello!!! I need to set the VoiceMail volume in my software, but there appears to be no hooks to do that. I'm able to set "Ring Tones" preferences with "TonesLibSetSoundPrefs" but how does one set the "Phone Alerts"? The SoundPref enum looks like this: enum _SoundPrefType { soundPrefTypePhone,