Main > Free Download Search >

Free editor 2.2 software for pda

editor 2.2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 128
meditor 2.2

meditor 2.2


Java symbolic computing library and mathematical editor. more>>
Java symbolic computing library and math editor.
With the following features:
- Polynomial system solving
- Vectors and matrices
- Factorization
- Derivatives
- Integrals (rational functions)
- Modular computation
- Boolean algebra
- Simplification
- MathML output
- Java code generation
- Geometric algebra
Enhancements:
- + protected access to various fields in Variable, Constant, Function, Root, ImplicitFunction, Operator
- + variable.name(), constant.prime(), constant.subscript(), function.parameters(), root.subscript(), implicitFunction.derivation(), implicitFunction.subscript(), operator.parameters()
- + GB computation defaulted to sugar/sloppy
- + polynomial code rewrite
- + MathML class gathering all MathML related stuff
- + compiles under gcj
<<less
Download (3.04MB)
Added: 2007-07-12 License: Freeware Price: FREE
525 downloads
Pocket Text Editor 2.2

Pocket Text Editor 2.2


This is simple multipage pocket text editor. more>> This is simple multipage pocket text editor.
It does not add any formating to your text files. This helps you safely edit any plain text files.
For example, text, XML, and configuration settings files.
This program requires .NET Pocket framework.
Installation can be made only from your Pocket PC. Please, save this CAB file into your Pocket PC and start it.
Installation can be made only from your Pocket PC. Please, download this CAB file into your desktop PC than save it into your Pocket PC and start it. Also you can download this CAB file from your Pocket PC. Please note: CAB file on Pocket PC will be deleted automatically when installation is complete.
<<less
Download (40KB)
Added: 2008-01-17 License: Freeware Price: Free
1016 downloads
Enigmas Game Editor 2.2

Enigmas Game Editor 2.2


Enigmas Game Editor is an easy to use save game editor for Kyles Quest, Knight Move, SimCity, Space Trader, and Solskia. Includes source code! more>>
Enigmas Game Editor is an easy to use save game editor for Kyles Quest, Knight Move, SimCity, Space Trader, and Solskia. Includes source code!
Enhancements:
- Added support for BeBop games
System requirements:
- Palm III
- Palm OS v2.0
<<less
Download (58.00KB)
Added: 2007-06-07 License: Freeware Price: FREE
869 downloads
Eventor 2.2

Eventor 2.2


Eventor is a Personal Event Reminder manager. more>>
Eventor is a Personal Event Reminder manager.
Eventor assists you in remembering all your important personal forthcoming events, such as birthdays, anniversaries etc.
Enhancements:
- Added backup bit to databases. Databases will now be backed up to your desktop PC during HotSync if you dont have Eventor Conduit installed.
<<less
Download (19.20KB)
Added: 2007-01-04 License: Freeware Price: FREE
1028 downloads
SMS Editor 1.0

SMS Editor 1.0


Easy SMS editor which could count remaining letters a needed SMS parts. On the end whole text is inserted to Outlook message using copy/paste operation. The program isnt send SMS more>>
Easy SMS editor which could count remaining letters a needed SMS parts. On the end whole text is inserted to Outlook message using copy/paste operation. The program isnt send SMS

<<less
Download (3.99KB)
Added: 2006-04-07 License: Freeware Price: FREE
737 downloads
DB-Editor 0.76

DB-Editor 0.76


DB-Editor is a graphical user interface that lets you edit and create databases for Pilot-DB under MS Windows. more>>
DB-Editor is a graphical user interface that lets you edit and create databases for Pilot-DB under MS Windows.
Export/Import overview of DB-Editor:
File import
- Excel sheet import, without installed Excel
- Import from CSV files
- Create file lists of your local directories having various filter possibilities
- Create a file list of your MP3 collection including MP3 tags
- Import from JFile, and ListDB
File export
- Export your database to a MS Word file
- Export to a Excel sheet, without installed Excel
- Export to plain ASCII file
- Export to XML
- Export to CSV
- Export to HTML using CSS
System requirements:
- Palm OS v2.0
- 486
- Windows 98
<<less
Download (1.44MB)
Added: 2007-01-12 License: Freeware Price: FREE
1015 downloads
SDP Editor 1.0

SDP Editor 1.0


An application for updating SDP records on Series 60, specifically for making Bluetooth File Exchange on OS X usable with Series 60. Source code included. more>>
An application for updating SDP records on Series 60, specifically for making Bluetooth File Exchange on OS X usable with Series 60. Licensed under GPL.

OBEX File Transfer on Series 60, with Bluetooth File Exchange on OS X

This only conserns Series 60 2nd edition (and probably 1st edition, too), 3rd edition and Series 80 work as they should.

Overview

Ever since starting to use Series 60 phones with OS X, Ive been annoyed by the fact that Bluetooth File Exchange cant browse them. The only way of transferring files between them is by using OBEX push, that is, by sending individual files (which then on the phone end up in the inbox).

This is bearable, but sometimes youd want to send a bigger file straight to the memory card which doesnt even fit into the main memory of the phone.

I dont know about any OBEX FTP client for Series 60 either (is there any?), otherwise that would be a feasible workaround.

Initially, it seemed to me that Series 60 didnt work at all with Bluetooth File Exchange, since it only showed an empty folder. After quite some time, though, I figured out that it actually works, but not as one would hope. Uploading files works, and then the uploaded files are stored into the inbox. And in that case, the files which are in the inbox, uploaded using OBEX FTP earlier, are visible. But not files sent using OBEX push, and of course nothing outside of the inbox.

I had only tried using obexftp (which uses openobex) on Linux using USB earlier, and knew that that one works as I want to. Much later, when I tried using obexftp with Bluetooth, I found the same situation if one doesnt manually specify a specific RFCOMM channel. Using the wonderful tools in BlueZ (more specifically, sdptool), I could view a dump of all SDP (service discovery protocol) records on the phone, and suddenly everything made sense.

The phone advertises quite a few different services, among them a standard OBEX FTP service and OBEX PC Suite services. The RFCOMM channel one had to specify in order to make obexftp work was the PC Suite channel.

In other words, Series 60 advertises two services which speak the OBEX FTP protocol, one very crippled advertised with the ordinary OBEX FTP service UUID and one full-fledged service with a PC Suite-specific UUID.

One cant expect Bluetooth File Exchange to look for the non-standard PC Suite service UUID, and I dont know of any other OBEX FTP application for OS X. But theres still another (quite hackish) solution: make the phone advertise the PC Suite service using the OBEX service UUID.

Ideally, the hack would consist of a simple application on the phone, which investigates the local SDP database and makes the necessary modifications. Unfortunately, the SDP APIs on Symbian dont seem to provide any way of reading whats in the database, and the APIs for reading SDP records from other devices dont seem to be able to connect to the local SDP server. In other words, the investigation of the SDP database must be done on some other device.

Solution

Note, I take no responsibility whatsover for the effects of using these tools. They work for me, at least.

SdpBrowser

SdpBrowser is a tool for OS X, which more or less does the same as sdptool in BlueZ - its capable of listing all the SDP record data on a remote device. (Bluetooth Explorer in the Xcode Developer Tools does more or less the same, but only for the local SDP database.) This can be useful when developing Bluetooth applications for some other device than the local mac.

Since SdpBrowser is made specifically for this need, it also can try to parse out the necessary information from the SDP records.

SDP Editor

SDP Editor is a small tool for Series 60 for updating already existing SDP records on the phone. Enter a SDP record handle and a RFCOMM channel, and that record is updated to advertise the given channel.

The changes arent persistent, everything is back to normal after restarting the phone.

The APIs dont work too well if the given record handle doesnt already exist, on 6630 the SDP server crashes. Updating the wrong record makes some other service unusable. In all cases, restarting the phone should restore everything.

Usage

Using SdpBrowser, select Get PC Suite info in the Device menu, select the phone and click browse. If everything works as it should, it gives the SDP record handle of the OBEX FTP record and the RFCOMM channel of the PC Suite service.

Then start SDP Editor on the phone, choose Update channel in the menu, and enter the handle and RFCOMM channel given by SdpBrowser. Then, Bluetooth File Exchange should be able to browse the files on the phone.

The handle and channel shouldnt change as long as you dont install/remove any service on the phone, so in general youll only need to rerun the application on the phone with the last, working values.

If it doesnt give all the necessary information, you can try to read it manually from the raw SDP records. Select Browse in the Device menu, and select the phone. Look for a record with the text "OBEX File Transfer", and look for the number on the row starting with "0:" in this record (e.g. "0: 0x10006"). Thats the record handle (in hexadecimal). Also look for a record with the text "Nokia OBEX PC Suite Services". That record should have a row like "4: { { } }, { { }, { 0xc } }, { { } }". Here 0xc, that is 12, is the RFCOMM channel.

Further improvements

This already is quite an improvement to the original "functionalty" of the crippled OBEX FTP service. But e.g. the System-directory is hidden - if one would be able to directly transfer files there, the development process of Series 60 applications would get a big speedup. This directory is still accessible, if one is able to manually enter a directory to open. (Incidentally, obexftp does this.)

So, the final wish is a "Go to directory"-dialog for Bluetooth File Exchange, or obexftp working on OS X. (openobex can be compiled with USB support on OS X, but I havent gotten it to work... Perhaps Ill have to add support for OS X-bluetooth to it myself, sometime, if I have time and if noone else beats me to it.)
<<less
Download (6.36KB)
Added: 2007-01-31 License: Freeware Price: FREE
1007 downloads
MOTOR 1.2.2

MOTOR 1.2.2


MOTOR gives you a useful application that displays Burma-Shave slogans & Knock Knock jokes on billboards as they might appear to a person driving down a highway. more>>

MOTOR 1.2.2 gives you a useful application that displays Burma-Shave slogans & Knock Knock jokes on billboards as they might appear to a person driving down a highway. Messages can also be displayed in text format.

Enhancements:

  • Very minor Knock Knock joke update (no changes to Burma Shave slogans).
<<less
Download (48.8KB)
Added: 2007-10-01 License: Freeware Price:
downloads
LiftLog 2.2

LiftLog 2.2


LiftLog is a weightlifters log book that tracks your personal best weightlifting efforts. more>>
LiftLog is a weightlifters log book that tracks your personal best weightlifting efforts.
Use it to improve your size and strength by discovering patterns within your best lifts (max reps) at each weight progression.
Find out what exercises and rep ranges work best for you in the shortest time possible.
Main features:
- Record training date, exercise, weight, number of reps, and any notes that you want.
- All exercises are categorized by body part (e.g., Abdominals, Biceps, Back, Chest, etc.).
- Sort by Body Part, Date, Exercise, or any of the other fields.
- Filter reports by Body Part, Exercise, or create your own filters, such as your rep increases/weight progressions within the last month, last quarter, or last year--useful information for cyclical training methods.
- Tracks multiple users (Personal Trainers can track clients--especially 1RM baseline efforts).
- LiftLog is FREE! Enjoy.
Enhancements:
- - Updated the LiftLogPlus database to integrate with the updated version of Exercise Genie 2.0.
- - Included the trial version of Exercise Genie within the distribution file.
- - Updated the LiftLog documentation to include more detailed information.
- - No changes have been made to the LiftLog 2.0 database.
<<less
Download (229.00KB)
Added: 2007-05-15 License: Freeware Price: FREE
892 downloads
ATMOS 2.2

ATMOS 2.2


Atmos is a small utility allowing you to calculate the relationships. more>> Atmos is a small utility allowing you to calculate the relationships between geometric altitude, and pressure, density and temperature of the (1976) Standard Atmosphere.
Singular output is possible as function of altitude, relative density or relative pressure (to sealevel) or in a tabular format as function of the start altitude level, the number of steps and stepsize:
Each parameter may be defined in SI or English units and can be stored.
For both the Series 3 and Series 5 is a different version: respectively: ATMOS3 and ATMOS5
<<less
Download (38KB)
Added: 2008-07-01 License: Freeware Price: Free
483 downloads
EZTip 2.2

EZTip 2.2


EZTip is professional software that makes it easy to calculate the tip amount/percentage and itemizes a bill for as many as 15 people. more>>

EZTip 2.2 is professional software that makes it easy to calculate the tip amount/percentage and itemizes a bill for as many as 15 people.

With EZTip, you enter a few numbers, press a button, and find out how much everyone owes, including tax and tip.

Newer features includes the abilities to enter a tax amount and to calculate the tip on the bill amount either before or after tax has been added. All Palm OS platforms are now supported.

Requirements: Palm OS 1.x

<<less
Download (23KB)
Added: 1999-12-07 License: Freeware Price:
downloads
Skin Editor 1.05

Skin Editor 1.05


With the help of this aplication you will be able to create and change Skins for the SmartLauncher. It also allows to send and receive skins through email, bluetooth and infrared. more>>
With the help of this aplication you will be able to create and change Skins for the SmartLauncher. It also allows to send and receive skins through email, bluetooth and infrared
System requirements:
- S60 Devices
<<less
Download (26.00KB)
Added: 2007-01-12 License: Freeware Price: FREE
1036 downloads
iPodME 2.2

iPodME 2.2


PLEASE REVIEW AND EDIT CAREFULLY Free utility that enables you to convert movies into an iPod-compatible format more>> <<less
Download (3.9MB)
Added: 2009-03-13 License: Freeware Price: FREE
1 downloads
Cipher 2.2

Cipher 2.2


Cipher is all you need to help you keep your secrets really secret by enciphering them with one of the most reliable encryption algorithms. more>>

Cipher 2.2 is all you need to help you keep your secrets really secret by enciphering them with one of the most reliable encryption algorithms.

Requirements: Palm

<<less
Download (9.8KB)
Added: 2008-10-18 License: Freeware Price:
downloads
MCE 2.2

MCE 2.2


Today, most professionals are required to take continuing education credits in order to maintain their license. Mandatory Continuing Education (MCE) keeps track of those credits more>>

MCE 2.2 is a professional software which can take continuing education credits in order to maintain the license. Mandatory Continuing Education (MCE) keeps track of those credits.

Whether you're a lawyer, architect, certified public accountant, doctor, dentist,or other professional service provider, MCE will insure that you always know how many credits you've earned. Don't forget to check out our other 70+ shareware titles.

Major Features:

  1. Filtering record by date range.
  2. Sorted by course title / date.
  3. Display running total for all your credits earned.
  4. Extra notes field for enter additional info.
  5. Built-in help documentation
<<less
Download (75.2KB)
Added: 2007-03-30 License: Freeware Price:
22 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5