Re: Programmatic hard reset

2002-12-19 Thread Steve Janaway
This was asked and previously answered earlier this week. Sorry, had a bit of a search and couldn't find it. The answer given was no, and I sincerely hope that was the correct answer. If someone knows how to do this, please keep it to yourself! Steve, if your heart is pure and you are not

Programmatic hard reset

2002-12-18 Thread Steve Janaway
Hi, Is it possible to programmatically force a hard reset of the device ? Steve -- Steve Janaway Designer Aepona (England) Ltd E-mail: [EMAIL PROTECTED] Internet: http://www.aepona.co.uk -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Programmatic hard reset

2002-12-18 Thread Steve Janaway
(it's an event!). Why to send hard reset. Are you doing a virus? ;) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- Steve Janaway Designer Aepona (England) Ltd Office: +44 (0) 7870 237678 E

Re: using PNC file

2002-12-02 Thread Steve Janaway
with the UserName field. Probably I don't know the correct sintax and I receive an error while syncing it. dex -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- Steve Janaway Designer Aepona (England) Ltd

Updating the Network Panel (later than PalmOS 4.0)

2002-10-18 Thread Steve Janaway
Am I correct in thinking that it is not possible to update the Network Panel in versions of PalmOS later than 4.0 ? I know that the unofficial workaround API for it only works with 3.3-4.0 (presumably inclusive). cheers Steve -- Steve Janaway Aepona (England) Ltd Internet: http

Programmatically finding out device

2002-10-17 Thread Steve Janaway
Hi all, Is there anyway you can programmatically find out which device your application is running on ? I.e. Treo 180, Palm m105, etc ? cheers Steve -- Steve Janaway Aepona (England) Ltd Internet: http://www.aepona.co.uk -- For information on using the Palm Developer Forums

Switching to and from panels

2002-10-16 Thread Steve Janaway
the problem by handling the sysAppLaunchCmdReturnFromPanel launch code but this doesn't seem to work. Should it (and thus I've made a stupid error somewhere) or is there a better way of doing this ? cheers Steve -- Steve Janaway Aepona (England) Ltd Internet: http://www.aepona.co.uk

Survive Soft Reset - Code Examples

2002-10-01 Thread Steve Janaway
Hi all, Does anyone have any snippets of code they would like to share with me that show how to make an application survive a soft reset (e.g. still be running after the reset ?). Much appreciated. Steve -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Survive Soft Reset - Code Examples

2002-10-01 Thread Steve Janaway
Gavin Maxwell wrote: It's pretty easy really... just respond to the sysAppLaunchCmdSystemReset launch code by launching yourself... to be nice you might like to do it via an alarm. That is, get the Reset launch code, set yourself an alarm, then when you receive the

Re: Survive Soft Reset - Code Examples

2002-10-01 Thread Steve Janaway
Gavin Maxwell wrote: Try getting the dbID before calling SysUIAppSwitch... Gavin. That's much better, works fine now. Many thanks for the help. Steve -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Survive Soft Reset - Code Examples

2002-10-01 Thread Steve Janaway
Henk Jonas wrote: Hi Steve, Steve Janaway wrote: case sysAppLaunchCmdDisplayAlarm: // Alarm from above was triggered // Launch the new app. SysUIAppSwitch(cardNo, dbID, sysAppLaunchCmdNormalLaunch

Not displaying icon in the Applications Launcher

2002-10-01 Thread Steve Janaway
Hi all, I'm sure this has been covered before, but I can't find it in the archives so sorry for repeating stuff Is it possible to have an application not display an icon in the Applications Launcher. The app I'm currently working on runs in the background and starts after the HotSync or

Re: Adding a new Network settings....

2002-09-22 Thread Steve Janaway
There's a testNetAPI program and source somewhere on the net, I can't remember who emailed it to me last time. I'll see if I can dig it out. That's got an example of this in it. Steve Quoting Vo Le Phu Quy [EMAIL PROTECTED]: Hi, How do one create a new Network entry? The API seems only to

ASCII lookup

2002-09-20 Thread Steve Janaway
Hi all, Are there any libraries available to the Palm programmer that enable ASCII lookup. (e.g. I call a function and pass it an int and it returns the corresponding ASCII character) ? I've had a look about but can't see anything. I'll have to write my own otherwise :o( cheers Steve -- For

Re: ASCII lookup

2002-09-20 Thread Steve Janaway
Its Friday afternoon over here, I'm geting lazy. :o) Aaron Ardiri wrote: I've had a look about but can't see anything. I'll have to write my own otherwise :o( When you've written your own, I hope you'll share it with us. I'm sure we're all interested to see what such a

Re: ASCII lookup

2002-09-20 Thread Steve Janaway
if we could come up w/ something good - we've done basic app development w/ Cygwin/PRC-Tools and CW8 - does anyone else have any ideas that might be interesting? :-) -C --- Steve Janaway [EMAIL PROTECTED] wrote: Its Friday afternoon over here, I'm geting lazy. :o) Aaron

Re: Using another app's resources

2002-09-19 Thread Steve Janaway
Steve Mann wrote: I've been doing essentially the same thing for months on the VisorPhone, and now the Treo, and it works fine. The only difference is that I only set the acknowledge field to true if it's my message. Otherwise I leave it alone (i.e., don't set it to false). Perhaps the

Re: Using another app's resources

2002-09-18 Thread Steve Janaway
Steve Mann wrote: You don't have to. If you set GSMEventRecord-acknowledge to true, you indicate to the GSM library that you are claiming ownership of the message and it doesn't get passed to anyone else. If you don't, it gets passed to every other registered application. If it gets to

Bus Error Exception

2002-09-18 Thread Steve Janaway
Hi all, I'm getting a Bus Error Exception from Codewarrior when I try to debug my app. What is causing it ? Is it some memory management problem ? regards Steve -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Bus Error Exception

2002-09-18 Thread Steve Janaway
Martin Elzen wrote: Whenever I've seen bus error exceptions, it's usually been thru some kind of invalid memory access attempt. Have you always ensured that MemPtrNew returned non-null pointers before using them? Have you checked all new functions of your own that use pointers to

Re: Using another app's resources

2002-09-17 Thread Steve Janaway
If it's not for you, the default SMS application should receive it and throw up the alert itself. Regards, Steve Mann Yeah but my SMS application is registered to receive SMS. What I want to happen is that my app receives all the SMS, takes the one's it wants (by looking at the first couple of

Command Line Self Installers

2002-09-12 Thread Steve Janaway
Hi all, I'm looking for a utility that will enable me to make a self install file for my Palm app. I've seen a few on the web but not any that have a command line option which I need. Does anyone know of any ? Basically my install file will contain a couple of files whose contents will change

Re: Handspring docs

2002-09-11 Thread Steve Janaway
There's nothing on the GSM lib afaik. The sms lib stuff is here; http://www.handspring.com/developers/AN-18UsingtheSMSlibrary_100.pdf With regards to getting the IMEI - it's not possible on a Treo. Or at least I couldn't work out how to do it. Steve Alessandro Zummo wrote: Hello, i

Re: Localization on Handspring Treo 180

2002-09-10 Thread Steve Janaway
Hi again, Fixed it - I was using the version of prc2ovl that came with SDK4.0. It works fine with the version that came with SDK3.5. cheers Steve Steve Janaway wrote: Hi all, I've been trying (without success) to localize my app on the Handspring Treo. I've done the following which

Re: INet.Lib missing in Handsprint Treo

2002-08-30 Thread Steve Janaway
Quoting Kalyan Sakhamuri [EMAIL PROTECTED]: Hi All, In my application, I try to do some wireless transactions using the INet Library. All the PDAs (with wireless capability) that have been loaded with this application have been working fine, but not on a HandSpring Treo. It reports an

Receiving segmented SMS messages

2002-08-28 Thread Steve Janaway
need to be a bit more clever and respond to something else and reassemble the messages itself ? (the event kSegmentInd seems to imply this). Any help much appreciated. Steve -- Steve Janaway Designer Aepona (England) Ltd E-mail: [EMAIL PROTECTED] Internet: http://www.aepona.co.uk

PalmOS Alphabet

2002-08-19 Thread Steve Janaway
Hi all, I'm doing development for an SMS app on a handspring. Having a bit of a problem with the PalmOS character substitution of characters in the GSM alphabet. The problem is as follows; When a message is sent to the device which contains characters that are not in the PalmOS alphabet

Re: Fwd: RE: Setting/Updating Network Preferences

2002-08-16 Thread Steve Janaway
/dev/support/forums/ -- Steve Janaway Designer Aepona (England) Ltd Office: +44 (0) 7870 237678 E-mail: [EMAIL PROTECTED] Fax: +44 (0) 1483 305703 Internet: http://www.aepona.co.uk -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Network Search Alert

2002-08-09 Thread Steve Janaway
Hi all, I've implemented the functinality in an app I'm writing for the Handspring Treo, which checks to see if it is registered with the GSM network, and if not registers it. This causes the 'Network Search' Alert to be displayed (this is the default Handspring Alert with the little

Wireless Signal Strength Indicator

2002-07-30 Thread Steve Janaway
Hi, I'd like to add the wireless signal strength indicator to an app I'm writing for the Handspring Treo. Does anyone know how to do this, I can't see an obvious way of doing it and couldn't find much on palmos.com ? thanks in advance. Steve -- Steve Janaway Designer Aepona (England) Ltd E

Turning wireless mode on

2002-07-30 Thread Steve Janaway
greatly appreciated. Steve -- Steve Janaway Designer Aepona (England) Ltd E-mail: [EMAIL PROTECTED] Internet: http://www.aepona.co.uk -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Turning wireless mode on

2002-07-30 Thread Steve Janaway
Quoting Steve Mann [EMAIL PROTECTED]: You might try reading the HandSignal SDK docs more carefully: GSMLibSetModulePower. Regards, Steve Mann Yep, couldn't agree more. One of those, have a look, ask the question then find the answer in the SDK about 5 minutes later moments. Apologies,

Re: Wireless Signal Strength Indicator

2002-07-30 Thread Steve Janaway
Quoting Steve Mann [EMAIL PROTECTED]: You might want to look on the HandSpring web site. They posted code to do that several weeks ago. Regards, Steve Mann Hi, I can't seem to find that on the Handspring site. The only sample code to do with indicators on there deals only with the

Re: Wireless Signal Strength Indicator

2002-07-30 Thread Steve Janaway
Quoting Steve Mann [EMAIL PROTECTED]: I can't seem to find that on the Handspring site. Perhaps they only put it in one of their developer e-mail newsletters. Reprinted: SNIP Much appreciated. I only signed up with Handspring a week ago so must have missed that email. cheers Steve

RE: Network Panel API (Codewarrior Linking Problems)

2002-07-27 Thread Steve Janaway
Quoting Fergal Moran [EMAIL PROTECTED]: Link Error : StartupCode.c: Illegal object data in 'StartupCode.c' Link Error : NetServiceAPI.c: Illegal object data in 'NetServiceAPI.c' Link Error : __RuntineModule__: '__Startup__' referenced from '__DummyStartup__' is undefined I

Re: Source for PalmOS 4 SMS app

2002-07-25 Thread Steve Janaway
Quoting Chris Tutty [EMAIL PROTECTED]: HI, Does anyone know if the source code for the SMS app that comes with PalmOS 4 is available? Chris Tutty I'd be interested in it if it was. The only one I know of is the sms app simplesms that Handspring wrote. -- For information on using

Linking to .lib libraries in Falch.net IDE

2002-07-25 Thread Steve Janaway
Hi all, I hope someone can help me with a very annoying problem I'm having with my IDE. I've been trying to use the NetServiceAPI library Russell posted up on here earlier this week. The actual library is a .lib file (which I assume links in fine in CodeWarrior). However I'm using the Falch

Re: Network Panel API (Codewarrior Linking Problems)

2002-07-25 Thread Steve Janaway
Quoting Russell K Bulmer [EMAIL PROTECTED]: For all those looking for info on programmatically working with the Network Panels, here's where to get the code PalmSource used to provide: Download: http://groups.yahoo.com/group/palm-dev-forum/files/testNetServiceAPI.zip Or get

Setting/Updating Network Preferences

2002-07-23 Thread Steve Janaway
Hi all, Is it possible for an app to update the network preferences (in the preferences panel) ? I've been trying to write a little app that adds a new network service but can't find any way to write to the Network Database. Most of the system settings seem to be accessible via the

RE: Setting/Updating Network Preferences

2002-07-23 Thread Steve Janaway
Quoting Russell K Bulmer [EMAIL PROTECTED]: I answered an almost identical question to this yesterday... but here goes again... Was that on here ? If so then apologies for asking the same thing. Palm used to provide an API for doing this - based on hacking the NetworkDB directly. It

RE: Setting/Updating Network Preferences

2002-07-23 Thread Steve Janaway
Quoting Russell K Bulmer [EMAIL PROTECTED]: The API was always a hack - never a real API. However, it's the only way edit / add Network Profiles they provided, so I never did work out why they pulled it. My only thought is that with new devices not having the same NetworkDB format they

Script for updating network preferences

2002-07-19 Thread Steve Janaway
Hi all, Does anyone know anything about the scripts you can use to update the network preferences ? I have a script called xxx.pnc which updates the network preferences at HotSync. It's shown below. Most of it works, apart from the 'set userName' bit which comes up as 'Unknown or unsupported

Re: Over-riding another apps behaviour

2002-07-18 Thread Steve Janaway
Quoting Steve Mann [EMAIL PROTECTED]: That should be. In my experience, the only reason that doesn't happen is if you haven't properly registered to receive SMS events. Registered applications usually get notification _before_ the built-in SMS application AFAIKT. If you're getting the

Re: Over-riding another apps behaviour

2002-07-17 Thread Steve Janaway
Quoting Steve Mann [EMAIL PROTECTED]: What I essentially want to do is to get my device to jump the queue and be first in line for the sms reception event. Any ideas ? Read the docs that come with the VisorPhone/Treo SDK and look at the SimpleSMS sample application. Both are available

Fwd: Finding the Net library on Handspring Treo....

2002-07-17 Thread Steve Janaway
Hi Guys, Can anyone help with the problem a workmate is having ? See below. cheers Steve - Forwarded message from [EMAIL PROTECTED] - Date: Wed, 17 Jul 2002 15:12:48 +0100 From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Subject: Finding the Net library on Handspring

Re: SimpleSMS application on Handspring Treo

2002-07-16 Thread Steve Janaway
Quoting Steve Mann [EMAIL PROTECTED]: I remember something like that from a long time ago. If I remember correctly, there's a piece of initialization code (the shared library perhaps?) that requires that you be on a real device. Just a wild guess. Are you able to trace the code and

Over-riding another apps behaviour

2002-07-16 Thread Steve Janaway
an event loop thats kicked off upon SMS reception. So when I send an SMS it is handled by the default SMS app and not mine. What I essentially want to do is to get my device to jump the queue and be first in line for the sms reception event. Any ideas ? cheers Steve -- Steve Janaway Designer

SimpleSMS application on Handspring Treo

2002-07-15 Thread Steve Janaway
... -- Steve Janaway Designer Aepona (England) Ltd Office: +44 (0) 7870 237678 E-mail: [EMAIL PROTECTED] Fax: +44 (0) 1483 305703 Internet: http://www.aepona.co.uk -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

The 'Configure Your Treo' application

2002-07-09 Thread Steve Janaway
Hi, Anyone got any idea how this application actually works, that is how it updates the browser and email settings, etc on the Treo. I don't suppose the source code is generally available for either the PC or Treo side of the app is it ? cheers -- Steve Janaway Designer Aepona (England) Ltd

Re: Getting IMSI number of SIM in Treo

2002-07-08 Thread Steve Janaway
/david/work/gsm-data.html Chris Tutty Yeah it looks like the GSM module is so hidden from the Palm functionality that its gonna be very difficult to get any useful information from it. cheers Steve -- Steve Janaway Designer Aepona (England) Ltd Office: +44 (0) 7870 237678 E-mail

Re: Getting IMSI number of SIM in Treo

2002-07-05 Thread Steve Janaway
APIs also sound very interesting, any rumours sufaced on their contents ? Thanks Steve -- Steve Janaway Designer Aepona (England) Ltd Office: +44 (0) 7870 237678 E-mail: [EMAIL PROTECTED] Fax: +44 (0) 1483 305703 Internet: http://www.aepona.co.uk

Getting IMSI number of SIM in Treo

2002-07-01 Thread Steve Janaway
Hi, I'm trying to write an app to do wireless authentication based upon the sharded secret principle. In order to do this I need to know what the IMSI of the SIM in the Treo. I can't find any documentation that describes how to do this, there doesn't seem to be anything in the GSM or SMS library