Main > Free Download Search >

Free cab file editor software for pda

cab file editor

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 88
Mobile Registry Editor 1.1

Mobile Registry Editor 1.1


Mobile Registry Editor is an application that can be used to edit the registry of your Pocket PC or Smartphone (Windows Mobile device). With it you can remotely edit the registry using your desktop ke more>>
Mobile Registry Editor is an application that can be used to edit the registry of your Pocket PC or Smartphone (Windows Mobile device). With it you can remotely edit the registry using your desktop keyboard and mouse as opposed to using your stylus/keypad on your PDA or phone. Its built as a Windows application which has been modeled after Regedit (with a few extra features such as favorites, value size, column sorting etc...)
Main features:
- Create keys and values
- Delete keys and values
- Rename values
- Copy key name to clipboard
<<less
Download (75.60KB)
Added: 2006-05-04 License: Freeware Price: FREE
1431 downloads
Mac File Extensions 1.0

Mac File Extensions 1.0


A list of Mac File Extensions. Also includes description and App to open them in. more>>
A list of Mac File Extensions. Also includes description and App to open them in.
System requirements:
- MobileDB
<<less
Download (2.00KB)
Added: 2007-02-20 License: Freeware Price: FREE
976 downloads
Ultraviolet HTML Editor 1.0

Ultraviolet HTML Editor 1.0


Ultraviolet HTML Editor is a nice HTML editor. more>>
Ultraviolet HTML Editor is a nice HTML editor. Created for Palm PC but PocketPC 2000 compatible.

You do need to know the tags by heart. But there is a way around this: you can create macros! Prime examples, you have the software with Image and Table so you only need to gather the necessary information, no more IMG, TR, TD, ALT, etc, etc, etc. tags.

Its a shame the author did not put it to good use and that it cannot be used with ARM processors.
<<less
Download (21.00KB)
Added: 2007-05-10 License: Freeware Price: FREE
897 downloads
M.C.E.Mystery Circle Editor 2R1

M.C.E.Mystery Circle Editor 2R1


A pattern like mystery circle can be drawn. more>>
A pattern like mystery circle can be drawn.

<<less
Download (341.00KB)
Added: 2006-03-22 License: Freeware Price: FREE
1311 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
Pocket File Fort 2.03

Pocket File Fort 2.03


FileFort is a backup utility for Windows CE devices that allows you to schedule multiple backup jobs to keep your information safe and secure more>>

Pocket File Fort 2.03 is developed as a handy application which helps with backing up Windows CE devices and enables to plan various backup tasks to save your information safe and secure. It will automatically backup your critical data to virtually any type of storage media including CD, DVD, Blu-ray and remote FTP servers.

<<less
Download (1.1MB)
Added: 2009-02-16 License: Freeware Price:
29 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
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
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
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
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
M.C.E. (Mystery Circle Editor) V2 R1

M.C.E. (Mystery Circle Editor) V2 R1


M.C.E. (Mystery Circle Editor) is regarded as a user-friendly and handy pattern like mystery circle which can be drawn. more>>

M.C.E. (Mystery Circle Editor) V2 R1 is regarded as a user-friendly and handy pattern like mystery circle which can be drawn.

<<less
Download (333KB)
Added: 2002-04-07 License: Freeware Price:
downloads
Portable Crimson Editor 3.72 r259

Portable Crimson Editor 3.72 r259


Portable Crimson Editor functions as a smart source code editor for Windows. more>>

Portable Crimson Editor 3.72 r259 functions as a smart source code editor for Windows. This program is not only fast in loading time, but also small in size (so small that it can be copied in one floppy disk). While it can serve as a good replacement for Notepad, it also offers many powerful features for programming languages such as HTML, C/C++, Perl and Java.

Major Features:

  1. Edit multiple documents
    • Switch between documents using file selection tab.
    • Ctrl+Tab brings the last accessed document to topmost.
    • Support window splitter to see different parts of a document.
  2. Syntax highlighting
    • Configurable via custom syntax files.
    • Preconfigured for more than 100 computer languages.
  3. Multi-level undo / redo
    • All editing actions are recorded from the opening of a file.
    • Any document always can be undone to it's initial contents.
    • Unlimited undo and redo buffers.
  4. Project management
    • Manage group of related files into one project.
    • Remote files also can be included in a project.
  5. Directory tree view window
    • Click to open documents.
    • Filter to display only selected file class.
  6. Find & Replace
    • Replace specified text one by one, or as a whole.
    • Support regular expression.
  7. Column mode editing
    • Copy and paste rectangular selections.
    • Switch between column mode and line mode. (Alt+C)
  8. Natural word wrapping
    • Word wrapping does not affect syntax highlighting.
    • Configurable wrapping indentation. (easer to understand the syntax)
  9. Spell checker
    • Around 100000 words were added in the dictionary.
    • Users can register new words in their own dictionary. (InstallDir/user.dic)
  10. User tools and macros
    • Execute external programs with proper arguments.
    • Compile, execute and test your code.
    • Ease your fingers with key stroke recording. (record & replay)
  11. Edit remote files directly using built-in FTP client
    • Open, edit, and save documents in remote FTP servers.
    • Save account information (encoded) for automatic logon.
  12. Print & Print preview
    • Configurable page header and footer.
    • Print with line numbers.
    • Print with syntax highlighting. (used in color printer)
    • True type font selection for printer.
  13. Other useful features
    • Support Unicode & UTF-8 encoding, drag & drop text editing, single instance / multiple instances, ability to detect changed files, bookmark & go to, highlight active line, highlight matching pairs, multi-byte support with integrated IME (for eastern languages), auto indent, wheel mouse support, copy & paste, line numbers,configurable line spacing, option to save files in Unix format,
<<less
Download (1.6MB)
Added: 2009-10-17 License: LGPL Price: FREE
downloads
Theme Editor 4.0.1.0

Theme Editor 4.0.1.0


Theme Editor makes it easier to edit your theme packs for the Palm Desktop 4.0. You can find the Theme ini Files in your Palm Folder, there you will find a subfolder named Themes more>>

Theme Editor 4.0.1.0 is known as an effective tool to edit your theme packs for the Palm Desktop 4.0. You can find the Theme ini Files in your "Palm" Folder, there you will find a subfolder named "Themes". Go there, load a theme, edit it, save it under a different name.

<<less
Added: 2008-10-25 License: Freeware Price:
54 downloads
Host File Checker 2.2

Host File Checker 2.2


Host File Checker is considered as a comprehensive system utility. more>>

Host File Checker 2.2 is considered as a comprehensive system utility. Search through your system''s host file and remove duplicate entries. Your host file allows you to block sites of your choice by IP or name. In version 2.2, you now have the ability to add, change, and delete entries, as well as the ability to remove all duplicate entries found in the Windows host file. If any mistakes are made while editing the Windows host file, HFC 2.2 has the ability to undo your last mistake.

<<less
Download (63.3KB)
Added: 2004-06-27 License: Freeware Price:
247 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5