superwaba symbian
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.
SuperWaba Breakout 1.11
HighRes variant of the classic Breakout game controlled by stylus. more>>
System requirements:
- palmOne: Tungsten|E
- Palm OS 5.0 HiRes
- 84KB
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.
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>>
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.
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
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
Paratrooper for Symbian 1.0
Paratrooper - shoot the parashooting fighters before they land. Feel the intensity of fighting in the front line! more>>
System requirements:
- AppForge Booster 3.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>>
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).
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.
Zero36 BlackJack for Symbian 1.0
Zero36 Mobile Casino Blackjack. more>>
System requirements:
- Nokia N71, N73, E50 devices.
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>>
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
OggPlay for Symbian 1.6.9
OggPlay is an Ogg vorbis audio player for smartphones. more>>
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).
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.
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>>
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
EasyCall for Symbian S60 There are many Calling Cards and Callback ... and dialing methods - Address book integration - Symbian S60v1 and S60v2 platforms supportLicense:Freeware