[MeeGo-dev] signon-qt: ABI/ABI break

2010-12-08 Thread Patrick Ohly
Hello! Summary: a backwards incompatible change in signon-qt has entered MeeGo Trunk, apps using it need to be updated and recompiled. Details: I just noticed that one of my executables using signon-qt stopped working after an update to recent MeeGo Trunk: it starts, but fails to connect to

[MeeGo-dev] Qt uses OpenSSL, and fails?

2010-12-08 Thread Patrick Ohly
Hello! A bug report about Buteo not syncing with Google via https [1] showed that Qt tries to load OpenSSL libraries, which fails because they are not installed where they are expected [2]. There is an open request to change that [3]. First, is someone working on 7813? The original issue #

Re: [MeeGo-dev] signon-qt: ABI/ABI break

2010-12-08 Thread Patrick Ohly
On Mi, 2010-12-08 at 08:08 +, Patrick Ohly wrote: The reason is that the signon-qt API was cleaned up. It now provides SignOn::AuthService::identities(const QListSignOn::IdentityInfo ), with namespace for IdentityInfo. Same for Error and SessionData. Error now is passed by value, so use

Re: [MeeGo-dev] fennec(Illegal instruction) issue on MeeGo

2010-12-08 Thread Thiago Macieira
Em Terça-feira, 7 de Dezembro de 2010, às 20:49:37, Gabriel M. Beddingfield escreveu: Another clue: following issue: Program received signal SIGILL, Illegal instruction. 0xa144 in __aeabi_d2lz () ^^ While this /could/ be a valid pointer,

Re: [MeeGo-dev] fennec(Illegal instruction) issue on MeeGo

2010-12-08 Thread Paul Li
Hi Thiago, Thank you so much and I found an instruction which not supported by my processor in '__aeabi_d2lz'. :) B.R Paul -Original Message- From: meego-dev-boun...@meego.com [mailto:meego-dev-boun...@meego.com] On Behalf Of Thiago Macieira Sent: 2010年12月8日 17:50 To:

Re: [MeeGo-dev] signon-qt: ABI/ABI break

2010-12-08 Thread Thiago Macieira
Em Quarta-feira, 8 de Dezembro de 2010, às 10:09:32, Patrick Ohly escreveu: Error now is passed by value, so use SignOn::Error, not const SignOn::Error . That's the same thing for Qt's signal-slot mechanism. It's actually recommended that you write T instead of const T and use no spaces around

Re: [MeeGo-dev] Qt uses OpenSSL, and fails?

2010-12-08 Thread Thiago Macieira
Em Quarta-feira, 8 de Dezembro de 2010, às 09:51:18, Patrick Ohly escreveu: A bug report about Buteo not syncing with Google via https [1] showed that Qt tries to load OpenSSL libraries, which fails because they are not installed where they are expected [2]. There is an open request to change

Re: [MeeGo-dev] Qt uses OpenSSL, and fails?

2010-12-08 Thread Patrick Ohly
On Mi, 2010-12-08 at 10:17 +, Thiago Macieira wrote: Em Quarta-feira, 8 de Dezembro de 2010, às 09:51:18, Patrick Ohly escreveu: A bug report about Buteo not syncing with Google via https [1] showed that Qt tries to load OpenSSL libraries, which fails because they are not installed

[MeeGo-dev] ConnMan fails to detect wlan interface.

2010-12-08 Thread Varun
Connman fails to detect wifi interface, when I execute connman test list-device its only showing eth0 interface not wlan0 but my wifi working when i give static ip and edit resolv.conf. ___ MeeGo-dev mailing list MeeGo-dev@meego.com

Re: [MeeGo-dev] Reducing rebuilds by patching away __DATE__ and __TIME__ usage in sources?

2010-12-08 Thread Gary Birkett
On Wed, Dec 8, 2010 at 12:28 PM, Carsten Munk cars...@maemo.org wrote: Hi, I've spent a little too much time watching rebuilds of the basesystem lately due to the ARM hardfp work. So, a bit of background: * OBS uses the build-compare tool in order to tell if there is a difference between

Re: [MeeGo-dev] ConnMan fails to detect wlan interface.

2010-12-08 Thread Gabriel M. Beddingfield
On Wednesday, December 08, 2010 07:01:27 am Varun wrote: Connman fails to detect wifi interface, when I execute connman test list-device its only showing eth0 interface not wlan0 but my wifi working when i give static ip and edit resolv.conf. What wifi card do you have? (`lspci -nn`)

Re: [MeeGo-dev] Qt uses OpenSSL, and fails?

2010-12-08 Thread Dave Neary
Hi, Patrick Ohly wrote: Second, as mentioned in # and elsewhere [4], there is a license conflict between OpenSSL and GPL. Does opening OpenSSL via dlopen() at runtime really work around this conflict? I'm not a lawyer, but given that the way how linking is achieved is typically not

[MeeGo-dev] Extending Qt Mobility's encoder support

2010-12-08 Thread Fredrik HENRICSSON
Hi, The Gstreamer plugin in Qt Mobility contains a list of hard coded audio encoders and another for video encoders. Audio: http://qt.gitorious.org/qt-mobility/qt-mobility/blobs/master/plugins/multimedia/gstreamer/mediacapture/qgstreameraudioencode.cpp#line58 Video:

[MeeGo-dev] From where video player takes the files?

2010-12-08 Thread rams k
Hi, Im compiling and installing meego-handset-video-0.2.3 code by using qmake,make,sudo make install. After that if I launch from the 'startmeego' ,Im unable to view the video files in the meegovideo playlist. Im using the same existing videos(big buck kitten ) from the /home/meego/videos

Re: [MeeGo-dev] Qt uses OpenSSL, and fails?

2010-12-08 Thread Rémi Denis-Courmont
On Wednesday 08 December 2010 15:39:26 ext Dave Neary, you wrote: Patrick Ohly wrote: Second, as mentioned in # and elsewhere [4], there is a license conflict between OpenSSL and GPL. Does opening OpenSSL via dlopen() at runtime really work around this conflict? I'm not a lawyer, but

Re: [MeeGo-dev] Qt uses OpenSSL, and fails?

2010-12-08 Thread Arjan van de Ven
On 12/8/2010 8:44 AM, Rémi Denis-Courmont wrote: - use GnuTLS or NSS instead of OpenSSL, we should be using NSS anyway wherever possible, not just for the licensing side, but also because openssl has a history of ABI mess. ___ MeeGo-dev mailing

Re: [MeeGo-dev] Qt uses OpenSSL, and fails?

2010-12-08 Thread Arjan van de Ven
On 12/8/2010 3:00 AM, fathi.bou...@nokia.com wrote: Hi, The fix is in MeeGo 1.1 but still not in Trunk. how on earth did that happen??? things are not allowed to go into 1.1 updates until the fix is in Trunk! ___ MeeGo-dev mailing list

[MeeGo-dev] Qt menus not showing up and QDesktopServices::openUrl() not working?

2010-12-08 Thread Stylianou, Costas
Hi, Hope someone can help me here, menu options are not visible within an application, this is what we are doing: QMenu* menu = new QMenu(this); m_clearAllAction = new QAction(tr(Clear all history), this); connect(m_clearAllAction,SIGNAL(triggered()), this,

Re: [MeeGo-dev] Qt menus not showing up and QDesktopServices::openUrl() not working?

2010-12-08 Thread James
On 12/08/2010 11:01 AM, Stylianou, Costas wrote: Hi, ... Also, we are not able to launch the default browser from application using QDesktopServices::openUrl() (using MeeGo SDK), any ideas? The platform may not have any protocol handlers registered for http:. Internally, QDesktopServices

Re: [MeeGo-dev] Qt uses OpenSSL, and fails?

2010-12-08 Thread Thiago Macieira
Em Quarta-feira, 8 de Dezembro de 2010, às 08:49:30, Arjan van de Ven escreveu: On 12/8/2010 8:44 AM, Rémi Denis-Courmont wrote: - use GnuTLS or NSS instead of OpenSSL, we should be using NSS anyway wherever possible, not just for the licensing side, but also because openssl has a history

[MeeGo-dev] Activate GPS device on AAVA

2010-12-08 Thread Bird, Christopher A
Hey, I'm wondering if there's a way to activate the internal GPS on the AAVA device. I haven't find anything in the UI to do this for me yet... Thanks, Chris ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev

Re: [MeeGo-dev] From where video player takes the files?

2010-12-08 Thread Ivan Frade
Hi, I don't know what meegovideo in concrete is using, but it should retrieve the video files querying tracker. Run tracker-sparql -v .it should list all the videos recognized by tracker. If the list is ok, it is a bug in the application querying tracker. If it doesn't work check the error

[MeeGo-dev] CFP - FOSDEM embedded devroom

2010-12-08 Thread Dave Neary
Hi all, I'm slightly involved in the FOSDEM embedded devroom this year again, and I'd love to see some MeeGo content there. The devroom is generally pretty tech oriented - focussed on hardware, platforms or domain-specific stuff, so it'd be a good opportunity to present some of the more

Re: [MeeGo-dev] From where video player takes the files?

2010-12-08 Thread Chen, Zhenqiang
Meegovideo retrieve the video files by querying the tracker. But there is bug in old version: http://bugs.meego.com/show_bug.cgi?id=10287blocked::http://bugs.meego.com/show_bug.cgi?id=10287. Update your tracker and tracker-utils. Try tracker-search -v It should list the video files. If it is,

Re: [MeeGo-dev] Extending Qt Mobility's encoder support

2010-12-08 Thread Dmytro Poplavskiy
Hi Fredrik, On Thu, 9 Dec 2010 12:02:21 am ext Fredrik HENRICSSON wrote: Hi, The Gstreamer plugin in Qt Mobility contains a list of hard coded audio encoders and another for video encoders. Audio:

Re: [MeeGo-dev] From where video player takes the files?

2010-12-08 Thread Zheng, Huan
Hi, rams If you want to compile and make install, You better git clone the code from gitorious rather than get it from OBS (meego-handset-video-0.2.3 like you mentioned). Because some of the code in gitorious hasn’t been put into OBS due to our internal assignment changes. From:

[MeeGo-dev] about http://developer.meego.com/?

2010-12-08 Thread 金鑫
http://developer.meego.com/need login name and password...why? ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev

Re: [MeeGo-dev] about http://developer.meego.com/?

2010-12-08 Thread michael.pa...@oit.edu
It was stated because it is still in beta and they'd like to keep it out of search indexing. -Original Message- Date: Wednesday, December 08, 2010 6:50:33 pm To: meego-dev@meego.com meego-dev@meego.com From: Ñk fire...@gmail.com Subject: [MeeGo-dev] about http://developer.meego.com/?

[MeeGo-dev] What mediaplayer is used in netbook and handset?

2010-12-08 Thread He, Yunlong
Hi, Guys, Do you know what media players are used in netbook and handset, respectively? Thanks Harry ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev

Re: [MeeGo-dev] fennec(Illegal instruction) issue on MeeGo

2010-12-08 Thread Paul Li
Hi All, Thank you so much for your help and I found the root cause of this issue on my board, fennec generates an instruction that our processor cannot deal with which is 'vmov d16, r0, r1'. It uses the higher 16x64 extension registers which does not have in our processor. I

Re: [MeeGo-dev] about http://developer.meego.com/?

2010-12-08 Thread Jeremy Whiting
On 12/08/2010 07:50 PM, 金鑫 wrote: http://developer.meego.com/need login name and password...why? ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev It's still in beta. The username is meego and the

Re: [MeeGo-dev] fennec(Illegal instruction) issue on MeeGo

2010-12-08 Thread Zhang, Austin
the root cause of this issue on my board, fennec generates an instruction that our processor cannot deal with which is 'vmov d16, r0, r1'. It uses the higher 16x64 extension registers which does not have in our processor. So you should definitely remove mtune=cortex-a8 for your all building,

Re: [MeeGo-dev] fennec(Illegal instruction) issue on MeeGo

2010-12-08 Thread Paul Li
Hi Austin, Yes, on my board this is another issue. Could you give me some suggestions? Thank you so much.:) B.R Paul -Original Message- From: Zhang, Austin [mailto:austin.zh...@intel.com] Sent: 2010年12月9日 11:56 To: Paul Li; cars...@maemo.org; Kok, Auke-jan H;

Re: [MeeGo-dev] fennec(Illegal instruction) issue on MeeGo

2010-12-08 Thread Zhang, Austin
Roger (in CC list) should be able to give some suggestions on this. -Original Message- From: Paul Li [mailto:e...@marvell.com] Sent: Thursday, December 09, 2010 11:59 AM To: Zhang, Austin; cars...@maemo.org; Kok, Auke-jan H; gabrb...@gmail.com; thi...@kde.org; imdat.so...@nokia.com Cc:

Re: [MeeGo-dev] fennec(Illegal instruction) issue on MeeGo

2010-12-08 Thread Paul Li
Hi Roger and all, I can start fennec on my board, but all the pages I opened were blank and cannot display anything, could you give me some suggestions? I suppose maybe some configuration files are not correct. Thank you. B.R Paul Li -Original Message- From: Zhang, Austin

Re: [MeeGo-dev] signon-qt: ABI/ABI break

2010-12-08 Thread Alberto Mardegan
On 12/08/2010 10:08 AM, ext Patrick Ohly wrote: Note that the soname of signon-qt wasn't changed, so my executable continued to run. I would have preferred to get a libsignon-qt.so.1 not found error. I was expecting this change to happen and knew what to look for, but others might spend more

[MeeGo-dev] Where can i find a known-good NAND image(meego_qemu_nand.img)?

2010-12-08 Thread chen rui
Hi, I want to run meego N900 on qemu and I saw this website: http://wiki.meego.com/ARM/Meego_on_Qemu and http://forum.meego.com/showthread.php?t=787 As it mentioned, The meego SD card image for n900 (.raw) does not contain a boot loader or kernel, only the root file system so it alone is