Main > Free Download Search >

Free hp 82240a software for pda

hp 82240a

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 28
HP-35 1.0a

HP-35 1.0a


HP-35 is a Pocket PC simulator of the old HP-35 more>>
HP-35 is a Pocket PC simulator of the old HP-35, the Hewlett Packards first pocket calculator, one which would subsequently give birth to the machines that have been the companions of numerous students.
<<less
Download (463.00KB)
Added: 2007-05-12 License: Freeware Price: FREE
937 downloads
HiP Keys 1.0

HiP Keys 1.0


HiP Keys is a utility to edit and create keyboard shortcuts. more>>
HiP Keys is a utility to edit and create keyboard shortcuts.
For example using HiP you could set the Windows Logo Key + the "W" key to launch Pocket Word. Similarly + could launch Excel.
HiP also supports the editing of the hardware hotkeys on the HP660LX, HP630LX, and HP Jornada 720 - above the keyboard, to the right of the screen, and on the front of the case (720 only).
System requirements:
- Orbworks Pocket C runtime ver. 2.0 (December 18 build or later)
- A Windows CE device with a keyboard
<<less
Download (21.00KB)
Added: 2007-05-09 License: Freeware Price: FREE
907 downloads
Q-GPS 1.0

Q-GPS 1.0


Q-GPS is a replacement for the built-in software A-GPS of the hw6515. more>>
Q-GPS is a replacement for the built-in software A-GPS of the hw6515. A-GPS improve the speed to login of the GPS by downloading information on the net. Q-GPS make it possible to do the same, both for 2 and for 10 days. It doesnt use the same layer as HP firmware and avoid downloading freeze, usual with built-in software.
<<less
Download (138.00KB)
Added: 2006-10-23 License: Freeware Price: FREE
756 downloads
Doom4CE (CE, HP Jornada 820) 1.9.0.1

Doom4CE (CE, HP Jornada 820) 1.9.0.1


Doom4CE (CE, HP Jornada 820) is known as an interesting and fantastic game. more>>

Doom4CE (CE, HP Jornada 820) 1.9.0.1 is known as an interesting and fantastic game. This handheld version of the megapopular Doom brings full-color suspense to your HP Jornada 820.

<<less
Download (432.8KB)
Added: 2000-04-19 License: Freeware Price:
downloads
Hitchhiker 0.4 beta 1

Hitchhiker 0.4 beta 1


Hitchhiker will handle all settings for you and perform complicated tests to ensure you can connect to the Internet in no time. more>>
"Hitchhiker" helps you to connect your Pocket PC to the wireless Internet. Simply click "Connect" and it will try all nearby public access points
Main features:
- Powered by WiFi Graph technology.
- Now support HP iPAQ hx2755 and hx4700 device.
- Support both WEP and WPA-PSK encryption.
- Speedy connect to wireless Internet via public hotspot.
- Fire-and-forget, one click away from the wireless Internet.
- Change IP address without manually cycling WLAN device.
- "IP Fastlane" input for rapid IP address input.
- Secure Internet access with WEP and WPA-PSK.
- Reconfigure system settings for optimal connection speed.
- Perform complicated Internet connectivity tests automatically.
- Report if the connection requires login.
- Keep your connection history and report the "hit/miss" ratio.
- Donate-A-Function!
Enhancements:
- Support devices running Windows Mobile 5
- Support VGA device and Landscape orientation
- When connected, notify user with notification balloon
- Performance improved by loading network history in background
- Automatic retry when WLAN is not found
System requirements:
- Windows Mobile 2003 / SE / 5.0
- WiFi Device
- .NET CF v2.0
<<less
Download (721.00KB)
Added: 2006-06-07 License: Freeware Price: FREE
878 downloads
RoadMap 1.0.12

RoadMap 1.0.12


RoadMap is an open source (GPL) program that provides a car navigation for Linux, UNIX and now Windows CE (a.k.a. PocketPC). It displays a map of the streets, tracks the position provided by a NMEA-co more>>
RoadMap is an open source (GPL) program that provides a car navigation for Linux, UNIX and now Windows CE (a.k.a. PocketPC). It displays a map of the streets, tracks the position provided by a NMEA-compliant GPS receiver, identifies the street matching this GPS position and announces the name of the crossing street at the next intersection. A rudimentary trip feature allows RoadMap to display some basic navigation information (distance to the destination, direction, speed, etc..). Voice messages are generated that duplicate some of the screen information.
It is possible to display a specific area by providing a (complete or incomplete) postal address, the intersection of two streets or an exact position (longitude / latitude).
The map files used by RoadMap are generated from the TIGER files provided by the US Census Bureau, and thus cover the USA only. The RoadMap map format is a binary format that is sensitive to the endianness of the processor. Maps available on this site cover all the USA and have been generated for a little endian processor (such as the Intel Pentium and StrongARM processors).
RoadMap has been designed to be usable on both a desktop or laptop PC, or on a PDA such as the iPAQ from HP (formely from COMPAQ). It can use either the Gtk 1.2 , Gtk 2.0 or QT graphic library for its user interface. The Qt interface supports the Sharps Zaurus PDA. All these machines share the same endianness and can use the maps provided on this site.
RoadMap is at an early stage of development. At this time there are no routing features implemented yet. The plan for the future is to implement some navigation features similar to those found in commercial street navigation systems. The main limit for implementing routing is the lack of navigation information in the US Census Bureau database (for example one-way street are not indicated). The US Census Bureau has clearly indicated that it does not plan to add these information in the future (the USCB does not need them).
RoadMap uses gpsd for the GPS link and flite (festival lite) for the voice messages. Note that flite can be rebuilt with better voices than the default one (such as a US voice instead of a british one--some may disagree :). See the flite README for more information. Here is an example, courtesy of Scot Wilcoxon:
cd flite
make clean # to remove old executable files
./configure --with-vox=cmu_us_kal16

RoadMap comes with its own GPS status screen, which provides an overview of the satellites received and highlights those the GPS has a fix on. This status screen allows for placing the GPS device in a position that optimizes satellite reception, even if that means making the GPS devices screen not accessible.
RoadMap uses a binary file format for representing the maps that is compact enough to allow the storage of many maps on a Compact Flash or MultiMedia card. For example, the map of Los Angeles county takes about 10 Mbytes of flash space. RoadMap comes with a set of tools to convert the US Census bureau data (both the 2000 and 2002 versions) into its own map format. Future versions of the US Census bureau data will be supported as well (usually a 1 or 2 months after the data has been released).
When RoadMap starts, it displays a map of the same area that was displayed on the latest session. Clicking on the map screen triggers a "sign" that displays the name of the street, road or freeway (if any) that is the closest to the mouse hotpoint.
Enhancements:
- Makefile cleanup: everything must now be built in src. If only one toolkit support is to be built, use the DESKTOP option. Please read the README file for more information.
- Small addition to the README file, section "troubleshooting".
- RoadMap uses a minimum refresh period to avoid recomputing the screen too often. This period is now a preference. Not that you normally would want to change this, but this helps on some very specific setups.
- The --debug option now accepts a list of source files as parameters.
- Reworked the roadmap_trip.c API, to have a common API between the current trip module and the upcoming one from Paul.
- Make RoadMap resynchronize with the graphic engine (X11) before drawing a new map. Dont redraw if the graphic engine is busy. This is intended as an attempt to avoid overloading the X server on a PDA (Paul Fox).
- Support defining a sprite as an alias of another sprite (Paul Fox).
- Show the preference categories sorted in alphabetical order, to makes it easier to retrieve a category tab.
- Expand all paths, including the hard-coded ones (Ehud Shabtai).
- Fix the handling of the end-of-file when the GPS source is a NMEA log file.
- User preference to decide what side to draw the toolbar on: top (default), right, bottom or left. (Not yet available on Windows CE.)
- A fix for the shape gap filler code in buildmap. buildmap generated wrong shapes for long lines (Ehud Shabtai).
- The menus are now user configurable, in a way similar to the toolbar. The actions can be renamed, to match the size of the screen better (Paul Fox and I).
- The minimal mouse/pen movement required to initiate a map drag is now configurable: some screen digitizers have a significant jitter, but a large value is incomfortable on a desktop machine (Paul Fox).
<<less
Download (390.00KB)
Added: 2007-07-25 License: Freeware Price: FREE
841 downloads
Redeye 1.0

Redeye 1.0


Redeye is equipped many useful features which let users print to HP 82240A and 82240B printers from a Palm OS handheld. more>>

Redeye 1.0 is equipped many useful features which let users print to HP 82240A and 82240B printers from a Palm OS handheld.

The HP 82240A and HP 82240B are palm-sized printers originally designed to print hard copies of calculations and graphs from HP calculators. They receive data via an infrared port and print on thermal receipt paper.

Requirements: Palm OS 3.0 or higher

<<less
Download (39.1KB)
Added: 2008-03-11 License: Freeware Price:
downloads
HP Theme for Pocket PC 1.0

HP Theme for Pocket PC 1.0


Free logo theme for Pocket PC. more>>
Free logo theme for Pocket PC.
System requirements:
- Pocket PC
<<less
Download (10.00KB)
Added: 2007-05-07 License: Freeware Price: FREE
900 downloads
eV41 0.93

eV41 0.93


eV41 emulates the mystic machine of many students in the 1980s: the HP-41. more>>
eV41 emulates the mystic machine of many students in the 1980s: the HP-41.

Maybe it will bring a second youth for the 41, because programming is possible with this version.
<<less
Download (1.06MB)
Added: 2007-05-10 License: Freeware Price: FREE
897 downloads
Thin Font Fix 1.0b3

Thin Font Fix 1.0b3


Thin Font Fix is a must-have tool which can help you again to enbold font. more>>

Thin Font Fix 1.0b3 is a must-have tool which can help you again to enbold font.

CLIE's HiRes screen is great, but sometimes it's HiRes font is too thin to read comfortably. This software enbolds it. Install thinfont.prc and launch it. Push "Fix!" button to enbold hires font. Reset to revert it. When your Clie resets, font will revert to original.

<<less
Download (22.5KB)
Added: 2002-01-30 License: Freeware Price:
downloads
PowerTerm CE (CE handheld) 2.3

PowerTerm CE (CE handheld) 2.3


an advanced, full service terminal emulation and telnet solution more>> PowerTerm CE (CE handheld) is an advanced, full service terminal emulation and telnet solution for the Microsoftr Windows platform. It supports a full line of emulation types including tn3270 and tn5250 and enables organizations to connect to the widest range of hosts such as IBM AS/400, IBM Mainframe, Unix, Digital (VAX/VMS) SCO, HP-3000 and Tandem. PowerTerm Pro embodies Microsoft Visual Basic for Applications (not included in the demo version), and incorporates advanced security features such as SSL from RSA Security, Inc.<<less
Download (11.6MB)
Added: 2008-07-28 License: Freeware Price: Free
452 downloads
PocketTV Classic WM2003 1.3.10

PocketTV Classic WM2003 1.3.10


Award-winning PocketTV lets you play any standard MPEG-1 file (extension .mpg) on your Pocket PC. You can create your own MPEG files or download thousands from the net more>>
Award-winning PocketTV lets you play any standard MPEG-1 file (extension .mpg) on your Pocket PC. You can create your own MPEG files or download thousands from the net.
This version is for all Pocket PCs (including phones) 2003 and 2003 Second Edition.
Enhancements:
- Fixed issue with backlight dimming. Power control for keeping the backlight "on" while playing was not correct (issue probably introduced in version 1.3.7 with a change in the registry setup by the CAB file).
- Fixed issue with button assignment. Upon installation, the default button assignment was not set (issue probably introduced in version 1.3.7 with a change in the registry setup by the CAB file).
- Fixed issue with HP Rx5900 series. Due to a firmware bug in the HP Rx5900 series, the video was not displayed in the correct orientation.
- Fixed a problem in the CAB files and Setup files for Pocket PC 2003 & 2003 SE that was preventing correct installation (a dll was missing).
System requirements:
- Pocket PC 2003 / 2003 SE
<<less
Download (557.00KB)
Added: 2007-03-30 License: Freeware Price: FREE
584 downloads
Pocket Controller Skinpack 1 1.0

Pocket Controller Skinpack 1 1.0


Pocket Controller skins for Commercial Pocket PC devices. more>>
Pocket Controller skins for Commercial Pocket PC devices.
To install a SkinPack:
# Download the SkinPack ZIP file and save it to a temporary directory on your desktop computer
# Unzip the entire contents of the ZIP file to the directory into which Pocket Controller was installed on your desktop/notebook computer. This directory is normally :
C:Program FilesSOTIPocket Controller
The drive letter (i.e. C:) may be different if windows is installed on an alternate drive on your desktop/notebook computer. If you are asked if you would like to overwrite files that are already in the destination directory, select Yes.
To Configure Pocket Controller to use skins:
# Start Pocket Controller, from the Tools menu, select Configure. In the Configure dialog box, select a connection from the Connection List field and click on the Edit Connection button
# On the Edit Connection dialog make sure that View in Skin is checked, and in the Skin Name field select the skin you want to use and then click on the Ok button.
# In the View->Zoom menu make sure the zoom level is set to 100%, and then select Connect from the File menu.
If a skin for a device that you are interested in is not available, please send us a straight on, high resolution picture of the device to, support@soti.net, and we will be glad to create and publish a skin in our Skin Library. You will be notified via email when the skin is published. Typically the time it takes to get done is about a week.
Manufacturer - Device Model
Acer N10, N30, N50, N50 Premium, N300
Andres Industries AG RPDA N520, RPDA N560
Asus A600, A620, Asus P525, Asus P575, AsusA636, A716, A730
Audiovox PPC4100, SMT56000, Thera, XV6600, XV6700_Vertical
Axia A108
BenQ P50
Casio Cassiopeia: E-125, E-200, EM-500, IT-10, IT-500
Cingular 2125, 3125, 8125, 8525
Dell Axim: X3, X30, X5, X50, X50v, X51, X51v
Dopod 595, 900, P100, S300, 818Pro_Black, 818Pro_Blue, 818Pro_Lavendor, 818Pro_Pink, 818Pro_Silver
Eten M500, M600, G500, Golfiish M700, Golfiish X500
EMBARQ PPC6700
Fujitsu Siemens EDA, LOOX N500, LOOX N560
Garmin iQue M5
Gigabyte gSmart i
Hitachi G1000
HP(Compaq) iPAQ: 1900, 2200, 3100, 3600, 3700, 3800, 3900, 4100, 4350, 5400, 5500, 6315, 6500/6515, 6900, 69xx, 6915, Delphi DS100E, hx2110, hx2410, hx2750, hx4700, hx4705, rx1950, rx3715, rx5000, rw6100, rw6828, rz1710
Jornada: 540, 560, 728
HTC Advantage X7500, Blue Angel, Faraday, Lobster, MTeoR, P3300, P3600, P4300, P4350, S310, Tanager, TyTN, Wizard
I-Mate JAM, JasJam, Jasjar, Jamin, K-Jam, PDA2k, Pocket PC Phone Edition, Smart Flip, SP2, SP3, SP3i, SP5, SPL
Medion MD-100
Metrologic SP5700
Mitac MioA201, MioA701, MioP550, MioP350, Mio168, Mio558,
Motorola Black, MPx, MPx100, MPx200, MPx220 Black, MPx220 Silver, Q, q9
Navman PiN PC
Nec MobilePro P300
O2 XDA, XDA Atom, XDAExec, XDA Graphite, XDA Neo, XDA Orbit, XDA II, XDA IIi, XDA IIs, XDA II mini, Xphone II
Orange SPV, SPV C500, SPV C550, SPV C600, SPV E100, SPV E200, SPV M500, SPV M600, SPV M1000, SPV M2000, SPV M3100, SPV M5000
Palm Treo 700w (Verizon), Treo 700wx, Treo 700wx (Sprint), Treo 750, Treo 750 (Cingular), Treo 750v (Vodafone)
Pantech Verizon 820
Qtek 2020, 7070, 8010, 8020, 8060, 8080, 8100, 8300, 8310, 8500, 9000, 9090, 9100, S100, S200
Sagem MYS-7
Samsung Blackjack, I320, I600, I700, I730, I760
Siemens PocketLOOX: 410, 420, 610, 710, 720, SX45, SX56, SX66, T830
Sierra Wireless Voq
SOFTBANK X01HT
Sprint PPC6600, PPC6700
T-Mobile T-Mobile, DASH, MDA II, MDA III, MDA Compact, MDA Compact III, MDA Pro, SDA
Telecom New Zealand Harrier, Harrier (Keyboard), Apache
Toshiba 550G, E310, E400, E570, E740, E750, E755, E800
UTSTARCOM PPC6700
Verizon Thera, XV6700
Viewsonic V35, V37, V38R
VodaFone VPAIII, 1620, 1640
Yakumo PDA Delta, PDA Delta 300 GPS
System requirements:
- Pocket Controller
<<less
Download (58.00MB)
Added: 2007-06-05 License: Freeware Price: FREE
777 downloads
BottomFeeder for Win CE on x86 4.4

BottomFeeder for Win CE on x86 4.4


BottomFeeder is a news aggregator client written in VisualWorks Smalltalk more>> BottomFeeder is a news aggregator client (RSS and Atom) written in VisualWorks Smalltalk. BottomFeeder runs on Linux x86, (also FreeBSD), PowerPC Linux, Sparc Linux, Windows (98/ME/NT/2000/XP/CE 4), Mac OS8/9, Mac OS X (PPC, intel), AIX, SGI Irix, HP-UX, and Solaris (SPARC and x86).
What sets BottomFeeder apart?
Full support for CSS, including user defined CSS
View news in 3 pane or 2 pane modes
Subscribe to any RSS or Atom format in use
View items in a summary Newspaper View
Synchronize 2 or more BottomFeeders via HTTP or file import
Subscribe to feeds or feedlists
Supports HTTPS, HTTP Authentication, and HTTP Digest Authentication
Plugins for blogging, IRC, and MSN Messenger contacts
Easy to update or upgrade from within BottomFeeder
Save as many or as few feed items for as long as you want
Import or Export in common OPML format
Binary compatible on every platform. No need to recompile
<<less
Download (17.2MB)
Added: 2007-10-18 License: Freeware Price: Free
739 downloads
Pocket Verifier (CE Handheld) 3.12

Pocket Verifier (CE Handheld) 3.12


Pocket Verifier (CE Handheld) is a very serviceable tool which can accept Credit Cards and Checks anywhere, on any Windows CE compatible PDA! Works with wired or wireless Internet connections! more>>

Pocket Verifier (CE Handheld) 3.12 is a very serviceable tool which can accept Credit Cards and Checks anywhere, on any Windows CE compatible PDA! Works with wired or wireless Internet connections!

Accepts Visa, Mastercard, Discover, American Express, and also allows you to accept checks electronically! Accept credit cards now, and increase your sales. Credit Cards give your customers time to pay, and funds to pay with. Works with Compaq iPaq, HP Journada, Casio and more!

Includes PC Verifier, for those times when you finally get back to your desk. Fully functional, you can accept a credit card and complete the transaction at a swap meet, construction site, even a moving vehicle! Package includes full installer.

<<less
Download (519KB)
Added: 2001-07-11 License: Freeware Price:
96 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2