Main > Free Download Search >

Free superwaba symbian software for pda

superwaba symbian

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 283
SuperWaba Symbian 5.82

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 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 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.
<<less
Download (632.00KB)
Added: 2007-08-25 License: Freeware Price: FREE
518 downloads
SuperWaba Breakout 1.11

SuperWaba Breakout 1.11


HighRes variant of the classic Breakout game controlled by stylus. more>>
Nice HighRes variant of the classic Breakout game, with 6 levels and special bricks (need 3 hits to break). The paddle is moved with the stylus.
System requirements:
- palmOne: Tungsten|E
- Palm OS 5.0 HiRes
- 84KB
<<less
Download (32.00KB)
Added: 2006-04-17 License: Freeware Price: FREE
1285 downloads
SuperWaba Palm OS 5.82

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.
<<less
Download (366.00KB)
Added: 2007-08-25 License: Freeware Price: FREE
531 downloads
SuperWaba Calculator 2.0

SuperWaba Calculator 2.0


This is a complete and free calculator with dec/hex/bin convertion, rol/ror, sin/cos/tan, and/or/xor/not, etc. more>>
This is a complete and free calculator with dec/hex/bin convertion, rol/ror, sin/cos/tan, and/or/xor/not, etc.

It logs all operations in a history which can be optionaly saved.

This program was created for a demonstration of the SuperWaba Java Virtual Machine and is available in the examples directory. Enjoy!

Please report bugs to me.
<<less
Download (8.00KB)
Added: 2006-03-06 License: Freeware Price: FREE
1327 downloads
TypePad Mobile (Symbian) 1

TypePad Mobile (Symbian) 1


TypePad Mobile (Symbian) comes as a handy blogging service for professionals that features many of the worlds most popular blogs and small business Web sites. more>>

TypePad Mobile (Symbian) 1 comes as a handy blogging service for professionals that features many of the worlds most popular blogs and small business Web sites. TypePad's ease of use enables you to create a blog in minutes.

Requirements: Symbian OS Series 60

<<less
Download (100B)
Added: 2007-07-17 License: Freeware Price:
downloads
Opera Mobile for Symbian 10.0 beta

Opera Mobile for Symbian 10.0 beta


Opera Mobile for Symbian is a versatile and innovative tool which boasts a new friendly user interface. more>>

Opera Mobile for Symbian 10.0 beta is a versatile and innovative tool which boasts a new friendly user interface. Merging the best from desktop browser with new innovations for mobile phones, Opera Mobile is advanced and highly intuitive to use. Opera Mobile for Symbian is faster at rendering pages, zooming, panning, and almost everything else you do with a browser.

Get to your favorite Web page with just one click, with a set of visual bookmarks that appear when you open a new tab. To add a new page, simply click on an empty Speed Dial slot. With tabbed browsing, you no longer need to interrupt one session to start another. Check your Web mail in one window, Facebook in another, Twitter in a third and all that while checking the latest sports results.

Requirements: Symbian OS

<<less
Added: 2009-11-04 License: Freeware Price: Notavailable
downloads
Paratrooper for Symbian 1.0

Paratrooper for Symbian 1.0


Paratrooper - shoot the parashooting fighters before they land. Feel the intensity of fighting in the front line! more>>
Paratrooper - shoot the parashooting fighters before they land. Feel the intensity of fighting in the front line!
System requirements:
- AppForge Booster 3.0
<<less
Download (876.00KB)
Added: 2007-08-17 License: Freeware Price: FREE
798 downloads
PlayerDrill for Symbian 1.0

PlayerDrill for Symbian 1.0


Player Drill is a music player that allows user to easily select a part of a tune to be played repeatedly. more>>
Player Drill is a music player that allows user to easily select a part of a tune to be played repeatedly. The wannabe musicians can use this, to learn to play a tune, a guitar solo for example.
The SW provides easy pause and resume functions and possibility to save a part to be practiced later.
Currently .wav files and .ogg files are supported.
System requirements:
- Symbian devices (Nokia 7650, Nokia 3600/3620/3650/3660, Nokia N Gage, Siemens SX1).
<<less
Download (92.00KB)
Added: 2007-02-19 License: Freeware Price: FREE
977 downloads
SuperWaba Pocket PC 5.82

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 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 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.
<<less
Download (771.00KB)
Added: 2007-08-25 License: Freeware Price: FREE
849 downloads
Zero36 BlackJack for Symbian 1.0

Zero36 BlackJack for Symbian 1.0


Zero36 Mobile Casino Blackjack. more>>
Zero36 Mobile Casino Blackjack is played with between one and six standard decks of cards. This version of Blackjack is played with two standard decks of 52 playing cards that are shuffled before each game. The aim is to beat the Dealer`s hand.
System requirements:
- Nokia N71, N73, E50 devices.
<<less
Download (83.00KB)
Added: 2007-02-23 License: Freeware Price: FREE
973 downloads
Taptatop for Symbian 1.2

Taptatop for Symbian 1.2


TAPTATOP is a reflex game where your unique challenge is to kill a maximum of mauls without becoming schizophrenic. more>>
TAPTATOP is a reflex game where your unique challenge is to kill a maximum of mauls without becoming schizophrenic. Be careful of angry mauls taking your lives. Killing a devil will give you even more points than a maul and the cross will give you your lives back.

<<less
Download (277.00KB)
Added: 2007-02-15 License: Freeware Price: FREE
981 downloads
MobicueUpdate for Symbian 3.0

MobicueUpdate for Symbian 3.0


MobicueUpdate for Symbian is a full featured and serviceable online social networking platform for mobile phone and web users more>>

MobicueUpdate for Symbian 3.0 is a full featured and serviceable online social networking platform for mobile phone and web users that allows people to upload and share multimedia files of all kinds, save favorites, write text updates, comment on pictures and videos, and send messages to other members.

Requirements: Symbian OS 9.x

<<less
Download (211.6KB)
Added: 2009-02-11 License: Freeware Price:
downloads
OggPlay for Symbian 1.6.9

OggPlay for Symbian 1.6.9


OggPlay is an Ogg vorbis audio player for smartphones. more>>
Ogg Vorbis is an audio compression format similar to mp3. However the compressed files are approximately a factor two smaller than mp3 files.
To be more precise an ogg file encoded with 64kbit/sec gives approximately the same level of audio quality as a 128kbit/sec mp3 file.
In addition the ogg format is a free format, i.e. nobody pays licence fees when recording or playing music in this format.
Enhancements:
- Added support for drive relative paths in Playlists
- Selecting Shuffle Play from the menu now enables random playback
- Changing between Normal Play and Shuffle Play no longer stops playback
- Some internal changes (hopefully Ive not broken anything)
- Added alarm clock
System requirements:
- Symbian devices (Nokia N Gage, Nokia 3600/3620/3650/3660, Nokia 7650, Siemens SX1, Sendo X, etc).
<<less
Download (205.00KB)
Added: 2007-02-05 License: Freeware Price: FREE
991 downloads
Opera Mobile (Symbian) 9.51 beta 1

Opera Mobile (Symbian) 9.51 beta 1


Browse the full Internet on your Symbian cell phone. more>>

Opera Mobile (Symbian) 9.51 beta 1 is an effective application for improving speed, performance, user interface and standards support over Opera Mobile 8.65. It defaults to page overview mode, allowing the user to view the entire Web page and instantly recognize the Web site.

With panning and zooming options, the user is able to focus on specific page content. With a click, users can simply save pages and images to their phones.

Enhancements: adds support for Opera Widgets.

<<less
Download (4.1MB)
Added: 2008-10-21 License: Freeware Price:
346 downloads
EasyCall for Symbian S60v2 1.1

EasyCall for Symbian S60v2 1.1


EasyCall simplifies the usage of Calling Cards and Callback Services on your mobile. Just select the phone number from your Address book and Call as usual! more>>
There are many Calling Cards and Callback services that allow you to minimize the cost of making international phone calls. Unfortunately, mobile phones do not typically support these services and you have to do a lot of manual steps in order to use them.
EasyCall simplifies the usage of Calling Cards and Callback Services on your mobile. Just select the phone number from your Address book and Call as usual!
System requirements:
- Symbian S60v2
<<less
Download (26.00KB)
Added: 2007-08-13 License: Freeware Price: FREE
875 downloads
 
Other version of EasyCall for Symbian S60v2
EasyCall for Symbian S60v2 1.0EasyCall for Symbian S60 There are many Calling Cards and Callback ... and dialing methods - Address book integration - Symbian S60v1 and S60v2 platforms support
Price: $0
License:Freeware
Download (27K)
874 downloads
Added: 2007-06-20
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5