Tagged Questions

Questions about Palm OS (now also known as Garnet OS) from PalmSource/ACCESS. Note that this is distinct from HP/Palm webOS.

learn more… | top users | synonyms

12
votes
10answers
2k views

Best IDE for Palm OS devices [closed]

Does anyone have experience with using a good quality IDE for Palm OS? In particular I'm looking for the ability to compile small non-colour .prc files for roll out to older Palm III models (8MB).
4
votes
1answer
500 views

How do I detect “Easter Egg” mode in my Palm OS application?

Since the early days, Palm OS has had a special "easter egg" mode that's enabled by making the right gesture in one of the Preference panels. On current Palm Treo and Centro devices, this is turned ...
4
votes
1answer
294 views

“Background” task in palm OS

I'm trying to create a Palm OS app to check a web site every X minutes or hours, and provide a notification when a piece of data is available. I know that this kind of thing can be done on the new ...
3
votes
3answers
217 views

Where can I find PalmOS 3.5 developer tools? Palm's site no longer publishes them

The hard drive on one of my PCs crashed that had the installers for the various PalmOS 3.5 dev tools for my old Palm IIIc and VIIx. It seems now Palm has taken down its downloads of everything ...
3
votes
2answers
245 views

How can I segment my Palm OS 68K application?

If you have an 68K application written using CodeWarrior for Palm OS, how do you assign individual functions to different segments without manually moving files around in the segment tab in the IDE?
2
votes
1answer
153 views

Palm OS 5.4 (Garnet) IR programming (Use CIR on IrDa port)

I would like to create an open source alternative to Palm OS programs like Noviiremote and Omniremote. I need to access the IR port of my Tungsten E2 and use it to transmit remote control type ...
2
votes
2answers
121 views

Developing Console Like Apps For Palm OS

I'm learning C++, but i only develop console apps, because graphical C++ development is so much difficult, then i want to know if i can develop console like apps for Palm OS, what i want is this, ...
2
votes
1answer
164 views

Is it possible to run Java ME apps in Palm Z22?

I want to develop a java app that should run in Palm Z22. Will it be possible? If you could provide me some start point I would appreciate.
2
votes
2answers
46 views

What is a good book or site to start learning development on the Palm Treo/Centro?

I'm an experienced programmer looking for a good reference and tutorial for developing for Palm OS in either C or C++? What are some good (up to date) books, reference manuals, and sites that would ...
2
votes
2answers
137 views

Multi-segmented PalmOS app/library in “background”

the question I am having is: when running my app with a launch code other than sysAppLaunchCmdNormalLaunch, I can not use code outside the default code segment - but could I use a shared library that ...
2
votes
1answer
266 views

Palm/Garnet OS Icon format?

I have googled around and not seen any info. What format and icon color depths are used for applications?
2
votes
2answers
111 views

Create a calendar event on Palm OS

I've been googling for a while now, and can't figure out how to create an event in the calendar on a newer Palm OS device. Any ideas on how to do this? I'm guessing that I'll be creating a record in ...
2
votes
2answers
254 views

Can you link 68K code compiled with CodeWarrior for Palm OS with code compiled with PRC-Tools (GCC)?

I've got a Palm OS/Garnet 68K application that uses a third-party static library built with CodeWarrior. Can I rebuilt the application using PRC-Tools, the port of GCC for the Palm OS platform and ...
1
vote
1answer
132 views

Palm OS 5 development tools

A few time ago I make a question about the Palm OS 5 development tools. Here I am again. I have seached a lot in Google and in many developer sites but all the links are broken and the sites are too ...
1
vote
1answer
96 views

What Palm OS 5 development tools can you find nowdays?

I would like to know now days with the new PalmOS Web development platform on the market, what tools can I use to develop try and deploy software to a Palm with Palm OS 5. Thanks!! PD: If you can ...
1
vote
1answer
118 views

Common development platform for Mobile or Hand-held devices

Currently we are working on a project in which we need to come up with some framework or common approach to have single code base used for developing an application that runs in Windows Mobile and ...
1
vote
1answer
54 views

compile raw .rsc file into my iPhone app

I am porting an app from palm to iPhone OS and would like to use .rcs files from palm port. These files contain large amount of raw hex constatnts, that have to be hard - coded into app. When I try to ...
1
vote
3answers
58 views

Questions About Defined Numbers Of a Header File

I never tried to do a GUI without a GUI designer and now I'm learning how to develop Palm OS applications with the book Palm OS Programming: The Developers Guide. And on it I have this code that is a ...
1
vote
2answers
64 views

Correct Palm Icon Height

As I like to develop some applications for Palm OS, normally I have problems with the icon height for the applications. When I create 32x32 icon, the icon gets even behind the name of the program, ...
1
vote
4answers
548 views

Palm Database (PDB) files in Java?

Has anybody written any classes for reading and writing Palm Database (PDB) files in Java? (I mean on a server, not on the Palm device itself.) I tried to google, but all I got were Protein Data Bank ...
1
vote
3answers
182 views

Develop in .Net to Palm OS

It's possible to develop in .Net to build apps to a Palm OS device like a Palm T|X, because i'm a Visual Basic developer, not a .Net, but i'm studing to develop in .Net, because is a better language, ...
1
vote
3answers
177 views

NSBasic/Palm 4.4 Tutorial

Can someone please recommend me a very good tutorial for NSBasic 4.4 (please post a link). I've came from the Handheld Basic background, then I recently used another IDE from a friend which has a ...
1
vote
2answers
152 views

How to resolve the 'Near data segment is bigger than 64k' problem on Palm using CodeWarrior9?

I am working on a large project and now I am stack on this "Near data segment is bigger than 64k" error. If I comment the "FrmSetEventHandler(frm, DadosConstrutivos1HandleEvent);" on ...
1
vote
2answers
648 views

Symbol SPT-1800 Java Barcode Scanner

Does anybody know if its possible to write a barcode scanning application for the SPT-1800 in Java? I don't know how to program the Old School Palm OS.. so java would be great.
1
vote
1answer
78 views

VFSVolumeSize overflow on 6GB+ cards on Palm Centro

When I call VFSVolumeSize on Palm OS on a Palm Centro with a 6GB SanDisk card inserted, it returns 1810366464 as the size of the card but 2098102272 bytes used. Obviously there's an overflow going on ...
1
vote
2answers
184 views

Can I use the standard C library in a Palm OS application?

The published code for Palm OS applications doesn't include standard headers, but instead uses Palm OS APIs for things like StrCopy and MemMove. Can I use standard headers and functions or do I need ...
1
vote
6answers
485 views

How to start/plan a software project for data collection on a PDA/handheld device

A friend is having mysterious health problems that we're trying to track down. One thing that would help would be to improve his record keeping by giving him a handheld device with which he could ...
0
votes
1answer
97 views

How to call #pragma segment Foo on Garnet OS

I've read this excellent tutorial about segments in palm: http://onboardc.sourceforge.net/UsersManual.html#segments But developing with Garnet OS Development Suite, the command "#pragma segment Foo" ...
0
votes
1answer
190 views

Where to get jartoprc.exe?

Can anyone tellme where to get jartoprc.exe and jartoprc_w.exe for Java Web Sphere for Palm OS convertor to PRC?? Thanks!!
0
votes
1answer
77 views

PRC-Tools For MS-DOS

I'm emulating MS-DOS 6.22 with PocketDOS, but I want to develop for Palm OS on it, then I want to know if I can run prc-tools or any other compiler for Palm OS on it.
0
votes
3answers
107 views

Interpreted Languages For Mobile Platforms

I'm starting this community wiki to get all the interpreted languages that can be embedded, but let's begin: Windows CE Perl Ruby Python Palm OS Python iPod Python Now if I missed some ...
0
votes
1answer
64 views

sql lite replicating the records by using triggers based on current date

Im using sqllite in my palm-pre web os application, i have the table with the following structure. Spending(id,note,amount,date,recurringtype,type,isprocessed); the value for the recurring type ...
0
votes
1answer
109 views

Programmatically add multiple filters on one column. SatelliteForms

Is there a way to add more than one filter on a column programmatically? Tables("TYPE").AddFilter("Code", "<>", "OP") -- Works until then next line. Tables("TYPE").AddFilter("Code", ...
0
votes
3answers
350 views

Logging calls after hanging up on smart phones

In the various smartphone APIs/SDKs, I was wondering if it is possible to prompt a user if they'd like to log a phone call after they hang up. The most basic functionality would be after calling out ...
0
votes
1answer
104 views

Using system's standard Edit menu in a Palm OS app

How can I use the standard Edit menu in my Palm OS application, instead of having to implement my own Cut/Copy/Paste/Keyboard handlers?