Main > Free Download Search >

Free nokia software for linux

nokia

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 40
Nokia::File::NFB 0.01

Nokia::File::NFB 0.01


Nokia::File::NFB is a Perl module to create, read and rrite Nokia nfb/nfc phone backup files. more>>
Nokia::File::NFB is a Perl module to create, read and write Nokia nfb/nfc phone backup files.

SYNOPSIS

use Nokia::File::NFB;

my $nfb = new Nokia::File::NFB;

## read in the file phone_backup.nfb.
$nfb->read(phone_backup.nfb);

## print out the phone model the backup file is of.
print "Phone model is ", $nfb->phone(), "n";

## change the phone model to PerlPhone.
$nfb->phone("PerlPhone");

## write out the file as new_phone_backup.nfb.
$nfb->write(new_phone_backup.nfb);

This is used to parse existing or create new files in Nokia NFB or NFC format. NFB is the format used by the Nokia PC Suite Backup and Restore software.
The most interesting part is probably the elements() method. This is used to return each internal file backed up in the NFB file as a Nokia::File::NFB::Element object. These are useful things such as photos, contacts and calendar files.

I dont actually know what the letters NFB or NFC actually stand for, but they are the suffixes used on the backup and copy file created by the Backup and Restore program.

<<less
Download (0.007MB)
Added: 2007-05-24 License: Perl Artistic License Price:
917 downloads
Boingo Mobile for Nokia N800/N810 1

Boingo Mobile for Nokia N800/N810 1


Boingo Mobile optimized for Nokia N800/N810 Internet Tablets instantly identifies Boingo Hotspots and automatically authenticates you with your Boingo... more>> <<less
Download (685KB)
Added: 2009-04-17 License: Freeware Price: Free
209 downloads
Convert Video To Nokia 5800 and others 0.1

Convert Video To Nokia 5800 and others 0.1


Easily convert videos to a Nokia 5800XM mobile phone more>>

Convert Video To Nokia 5800 and others 0.1 is created as a simple service menu entry to easily convert videos to a Nokia 5800XM mobile phone using ffmpeg or convert the files to mpeg4 with aac.

Installation note:

  1. The default folder to put the file is/home/user/.kde/share/kde4/services/ServiceMenus (for user specific)or/usr/share/kde4/services/ServiceMenus (for system wide). If for some reason your folders are different use command kde4-config --path services to find out the right folders.
  2. You can easily change the ffmpeg command just by opening the file with a text editor. Currently the command is:ffmpeg -i %u -f mp4 -vcodec mpeg4 -r 30 -b 2200k -s 640x360 -acodec libfaac -r 32000 -ab 128k -ac 2 -async 1 %u.mp4

Requirements:

  • KDE
<<less
Added: 2009-07-07 License: GPL Price: FREE
12 downloads
gnokii 0.6.18

gnokii 0.6.18


gnokii provides tools and a user space driver for use with mobile phones under Linux. more>>
gnokii project provides tools and a user space driver for use with mobile phones under Linux.
The original Nokia 3810/3110/8110 project originated from discussions between Francois Dessart, Hugh Blemings and others. Its goal was to develop a replacement for Nokias Cellular Data Suite (CDS) software which was to run under Linux. The project began in late October 1998. This project actually produced some preliminary code that ran under Linux.
A similar project was started by Staffan Ulfberg to provide software for the Nokia 6110 and similar phone models. Actual software development had not started yet at the time of the merge of the projects. The project was oriented towards most platforms unsupported by the Nokia Cellular Data Suite.
It is worth mentioning that these phones were quite popular but didnt provide AT layer to make data calls (to connect to Internet). Such layer was provided by NDCS (among other stuff present in this software).
Towards the end of February 1999, the two projects combined to form the current gnokii project. Reasons for this was to avoid duplicate coding efforts, and to have only one mailing list for sharing information about the phones.
Things progressed well until the latter part of 2000 where due to other commitments on the part of the then principal authors, Pavel Janik and Hugh Blemings things stagnated somewhat. Happily some long term contributors to the project stepped in to lend a hand and developement is once again proceeding apace.
Enhancements:
- Fixes for incoming call and SMS notifications support.
- A fix for long SMS splitting.
- The extended phonebook has been updated for series40 phones handling.
- Multi-part SMS support has been added for the SMSD MySQL backend.
<<less
Download (2.6MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
831 downloads
GnomerMind 1.0.1

GnomerMind 1.0.1


GnomerMind is a puzzle game for Gnome, loosely based on the classic MasterMind game. more>>
GnomerMind application is a puzzle game for Gnome, loosely based on the classic MasterMind game.
Ive always been fascinated by this game, and Ive spent an heap of time playing the version (Logic) implemented on some Nokia cellular phones.
Main features:
- All the fascination of the original game
- Immediate, easy-to-learn gameplay
- Highly customizable: up to 7 game parameters can be configured at your will
- Funny & eye-catching graphics
- Theme support: make GM appear just as you want!
- Sound effects for an even funnier playing action
- Control the game via mouse or keyboard... to be as immediate as you like it!
- Possibility to save your exciting matches and restore them later
- Full documentation: in-game help system & theme building tutorial
- Easy to install, light for the system
It speaks many languages, including:
- English
- Italian
- Russian
- French
- Swedish
- Dutch
- Turkish
- German
- Spanish
- Slovak
- Portuguese (standard)
- Chinese (traditional)
- Japanese
- Conform to the GNOME standards
<<less
Download (0.27MB)
Added: 2006-01-20 License: GPL (GNU General Public License) Price:
1373 downloads
Sofia-SIP 1.12.6

Sofia-SIP 1.12.6


Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. more>>
Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification.
Sofia-SIP project can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services.
The primary target platform for Sofia-SIP is GNU/Linux. Sofia-SIP is based on a SIP stack developed at the Nokia Research Center. Sofia-SIP is licensed under the LGPL.
Main features:
SIP features
- Sofia-SIP implementation follows RFC3261 and related key RFCs. INFO, UPDATE and REFER methods are supported. Also supported is SIMPLE presence and instant messaging, with the MESSAGE, SUBSCRIBE/NOTIFY and PUBLISH methods. Features such as early sessions, provisional responses, early media, caller preferences and session timers are included. Full set of transports, including both TCP and UDP over either IPv4 or IPv6, are supported.
SIP Offer-Answer module
- Sofia-SIP provides an implementation of the SDP offer-answer negotiation as specified in RFC3264. This is an essential component in using SIP to establish media sessions such as VoIP and video conferencing.
NAT traversal support
- Support for STUN as specified in RFC3489. STUN functionality is available via a separate module, so it can also be used independently from the base SIP stack. SIP extensions such as symmetric response routing (RFC3581/rport) are supported as well.
SIP security support
- Signaling can be secured by use of SSL/TLS. Also HTTP basic and digest authentication methods are supported.
<<less
Download (2.5MB)
Added: 2007-04-26 License: LGPL (GNU Lesser General Public License) Price:
920 downloads
Contacts 0.5

Contacts 0.5


Contacts is a Evolution-Data-Server based addressbook. more>>
Contacts is a Evolution-Data-Server based addressbook.

Contacts is a small, lightweight addressbook that uses libebook. This is the same library that GNOME Evolution uses, so all contact data that exists in your Evolution database is accessible via Contacts.

Contacts features advanced vCard field type handling and is designed for use on hand-held devices, such as the Nokia 770 or the Sharp Zaurus series of PDAs.

<<less
Download (0.39MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
913 downloads
KMobileTools 0.5 Beta 3

KMobileTools 0.5 Beta 3


KMobileTools is a nice KDE-based application that allows to control mobile phones with your PC. more>>
KMobileTools is a nice KDE-based application that allows to control mobile phones with your PC.
It handles full SMS control, dialing calls, reading from phonebook, last dials, received and unanswered calls and phone status monitoring (battery and signal for now).
KMobileTools is based on a Motorola C350 mobile phone, buts also tested on some Nokia and Ericsson phones.
Enhancements:
- This beta includes one of the most wanted features: the Gammu Engine.
- Its still a bit too difficult to configure, but its fully working and ready to be tested.
- This version also includes a lot of bugfixes and full support for the incoming kdebluetooth version, which will be an important release.
- KNotify support was added for notifying the user about events.
<<less
Download (1.0MB)
Added: 2007-06-05 License: GPL (GNU General Public License) Price:
884 downloads
Kamyrans Eye 1.3

Kamyrans Eye 1.3


Kamyrans Eye is a fantasy-themed roguelike role-playing game for Nokia Series60 cellphones and PCs. more>>
Save your home town from three mighty wizards and their insatiable greed sparked by the discovery of an ancient ruin.

Kamyrans Eye is a fantasy-themed "roguelike" role-playing game for Nokia Series60 cellphones and PCs.

With each game, explore a world which is never quite the same - filled with inhabitants both friendly and hostile. Defend cities and villages, conquer wizard towers and raid dens.

A plethora of items, weapons and spells allow for a wide array of tactics to reach one of the multiple endings.

<<less
Download (0.47MB)
Added: 2006-08-07 License: GPL (GNU General Public License) Price:
1176 downloads
Water Kills 1.73

Water Kills 1.73


Bemused is a system which allows you to control your music collection from your phone, using Bluetooth. more>>
Bemused is a system which allows you to control your music collection from your phone, using Bluetooth. You will need to have a Series 60 or UIQ phone (e.g. Nokia 7650/3650, or Sony Ericsson P800/P900), and a PC with a Bluetooth adapter.
Main features:
- Browse your music collection on your phone
- Play files in any format supported by Winamp - including MP3s, CDs, MIDIs, etc.
- Control Winamp versions 2, 3 and 5, Windows Media Player and PowerPoint Viewer
- Pause, stop, rewind, fast-forward etc.
- Add songs to the playlist and use shuffle and repeat
- Browse and select songs in your playlist
- Download songs to your phone (supported formats: WAV and MIDI; plus MP3 for UIQ)
- Customise the look of the system with skins
Enhancements:
- Series 60: Added new version of German localisation by Ozan Sambur
- Integrated Joachim von Carons fix for a potential PowerPoint crash
- Added ability to get current volume on startup (Winamp 2 or 5 only)
- Fixed bug where song title would be wrong after a playlist repeating
- Fixed bug with getting current song time with Winamp 5
- Fixed crash when pressing Play when using PowerPoint with no presentation loaded
- Improved handling of comms errors in the Bemused server
<<less
Download (0.38MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1188 downloads
Kismet 2007-01-R1

Kismet 2007-01-R1


Kismet is an 802.11 wireless network sniffer. more>>
Kismet application is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. Kismet will work with any wireless card which supports raw monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and 802.11g traffic.
Kismet identifies networks by passively collecting packets and detecting standard named networks, detecting (and given time, decloaking) hidden networks, and infering the presence of nonbeaconing networks via data traffic.
Main features:
- Ethereal/Tcpdump compatible data logging
- Airsnort compatible weak-iv packet logging
- Network IP range detection
- Built-in channel hopping and multicard split channel hopping
- Hidden network SSID decloaking
- Graphical mapping of networks
- Client/Server architecture allows multiple clients to view a single
- Kismet server simultaneously
- Manufacturer and model identification of access points and clients
- Detection of known default access point configurations
- Runtime decoding of WEP packets for known networks
- Named pipe output for integration with other tools, such as a layer3 IDS like Snort
- Multiplexing of multiple simultaneous capture sources on a single Kismet instance
- Distributed remote drone sniffing
- XML output
- Over 20 supported card types
Enhancements:
- Additional IDS alerts, fixes for multiple crashes, better BSD support, Win32 native capture with Cace AirPcap devices, Nokia 770/800 support, and other minor updates.
<<less
Download (0.61MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1571 downloads
WBXML Library 0.9.2

WBXML Library 0.9.2


WBXML Library project is a C library for handling WBXML (Wireless Binary XML) documents. more>>
WBXML Library project is a C library for handling WBXML (Wireless Binary XML) documents. It consists of a WBXML parser (with a SAX-like interface), and a generic WBXML encoder. The following languages are supported: WML 1.0, 1.1, 1.2, 1.3 / WTA 1.0 / WTA-WML 1.2 / CHANNEL 1.1, 1.2 / SI 1.0 / SL 1.0 / CO 1.0 / PROV 1.0 / EMN 1.0 / DRMREL 1.0 / Ericsson-Nokia OTA Settings v7.0 / SYNCML 1.0, 1.1 / Wireless Village CSP 1.1, 1.2.
Enhancements:
- Support for SyncML 1.2 and AirSync was added.
- OpenSync and Debian maintainer fixes were applied.
- An XCode project file was included. Windows and Symbian project files are currently not up to date at all.
- The license was changed back to the LGPL.
<<less
Download (0.30MB)
Added: 2006-10-09 License: LGPL (GNU Lesser General Public License) Price:
1123 downloads
Chuckie Egg J2Me 0.1

Chuckie Egg J2Me 0.1


Chuckie Egg J2Me is a J2ME implementation of the game Chuckie Egg that uses MIDP2. more>>
Chuckie Egg J2Me is a J2ME implementation of the game Chuckie Egg that uses MIDP2.

The game was originally written using the Nokia simulator and without a compatible phone, but it is fairly playable in software. Instructions on compiling under Mac OS X are available.

Compile the program
% javac *.java

Run/Test the program

(Open the Wireless Toolkit)
(Load and Run the Project)
<<less
Download (0.090MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
1077 downloads
Maemo 3.1

Maemo 3.1


Maemo is a development platform to create applications for the Nokia 770 Internet Tablet. more>>
Maemo is a development platform to create applications for the Nokia 770 Internet Tablet and other maemo compliant handheld devices. Maemo project is meant for developers with personal or commercial interests in developing software for handhelds like Internet Tablets.

The software and developer community website is contributed to this audience and operated by Nokia. The platform is composed of popular open source software components, which are widely deployed in the leading Linux desktop distributions today.

Maemo adapts these components to the handheld environment and contributes new technologies.

Maemo is meant for developers with personal or commercial interests in developing software for handhelds like Internet Tablets. Maemo software and developer community website is contributed to this audience and operated by Nokia.

Maemo is composed of popular open source software components which are widely deployed in the leading Linux desktop distributions today. Maemo adapts these components to the handheld environment and contributes new technology like easy tools for non-x86 development, Hildon user interface framework, and some useful applications for Hildon.
<<less
Download (0.025MB)
Added: 2007-04-26 License: Open Software License Price:
913 downloads
Wammu 0.21

Wammu 0.21


Wammu is mobile phone manager. more>>
The communication is made by Gammu library.
Main features:
- complete support (can read/edit/delete/copy) for contacts, todo, calendar
- can read/create/save/send smses
- sms composer for multi part smses (currently only text and predefined bitmap/sound can be edited)
- can display smses including pictures and ringtones playback
- support for backup and import (vCard, vCalendar, gammu own backup,...)
- searching for phone
System requirements:
- You will require python-gammu at least version 0.8 and wxPython at least version 2.4.1.2. If you want to search for Bluetooth phones, install GNOME Bluetooth.
Phones supported by Gammu (you can also check new Gammu phone database):
- Nokia DCT3 (3210, 3310, 3330, 3390, 3410, 5110, 5110i, 5130, 5190, 5210, 5510, 6110, 6130, 6150, 6190, 8210, 8250, 8290, 8850, 8855, 8890 6210, 6250, 7110, 9110) and compatible
- Nokia DCT4 (3510, 3510i, 3530, 5100, 6100, 6310, 6310i, 6510, 6610, 7210, 8310, 8910) and compatible
- Siemens M20, MC35, SL45 and compatible
- Alcatel One Touch 501, 701, 715, 535, 735
- AT compatible phones
- Sony Ericsson
<<less
Download (0.47MB)
Added: 2007-06-20 License: GPL (GNU General Public License) Price:
991 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3