Main > Free Download Search >

Free to look software for pda

to look

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 479
Shrook 1.0

Shrook 1.0


Shrook makes it easy to access feeds from anywhere. It allows full access to all your feeds and groups you have set up on your Mac and synchronized to your shrook.com account. more>>

Shrook 1.0 makes it easy to access feeds from anywhere. It allows full access to all your feeds and groups you have set up on your Mac and synchronized to your shrook.com account. Items you view on your phone are marked as read on your Mac, and vice versa. If you don't have a shrook.com account, Shrook will create a guest account that comes preloaded with a selection of feeds so you can trial the functionality of the mobile version of Shrook.

Major Features:

  1. Quick subscription - Shrook supports feed: links, which allow you to add a channel to Shrook just by clicking a link on a web page.
  2. Instant Notifications - Built-in support for Growl
  3. Spotlight support - Items from your feeds appear in Spotlight search results.
  4. No Browser Required - View webpages directly in Shrook.
  5. Smart Groups - Define almost any combination of rules to pick out items you want, all updated in real time.
  6. Scrapbooks - Save individual items to look at later.
  7. Blogging Integration - Use external blog editors directly from Shrook
  8. Real-time search - Enter a word into Shrook's search box, and the list of channels or items instantly reduces to those matching the search.
  9. Secure access - Shrook provides access to private channels via HTTPS encryption (including self-signed) and password protection. Passwords are stored securely in your Keychain. It also shares credentials with Safari, so if you log in there you can read private channels in Shrook.
  10. Feed Guide - Shrook comes with an integrated feed guide to help you find new sites. It's loaded from the web, so it's always up to date.

Requirements:

  • Mac OS X v10.4, v10.5 or v10.6
<<less
Download (1.6KB)
Added: 2008-11-23 License: Freeware Price:
downloads
TodayPlus Owner 2.0

TodayPlus Owner 2.0


Freeware application to change/replace a look of Owner information on Todays screen. more>>
Owner Today is a small (15kB) and easy application. It allows you to change a look of Owner information displayed on Todays screen.
Enhancements:
- 256-colors icon
- toggable "note" text, touch this item to see your "note", touch again to hide it
<<less
Download (490.00KB)
Added: 2006-06-23 License: Freeware Price: FREE
1218 downloads
LIVESTRONG.COM Calorie Tracker 1.0

LIVESTRONG.COM Calorie Tracker 1.0


LIVESTRONG.COM Calorie Tracker is a powerful program that makes it quick and easy to keep a digital diary of daily calories. more>>

LIVESTRONG.COM Calorie Tracker 1.0 is a powerful program that makes it quick and easy to keep a digital diary of daily calories.

Ever been curious about how many calories are in that dish youre about to order? Or, how much fat is in that tuna melt at the diner down the street? The free LIVESTRONG.COM Calorie Tracker can help you find that information and keep a digital diary of your daily calories.

FREE for a limited time, the application lets you to look up or track your daily caloric, fat, carbohydrate and protein intake with the click of a button. You will have access to The Daily Plate at LIVESTRONG.COM, which offers a comprehensive nutrition database of more than 450,000 food items. Most major competitors only have 7,000 items in their database.

<<less
Added: 2008-11-02 License: Freeware Price:
7 downloads
Look it Up! Flags 1.2

Look it Up! Flags 1.2


This is a useful application which is designed to help its user see what a nations flag looks like and show it to others. more>> <<less
Download (1.6KB)
Added: 2008-11-10 License: Freeware Price:
downloads
iPet Photo 1.1

iPet Photo 1.1


iPet Photo is an innovative and versatile utility which has five specially created sounds that are sure to attract the attention of your cat or dog. more>>

iPet Photo 1.1 is an innovative and versatile utility which has five specially created sounds that are sure to attract the attention of your cat or dog. Just select a sound then iPet Photo will start your camera automatically to take a photo, as it does this, it will start playing the sounds that are designed to get your pet to look at the camera.

Requirements: Requires iPhone 2.0 Software Update

<<less
Added: 2009-04-18 License: Freeware Price:
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
Portable Lingoes 2.6.1 Beta

Portable Lingoes 2.6.1 Beta


A multi-language translation tool for you to use. more>>

Portable Lingoes 2.6.1 Beta is designed as a multi-language translation tool for you with much convenience when using.

Portable Lingoes is the portable version of Lingoes developed to be able to run from a USB flash drive or any other portable device. Portable Lingoes is a multi-language translation and dictionary software providing results in over 60 languages.

Portable Lingoes offers text translation, cursor translator, index list group and pronouncing text, and abundant free dictionaries as a new generation dictionary and translation software. This dictionary offers users the instantest way to look up dictionaries and translation among English, French, German, Spanish, Italian, Russian, Chinese, Japanese, Korean and more over 60 languages.

With the creative cursor translator, the application automatically recognizes the word and its definition as soon as you move the cursor and point to any text, then press hotkey. It wouldn't disturb your current work. Portable Lingoes owns full features of current popular commercial software, and creatively develop cross language design and open dictionaries management.

A plenty of dictionaries and thesauruses are listed for free download. Portable Lingoes is the best tool for learning all kinds of languages.

Major Features:

  1. Cross-translation over 60 languages
    Lingoes offers text translation and dictionaries in over 60 languages, supporting cross translation between different languages. These languages include English, French, German, Russian, Spanish, Italian, Portuguese, Dutch, Chinese (simplified/ traditional), Japanese, Korean and more...
    Shift hotkey for the cursor translation and cross-translations between different languages
    You can translate words in any places of the screen by using the cursor translation function of Lingoes. Simply pressing Shift key, the system will automatically recognize the words selected by the cursor and display results. Now the cursor translator supports English, French, German, Russian, Spanish, Chinese, Japanese, Korean, etc.
  2. Full text translation over 15 languages
    The online translation service offered by Lingoes integrates the most advanced text translation engines in the world, including Systran, Promt, Cross, Yahoo, Google and Altavista, etc, which makes text translation unbelievably easy. You can freely choose these engines for your translation and compare the different results generated by different engines to help you understand the texts in languages which you are not familiar with. The languages include English, French, German, Italian, Russian, Spanish, Portuguese, Dutch, Greek, Swedish, Chinese (simplified), Chinese (traditional), Japanese, Korean, Arabic...
  3. Open management of dictionaries
    The open management makes you easily download and install dictionaries according to you own needs, furthermore you can freely configure their arrangements and themselves.
  4. Words and Texts Pronunciation
    Lingoes provides the function of words and texts pronunciation based on the newest TTS audio pronunciations engine, which can help you quickly learn the pronunciations of the words and is very convenient for study and memorizing.
  5. Downloads a huge amount of vocabulary bases for free
    The diverse demands of customers, therefore this tool can provide hundreds of free professional dictionaries of various languages and disciplines for customers to download, and the quantity is increasing everyday.
  6. The user interface exquisitely designed
    The customer interface is well-design and friendly and with its functions clearly displayed, which is very easy to use.
  7. Convenient function
    The design of many convenient functions makes the application easily copy, paste, save, print and pronounce words or search results.
  8. Small size but high efficiency
    Designed to be very small and smart software, Lingoes performs fast and occupies few system resources. Carefully designed dynamic compression makes its size only half to one tenth of the common dictionary format with the same content. The design that saves system resource and RAM can make it operate in all environments.

Requirements:

  • Firefox
<<less
Download (5.3MB)
Added: 2009-07-02 License: Freeware Price: FREE
18 downloads
 
Other version of Portable Lingoes
Portable Lingoes 2.6.0 BetaThis dictionary offers users the instant way to look up dictionaries and translation among English, French, German, Spanish, Italian, Russian, Chinese, Japanese, Korean and more over 60 languages
Price: FREE
License:Freeware
Download (5.3MB)
11 downloads
Added: 2009-07-01
Portable Lingoes 2.5.3Thios dictionary offers users the instantest way to look up dictionaries and translation among English, French, German, Spanish, Italian, Russian, Chinese, Japanese, Korean and more over
Price: FREE
License:Freeware
Download (4.9MB)
49 downloads
Added: 2009-06-26
DBNavigator 1.0

DBNavigator 1.0


See the database content of your Windows Mobile 5 device. more>>
Database content of your Windows Mobile device was always a bit mysterious. But now you can investigate your DB data with DBNavigator and even change some values.
This application intended for software developers and QA specialists, that needs research how Windows Mobile store DB data. Please, use this tool with caution, because when you change some data without proper changes in correspondent data - you can easily corrupt DB integrity.
Now we are provide this appliction as is, for free, because we investigate if this tool has some potential for future marketing.
Whats DBNavigator features?
Application can view and edit EDB and CEDB format of Windows Mobile databases. All values shown in raw format, and often this can be used to look for "deleted" data and even for recover it by editing DB. Application supports both portret and landscape screen orientation.
Roadmap
We are going to add a number of features in next version - search for specific values, filters, undo mode, etc. Please, feel free to contact us for suggesting additional features.
System requirements:
- Windows Mobile 5.0
<<less
Download (78.80KB)
Added: 2006-10-17 License: Freeware Price: FREE
1119 downloads
Gloubi Demo 1.0

Gloubi Demo 1.0


This shows off an amazing wave scroll text, another turning text, a funny star field, a gloubi distorting logo, lots of stupid rotating balls... more>>
Look at this old school demo, coded with the pure late 80s style by the TsaBros.

This shows off an amazing wave scroll text, another turning text, a funny star field, a gloubi distorting logo, lots of stupid rotating balls...See also the Dragon Demo, and the Distorted Demo from the TsaBrothers.

Works fine on high res color device, at least 33MHz processor.

<<less
Download (15.00KB)
Added: 2006-03-22 License: Freeware Price: FREE
1311 downloads
Trax 1.0

Trax 1.0


This Palm Pilot program uses a GPS to create Maps and Graphs of your Jogs, Bike rides, Kayak trips, X-Country Skiing adventures, Hiking treks... more>>
This Palm Pilot program uses a GPS to create Maps and Graphs of your Jogs, Bike rides, Kayak trips, X-Country Skiing adventures, Hiking treks... you get the idea!

After you record your activity you can download to your PC where a Microsoft Excel macro will make it look mighty nice.

<<less
Download (235.00KB)
Added: 2006-03-28 License: Freeware Price: FREE
1305 downloads
Gmail Loader 0.5

Gmail Loader 0.5


If youve ever wanted to sync your local e-mail with your Gmail account, this program works by reading your existing mail files, and forwarding them to Gmail more>>

Gmail Loader 0.5 is developed as an effective tool with which you can easily sync your local e-mail with your Gmail account. This program works by reading your existing mail files, and forwarding them to Gmail. It does not delete the mail from your local computer. Email can be set to arrive at GMail in either your 'Inbox' or 'Sent Mail'.

Notes: The default SMTP server does not work. Please look up the current SMTP server with DNS Stuff (a DNS lookup service) and use one of the server names returned there as the SMTP server.

If you are attempting to import your mail into your Gmail for Domains account, you need to look up the MX servers for your domain. There is an option on the right hand side of DNS Stuff to perform this task. Enter your domain name, slect MX, and then click "Lookup". The destination address in GML should then be your gmail for domains address and not an @gmail or @googlemail address.

<<less
Download (3.6MB)
Added: 2007-03-19 License: Freeware Price:
110 downloads
Zodiac Today 1.0

Zodiac Today 1.0


Replacement of Todays Date with zodiac signs. more>>
Zodiac Date Today is a small (20kB) and easy application. It allows you to change a look of Date information displayed on Todays screen
Enhancements:
- fixed memory leak
System requirements:
- Windows Mobile PocketPC
<<less
Download (492.00KB)
Added: 2006-06-23 License: Freeware Price: FREE
1218 downloads
Mind Illusion 2.0

Mind Illusion 2.0


Mind Illusion 2.0 is an excellent mind testing program for everyone more>>
Mind Illusion 2.0 is an excellent mind testing program for everyone. It actually provides a mind trick. You just have to look at the dots and you will understand why so many people have given up finding out what it is.

Requirements:

  • Pocket PC 2002
<<less
Download (8KB)
Added: 2006-04-12 License: Freeware Price: FREE
1 downloads
Mobile Check 1.0.0

Mobile Check 1.0.0


Use Mobile Check to look up mobile phone numbers to determine the mobile operator (UK only). more>>
Use Mobile Check to look up mobile phone numbers to determine the mobile operator (UK only). This allows you to check whether calling another mobile number will be cheap (same operator) or expensive (different operator).
System requirements:
- Java compatible
<<less
Download (16.00KB)
Added: 2007-01-10 License: Freeware Price: FREE
1017 downloads
Fonts 1.1

Fonts 1.1


Fonts is a product showing all of the fonts on the device. more>>

Fonts 1.1 is a product showing all of the fonts on the device. The initial list is the font families, then each font within the family, then details about the font. This application is for developers who want to see what fonts are available and how they look at various point sizes.

<<less
Download (97.7KB)
Added: 2008-07-28 License: Freeware Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5