ofono with local patches/modifications
Go to file
Lucas De Marchi 90cc80e62e test: add scripts for setting frequency band 2010-12-21 16:02:49 -06:00
doc TODO: Marking the Read/Write EFcfis task as done 2010-12-17 17:04:18 -06:00
drivers stemodem: Use RTNL to create network interfaces. 2010-12-21 06:37:53 -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: fix accessing freed callback data 2010-12-10 00:07:53 +01:00
gisi gisi: explicitly compare pointers to NULL 2010-11-29 11:53:14 -06:00
include types: Add CDMA Phone Number 2010-12-20 14:47:23 -06:00
plugins huawei: fix SIM state notification when locked 2010-12-21 13:37:25 -06:00
src sim: Set sane number len in empty EFmsisdn records 2010-12-21 14:25:09 -06:00
test test: add scripts for setting frequency band 2010-12-21 16:02:49 -06:00
tools tools: Start tracking audio interface 2010-09-30 00:35:45 +09:00
unit test-stkutil: Modify the check logic of time zone 2010-12-16 18:40:18 -06:00
.gitignore Ignore generated src/ofono.service file 2010-10-05 16:53:55 +02:00
.mailmap Update .mailmap rules for Pekka 2010-10-01 09:37:30 +02:00
AUTHORS AUTHORS: Mention Neil's contributions 2010-12-20 17:34:33 -06:00
COPYING Initial revision 2009-04-26 20:31:15 +02:00
ChangeLog Release 0.36 2010-11-23 14:55:57 +01: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 test: add scripts for setting frequency band 2010-12-21 16:02:49 -06: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: CDMA SMS and CDMA CMAS 2010-12-20 16:33:16 -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 build: Remove broken SET_MAKE handling 2010-12-21 06:54:42 -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