Re: [Meego-handset] [dialer] New branch pushed for "headless" work

2011-03-22 Thread ext-arun.1.ravindran
Hi, > Hard to know which one is the "right" one since they are both running > on meego images and the MTF docs refer to applifed as the control > mechanism for pre-start apps. > > Can you please explain the difference, or point to documentation that > describes them both and under what conditions

[Meego-handset] [PATCH] Fixed: BNC#14618 Not support end whole conference call by pressing end button one time Signed-off-by: Arun Ravindran

2011-03-28 Thread ext-arun . 1 . ravindran
From: Arun Ravindran Added handling of multipart property in the call proxy, call item and callitem model by adding a signal to be emited for the property changes. This signal is handled in call manager now. Removed the usage of multiparty call items and call names from call manager. Also re ar

[Meego-handset] [PATCH] Fixed: BMC#14948 The system time is displayed before the call is actived in caller info bar Signed-off-by: Arun Ravindran

2011-03-29 Thread ext-arun . 1 . ravindran
From: Arun Ravindran The m_updateTimer, updates the call duration read from the Callproxy to the callitemview. When the call is dialing, or alerting and if the timer is elapsed it reads the starttime property (which is NULL), and gets the elapsed value from it, even if it is not valid, which r

[Meego-handset] [PATCH] Changed: Usage of QSettings. Signed-off-by: Arun Ravindran

2011-04-18 Thread ext-arun . 1 . ravindran
From: Arun Ravindran This patch fixes the following issue: 1) A fresh device, with no call history. 2) Start dialer and receive and incoming call 3) Complete the call by disconnecting it. 4) See the call history (everything is fine) 5) close dialer and restart it again. 6) See call history, Show

Re: [Meego-handset] ANNOUNCING: Dialer 'headless' branch has been merged into master

2011-04-28 Thread ext-arun.1.ravindran
Hi Shane, With the latest dialer 0.2.1 from OBS, i could never get an incoming call indication. There are 2 issues 1) In the new dialer.desktop file, i had to comment X-Osso-Service=com.meego.dialer, in order to make it start from home screen. 2) No incoming call is shown to user, probably bec

[Meego-handset] Image creation error

2011-04-28 Thread ext-arun.1.ravindran
Hi All, Trying to create armv7l , ubi image from .ks file and i am getting the following error. Any idea how to resolve this? arun@arun-laptop:~/work/image$ sudo mic-image-creator --config=meego-handset-armv7l-n900-1.1.99.3.20110419.9.ks --format=ubi --cache=mycache --arch=armv7l MIC2 version

Re: [Meego-handset] Image creation error

2011-04-28 Thread ext-arun.1.ravindran
Hi, > this sounds like a git installation problem. > What you should do is following: > 1. Remove the mic2 package: dpkg -r mic2 or rpm -e mic2 > > 2. Remove old mic files from system with: > $ rm -rf /usr/bin/mic* /usr/lib/python2.6/site-packages/mic* > NOTE: you might have different python vers

Re: [Meego-handset] ANNOUNCING: Dialer 'headless' branch has been merged into master

2011-04-28 Thread ext-arun.1.ravindran
Hi Shane, > > With the latest dialer 0.2.1 from OBS, i could never get an incoming > call indication. There are 2 issues > > 1) In the new dialer.desktop file, i had to comment > X-Osso-Service=com.meego.dialer, in order to make it start from home > screen. > Hmm, I though we had solved this and/

[Meego-handset] [PATCH] Patch:Fix for unable to see alert dialog for MT call Signed-off-by: Arun Ravindran

2011-05-02 Thread ext-arun . 1 . ravindran
From: Arun Ravindran This patch emits a signal from callmanager, when a call is added to prepare the UI. The signal is handled in dialer application to release the ui from prestart state. --- src/callmanager.cpp |3 +++ src/callmanager.h |1 + src/dialerapplication.cpp |

[Meego-handset] [PATCH] Fixed:BMC#16916, No alert dialog for incoming calls Signed-off-by: Arun Ravindran

2011-05-03 Thread ext-arun . 1 . ravindran
From: Arun Ravindran With this patch,UI is released from prestart, if not alrteady to handle incoming calls. The call manager is modified to emit the calls changed signal before the incoming calls, so that the ui can be released from prestart. --- src/callmanager.cpp |6 ++ src/di

[Meego-handset] [PATCH] Fixed:BMC#16916, No alert dialog for incoming calls Signed-off-by: Arun Ravindran

2011-05-05 Thread ext-arun . 1 . ravindran
From: Arun Ravindran With this patch,UI is released from prestart, if not alrteady to handle incoming calls. The call manager is modified to emit the calls changed signal before the incoming calls, so that the ui can be released from prestart. --- src/callmanager.cpp |4 ++-- src/dial