Main > Free Download Search >

Free ericsson software for linux

ericsson

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 29
another Amarok RC on Sony Ericsson 0.3

another Amarok RC on Sony Ericsson 0.3


another Amarok RC on Sony Ericsson is a remote control for Amarok. more>> <<less
Download (0.042MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
868 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
Erlang R11B

Erlang R11B


Erlang is a full-featured programming language developed at the Ericsson CS Laboratory. more>>
Erlang is a programming language designed at the Ericsson Computer Science Laboratory.
Open-source Erlang is being released to help encourage the spread of Erlang outside Ericsson.
Installation
When installed, the entire system, except for a small start-up script, resides in a single directory tree. The location of this directory tree can be chosen arbitrarily by the installer, and it does not need to be in the users $PATH.
The only requirements are that the file system where it is placed has enough free space, and that the users who run Erlang/OTP have read access to it. In the example below, the directory tree is assumed to be located at /usr/local/erlang, which is here called the top-level directory.
It is assumed that you have the compressed tar file, the name of which is < PREFIX >.tar.gz, where < PREFIX > is a string denoting the particular Erlang/OTP release, e.g. otp_LXA_11930_sunos5_R9B.
Wherever the string < PREFIX > is used below, it should be replaced by the actual name prefix of the compressed tar file.
The tape archive file does not have one single directory in which all other files are rooted. Therefore the tape archive file must be extracted into an empty (newly created) directory.
1. If the top-level directory does not already exist, create it:
mkdir /usr/local/erlang
2. Change the current directory to the top level directory:
cd /usr/local/erlang
3. Create the installation directory with an appropriate name. For example:
mkdir otp_r7b
4. Change to the installation directory, e.g.
cd otp_r7b
5. Assuming the compressed tar file resides in the directory ,. extract the compressed tar file into the current directory:
gunzip -c / .tar.gz | tar xfp -
6. Read the README file in the installation directory for last minute updates, before proceeding.
7. Run the Install script in the installation directory, with the absolute path of the installation directory as argument,
./Install /usr/local/erlang/otp_r7b
and supply answers to the prompts.
In most cases, there is a default answer in square brackets ([]). If the default is satisfactory, just press . In general you are only prompted for one thing:
- "Do you want to use a minimal system startup instead of the SASL startup?"
In a minimal system, only the Kernel and STDLIB applications are loaded and started. If the SASL startup is used, the SASL application is included as well. Normally, the minimal system is enough.
8. Make Erlang/OTP available for users, either by putting the path /usr/local/erlang/otp_r7b/bin in users $PATH variable, or link the executable /usr/local/erlang/otp_r7b/bin/erl accordingly, e.g.:
ln -s /usr/local/erlang/otp_r7b/bin/erl /usr/local/bin/erl
Enhancements:
- Among other things, SMP support was added.
<<less
Download (10.3MB)
Added: 2006-05-18 License: GPL (GNU General Public License) Price:
1259 downloads
KSMS-Tool 1.0

KSMS-Tool 1.0


KSMS-Tool is a tool for sending SMS via your mobile phone. more>>
KSMS-Tool is a tool for sending SMS via your mobile phone. In principle, every modern mobile phone should be supported; these have been explicitely tested so far:
- Siemens S55
- Sony-Ericsson K700i
The connection to the mobile phone is established via the serial interface. In principle, every serial emulation (e.g. via USB, IrDA, Bluetooth) should also work if an error-free connection is guaranteed (especially in the wireless cases IrDA resp. Bluetooth).
Details on choosing a non-default connection to the mobile phone or on how to populate the user-defined addressbook can be found on the KSMS-Tool homepage.
<<less
Download (0.030MB)
Added: 2006-06-05 License: GPL (GNU General Public License) Price:
1239 downloads
Leif 0.7

Leif 0.7


Leif is a tool for managing your sony/ericsson t68/t68i/T610/... mobile phone. more>>
Leif is a tool for managing your Sony-Ericsson T68/T68i/T610 mobile phone. It supports phonebook editing, file uploading and SMS management.

<<less
Download (0.56MB)
Added: 2005-06-08 License: GPL (GNU General Public License) Price:
1607 downloads
Net::CSTA 0.03

Net::CSTA 0.03


Net::CSTA project is a perl-module for talking to an ECMA CSTA Phase I server. more>>
Net::CSTA project is a perl-module for talking to an ECMA CSTA Phase I server.

ECMA CSTA is a ASN.1 based protocol for building CTI applications. Typical use include subscribing to events (aka moinitoring), placing and modifying calls.

This module only support CSTA Phase I (mainly because that is what I have access to). The module has been tested with Ericsson AL 4.0 (application link) with an MD110.

SYNOPSIS

use Net::CSTA;

# Connect to the CSTA server
my $csta = Net::CSTA->new(Host=>csta-server,Port=>csta-server-port);
# Create a monitor for 555
my $number = 555;
$csta->request(serviceID=>71,
serviceArgs=>{monitorObject=>{device=>{dialingNumber=>$number}}})

for (;;)
{
my $pdu = $csta->receive();
print $pdu->toXML();
}

<<less
Download (0.010MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
954 downloads
Gratis Descarga 1.0.1

Gratis Descarga 1.0.1


Descargue grátis, para celulares Nokia, Samsung, SonyEricsson, Sony Ericsson, Motorola, Benq, Philips, Siemens, Sharp, LG, Sanyo, Pantech, Panasonic, ... more>> <<less
Download (1KB)
Added: 2009-04-10 License: Freeware Price: Free
203 downloads
IDX-Tsunami 1.1.0

IDX-Tsunami 1.1.0


IDX-Tsunami is a distributed multi-protocol load testing tool. more>>
IDX-tsunami is a distributed load testing tool. It is protocol-independent and can currently be used to stress HTTP, SOAP and Jabber servers.
It simulate users behaviour using an XML description file, report many measurements in real time (statistics can be customized with transactions, and graphics generated using gnuplot).
For HTTP, it support 1.0 and 1.1 version, has a proxy mode to record sessions, support GET and POST method, Cookies and Basic WWW-authentication. It also has support for SSL.
The purpose of IDX-Tsunami is to simulate users in order to test the scalability and performances of IP based client/server applications. You can use it to do load testing of your servers. Currently, HTTP and Jabber protocols have been implemented and tested, but it can be easily extended.
This tool can simulate thousands of users concurrently, and can be distributed on several client machines.
IDX-Tsunami has been used to validate the IM platform made by LibertySurf in 2001. 10.000 concurrent users were simulated on a cluster of 3 machines.
IDX-Tsunami has also been used to test a very high trafic web site. More than 3.000 HTTP/HTTPS requests/second were generated during this test
IDX-Tsunami is developped in Erlang, an open-source language made by Ericsson for building robust fault-tolerant distributed applications.
Main features:
Main features
- High Performance: the load can be distributed on a cluster of client machines
- Multi-Protocols using a plugin system: HTTP and Jabber are currently supported. LDAP and SMTP are on the TODO list.
- SSL support.
- Several IP addresses can be used on a single machine using the underlying OS IP Aliasing
- OS monitoring (CPU, memory and network trafic) using Erlang agents on remote servers or SNMP. list.
- XML configuration system; several sessions can be used to simulate differents type of users.
- Stochastic processes: in order to generate a realistic trafic, user thinktimes and the arrival rate can be randomize using a probability distribution (exponential currently)
HTTP
- HTTP/1.0 and HTTP/1.1 support
- GET and POST requests
- Cookies
- GET If-modified since type of request
- WWW-authentication Basic
- Proxy mode to record sessions using a Web browser.
SOAP
- Basic support using the HTTP mode (the SOAPAction HTTP header is handle).
Jabber
- Authentication, presence and register messages
- Chat messages to online or offline users
- Roster set and get requests
- Global users synchronisation can be set on specific actions
Enhancements:
- HTTP proxy server load testing is now possible.
- The HTTP UserAgent header can be customized.
- Dynamic substitutions were implemented for the Jabber plugin.
- Several minor bugs were fixed, so it should work on Solaris now.
<<less
Download (0.29MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1508 downloads
MobileRemoteSE 0.1

MobileRemoteSE 0.1


MobileRemoteSE is a light (non-Java), serial-over-bluetooth-based remote control for Amarok. more>>
MobileRemoteSE is a light (non-Java), serial-over-bluetooth-based remote control for Amarok.
Uses the Sony Ericsson AT command set, and supports the following Sony Ericsson phone models: K750, W800, Z520, W550, W600, W900, W810, Z530, W300, K510, K310, W700, Z525, W710, Z550, Z558, K320
Main features:
- Appears under "Entertainment" menu on the phone.
- Supports Play/Pause, Next, Prev, Stop, Volume Up/Down operations from mobile phone.
- Displays the current running track on Amarok in the phone menu title.
- Since J2ME is not used (unlike some other alternatives), the remote control can be used while running some other application on non-multitasking models.
Instructions:
1) Bind /dev/rfcomm0 to the serial-over-bluetooth channel of your mobile. Please refer to your distro docs or howtos on the internet to find out how to do this.
2) Install Device::Modem package for Perl. You can either use your distro packages for this, or install through CPAN as:
cpan -i Device::Modem
3) Install and start script from Amarok.
<<less
Download (0.008MB)
Added: 2006-12-27 License: GPL (GNU General Public License) Price:
1044 downloads
Kbtsco 1.6

Kbtsco 1.6


Kbtsco is a Kommander script that help connection with bluetooth headset to use with XMMS, Audacity or Skype. more>>
Kbtsco is a Kommander script that help connection with bluetooth headset (tested with Sony Ericsson HBH-600) to use with XMMS, Audacity or Skype.

The features of this gui included the starting daemon sdpd, hcid and rfcomm and scan MAC address to use with BTSCO in order to select headphone as device

<<less
Download (0.16MB)
Added: 2007-08-18 License: GPL (GNU General Public License) Price:
803 downloads
Sync4j 2.3

Sync4j 2.3


Sync4j is a mobile application server and more. more>>
Sync4j is a mobile application server, and more. Sync4j includes a suite of tools to develop, deploy and manage any mobile project. It is a certified implementation of the Open Mobile Alliance Data Synchronization and Device Management protocols (OMA DS and DM, formerly known as SyncML).
Sync4j reached more than 19,000 downloads in a single month and it is supported by one of the largest mobile developers community in the world.
Main features:
- Sync4j Server: a mobile application server with connectors to SQL relational databases, Microsoft Exchange, Lotus Domino and SugarCRM.
- Sync4j Clients: applications for Outlook, Windows Mobile PocketPC, BlackBerry, Palm and iPod that you can use to synchronize your PIM data (address book and calendar) with the server
- Sync4j Email Gateway: a POP, IMAP and SMTP gateway, to support your mobile email needs.
- Sync4j Software Development Kit: tools to develop sometimes-connected mobile applications on devices (in Java - J2SE and J2ME - and C++) and to add data sources to the server
- Sync4j Device Management: an OMA DM server to remotely manage mobile devices
A wireless application needs data. The information must be available even when the device is off-line. Synchronization between multiple mobile devices and corporate servers is a fundamental component in every wireless project: data is supposed to be consistent when accessed by multiple users who are not always connected to the network.
Once a wireless application is developed, it needs to be transferred to a remote device, over-the-air. Then, it must be kept up-to-date. Application provisioning is pivotal for the success of any mobile project.
Developers of applications around the world have been looking for a platform that would make it easier to create mobile applications. IT Managers are struggling with PIM synchronization and mobile email deployments, locked by commercial vendors on a spiraling high cost structure and unable to manage a fast growing fleet of mobile devices. Sync4j is the solution they are looking for.
Open source means freedom from vendor lock-in and high quality software (thousand of eyes on the code, an enourmous community effort for testing). Sync4j is well supported by the community and the company behind it, Funambol.
Sync4j is an open source complete and unique mobile application server, addressing all the aspects of the equation:
- data synchronization, including PIM and email
- application provisioning
- device management
Sync4j is multi-device and multi-platform, running both in Windows and Linux. It runs on Tomcat and on top of J2EE application servers. It has been designed for carrier-grade deployments.
Since day one, scalability and reliability have been a clear focus of the Sync4j architecture, Sync4j is built on the Open Mobile Alliance data synchronization and device management standards (OMA DS and DM, formerly known as SyncML), thus leveraging the availability of SyncML clients pre-installed on cellular phones (such as all Symbian, Nokia, Motorola, Sony Ericsson, Siemens and others). For devices where a SyncML client is missing, Sync4j provides its own clients: Outlook, Windows Mobile PocketPC, BlackBerry, Palm and iPod.
Sync4j target market is everyone looking to build, deploy and manage a mobile project:
- Developers who need to extend an existing product to the mobile world or are looking for an easy way to create new mobile applications, grabbing data from existing data sources (such as SQL databases, Exchange, Domino or SugarCRM) or adding new data sources.
- IT Managers that want to deploy a PIM and mobile email solution or just need a way to manage a fleet of mobile devices.
- Device Manufacturers, that are looking for an OMA DM or DS client.
Download includes:
Apache Tomcat 5.0, Sync4j Admin 1.2.4, Sync4j Java GUI Client 1.0.9, PIM Web Demo 1.1.7. Runs out-of-the-box.
Enhancements:
- Major bugfixes
<<less
Download (73.2MB)
Added: 2006-02-27 License: GPL (GNU General Public License) Price:
780 downloads
bluexmms 1.1

bluexmms 1.1


bluexmms allows remote control of XMMS using a bluetooth-enabled Ericsson mobile phone. more>>
bluexmms XMMS plugin is my first foray into personal area networking (PAN).

I have a Sony Vaio PCG SRX51P/A and an Ericsson T68i phone (update: now I have a T610 and it works with that too :p), which both have builtin bluetooth. I often use my laptop to play mp3s through my headphones, but sometimes I want to wander around with the lappy in my backpack, whilst still listening to music.

bluexmms is my answer to this dilemna! By using the bluetooth protocol, and the extended modem command set for the T68i, Its possible to register a bluetooth accessory for the phone which controls XMMS.

Other ericsson phones should work too - the t68i, T39m, T610 and T630 have been reported working so far.

<<less
Download (0.004MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1295 downloads
ATSlog 2.1.1

ATSlog 2.1.1


ATSlog is a program that is used for collecting information about calls from different PBX (Private Branch Exchange) systems. more>>
ATSlog is a program that is used for collecting information about calls from different PBX (Private Branch Exchange) systems.
It also parses this information and displays statistics through a flexible Web interface. The project has many features.
Enhancements:
- Support was added for the NEC NEAX7400, Ericsson BP-250, and Panasonic KX-TDA600.
- Keep-alive tuning was added for the Linux TCP/IP stack.
- CID detection in the kx1232.lib was fixed.
- 12h time format processing was added to the tda100.lib library.
- PostgreSQL fixes were made, and automatic reconnection to the SQL server is done in case of problems.
- Many atslogd fixes were done.
- An incorrect PID in the atslogmaster script was fixed.
<<less
Download (0.62MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
975 downloads
Mobile::Messaging::ParlayX 0.0.2

Mobile::Messaging::ParlayX 0.0.2


Mobile::Messaging::ParlayX is a Perl interface to ParlayX OSA. more>>
Mobile::Messaging::ParlayX is a Perl interface to ParlayX OSA.

SYNOPSIS

use Mobile::Messaging::ParlayX;

Mobile::Messaging::ParlayX is an interface to ParlayX web service by Sony Ericsson for SMS and MMS messaging, among other things. This being a Web Service SOAP::Lite would probably be better suited to the task, but I decided to stick with LWP::UserAgent, HTTP::Request and XML::LibXML until things in SOAP::Lite stabilize (it is currently under rewrite as far as I know) and I have more time (not that this will happen anytime soon).

Besides, I cannot fully grasp ParlayX just yet, thanks to inadequate documentation and JAVA only code samples for it. Anyway, you need LWP::UserAgent, HTTP::Request and XML::LibXML for this module to work. Most are in the standard distribution already, but any of them are available at your local CPAN mirror.

I tried not to stray too far off the ``native JAVA names of methos and properties, but chances are some differences exist.

<<less
Download (0.010MB)
Added: 2007-06-08 License: Perl Artistic License Price:
872 downloads
Cobex 0.2.13

Cobex 0.2.13


Cobex is a small implementation of the OBEX communication protocol for slow serial cables. more>>
Cobex is a small implementation of the OBEX communication protocol for slow serial cables. Its primary use is to communicate with cell phones such as the Sony Ericsson T610, T310, and T300.

Currently the project consists of a couple of headerfiles and some sourcefiles, which results in a small executable that can be used to send files to a SonyEricsson T3x0, and probably other SonyEricsson models. Fetching files is NOT implemented. In fact, its not even implemented (or at least not working) in the phone...

Its not a full-scale, foolproof, ironclad implementation of Obex. Check out OpenObex instead. They even have a v1.0!

Install the required libraries . If they are not installed in the usual places, you will have
to modify the Makefile. Come on, a configure script with all its fluff would be several
times larger than this entire project.

When ezV24 and expat are in place, do a simple "make" and the project should build.

Should you need to change the baudrate, you have to edit the files and recompile. It is
set to 115200 in cobex_serial.h baud by default.

Cobex does handle port locking using lockfiles. Unfortunately, f.ex. Fedora Core 3 does not, at least not very well. So, therefore port locking is turned of by default. You can enable it by editing the Makefile, and removing the hashmark infront of the LOCKSERIAL definition.

You can use it with following commands:
cobex_get
cobex_ls
cobex_put
cobex_rm

<<less
Download (0.026MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1088 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2