ofono with local patches/modifications
Go to file
Andrzej Zaborowski 2a02f45c79 Add plugin interface for getting PIN lock state.
It may be useful to have the information of whether card is currently
locked and emit events when this changes but if we want to have it as a
property, we would need properties for all types of locks and it wouldn't
be all that useful.
2009-09-23 14:27:52 -05:00
doc Update sim-api.txt: ChangePin no longer disables pin. 2009-09-23 14:22:36 -05:00
drivers Add plugin interface for getting PIN lock state. 2009-09-23 14:27:52 -05:00
gatchat Fix trailing whitespace 2009-09-18 13:56:03 -07:00
gdbus Add introspection interface to the output of introspection calls 2009-09-14 14:08:07 -07:00
gisi gisi: Make reachability detection more robust 2009-09-16 23:37:23 +03:00
include Add plugin interface for getting PIN lock state. 2009-09-23 14:27:52 -05:00
plugins Add disconnection function 2009-09-18 13:33:41 -05:00
src Remove unused struct field. 2009-09-23 14:27:49 -05:00
test Mark some properties as integer so they get printed properly 2009-09-08 03:04:51 +02:00
unit Make sure unit tests also use right pdu buffer len 2009-09-16 05:07:36 -05:00
.gitignore Add unit testing tool for GSM 07.10 multiplexer 2009-09-05 07:46:50 +02:00
AUTHORS Update AUTHORS file with ones we missed 2009-09-02 23:32:34 -05:00
COPYING Initial revision 2009-04-26 20:31:15 +02:00
ChangeLog Release 0.4 2009-09-02 20:36:27 -07:00
HACKING Add development/hacking documentation 2009-05-12 00:32:52 -07:00
INSTALL Initial revision 2009-04-26 20:31:15 +02:00
Makefile.am gisi: Add ISI version and reachability check API 2009-09-15 15:35:47 +03:00
NEWS Initial revision 2009-04-26 20:31:15 +02:00
README Fix some minor issues with storage directory 2009-09-02 20:11:30 -07:00
acinclude.m4 Fix configure script on bash 2.0 2009-08-03 12:32:22 -05:00
bootstrap Initial revision 2009-04-26 20:31:15 +02:00
bootstrap-configure Fix some minor issues with storage directory 2009-09-02 20:11:30 -07:00
configure.ac Release 0.4 2009-09-02 20:36:27 -07:00

README

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

Copyright (C) 2008-2009  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