ofono with local patches/modifications
Go to file
Andrzej Zaborowski 36d0c8451f Read messages left over in ME storage on startup.
On modems that don't support +CMT (or for class 2 SMSes) the messages are
stored in the modem and then read and deleted from there in two separate
steps with no warranty that deletion succeeds or (more likely) power is
cut before the deletion happens.  Over time the memory may become full
and if we don't want to deal with this condition we need to check on
startup if there are messages we haven't deleted.

We can't differentiate between those messages and those the user already
had on the SIM / modem before installing ofono or switching phones, so we
might want to deliver messages with REC READ status with some kind of
indication that these are potentially old so the UI doesn't emit spurious
alerts.  We don't do this now and just deliver as usual.
2009-09-08 13:31:30 -05:00
doc Add call-settings api doc 2009-09-02 14:31:17 -05:00
drivers Read messages left over in ME storage on startup. 2009-09-08 13:31:30 -05:00
gatchat Hook up GAtMux with GSM 07.10 implementation 2009-09-08 09:04:11 +02:00
gdbus Convert to fully non-recursive build system 2009-08-24 23:49:40 -07:00
gisi gisi: Getter function for pipe handle 2009-09-01 13:42:15 +03:00
include Add modem properties for booleans 2009-09-08 09:12:19 +02:00
plugins Add option to phonesim to run with or without multiplexer 2009-09-08 09:24:52 +02:00
src Do supported dialect detection in sms.c 2009-09-08 12:45:04 -05:00
test Mark some properties as integer so they get printed properly 2009-09-08 03:04:51 +02:00
unit Add unit test for Turkish variant 2009-09-08 14:16:23 +03: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 Update test program for GAtMux API 2009-09-08 09:05:56 +02: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