bourne supremacy ending
Bourne Supremacy 1 Theme for Pocket PC 1.0
Bourne Supremacy (1) Theme for Pocket PC - free theme for your Pocket PC with images from the Bourne Supremacy movie. more>>
Bourne Supremacy 2 Theme for Pocket PC 1.0
Bourne Supremacy (2) Theme for Pocket PC - free theme for your Pocket PC with images from the Bourne Supremacy movie. more>>
SuperWaba Symbian 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 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 Symbian OS!
Note for S60 3rd Edition:
To be able to install SuperWaba VM and applications, dont forget to allow self-signed software installation.
To change this option, go to Application Manager (usually it is located
under Tools folder). Select Options | Settings menu. When you select
Software installation, you can see two options, i.e. Signed only and All. If you choose Signed only, you wont be able to install self-signed
application. If you choose All, you will be able to install any signed
applications...
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.
Inmate Suicide Watch for HanDBase 1.0
This is a database and form used to collect information by Suicide Prevention Officers. more>>
System requirements:
- HanDBase v.3.0x or greater
Zombieville USA Lite 1.0
Zombieville USA combines the timeless appeal of classic arcade games with stunning graphics and animation.When your town is overrun by the walking dead, theres only one thing left to do - go through more>>
Zombieville USA Lite 1.0 is an interesting arcade game which combines the timeless appeal of classic arcade games with stunning graphics and animation. When your town is overrun by the walking dead, there's only one thing left to do - go through their pockets and look for loose change. As the lone survivor of a zombie apocalypse, it's up to you to battle legions of the undead in a never ending fight for survival.The lite version is featured with One level of light-hearted zombie slaying.
Note: The "Download Now" link directs you to the iTunes App Store, where you must continue the download process. You must have iTunes installed in order to open the link, and you must have an active iTunes account to download the application. This download may not be available in some countries.
SuperWaba Pocket PC 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 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 Windows Mobile Pocket PC!
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.
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 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.
Darkest Fear 3 : Nightmare 1.0
Confront your worst nightmare in the final part of Rovio Mobiles Darkest Fear horror trilogy. more>>
Darkest Fear 3: Nightmare is the final part of Rovio Mobiles award winning Darkest Fear horror trilogy. The game offers completely new lightning effects like never seen on mobile. As Thomas, you are forced to come up with ways to lighten your pathway with fire sparkles, water reflections and burning objects. When controlling Helen however, light is the deadliest of enemies.
The games ingenious puzzles, horrifying atmosphere, fifteen different endings and Helens new monster abilities offer a unique experience. The game throws flesh-eating creatures, prowling zombies and three monstreous bosses against you. Can you confront your worst nightmare?
Version restrictions:
- Ad-supported
System requirements:
- Java enabled phone
KQ - Fromage 1.0
Addon for Kyles Quest more>>
The plot action is fairly linear, but there is a small guild system and two separate endings.
The plot itself is fairly simple; by some weird, nonsensical, disjointed group of events that have nothing to do with the real plot you wind up having to stop evil forces from taking over the world.
Another quality level for Kyles Quest by Chris Barrett (brainiac_6@hotmail.com)
System requirements:
- Kyles Quest
Vacation Time for HanDBase 1.0
Have you ever wondered how much vacation time you have left?! Now you can keep track of it in a convenient easy to use interface. more>>
System requirements:
- HanDBase v.2.7x or greater
Date Time Calc for HanDBase 1.0
A single line calculation formula that allows you to compute elapsed time given a start date & time and an ending date & time. more>>
Frustrated by the inability or complexity of calculating time events that span midnight or multiple days (hours worked, event durations, etc). Here is your solution.
System requirements:
- HanDBase v.3.0x or greater
Hikes The Trip for HanDBase 1.0
HikesTheTrip is a HanDBase applet designed to document hikes. more>>
Ringdroid 1.1
Record and edit sounds and create ringtones directly on your Android phone. more>>
Ringdroid 1.1 is a freeware to record a new audio clip and edit sounds and produce ring-tones on the Android phone. It has some functions such as opening an existing audio file, viewing a scrollable waveform representation of the audio file at 5 zoom levels, setting starting and ending points for a clip within the audio file, using an optional touch interface, playing the selected portion of the audio, including an indicator cursor and auto-scrolling of the waveform, Play anywhere else by tapping the screen. Save the clipped audio as a new audio file and mark it as Music, Ringtone, Alarm, or Notification. It also deletes audio (with confirmation alert).
Mileage Expense 2 for HanDBase 1.0
Allows for the following fields: Company Visited, City, Begin Odometer, Ending Odometer, and calculates the total mileage. more>>
I use this all the time when I need to travel to a customer or to my corporate head quarters. I am able to keep track of how many miles I put on the car each year and it reminds me which trips I still need to put on an expense report.
System requirements:
- HanDBase v.2.7x or greater

Warring States 0.91
Unite the ancient Chinese states into one empire on your Pocket PC. more>>
Warring States 0.91 provides players a fun turn based strategy game developed especially for Pocket PC. The game takes place in the Warring states period (464-222 BC) in China. During this period a multitude of independent states were almost constantly at war with each other to achieve supremacy and hopefully build an empire. As ruler of one of these states, your ultimate goal is to conquer all states in order to unite them into one empire with one ruler, the Emperor of China. During the fight for supremacy you must lead your army into battle, collect taxes from your people, discover new inventions and fight against terrible invaders and local rebellions.
In Warring States you can choose among 8 different rulers to play, up to 4 computer opponents that follows the same rules as you and three levels of difficulty. Random starting positions together with a multitude of random events makes every game different.
- Page: 1 of 2
- 1
- 2