Re: [MeeGo-dev] [Meego-Dev] Dialer could not be launch. Does i missing something when i compile the app with ARM in Meego

2010-11-27 Thread Tom Chen
Hi, the Dialer app could be launch after i flashed the new n900 image 1.1.80.7.20101123.1. thanks for your guys help ! -- Br Tom Chen tom.c...@teleca.com Teleca Chengdu Ltd. ___ MeeGo-dev mailing list MeeGo-dev@meego.com

Re: [MeeGo-dev] [Meego-Dev] Dialer could not be launch. Does i missing something when i compile the app with ARM in Meego

2010-11-26 Thread Arun Ravindran
Hi Tom, is it possible the different version of libmeegotouch* cause this problem? the version of libmeegotouch* is 0.20.24 in my N900, but i build the app with 0.20.51 in $sysroot. That could be an issue, but not sure. Dialer could fail to start because of incompatible oFono

Re: [MeeGo-dev] [Meego-Dev] Dialer could not be launch. Does i missing something when i compile the app with ARM in Meego

2010-11-26 Thread Tom Chen
Hi, Arun from log, i'm not find any message about ofono. the segment of log is below: Thu Nov 25 09:27:52 2010-[Debug]MAssemblyPrivate: load stylesheet from /usr/share/themes/base/meegotouch/libmeegotouchextensions/style/libmeegotouchextensions.css Thu Nov 25 09:27:52

[MeeGo-dev] [Meego-Dev] Dialer could not be launch. Does i missing something when i compile the app with ARM in Meego

2010-11-25 Thread Tom Chen
Hi, i compiled the Dialer of Meego Handset Ux with ARM in $sysroot of Meego SDK. the target file like this [...@cnchpc3368 bin]$ file dialer.org dialer.org: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.25, stripped [...@cnchpc3368

Re: [MeeGo-dev] [Meego-Dev] Dialer could not be launch. Does i missing something when i compile the app with ARM in Meego

2010-11-25 Thread Thiago Macieira
On Thursday, 25 de November de 2010 09:14:05 Tom Chen wrote: the dialer.org is original one in Meego release 1.1, the dialer is build by me. when i copy the dailer to my N900 instead of original, the dialer app could not be launch when i press the phone icon in main interface, nothing

Re: [MeeGo-dev] [Meego-Dev] Dialer could not be launch. Does i missing something when i compile the app with ARM in Meego

2010-11-25 Thread Tom Chen
Hi, Thiago i attached the log file for this app. Could you help me check it? thank you very much! On Thu, Nov 25, 2010 at 4:51 PM, Tom Chen fun...@gmail.com wrote: Hi, it looks like GConf , could not connect DBUS, it show in terminal, i could not remember all of them. the

Re: [MeeGo-dev] [Meego-Dev] Dialer could not be launch. Does i missing something when i compile the app with ARM in Meego

2010-11-25 Thread Tom Chen
Hi, is it possible the different version of libmeegotouch* cause this problem? the version of libmeegotouch* is 0.20.24 in my N900, but i build the app with 0.20.51 in $sysroot. BTW, the strip issue could be resolved by add unix:QMAKE_POST_LINK=strip $(TARGET) in .pro file. Br Tom Chen