Main > Free Download Search >

Free smackdown vs raw 2010 software for pda

smackdown vs raw 2010

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 46
Dots Free 1.0

Dots Free 1.0


Dots Free is an easy and interesting game which can now be enjoyed right on your iPhone or iPod Touch. more>>

Dots Free 1.0 is an easy and interesting game which can now be enjoyed right on your iPhone or iPod Touch. Dots Free is the highest quality Dots and Boxes game available for the iPhone and iPod Touch. Dots and Boxes is a very simple game. Two players take turns drawing lines between dots on the game board. When a player draws a line that completes a box, the player "owns" that box. Whoever owns more boxes when the game board is full is the winner.

Dots Free supports one player and two player gameplay, so you can play against another human or against your iPhone. If you're really bored, you can even put the game in computer vs. computer mode and watch your iPhone play itself.

<<less
Download (1.6KB)
Added: 2008-11-13 License: Freeware Price:
downloads
Apple vs. Worm 1.08

Apple vs. Worm 1.08


Try to move the killer apples and the peaceful worms from the east bank of the river to the safety of the west bank. more>>
Try to move the killer apples and the peaceful worms from the east bank of the river to the safety of the west bank.
At no stage may the apples outnumber the worms. This application was written using AppForge.
System requirements:
- Palm OS device.
<<less
Download (148.00KB)
Added: 2006-12-13 License: Freeware Price: FREE
1045 downloads
Virtual Coin Toss 1.0

Virtual Coin Toss 1.0


Got a quarter? Of course you dont...we hardly ever have real cash any more...thats why you need this virtual coin toss! more>>
Look, we know you dont use that old-fashioned "cash" anymore, so whats a person to do when they need to flip a coin to decide something? Never fear, your Pocket PC is forever more going to be equiped to handle just such an emergency with BrainThumps Virtual Coin Toss!
Main features:
- Running tally of Heads-vs-Tails
- Option for "Best 2 out of 3"
- BONUS: Hey there is a secret code inside! Whats that all about?
<<less
Download (491.00KB)
Added: 2006-08-09 License: Freeware Price: FREE
1171 downloads
PowerApp 1.04

PowerApp 1.04


PowerApp allows you to turn the Palm off or turn the backlight on or off by clicking on a large button. more>>
PowerApp allows you to turn the Palm off or turn the backlight on or off by clicking on a large button.
This is ideal for those with Palm Vs that no longer have function power buttons (like me).
Enhancements:
- Switched power off to page up and backlight toggle to page down because Palm V case presses against page up button and tended to turn the backlight on.
System requirements:
- Palm OS v3.0
<<less
Download (3.00KB)
Added: 2007-06-25 License: Freeware Price: FREE
851 downloads
Kid vs Kat: Memory Match 1.0

Kid vs Kat: Memory Match 1.0


Test memory matching skills by matching pairs of cards. more>>

Kid vs Kat: Memory Match 1.0 is a useful way to train your brain and test your skills by matching pairs of cards featuring art and characters from the Kid vs. Kat television show. Match up pairs as quickly as possible and with the fewest mistakes to achieve the highest score.

Kid vs. Kat is an animated television show about the exaggerated conflict between a demonically malevolent cat, Kat, and beleaguered ten-year-old boy, Coop, to whom it has taken an inexplicable demented dislike. Coop cant be off his guard for a moment, it's Kid versus Kat!

<<less
Download (1.6KB)
Added: 2008-11-11 License: Freeware Price:
26 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
Nemonika Browser 1.1

Nemonika Browser 1.1


Get a voice enabled mobile browser for your Windows Mobile phone. more>>

Nemonika Browser 1.1 offers you a speech processing system which provides real-time speech recognition as well as synthesis.

Major Features:

  1. The speech recognition engine provides a small command oriented vocabulary, perfect for navigation and for implementing a "voice typewriter" that allows you to enter an arbitrary string.
  2. The speech synthesizer can provide navigation feedback and can directly speak content such as web pages or text files.
  3. Web pages are simultaneously rendered to fit onto a small screen to allow for simpler reading, navigation and scrolling.
  4. Nemonika currently has support only for US English.

Key Benefits:

  • Faster Input
    • You can choose at any time to enter data or commands either via speech, the soft input panel(SIP), touch screen or thumb pad. When using the SIP you receive immediate audio feedback allowing you to type more quickly.
  • Performance
    • Nemonika is very responsive, everything is done on the client side. Server based solutions need to upload raw audio data to a server which then processes it and returns it as text to your mobile.
  • Automatically Reformatted for Smaller Screen
    • The web is not ideal for viewing on small screens. Nor is it ideal for when you are away from a desktop in settings where you may need to multi-task your vision. Nemonika is not a desktop browser, it's a browser for the road. The one inside your head you're speeding down all the time.

Requirements:

  • Windows Mobile 5.0 and above.
<<less
Download (7.7MB)
Added: 2009-05-22 License: Freeware Price:
26 downloads
fMSX Nokia N90 1.10c

fMSX Nokia N90 1.10c


MSX emulator for S60. With this emulator you can play hundreds of games available on the Internet for the MSX platform. more>>
MSX emulator for the S60 platform. MSX is an 8-bit home computer that first saw light in 1983. With this emulator you can play hundreds of games available in the web for the MSX platform. Emulation core is originally based on an adapted version of the fMSX/Unix version 2.7 source code. Although recent versions of the emulation core still resemble the fMSX/Unix logically almost no part of the original fMSX/Unix code is left in fMSX/S60. I have decided to keep the emulator name as fMSX still to honour the roots of the emulation code and the efforts of the fMSX/Unix author. Critical sections in fMSX/S60 have been written directly in ARM assembly language to gain speed.
Main features:
- Emulates MSX1, MSX2 and MSX2+ machines.
- AY8910 (PSG), SCC, SCC+ and YM2413 (OPLL, MSX-Music) sound chips emulated.
- Supports ROM cartridge (.rom), disk (.dsk) and tape (.cas) images in uncompressed, gzip compressed (.gz), zip compressed (.zip) and lharc compressed (.lzh) format (zip and lzh format support is in the "b" and "d" variants only). Compressed disk and tape images are treated as read-only media in the emulator (any saved data on compressed media will be lost when the emulator exits).
- Four supported display rendering modes with 90 degrees rotation possibility (cw/ccw):
- raw unzoomed (only a part of the MSX display is visible in 176x208 display)
- fast fit (every nth pixel is discarded in 176x208 display or doubled in bigger displays)
- smart fit (same as fast but with a lone-pixel-detection, only available in 176x208 display)
- resample fit (calculates the average of neighbouring pixels for each rendered pixel, only available in 176x208 display).
- Fully user configurable keyboard and joystick mappings.
- Emulation can be paused and the machine state can be saved and loaded.
System requirements:
- Nokia N90
- 352x416 resolution display
- 12bit color depth (4,096 colors) or 16bit color depth (65,536 colors) or 24/32bit color depth (16,777,216 colors)
- 8kHz or 16kHz 16bit PCM audio streaming capability for sound emulation. The sound emulation can be disabled if the device does not support this audio format.
<<less
Download (195.00KB)
Added: 2007-01-29 License: Freeware Price: FREE
1007 downloads
AeroWeather 1.0

AeroWeather 1.0


AeroWeather 1.0 is a flexible application used by pilots for their flight preparations more>>

AeroWeather 1.0 is a flexible application used by pilots to prepare their flight. You can choose worldwide airport weather stations from the built-in database by either name or ICAO code. Data will be shown in its original format or fully decoded into easy understandable texts.

It is available in English, German, French, Spanish, Italian.

Major Features:

  1. Display raw and decoded METAR/TAF data (overview list and detail view)
  2. Quick switching between raw and decoded METAR/TAF in station detail view (may be helpful for student pilots)
  3. Search station from built-in database or find nearest stations based on your location (location based station searching may not work on iPod touch)
  4. Show additional information like sunrise/sunset, station location/elevation, timezone, and daylight saving adjustment
  5. Optionally displays all times in GMT or in the station's local time
  6. Format and units can be set individually (supports US and metric units)
  7. Based on NWS (US National Weather Service) data-source


<<less
Download (488.3KB)
Added: 2008-08-17 License: Freeware Price:
21 downloads
McPets 1.0

McPets 1.0


McPets is designed to allow pet owners to record their pets information. more>>
McPets is designed to allow pet owners to record their pets information.
i.e. Pets name, pets mother and fathers name, DOB, birth location, purchase price, Registered vs. not registered, Vetinarian(s) name(s), addresses, phone numbers, etc.
Schedule Vet. appointments and set reminder alarms. View the apointments and Vet information on 2 tables for quick reference.
System requirements:
- Palm OS v3.5
<<less
Download (49.00KB)
Added: 2006-03-24 License: Freeware Price: FREE
1309 downloads
PocketStand 1.0b

PocketStand 1.0b


Virtual image stand to view images with playback of music. more>>
Virtual image stand to view images with playback of music. Features: supported image formats: BMP, GIF, JPEG, and PNG; playback of music (MP2, MP3, OGG, RAW, WAV, WMA); picture frames (transparent); analog/digital clock (customizable align); calendar (customizable align); four configurable transition effects while image change (move, blocks, jalousie, zoom); image converter to convert between formats.
Enhancements:
- Preview-dialog improved via system-dialog of Windows Mobile 5
- Size reduction of installation package
System requirements:
- Microsoft Windows Mobile 5.0
- Microsoft .Net Compact Framework 2.0
<<less
Download (379.00KB)
Added: 2007-02-28 License: Freeware Price: FREE
972 downloads
GPSAuto 1.0

GPSAuto 1.0


You can use GPSAuto in your automobile (car) for accurate measuring (based on GPS system) of actual speed and getting warning when crossing speed limit (speed limits as well as many other parameters a more>>
GPSAuto is a PocketPC application for monitoring your current speed and alerting when crossing speed limits. You can use GPSAuto in your automobile (car) for accurate measuring (based on GPS system) of actual speed and getting warning when crossing speed limit (speed limits as well as many other parameters are fully configurable). Unlike its competitors, GPSAuto offers also automated switching of speed limits based on your actual speed.
Our opinion : this program has all the options you need, and you can change almost any setting in details. The WAV files are not very pleasant to hear, but you can record your own files on your desktop if you like, eventually in another language. A very good program, perfect when you know the way and do not need actual navigation.
Main features:
- Up to 8 configurable speed limits + extra "locked limit" based on actual speed
- Colour and audible warnings when getting near or over the limit
- Voice announcing of actual speed limit
- Manual and automatical switching of speed limits
- Predefined speed limits for EU and USA
- Showing actual position and number of satellites in view
- Recording total and trip distance
- Metric and imperial units (kilometers vs. miles)
- Colour schemes for day and night driving
- User interface with large buttons for easy controlling even in car
- Optional logging of all values (actual speed, position, altitude, time, distance) into text file with configurable frequency (from 1 second to 10 minutes)
- Landscape and portrait display orientation support
System requirements:
- Any PocketPC PDA with QVGA display (240x320*) or better
- *It is also possible to run GPSAuto on square displays 240x240 with some discomfort
- Operating system Windows Mobile 5.0, Windows Mobile 2003 SE or older*
- *For older systems, ".NET Compact Framework 1.0" must be installed
- GPS device (included in PDA or connected via cable, card or bluetooth)
<<less
Download (488.00KB)
Added: 2006-11-06 License: Freeware Price: FREE
1421 downloads
Checkers Free 1.21

Checkers Free 1.21


Checkers Free supports both one player and two player gameplay, so you can play against friends or test your skills against a challenging computer opponent more>>

Checkers Free 1.21 brings you an interesting arcade game which supports both one player and two player gameplay. You can play against friends or test your skills against a challenging computer opponent. If you are really bored, you can even put the game in computer vs. computer mode and watch your phone play itself.

Enhancements:

  • Includes minor bug fixes indented to address feedback from users.
<<less
Added: 2009-03-03 License: Freeware Price:
66 downloads
Crosswords 3.0 3.0

Crosswords 3.0 3.0


Crosswords is a game having features of human-vs.-human or human-vs. more>>

Crosswords 3.0 3.0 is a game having features of human-vs.-human or human-vs.

Major Features:

  1. Pilot games for one to four players.
  2. The program supports English, German, French, Italian, and Swedish.
  3. Dictionaries supplied for these languages range in size from 7K (for 850 words) to 170K (for 80K words).
<<less
Download (24.3KB)
Added: 1999-09-08 License: Freeware Price:
downloads
VisualGPSce 1.2.106

VisualGPSce 1.2.106


VisualGPSce is a free PocketPC application that displays GPS data graphically as well as record the raw GPS data (NMEA 0813) to a file. Other features include satellite azimuth/elevation, GPS signal q more>>
VisualGPSce is a free PocketPC application that displays GPS data graphically as well as record the raw GPS data (NMEA 0813) to a file. Other features include satellite azimuth/elevation, GPS signal quality, analog gauges and statistical position averaging.
System requirements:
- Pocket PC 2002 / 2003
- ARM Processors
<<less
Download (144.00KB)
Added: 2007-03-15 License: Freeware Price: FREE
1028 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4