Main > Free Download Search >

Free ide software for pda

ide

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 18
ED PLua IDE 1.3b

ED PLua IDE 1.3b


Use this Development Environment to create Palm pda applications (or even games) by taking advantage of the LUA language. more>>
Use this Development Environment to create Palm pda applications (or even games) by taking advantage of the LUA language.

This IDE is designed to work with the interpreter/compiler PLua, PLua itself comes with an IDE but this one is limited to the palm platform, thats why I decided to write an IDE for windows.

<<less
Download (1.98MB)
Added: 2006-04-05 License: Freeware Price: FREE
1297 downloads
Plural - Plua desktop IDE 2.0.2

Plural - Plua desktop IDE 2.0.2


Plural is a desktop IDE written in Java for the Palm Plua language. more>>
Plural is a desktop IDE written in Java for the Palm Plua language.

It is feature rich and includes syntax coloring and completion, compilation to Plua and Doc formats and code testing on a Palm Emulator/Simulator.

See www.sophonix.com/downloads/plural.asp for more details.

Features:

User defined Syntax Colouring for system keywords, Plua and Lua keywords, strings and comments.
Code Completion with Syntax Popup List.
Plua and Lua Syntax Explorer for quick reference.
User Defined Function Explorer.
Bracket Matching.
Automatic tab indentation on newlines.
Comment out / Uncomment out selected lines of code.
Find/Replace.
Multiple Undo/Redo.
Compile and run on Palm Emulator or Device Simulator with one click (if installed on desktop computer).
Compile to a Plua prc file using the Plua desktop compiler (Pluac).
Get compilation error messages from Pluac.
Export code to Palm Doc format.

<<less
Download (463.00KB)
Added: 2006-10-23 License: Freeware Price: FREE
1096 downloads
DelayCalc 1.31

DelayCalc 1.31


DelayCalc is a simply delay calculator. more>>
DelayCalc is a simply delay calculator.
It let you quickly know what the delay time should be for a certain BPM (tempo).
Enhancements:
- Bug fix: fatal alert: "Sorry--programs generated with the free demo version expire", this was due to an error while upgrading my IDE version.
<<less
Download (43.00KB)
Added: 2007-05-24 License: Freeware Price: FREE
913 downloads
Android Development Tools (ADT)

Android Development Tools (ADT)


Add integrated support for Android projects and tools into Eclipse with this open-source plug-in. more>>

Android Development Tools (ADT) is a perfect solution for users who will be using the Eclipse IDE as environment for developing Android applications, which adds integrated support for Android projects and tools. The ADT plugin includes a variety of powerful extensions that make creating, running, and debugging Android applications faster and easier.

<<less
Download (3.1MB)
Added: 2008-09-20 License: Freeware Price:
59 downloads
PalmGen 2.0

PalmGen 2.0


PalmGen is a Java program that will take a Palm Resource file (PilRc format) and generate GNUC source code more>>
PalmGen is a Java program that will take a Palm Resource file (PilRc format) and generate GNUC source code that will set up form handlers for all of the forms that are defined in the resource file, object handlers for the objects in each form, and menu handlers for each menu.
The idea is to use a GUI resource editor (like Arbor Builder, or Falch.nets IDE resource compiler) to create all of your forms and objects in those forms, then use this tool to create the GNUC code for a working prototype, or skeletal framework.
Main features:
- Code Generation from a PilRC Resource File
- Fast Prototyping
- Hardware button can scroll through Forms
- Makefile generation
- Source file options.. all in one C file, in 4 files, or a file for each form.
- Specify Alert for each form event (when anything gets tapped).
Enhancements:
- GUI interface
- PalmTools 2.0 support
- Hardware Form Scrolling
<<less
Download (64.00KB)
Added: 2007-06-12 License: Freeware Price: FREE
864 downloads
KOL-CE 2.80.3

KOL-CE 2.80.3


KOL-CE (Key Objects Library CE) provides you with a set of objects with the aim to develop powerful (but compact) Windows CE/Pocket PC/Windows Mobile/Win32 GUI applications using Free Pascal. more>>

KOL-CE 2.80.3 (Key Objects Library CE) provides you with a set of objects with the aim to develop powerful (but compact) Windows CE/Pocket PC/Windows Mobile/Win32 GUI applications using Free Pascal. The library is based on KOL library by Vladimir Kladov.

Major Features:

  1. KOL-CE allows to create very compact Win32/WinCE GUI applications (starting from ~40KB executable for project with empty form).
  2. MCK is Lazarus package which allows VISUAL development of KOL-CE projects in Lazarus IDE.
  3. Initially KOL-CE was planned as KOL port for WinCE only. But later it was decided to keep Win32 functionality and made it work with FPC smoothly. Original KOL is targeted for Delphi and does not work with FPC very well. Original MCK can not be used with Lazarus at all.

Enhancements:

  • Enabled TTrayIcon for wince.
  • Fixed compilation with FPC 2.2.3 and FPC 2.3.1.
  • MCK: Fixed updating of source code in trunk version of Lazarus.
  • MCK: Fixed code generation for new KOL application template, when forms unit name is renamed.
  • MCK: Add InitCommonControls() call to fix themed control drawing if only standard controls are used.
  • MCK: Fixed error "Restoring toolbar buttons bitmap from then previous version of the KOL&MCK format."

Requirements:

  • Free Pascal compiler 2.2.0 or later for Win32.
  • arm-wince cross compiler 2.2.0 or later for Win32 (for WinCE development).
  • Lazarus 0.9.26 or later for Win32.
<<less
Download (858KB)
Added: 2009-01-26 License: Freeware Price: FREE
1 downloads
J2METools 1.0

J2METools 1.0


J2METools is a collection of scripts for use during development of J2ME programs. more>>
J2METools is a collection of scripts I use during development of J2ME programs. Theyre somewhat generic but they will probably not replace any full featured IDE. Nevertheless, the can probably serve as a starting point for you as well.
These tools are for the Linux platform only.
The tools are:
Emulators: n6230, n6310i, n7210, s30emul. These scripts serves as wrappers around some of the various Nokia SDK emulators. The n6310i and n7210 scripts runs in the context of Wine.
j2mejdb - a quick way to launch jdb. This script ties nicely to n6230 and s30emul.
j2metrans - transfer jad/jar file to a (possibly) bluetooth enabled phone.
Emulators
General usage is ... (s30emul used as an example):
Usage: /usr/bin/s30emul [OPTIONS] file
[OPTIONS]
-h Help (this ..)
-m home SDK home
You need to set ${emulator}_HOME (or give the -m switch) to point to the correct SDK. Run the wrapper script without arguments to see the search path.
The file argument is the jad file to read. If a filename without the suffix (.jad) is given .jad is appended.
I have the following in my /etc/profile.local:
nd=/opt/Nokia/Devices
N6230_HOME=$nd/Nokia_6230_MIDP_Concept_SDK_Beta_0_2
N6310I_HOME=$nd/Nokia_6310i_MIDP_SDK_v1_1
N7210_HOME=$nd/Nokia_7210_MIDP_SDK_v1_0
S30EMUL_HOME=$nd/Nokia_Series_30_MIDP_Concept_SDK_Beta_0_2
export N6230_HOME N6310I_HOME N7210_HOME S30EMUL_HOME
unset nd
... so that the emulator homes are set correctly up.
The n6230 script can be launched in debug mode by specifying the -d argument. Use -D string to setup a default connection string.
The s30emul script can be launched in debug mode by specifying the -d argument. Use -p portnum to specify debug port.
j2mejdb
j2mejdb launches the jdb debugger. Specify -H hostname and -p portnum to override the default settings of localhost:4452.
j2metrans
Transfer jad/jar files to a mobile phones. You need to have Gammu installed and configured.
Usage is:
Usage: j2metrans [OPTIONS] prog1 prog2 ... progN
[OPTIONS]
-c configNum Gammu configuration
-d debugLevel Gammu debug level (nothing|text|textall|binary|errors)
-g group Group name (Application|Game)
-h This page
Enhancements:
- added the j2metrans script
- added the j2mejdb script
- added the -D and -d (debug) flags to n6230
- added the -d and -p flags to s30emul
- renamed the suite from emulators to J2METools
<<less
Download (10.40KB)
Added: 2007-01-04 License: Freeware Price: FREE
1037 downloads
Pyeditce 2 beta

Pyeditce 2 beta


Pyeditce is the open source IDE and Forum Designer for the PythonCE language. Supports Tkinter. Python Software Foundation License. more>>
Pyeditce is the open source IDE and Forum Designer for the PythonCE language. Supports Tkinter. Python Software Foundation License.

These instructions may not work for everyone, nor may all steps be needed for everyone either. This is just what I did to get PythonCE, and accessories, properly installed for PyeditCE use.

1. Download all requirements
2. Run .Net CF v2.0 installer on your PC, which will then install it on your Mobile Device
3. Run PythonCE installer(if that is what version you downloaded) and install to anywhere, but I suggest a storage card of some sort.
4. Unzip Tk/Tcl port and put in corresponding directories. (Windows in Windows and Tcl8.4.3 in the root folder)
5. Run PyeditCE installer and copy unRARed file to your Mobile Device using Active Sync or similar.
6. Run PyeditCE on your device, and go to Edit->Settings before you do any programming to tell PyeditCE where PythonCE is.
7. Start Coding!

<<less
Download (66.50KB)
Added: 2006-11-07 License: Freeware Price: FREE
1094 downloads
GameWrite 1.6.0.5

GameWrite 1.6.0.5


Develop games on your Pocket PC using VBScript more>>
GameWrite is a miniature IDE that can be used to create Pocket PC games and multimedia applications on your Pocket PC . Its possible to do this without using Embedded Visual Basic or a desktop compiler. GameWrite uses the ASpriteCE Game Control as its engine, and you can access any of ASpriteCEs functions from within the IDE. Several samples ship with the application to get you started, and online help is available within the IDE. GameWrite is FREE for personal, non-commercial development of freeware applications. To distribute your creations commercially, you will need to purchase a copy of the ASpriteCE Game Control

<<less
Download (3.58MB)
Added: 2006-05-29 License: Freeware Price: FREE
1550 downloads
Tauschke uiCreator 1.0

Tauschke uiCreator 1.0


Tauschke uiCreator is is a WYSIWYG GUI editor to create user interfaces for mobile applications based on MIDP (for PalmOS). more>>
Tauschke uiCreator is is a WYSIWYG GUI editor to create user interfaces for mobile applications based on MIDP (for PalmOS).

Tauschke uiCreate is not a complete IDE you still need an IDE for your development!

Tauschke uiCreator is a stand alone UI builder with its own project management. If you try it out, you will see that you can create forms (the skeleton of your application) in seconds.

You will also see that its easy to change them every time during the development process.

<<less
Download (1.71MB)
Added: 2006-04-05 License: Freeware Price: FREE
1326 downloads
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 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
PNotes Portable 4.5.106

PNotes Portable 4.5.106


An easy way to carry your important sticky notes with you wherever you go. more>>

PNotes Portable 4.5.106 is created to meet all you need to carry your important sticky notes with you wherever you go. PNotes Portable is an easy to use sticky notes manager with skins, flexible display options and a built-in scheduler packaged as a portable app so you can take your numbers, appointments, todo lists and more with you.

PNotes (Pinned Notes or Portable Notes, use what you prefer) is written entirely in C and Windows API (with Pelles C for Windows IDE) - so it is fast and light-weight. It has flexible settings - both for the program in whole and for individual note. Skins, fonts, colors, alarms, transparency level - all-in-one. Any portion of notes text can be formatted separately. PNotes Portable can placed on a portable hard drive, USB flash drive, iPod or a CD and use it on any PC, without leaving any kind of personal information behind.

Major Features:

  1. Great selection of custom skins
  2. Ability to group notes
  3. Font effects within individual notes and words
  4. Customizable alarms: one time, daily or specific interval
  5. Multilingual with support for 17 languages built in

Requirements: Windows 2000/XP/Vista

<<less
Download (264KB)
Added: 2008-12-29 License: Freeware Price: FREE
13 downloads
Tauschke MobileCreator 1.8

Tauschke MobileCreator 1.8


Tauschke MobileCreator is an IDE for SuperWaba a cross-platform solution for PalmOS, WinCE and Win32. more>>
Tauschke MobileCreator is an IDE for SuperWaba a cross-platform solution for PalmOS, WinCE and Win32.

The project management lets you create a project within seconds! You need only a few mouseclicks to get your first application running. Never use the command line and batch files of SuperWaba again.

You can choose between the free Personal Licence or the commercial Professional Licence.

<<less
Download (2.12MB)
Added: 2006-04-06 License: Freeware Price: FREE
737 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
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2