os 5
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2720
SuperWaba Palm OS 5.82
SuperWaba is a Virtual Machine that can be run in Palm OS, Symbian, Pocket PC, Windows CE, AppletViewer and Windows 98 (and beyond). Because of the way SuperWaba was written, you can use Java to devel more>>
SuperWaba is a Virtual Machine that can be run in Palm OS, Symbian, Pocket PC, Windows CE, AppletViewer and Windows 98 (and beyond). Because of the way SuperWaba was written, you can use Java to develop for it. You can write and debug the programs in your favorite Java IDE. When finish testing, just upload it to your handheld device.
SuperWaba is an open source project, covered by the GPL and LGPL licenses.
SuperWaba is a VM for PDAs and Smartphones. Because of the way SuperWaba was written, you can use Java to develop for it. Can run in PalmOS, Symbian, Windows CE/PocketPC devices, and in Windows 98/NT/2000/XP, and is fully emulated under JDK and browser. Theres now a test version on Sony PSP!
Note: This version runs on Palm OS!
Enhancements:
- Removed support for the following platforms: UIQ (P800), HPC2000_MIPS, HPC211_SH3, HPC211_MIPS. These pdas are rather old and we dont believe someone is still using them. This will make the SDK smaller. If you try to install the vm and the installation now fails, contact us and well send you the files and maybe put back the removed platform (if many people needs it).
- 1. When an error 500 occurs, the SOAP class gets the error reason from the returned message and displays it in the exception. Increased SOAP, XmlTokenizer and HttpStream default buffer sizes from 512 to 1024, so the error message can be read at once.
- 2. now when the user hold the action key for a while in wince and symbian, the menu is popped up. before this, it was impossible to open the menu in penless devices. Note that now the ACTION key event is dispatched when the key is released and Settings.actionOnRelease is true (default). On Palm OS, actionOnRelease is ignored.
- 3. added Vm.tweak to enable, during the running instance, some parameters that are available when running the Welcome application.
- 4. added ColorList.setColors to set the colors that will be displayed.
- 5. fixed color of ScrollBars bar when both buttons are disabled (on Palm OS style).
- 6. added Convert.getStackTrace, which returns the stack trace for a given Throwable as a String. CAUTION: getting a stack trace can cause device reset, because theres a lack of information in the SuperWaba vm about method frames, and during the stack crawl, it can access an invalid memory region, causing the reset.
- 7. now the Esc key also exits from the MultiEdit and Edit on penless devices.
- 8. added SoundClip support for java applications at desktop (before, only java applets was supported).
- 9. changed the motoq button at the RIGHT SIDE of the pda from BACKSPACE to ACTION. Otherwise, it is impossible to exit from a MultiEdit, because (only) on this phone the center button is mapped to 13 (enter) instead of 134 (action).
- 10. brunosoares - fixed HttpStreams content-length not being correctly retrieved under some situations.
- 11. brunosoares - fixed HttpStreams and Sockets readLine not reading lines correctly (now returns null only when no more lines are available).
- 12. brunosoares - added support to 3xx response codes (redirection) in HttpStream. Included an attribute which contains the new location: URI location.
- 13. brunosoares - fixed MainWindows swap() method that was causing a container to be focused instead of its first focusable control on penless devices (only when a container was added to another container).
- 14. fixed Button on Vista ui style: now when it has BORDER_NONE, only a flat background is drawn in the control.
- 15. fixed the focus getting out of a Grid on penless mode when an item was selected on a cells combobox.
- 16. fixed problem on Grid with combobox on penless devices: put the focus on a grid, select a line, press ACTION and press 0 to open the combobox - the program freezes.
- 17. fixed Settings.appPath at desktop not ending with a slash.
- 18. fixed support for passive scanners (SocketCom).
- 19. now when the user press a 0-9 key in the Grid in penless mode, the selected column flashes.
- 20. fixed printStackTrace when sending the buffer to the string not keeping the line number.
<<lessSuperWaba is an open source project, covered by the GPL and LGPL licenses.
SuperWaba is a VM for PDAs and Smartphones. Because of the way SuperWaba was written, you can use Java to develop for it. Can run in PalmOS, Symbian, Windows CE/PocketPC devices, and in Windows 98/NT/2000/XP, and is fully emulated under JDK and browser. Theres now a test version on Sony PSP!
Note: This version runs on Palm OS!
Enhancements:
- Removed support for the following platforms: UIQ (P800), HPC2000_MIPS, HPC211_SH3, HPC211_MIPS. These pdas are rather old and we dont believe someone is still using them. This will make the SDK smaller. If you try to install the vm and the installation now fails, contact us and well send you the files and maybe put back the removed platform (if many people needs it).
- 1. When an error 500 occurs, the SOAP class gets the error reason from the returned message and displays it in the exception. Increased SOAP, XmlTokenizer and HttpStream default buffer sizes from 512 to 1024, so the error message can be read at once.
- 2. now when the user hold the action key for a while in wince and symbian, the menu is popped up. before this, it was impossible to open the menu in penless devices. Note that now the ACTION key event is dispatched when the key is released and Settings.actionOnRelease is true (default). On Palm OS, actionOnRelease is ignored.
- 3. added Vm.tweak to enable, during the running instance, some parameters that are available when running the Welcome application.
- 4. added ColorList.setColors to set the colors that will be displayed.
- 5. fixed color of ScrollBars bar when both buttons are disabled (on Palm OS style).
- 6. added Convert.getStackTrace, which returns the stack trace for a given Throwable as a String. CAUTION: getting a stack trace can cause device reset, because theres a lack of information in the SuperWaba vm about method frames, and during the stack crawl, it can access an invalid memory region, causing the reset.
- 7. now the Esc key also exits from the MultiEdit and Edit on penless devices.
- 8. added SoundClip support for java applications at desktop (before, only java applets was supported).
- 9. changed the motoq button at the RIGHT SIDE of the pda from BACKSPACE to ACTION. Otherwise, it is impossible to exit from a MultiEdit, because (only) on this phone the center button is mapped to 13 (enter) instead of 134 (action).
- 10. brunosoares - fixed HttpStreams content-length not being correctly retrieved under some situations.
- 11. brunosoares - fixed HttpStreams and Sockets readLine not reading lines correctly (now returns null only when no more lines are available).
- 12. brunosoares - added support to 3xx response codes (redirection) in HttpStream. Included an attribute which contains the new location: URI location.
- 13. brunosoares - fixed MainWindows swap() method that was causing a container to be focused instead of its first focusable control on penless devices (only when a container was added to another container).
- 14. fixed Button on Vista ui style: now when it has BORDER_NONE, only a flat background is drawn in the control.
- 15. fixed the focus getting out of a Grid on penless mode when an item was selected on a cells combobox.
- 16. fixed problem on Grid with combobox on penless devices: put the focus on a grid, select a line, press ACTION and press 0 to open the combobox - the program freezes.
- 17. fixed Settings.appPath at desktop not ending with a slash.
- 18. fixed support for passive scanners (SocketCom).
- 19. now when the user press a 0-9 key in the Grid in penless mode, the selected column flashes.
- 20. fixed printStackTrace when sending the buffer to the string not keeping the line number.
Download (366.00KB)
Added: 2007-08-25 License: Freeware Price: FREE
531 downloads
MetrO for Palm OS 5.5.4
Public Transport Navigator in more than 300 cities worldwide more>>
Metro helps you find your way in the public transport systems (subway, bus, trams, ...) in more than 300 cities around the world. FREE, FAST & ACCURATE. Simply enter your start and end stops, hit the "Go" button and the program finds the fastest route.
Many more features to discover:
Operating time awareness
Interface with address book
Directions to major tourist attractions (in selected cities)
Take only the cities you need on your Palm
Install the cities on an expansion card
Easy station search
Complete line & station lists: 721 stops in London, 939 in New-York, 1813 in Tokyo, 838 in Paris
Database exchange through IR
Ultra fast calculations (native ARM engine)
...
Available in 39 languages. Users of PalmOS versions not supporting accented characters (Japanese, Korean, Chinese, Russian, Greek, ...) should download the "international" version instead of the default package (go to http://nanika.net/Metro/).
After downloading, please read the included "README.html" file for more information.
Enhancements:
- Major city changes: Basel, Den Haag, Hannover, Los Angeles, Madrid, Manila, Marseille, Oldenburg.
- Other changes: Amsterdam, Arnhem, Berlin, Eindhoven, Lisboa, Melbourne, Nitra, Paris (rail), Philadelphia, Rotterdam, San Francisco, Shanghai, Toulouse, Utrecht.
- Minor changes.
<<lessMany more features to discover:
Operating time awareness
Interface with address book
Directions to major tourist attractions (in selected cities)
Take only the cities you need on your Palm
Install the cities on an expansion card
Easy station search
Complete line & station lists: 721 stops in London, 939 in New-York, 1813 in Tokyo, 838 in Paris
Database exchange through IR
Ultra fast calculations (native ARM engine)
...
Available in 39 languages. Users of PalmOS versions not supporting accented characters (Japanese, Korean, Chinese, Russian, Greek, ...) should download the "international" version instead of the default package (go to http://nanika.net/Metro/).
After downloading, please read the included "README.html" file for more information.
Enhancements:
- Major city changes: Basel, Den Haag, Hannover, Los Angeles, Madrid, Manila, Marseille, Oldenburg.
- Other changes: Amsterdam, Arnhem, Berlin, Eindhoven, Lisboa, Melbourne, Nitra, Paris (rail), Philadelphia, Rotterdam, San Francisco, Shanghai, Toulouse, Utrecht.
- Minor changes.
Download (5.51MB)
Added: 2007-08-09 License: Freeware Price: FREE
813 downloads
Palm Kiss Demo for OS 5 1.0
Palm Kiss is a toy program that lets the user manipulate the appearance of a anime-style character using the stylus. more>>
Palm Kiss is a toy program that lets the user manipulate the appearance of a anime-style character using the stylus.
The Kisekae Set system is a Japanese software program for dress-up dolls (kisekae ningyou).
This demo program attempts to reproduce some aspects of the kisekae experience on the Palm handheld.
Please note: Only Palm OS 5 devices are supported for this high-resolution application.
This demo is the first sampler for a new line of kisekae-style and manga toys from Chudigi.
<<lessThe Kisekae Set system is a Japanese software program for dress-up dolls (kisekae ningyou).
This demo program attempts to reproduce some aspects of the kisekae experience on the Palm handheld.
Please note: Only Palm OS 5 devices are supported for this high-resolution application.
This demo is the first sampler for a new line of kisekae-style and manga toys from Chudigi.
Download (55.00KB)
Added: 2006-03-23 License: Freeware Price: FREE
1310 downloads
AvantGo for Palm OS 5 6.0.3027
Use AvantGo to synchronize specially designed mobile Web sites to your handheld using a desktop or wireless Internet connection. more>>
Use AvantGo to synchronize specially designed mobile Web sites to your handheld using a desktop or wireless Internet connection. Get news, sports, stocks, movie listings from the worlds top brands. Even designate your own favorite Web sites (workout schedules, family Web sites) or RSS feeds to synchronize to your handheld.
System requirements:
- Any Palm OS Hardware
- Palm OS 5.0
- 1600KB RAM
<<lessSystem requirements:
- Any Palm OS Hardware
- Palm OS 5.0
- 1600KB RAM
Download (4.10MB)
Added: 2007-02-26 License: Freeware Price: FREE
1491 downloads
Snap 0.2.5
Snap is a freeware software performing screenshots. more>>
Snap is a freeware software performing screenshots. Screenshots are saved as .bmp files on the expansion card.. Palm OS 5 is required.
The main configuration screen of Snap is used to configure the filename prefix, and the hard key of the palm triggering a screenshot.
System requirements:
- Palm OS v5.0
<<lessThe main configuration screen of Snap is used to configure the filename prefix, and the hard key of the palm triggering a screenshot.
System requirements:
- Palm OS v5.0
Download (10.00KB)
Added: 2006-03-23 License: Freeware Price: FREE
1311 downloads
cbasPad5 5.2a4
cbasPad5 is a very simple Tiny Basic interpreter implemented completely inside an OS 5 native ARM-PNOlet. more>>
cbasPad5 is a very simple Tiny Basic interpreter implemented completely inside an OS 5 native ARM-PNOlet.
Thus it runs programs much faster than Basic interpreters which run under PACE/68k emulation.
cbasPad5 includes a floating point math library, but does NOT include any of the database, graphics, sound commands, or other special PalmOS functions included in HotPaw Basic.
cbasPad5 only runs on Palm OS 5 devices.
( It does run a little faster than the original cbasPad. :-)
<<lessThus it runs programs much faster than Basic interpreters which run under PACE/68k emulation.
cbasPad5 includes a floating point math library, but does NOT include any of the database, graphics, sound commands, or other special PalmOS functions included in HotPaw Basic.
cbasPad5 only runs on Palm OS 5 devices.
( It does run a little faster than the original cbasPad. :-)
Download (34.00KB)
Added: 2006-04-05 License: Freeware Price: FREE
1297 downloads
4Palmz-OS5 1.0
Animated effects for Palm OS 5 more>>
4K intro from the Mobilewizardry 2002 demo competition It placed 1st in the 4K category as well 1st in the overall ranking.
4 Effects at once: Bumpmapping, Plasma, Z-Rot-Zoomer, Tunnel. Alltogether occupying around 4KByte on your device.
Have Fun!
<<less4 Effects at once: Bumpmapping, Plasma, Z-Rot-Zoomer, Tunnel. Alltogether occupying around 4KByte on your device.
Have Fun!
Download (66.00KB)
Added: 2006-04-11 License: Freeware Price: FREE
1291 downloads
Horizons UI 2.1
Horizons theme created as a matching skin to ZL Horizons for SkinUI v2. more>>
Horizons theme created for SkinUI v2, as a match to ZL Horizons. Check out my other freeware skins here. Dmitry Grinbergs SkinUI version 2 required in order to load this skin.
System requirements:
- Any Palm OS Hardware
- Palm OS 5.0
- 650KB RAM
<<lessSystem requirements:
- Any Palm OS Hardware
- Palm OS 5.0
- 650KB RAM
Download (310.00KB)
Added: 2006-07-25 License: Freeware Price: FREE
1186 downloads
PocketC Runtime (Palm OS) 5.0
PocketC Runtime (Palm OS) is a program for compiling applets, but operating someone elses applet. more>>
PocketC Runtime (Palm OS) 5.0 is a program for compiling applets, but operating someone else's applet. Using this version saves memory, since the compiler has been removed.
Download (56KB)
Added: 2003-02-20 License: Freeware Price:
downloads
Voxel 0.9e
Fly over a voxelspace-landscape. more>>
Fly over a voxelspace-landscape.
Features:
- Supports 5-way adapter
- Supports ARM processor
- Left/right also with calendar/phonebook
A must-have for any Palm OS 5.x device!
System requirements:
- Palm OS v4.0
<<lessFeatures:
- Supports 5-way adapter
- Supports ARM processor
- Left/right also with calendar/phonebook
A must-have for any Palm OS 5.x device!
System requirements:
- Palm OS v4.0
Download (374.00KB)
Added: 2006-04-14 License: Freeware Price: FREE
1288 downloads
SyncDA 1.0
SyncDA brings users the convenience of using an efficient DA to start a cradle/cable hotsync operation. more>>
SyncDA 1.0 brings users the convenience of using an efficient DA to start a cradle/cable hotsync operation.
Requirements: Palm OS 5.0 or higher
Download (2KB)
Added: 2008-04-02 License: Freeware Price:
downloads
DayCalc for Palm OS 1.5
DayCalc is a simple to use date difference calculator more>>
DayCalc is a simple to use date difference calculator. By using it, you can easily find out how many days are until your birthday or how exactly many minutes older you parents are.
<<less Download (221.00KB)
Added: 2007-05-22 License: Freeware Price: FREE
885 downloads
Chaser 1.1
25 levels of fun adventure where you must use brain and reaction both to win. more>>
Avoid all sorts of obstacles and face phantom enemies in Chaser, a 25 level platform game which will take up all your spare time!
The graphics are pretty simple, platform style but with good colour.
Simple and fun.
System requirements:
- Palm OS 5.0 HiRes
<<lessThe graphics are pretty simple, platform style but with good colour.
Simple and fun.
System requirements:
- Palm OS 5.0 HiRes
Download (122.00KB)
Added: 2006-08-02 License: Freeware Price: FREE
1199 downloads
MIDP for Palm OS 1.0
Java Virtual Machine for Palm OS (J2ME). more>>
Install this software to run WILDEC products and other J2ME applications.
System requirements:
- Palm OS v3.0 devices.
<<lessSystem requirements:
- Palm OS v3.0 devices.
Download (226.00KB)
Added: 2007-02-02 License: Freeware Price: FREE
994 downloads
CaPriCe Palm OS 1.7
CaPriCe is an Amstrad CPC 464/664/6128 emulator for Palm OS. more>>
CaPriCe is an Amstrad CPC 464/664/6128 emulator for Palm OS.
Enhancements:
- Fullscreen mode;
- Sessions Save/Restore;
- Speed-up emulation;
- Minor bug fixes.
System requirements:
- Palm OS v5.2
- ARM processor
- 320x320 resolution color screen
<<lessEnhancements:
- Fullscreen mode;
- Sessions Save/Restore;
- Speed-up emulation;
- Minor bug fixes.
System requirements:
- Palm OS v5.2
- ARM processor
- 320x320 resolution color screen
Download (173.00KB)
Added: 2007-08-28 License: Freeware Price: FREE
800 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above os 5 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed