ofono with local patches/modifications
Go to file
Marcel Holtmann 3cb77a7223 tools: Use presence of SubscriberIdentity to trigger online operation 2011-01-05 23:27:50 -08:00
doc doc: New file about using the calypso modem 2010-12-31 10:17:32 -08:00
drivers hsomodem: Add query for supported frequencies 2011-01-05 23:05:00 -08:00
examples examples: Add network name handling to history 2010-12-16 18:40:19 -06:00
gatchat gatchat: fix canceling in progress commands 2010-12-07 12:16:20 -06:00
gdbus gdbus: Update copyright information 2011-01-01 17:32:29 -08:00
gisi gisi: Don't go over 80 characters 2010-12-23 18:24:34 -06:00
include cdma-sms: Add CDMA SMS Support 2011-01-05 10:36:48 -06:00
plugins hso: Add support for checking SIM ready status 2011-01-05 23:02:48 -08:00
src network: Ignore signal strength notifications if not registered 2011-01-05 21:03:52 -08:00
test test: use new names for CalledLine* properties 2010-12-30 11:16:14 -06:00
tools tools: Use presence of SubscriberIdentity to trigger online operation 2011-01-05 23:27:50 -08:00
unit unit: add error status support for failure cases 2011-01-05 10:07:02 -06:00
.gitignore tools: Add utility for auto enabling modems 2011-01-05 22:02:08 -08:00
.mailmap Update .mailmap rules for Pekka 2010-10-01 09:37:30 +02:00
AUTHORS AUTHORS: Mention Lei's contributions 2011-01-04 13:49:17 -06:00
COPYING Initial revision 2009-04-26 20:31:15 +02:00
ChangeLog Release 0.37 2010-12-24 16:48:36 -08:00
HACKING HACKING: Add ofono.conf file copy command required 2010-12-02 08:13:20 -06:00
INSTALL Initial revision 2009-04-26 20:31:15 +02:00
Makefile.am tools: Add utility for auto enabling modems 2011-01-05 22:02:08 -08:00
NEWS Initial revision 2009-04-26 20:31:15 +02:00
README Update copyright information 2010-01-01 17:00:10 -08:00
TODO TODO: Mark Set Up Call task as done 2010-12-27 10:55:22 -06:00
acinclude.m4 Fix configure script on bash 2.0 2009-08-03 12:32:22 -05:00
bootstrap bootstrap: autoconf must run before automake 2009-12-10 15:55:49 +01:00
bootstrap-configure Check for capabilities support via libcap-ng 2010-03-29 11:06:04 -07:00
configure.ac Release 0.37 2010-12-24 16:48:36 -08:00

README

oFono - Open Source Telephony
*****************************

Copyright (C) 2008-2010  Intel Corporation. All rights reserved.


Compilation and installation
============================

In order to compile telephony stack you need following software packages:
	- GCC compiler
	- GLib library
	- D-Bus library

To configure run:
	./configure --prefix=/usr --mandir=/usr/share/man \
				--sysconfdir=/etc --localstatedir=/var

Configure automatically searches for all required components and packages.

To compile and install run:
	make && make install