profile/ivi/phoned.git
9 years agoMove service file from weston.target to default.target 85/32685/1 accepted/tizen_3.0_ivi accepted/tizen_ivi tizen tizen_3.0_ivi accepted/tizen/ivi/20150108.013300 submit/tizen_ivi/20150108.002035 tizen_3.0_ivi_release
Jussi Laako [Mon, 22 Dec 2014 13:17:47 +0000 (15:17 +0200)]
Move service file from weston.target to default.target

Change-Id: I411be38282adf44f3ddc794f9bf2c20d4c0e5f7d
Signed-off-by: Jussi Laako <jussi.laako@linux.intel.com>
9 years agoFix TC-2024 - bluetooth off status not persisted after system reboot 18/32218/1 accepted/tizen/ivi/20141217.011309 submit/tizen_ivi/20141216.215803
Jimmy Huang [Tue, 16 Dec 2014 21:40:11 +0000 (13:40 -0800)]
Fix TC-2024 - bluetooth off status not persisted after system reboot

Change-Id: Ia78c0dce9b8cd542bfa94ba3b5f6ccc30306995c
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agoFix TC-2051 - Prevents further PBAP transfers 94/31894/1 accepted/tizen/ivi/20141212.011413 submit/tizen_ivi/20141211.200836
Jimmy Huang [Thu, 11 Dec 2014 19:52:22 +0000 (11:52 -0800)]
Fix TC-2051 - Prevents further PBAP transfers

The current phoned never close the obex session for pbap sync
for call history and contacts, this prevents other clients like
syncevolution to start another obex session.  This patch will end
each session after sync is completed, and will re-create another
session when sync is needed, trade off is a little impact on
performance.

Change-Id: Ie9076dd2ca6f01d0502057217ce129b8e0f38433
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agoFixed bug where ModemRemoved signal never handled 82/29582/1
Jimmy Huang [Wed, 29 Oct 2014 22:07:00 +0000 (15:07 -0700)]
Fixed bug where ModemRemoved signal never handled

Change-Id: Ifbd7bcb22abb318c4b001fd0b25f3b8e9ee9e093
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agoFixed dbus method signature for signals 81/29581/1
Jimmy Huang [Wed, 29 Oct 2014 22:04:21 +0000 (15:04 -0700)]
Fixed dbus method signature for signals

The dbus signal signature has changed for Bluez5 and it
needs to be updated.

Change-Id: I19a023d20ffb771c86374af9160ab0db83a5b022
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agoMerge "Fix TC-1905 - Call type not shown in call history" into tizen
Jimmy Huang [Thu, 23 Oct 2014 20:58:26 +0000 (13:58 -0700)]
Merge "Fix TC-1905 - Call type not shown in call history" into tizen

9 years agoFix TC-1905 - Call type not shown in call history 81/29281/1 accepted/tizen/ivi/20141024.005038 submit/tizen_ivi/20141023.205748
Jimmy Huang [Thu, 23 Oct 2014 19:42:40 +0000 (12:42 -0700)]
Fix TC-1905 - Call type not shown in call history

When pulling vcards through PBAP from certain phones, the format
is not in the expected where it contains a "TYPE=" prefix for
the call direction.  Fixed phoned to handle this special case.

Change-Id: I5af318b94270fb89a2aa539a2a0ac4d7a4729fe7
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agouse hardcoded path for systemd is optional 44/28544/2
Ronan Le Martret [Thu, 9 Oct 2014 13:54:31 +0000 (15:54 +0200)]
use hardcoded path for systemd is optional

 - Allow compatibility with yocto build

Change-Id: I3532b17a93e65aa71b073f1875cd66937c5a50eb
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoadd manifest for smack security support 45/28545/2
Ronan Le Martret [Thu, 9 Oct 2014 13:58:49 +0000 (15:58 +0200)]
add manifest for smack security support

Change-Id: I130fd1ce67742f7344cb4cc9f3c6d998978e5e44
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoLaunch lemolo dialer to handle incoming calls 44/28044/1 accepted/tizen_3.0.m14.3_ivi tizen_3.0.m14.3_ivi accepted/tizen/ivi/20140926.101841 submit/tizen_ivi/20140924.191211 tizen_3.0.m14.3_ivi_release
Jimmy Huang [Wed, 24 Sep 2014 18:57:35 +0000 (11:57 -0700)]
Launch lemolo dialer to handle incoming calls

Adding support for feature TC-714, phoned will launch lemolo dialer
for handling incoming calls when Modello homescreen is not running.

Change-Id: Ieaabe27d094a62b43accc0f14f603ef57a6fe5cc
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agoQuery available modems and connect to first modem found 72/27772/4
Jimmy Huang [Thu, 18 Sep 2014 20:50:37 +0000 (13:50 -0700)]
Query available modems and connect to first modem found

Query Ofono for a list of available modems when phoned starts
and set the default modem to the first one.  This will allow
phoned to handle incoming calls.

Change-Id: I450d101dad17d0e8a71c0a09993ad906888a5c82
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agoFixed a bug where it doesn't handle multiple addresses 43/27543/1 accepted/tizen/ivi/20140915.195444 submit/tizen_ivi/20140915.181831
Jimmy Huang [Mon, 15 Sep 2014 18:08:38 +0000 (11:08 -0700)]
Fixed a bug where it doesn't handle multiple addresses

When there's more than 1 address in the contact, it didn't construct
the json string properly by appending delimiter, thus the json parser
fails to parse the contact object string.

Change-Id: Idaa152e5692d51e5e9ac8d165ed82e42955977d5
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agoMerge "Fix FTBFS for x86_64" into tizen
Jimmy Huang [Fri, 12 Sep 2014 22:13:09 +0000 (15:13 -0700)]
Merge "Fix FTBFS for x86_64" into tizen

9 years agoRemove underscores in MAC address 51/27251/1
Jimmy Huang [Mon, 8 Sep 2014 21:53:13 +0000 (14:53 -0700)]
Remove underscores in MAC address

The current MAC address string contains underscores that need to be
removed so that it can be parsed correctly.

Change-Id: Ib3cab182de56ebdef51e0e903279ba8d307fa081
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agoFixes invalid check for power state 50/27250/1
Jimmy Huang [Mon, 8 Sep 2014 17:49:46 +0000 (10:49 -0700)]
Fixes invalid check for power state

This is bug where it would always return false

Change-Id: I8db4b83fcd8e98978d029e92d9d44ab10a13fe91
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agoFix FTBFS for x86_64 35/27235/1
Mikko Ylinen [Mon, 8 Sep 2014 12:02:28 +0000 (15:02 +0300)]
Fix FTBFS for x86_64

Change-Id: Ibd83f70e28543a00206a23248c331cd6cbdbb85c
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
9 years agoFixes TC-1563 - Blackscreen when launching Modello Phone 64/27064/1 accepted/tizen/ivi/20140908.201319 submit/tizen_ivi/20140908.173512
Jimmy Huang [Thu, 4 Sep 2014 02:50:28 +0000 (19:50 -0700)]
Fixes TC-1563 - Blackscreen when launching Modello Phone

The previous commit moved Phoned to start on the system bus, but this
caused phone plugin to not able to connect to it over dbus as Phoned api
is registered on the session bus on DBUS.  Have phoned start on
the session bus for now.

Change-Id: I3f22e31e3e5c055b730ad32f838281fde4050c60
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agoFixed systemd unit files 94/26694/1 accepted/tizen/ivi/20140901.103829 submit/tizen_ivi/20140828.204532
Jimmy Huang [Wed, 27 Aug 2014 23:58:54 +0000 (16:58 -0700)]
Fixed systemd unit files

Fixed phoned launch paths and systemd unit configurations so that
it can be launched properly on start up. Fixed permission to run
as app user instead of root.

Change-Id: Ib94f65fd35e1e53a58369ce0235be20d8ff65e04
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agoInstall the .pc file in the arch-dependent folder 61/26661/1
Manuel Bachmann [Wed, 27 Aug 2014 10:56:49 +0000 (12:56 +0200)]
Install the .pc file in the arch-dependent folder

If phoned is built on a non-x86 device, the installation lib
folder may not be "/usr/lib" ("/usr/lib64" e.g.).
Fix that in the CMake build file.

Change-Id: Ie7549396b2d8c339ce11dbb59c8dad1f3e0f48fd
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
10 years agoClean up BuildRequires and remove unused DPL log code 03/20103/1 tizen_3.0.m14.2_ivi tizen_3.0.m14.2_ivi_release
Mikko Ylinen [Mon, 28 Apr 2014 05:22:55 +0000 (08:22 +0300)]
Clean up BuildRequires and remove unused DPL log code

Tizen WRT specific DPL BuildRequires are not used and therefore
can be removed.

Additionally, update .spec file to remove some rpmlint warnings.

Change-Id: Ic4b90f06535083e025f682e65e5d2d013057f43b
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
10 years agoMemory leak fix patch 40/19540/1 submit/tizen/20140416.223255
brianjjones [Mon, 14 Apr 2014 23:31:38 +0000 (16:31 -0700)]
Memory leak fix patch

Change-Id: I1e56111a23cf9c27a5cf047ae87790afb6a77fbe
Signed-off-by: brianjjones <brian.j.jones@intel.com>
10 years agoChanging dbus calls to use bluez 5 API calls. This allows the phone app to connect... 52/19052/1 accepted/tizen_ivi_panda accepted/tizen_ivi_release tizen_ivi_release accepted/tizen/ivi/20140409.182257 accepted/tizen/ivi/panda/20140408.203313 accepted/tizen/ivi/release/20140404.212421 submit/tizen/20140404.204459 submit/tizen_ivi_release/20140404.210627
brianjjones [Fri, 4 Apr 2014 20:29:31 +0000 (13:29 -0700)]
Changing dbus calls to use bluez 5 API calls.  This allows the phone app to connect to a phone

Change-Id: I62150236231709ff09ae944f8cae50cc8f79d1c5

10 years agoInitial checkin for phone daemon for the HTML5 UI 12/17712/1 tizen_ivi_panda accepted/tizen/ivi/20140308.072116 accepted/tizen/ivi/panda/20140403.015912 accepted/tizen/ivi/release/20140315.041435 submit/tizen/20140307.230447 submit/tizen_ivi_panda/20140403.012219 submit/tizen_ivi_release/20140315.041418
brianjjones [Fri, 7 Mar 2014 22:48:57 +0000 (14:48 -0800)]
Initial checkin for phone daemon for the HTML5 UI

Change-Id: I147a59574aeed9817da096bee351faf813323841