On Thu, 28 Apr 2011 08:26:57 +0000 <ext-arun.1.ravind...@nokia.com> wrote:
> 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/or were unable to reproduce it here (on iCDK). Mike can you add your recollections on that. If nothing else, we can have separate .desktop files, one for /etc/xdg/autostart and another for /usr/share/applications. > > 2) No incoming call is shown to user, probably because in > MainWindow::handleIncomingCall() > > if (isOnDisplay()) { > m_alert->setCallItem(call); > m_alert->appear(); > } > is never true, and so only the notification of call is shown, not the > alert dialog. i have attached a log, and there is no releasePrestart > called either. This is expected. It relies on MNotificationManager to "to the right thing" by presenting a notification to the user. Clicking (tapping) on this will invoke the accept() dbus method on the com.meego.dialer service. There is currently no way to "decline" or ignore the call, as MNotificationView class does not support multiple buttons. I don't plan to change this behavior in MTF version, but should be addressed in the QML port going forward. Does that clear things up, or am I still missing your point? Shane... _______________________________________________ MeeGo-handset mailing list MeeGo-handset@lists.meego.com http://lists.meego.com/listinfo/meego-handset