Not getting data session connect/disconnect

2008-07-14 Thread Mukesh Singh
Hi All, I want to get the whether the data session state is connected or disconnected. For that I register my application as follows: PhnLibRegsiter(PhoneLibRefNum, CREATOR_ID, phnServiceAll); after registering my application, I tried to access following in PilotMain: // Phone Library Events

re: Detect Internet Connection through PC

2008-07-11 Thread Mukesh Singh
I want to update this question. I want to send/receive data from my application only when we are connected with GPRS or data call on GSM/CDMA phones respectively. It seems like user can connect to the internet by any other mean as well let say with cradle/cable and softick PPP, at that point

Detect Internet Connection through PC

2008-07-10 Thread Mukesh Singh
Hi All, I wanted to detect whether our device is connected to the Internet using the USB cable or any other mean. What I wanted to do that if we are connected to Home Network (i.e. with the operator service either CDMA or GSM and not with PC) than only do the network related activity such as

Running Communication Process in the background

2008-06-28 Thread Mukesh Singh
application in the background is possible that is for sure. Waiting for a positive reply. Thanks Mukesh Singh -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Kill the background process

2008-06-18 Thread Mukesh Singh
thread initiated by me. Looking for an urgent reply. Thanks Mukesh Singh -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

phnEvtMessageInd is keep getting called on CDMA device

2007-10-03 Thread Mukesh Singh
. If yes, what should I do so that phnEvtMessageInd event be called only once for a new incoming message? 3. If no, what should be the concrete steps to handle and incoming SMS on CDMA phones? For reference, I am using Treo 700p for testing. Anxiously waiting for a positive reply. Thanks Mukesh

Re: Disable Blinking bell from launcher when our app get deleted.

2007-07-13 Thread Mukesh Singh
Thanks. It works for me. Mukesh -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Disable Blinking bell from launcher when our app get deleted.

2007-07-08 Thread Mukesh Singh
Sorry, But I couldn't understand how to use this api, I also tried to look into Palm OS Reference but couldn't find anything. Waiting for a positive help. Thanks Mukesh -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see

Disable Blinking bell from launcher when our app get deleted.

2007-07-06 Thread Mukesh Singh
Hi All, Do we get any event before our application going to be deleted? Actually What we are doing is this: When an incoming SMS comes we figure out on the basis of some parameter that whether this message is for our application or not, if its for our application, we are showing an alert

re: Get own Phone Number

2007-05-25 Thread Mukesh Singh
on Hutch, Airtel and BPL Mobile SIMs, but none of them seems to be working), but I tried these function on Cingular SIM and it working perfectly, means we are getting number. Best Regards Mukesh Singh -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http

Re: Repeatitive Launch

2007-03-29 Thread Mukesh Singh
again, thanks for your kind reply of my question. Thanks Mukesh Singh -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Repeatitive Launch

2007-03-28 Thread Mukesh Singh
Hi All, To explain my problem, let assume there are two applications App1 and App2. I am launching App2 through App1 using SysUIAppSwitch() function call, in normal launch of App2, I am checking for low memory, and return back memErrNotEnoughSpace if there is not sufficient memory to launch

Device wakeup when Alarm Triggered

2007-03-07 Thread Mukesh Singh
for a reply. Thanks Mukesh Singh -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Regarding Stub Application

2007-02-15 Thread Mukesh Singh
the application get uninstalled do we get any event, If yes than where we can handle that. I am anxiously awaiting for your reply. Thanks Mukesh Singh -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: Do we get any event or notification when .prc file get installed or deleted

2007-02-14 Thread Mukesh Singh
Hi Alexander, Thanks for a quick reply, I think i got my answer by your response, I will work on it and give the update with code to forum so that other can use Stub code for their application. Once Again Thanks a Lot Mukesh Singh -- For information on using the PalmSource Developer Forums

Do we get any event or notification when .prc file get installed or deleted

2007-02-13 Thread Mukesh Singh
going through the Palm OS knowledge base, but any quick help will be really great for me. Thanks in Advance to you all Mukesh Singh -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Advise on doing stuff at a specific time 4 Treo 650 / 680

2007-01-29 Thread Mukesh Singh
the next date by *dataP (first) parameter. 2. Set the alarm with new date. 3. You will get above event next day at your specified time. For more information on how the Alarm Manager works go through the Sample application (DateBook). Hope it will help you. Best Wishes Mukesh Singh