Re: Kill the background process

2008-06-18 Thread Dmitry Grinberg
7. do not do this 8. redo project using supported means, and it will all work Best Regards, Dmitry Grinberg (847) 226 9295 On Wed, Jun 18, 2008 at 2:26 PM, Mukesh Singh <[EMAIL PROTECTED]> wrote: > Hi All, > > I have created a background process in following manner: > > 1.

Kill the background process

2008-06-18 Thread Mukesh Singh
Hi All, I have created a background process in following manner: 1. Received SMS, on that SMS launched my application using SysAppLaunch and used new thread flags(sysAppLaunchFlagNewThread | sysAppLaunchFlagNewStack | sysAppLaunchFlagNewGlobals) with the custom launch code

Re: background process in palm os 5

2005-10-03 Thread Robert Moynihan
[EMAIL PROTECTED] wrote: Hello, Is it possible to create a background process in palm os 5. Sort of... I need to run two applications (or two processes) simultaneously which need to communicate to each other. Any idea how it can be done? In palm if i open a second application (say a prc

background process in palm os 5

2005-10-03 Thread ravi_v
Hello, Is it possible to create a background process in palm os 5. I need to run two applications (or two processes) simultaneously which need to communicate to each other. Any idea how it can be done? In palm if i open a second application (say a prc file) automatically it closes the current

RE: Running a program in a background process

2004-03-30 Thread Roger Stringer
Subject: RE: Running a program in a background process From: "Jeff Leal" <[EMAIL PROTECTED]> Date: Mon, 29 Mar 2004 21:51:54 +0100 Ok, thanks dor the info guys. Basically what I want to achieve is this: I have a PDA with a GPS antenna (Garmin iQue 3600). There is some f

RE: Running a program in a background process

2004-03-29 Thread Jeff Leal
I want to monitor other GPS information and play sounds too for now. Cheers, Jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roger Stringer Sent: 29 March 2004 14:29 To: Palm Developer Forum Subject: Re: Running a program in a background process

Re: Running a program in a background process

2004-03-29 Thread Roger Stringer
Subject: Running a program in a background process From: "Jeff Leal" <[EMAIL PROTECTED]> Date: Sun, 28 Mar 2004 20:02:11 +0100 Can someone explain to me or give a sample of how to make my palm program to run in the background? Or maybe point me to some samples? What a

Re: Running a program in a background process

2004-03-28 Thread Ron Nicholson
ak (or do some unsupported OS kernel hacking). For PalmOS 5.x, you need to run your background process in a sampled sound callback (nothing says you actually have to play a sound in the callback, as long as you zero the waveform or the volume so as not to shatter any eardrums). For Cobalt/OS 6.x,

RE: Running a program in a background process

2004-03-28 Thread Ben Combee
At 01:17 PM 3/28/2004, you wrote: Hi, I have programs on my palm that run in the background. There must be a way of doing it surely, no? I just pointed you to two different methods to allow some execution when other applications are active -- alarms and idle time notifications. There is

Re: Running a program in a background process

2004-03-28 Thread Steve Sabram
, jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Combee Sent: 28 March 2004 20:13 To: Palm Developer Forum Subject: Re: Running a program in a background process At 01:02 PM 3/28/2004, you wrote: Hi, Can someone explain to me or give a

RE: Running a program in a background process

2004-03-28 Thread Jeff Leal
: Running a program in a background process At 01:02 PM 3/28/2004, you wrote: >Hi, > > Can someone explain to me or give a sample of how to make my >palm program to run in the background? Or maybe point me to some >samples? Palm OS 5 and earlier don't support background pro

Re: Running a program in a background process

2004-03-28 Thread Ben Combee
At 01:02 PM 3/28/2004, you wrote: Hi, Can someone explain to me or give a sample of how to make my palm program to run in the background? Or maybe point me to some samples? Palm OS 5 and earlier don't support background processes. You can use alarms and idle time notifications to do some

Running a program in a background process

2004-03-28 Thread Jeff Leal
Hi, Can someone explain to me or give a sample of how to make my palm program to run in the background? Or maybe point me to some samples? Cheers, jeff -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Background process

2003-12-17 Thread Gavin Maxwell
AlmSetAlarm is your friend... Cheers, Gavin. "Sanjeev" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi All, > > I want to run a block of the code which can be said to be some kind of > maintenance without actually opening the application of mine. This has to be > a periodic proc

Background process

2003-12-16 Thread Sanjeev
Hi All, I want to run a block of the code which can be said to be some kind of maintenance without actually opening the application of mine. This has to be a periodic process running quietly in the baxckground(something like a thread). So can u tell me what code to write to achieve this and where

RE: BackGround Process : Wait.., I've already read the Archieves .

2002-09-24 Thread Kevin OKeefe
Palm Developer Forum Subject: Re: BackGround Process : Wait.., I've already read the Archieves . Hi Dinesh, > I'm trying to simulate a background process in my palm Application. > I've got suggestions to trap the 'nilEvent' in the event Loop of my > Applicati

Re: BackGround Process : Wait.., I've already read the Archieves .

2002-09-24 Thread Ram
Hi Dinesh, > I'm trying to simulate a background process in my palm Application. > I've got suggestions to trap the 'nilEvent' in the event Loop of my > Application > and to call my Function from there which does all the Communication. > But still.., i'm

RE: BackGround Process : Wait.., I've already read the Archieves .

2002-09-24 Thread Dinesh Kumar
ailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 2:14 PM To: [EMAIL PROTECTED] Subject: BackGround Process : Wait.., I've already read the Archieves . Hai All, I'm trying to simulate a background process in my palm Application. I want to send/receive data to and fro from a Se

BackGround Process : Wait.., I've already read the Archieves .

2002-09-23 Thread Dinesh Kumar
Hai All, I'm trying to simulate a background process in my palm Application. I want to send/receive data to and fro from a Server using HTTP But my requirement is that this should happen in background while the Application is running I've got suggestions to trap the 'nilEven

Re: background process, please help :)

2002-08-15 Thread Jim Schram
At 8:42 AM -0700 2002/08/15, Kem Mason wrote: >Thanks again -- I think I've been living in a multi-threaded world for too >long -- just to confirm (I did a little research, and this appears to be the >case) -- PalmOS is not only single-task, it's single-threaded too right? Technically, both multi

Re: background process, please help :)

2002-08-15 Thread Kem Mason
his will work out. It > could be possible if sockets would allow to bind a callback function > to them, but as far as I've seen this is not possible. But, I haven't > used sockets on the Palm yet, so maybe I am wrong. But as you > apparently really require a constantly running backgro

Re: background process, please help :)

2002-08-14 Thread Daniel Seifert
I am not quite sure that this will work out. It could be possible if sockets would allow to bind a callback function to them, but as far as I've seen this is not possible. But, I haven't used sockets on the Palm yet, so maybe I am wrong. But as you apparently really require a constantly

Re: background process, please help :)

2002-08-14 Thread Kem Mason
What I want to do is to write something that will open server sockets (pop3 and smtp ports), and then be able to set an arbitrary email client to connect to 127.0.0.1 and talk to my fake email server... I'll look into what the notification manager offers -- what are hacks? (And where would I

Re: background process, please help :)

2002-08-13 Thread Daniel Seifert
Am Die, 2002-08-13 um 17.12 schrieb Kem: Hi, > I've been looking everywhere for information on how to write a background > process for the palmOS -- basically I need to have this application running > whenever the palm is turned on (if it runs also when it's inactive, t

background process, please help :)

2002-08-13 Thread Kem
I've been looking everywhere for information on how to write a background process for the palmOS -- basically I need to have this application running whenever the palm is turned on (if it runs also when it's inactive, this is not a big deal, but not necessary) -- someone on thi

Re: Background Process

2001-11-12 Thread Philip Sheard
er app. > My app should nevertheless be notified that the serial port is receiving > data and handle the event. The trick here is to have a background process. > Maybe I haven't understood the serial wakeup handler well enough yet. I > would appreciate any pointers. > > One

Re: Background Process

2001-11-12 Thread MH
app. My app should nevertheless be notified that the serial port is receiving data and handle the event. The trick here is to have a background process. Maybe I haven't understood the serial wakeup handler well enough yet. I would appreciate any pointers. One example of what I am aiming for is