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

2010-12-10 Thread Tao, Daniel
Hi, yunlong Netbook has default media player: banshee media player, you can use it for netbook. Thanks Daniel -Original Message- From: meego-dev-boun...@meego.com [mailto:meego-dev-boun...@meego.com] On Behalf Of He, Yunlong Sent: Friday, December 10, 2010 4:06 PM To: Fernando Muñoz

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

2010-12-10 Thread He, Yunlong
Sorry, I am using meego SDK 1.1 with qemu emulator, but no built-in mediaplayer found, could you tell me its repo or project home? B.R Yunlong -Original Message- From: Tao, Daniel Sent: Friday, December 10, 2010 4:15 PM To: He, Yunlong; Fernando Muñoz Cc: meego-dev@meego.com Subject:

[MeeGo-dev] Starting up N900 hardware adaptation meetings again

2010-12-10 Thread Carsten Munk
Hi, We'll be starting Nokia N900 hardware adaptation IRC meetings again (also covering Core+Handset ARM issues). These will happen each Thursday at 8.00 UTC, see http://wiki.meego.com/ARM/N900/Meetings for more information and agenda + procedures about agenda BR Carsten Munk MeeGo Nokia N900

[MeeGo-dev] where is meego_qemu_nand.img?

2010-12-10 Thread peng du
I would like to bring up meego on ARM, so that go this thread http://wiki.meego.com/ARM/Meego_on_Qemu from Meego. Then input valid IMEI into this page http://tablets-dev.nokia.com/meego-codedrop.php. However, i'm not able to find meego_qemu_nand.img here. Meego removed them? anybody knows the

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

2010-12-10 Thread Thiago Macieira
On Friday, 10 de December de 2010 10:19:08 He, Yunlong wrote: Sorry, I am using meego SDK 1.1 with qemu emulator, but no built-in mediaplayer found, could you tell me its repo or project home? I don't think the applications are part of the SDK. So you won't find the media player there. Can

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

2010-12-10 Thread He, Yunlong
I want to write a service application which can invoke the media player automatically. Compiling from source is an option, but I need source code firstly, and I may need to change some code to support some special functions. B.R. Harry -Original Message- From:

[MeeGo-dev] is there openVG -lib for QEMU?

2010-12-10 Thread yunwuyu
hi, As we know that there is a gles 2.0 lib for QEMU, is there another lib, like openvg 1.1 lib for QEMU with gl accessor? if anyone knows that, please tell me, thanks. regards, yunyuyu___ MeeGo-dev mailing list MeeGo-dev@meego.com

Re: [MeeGo-dev] where is meego_qemu_nand.img?

2010-12-10 Thread fathi.boudra
Hi, It has been removed http://tablets-dev.nokia.com/meego-codedrop.php because MeeGo has the needed tool to create the QEMU NAND image. We need to update the wiki and provide the instructions to create this image yourself and include the image in the image creation process. Both tasks aren't

[MeeGo-dev] why QT based app can be displayed on my device

2010-12-10 Thread Leo
Hi all: Several days before, I found Xlib based program always run on the background under the meego. I use the meego touch to create my first demo, it's ok. But I want to write program with qt, unfortunately, it has same problem with X-app. Meego's GUI tool is QT, why QT app can not be run

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

2010-12-10 Thread Fredrik HENRICSSON
Hi Dmytro, -Original Message- From: Dmytro Poplavskiy [mailto:dmytro.poplavs...@nokia.com] Sent: den 9 december 2010 02:30 To: meego-dev@meego.com Cc: Fredrik HENRICSSON; Mario BOIKOV; Mikko LEHTO Subject: Re: [MeeGo-dev] Extending Qt Mobility's encoder support Hi Fredrik, On Thu, 9

Re: [MeeGo-dev] Packaging the MeeGo stack on Debian - Use the name ?

2010-12-10 Thread Robinson Tryon
On Thu, Dec 9, 2010 at 2:12 PM, Ibrahim Haddad ibra...@linux.com wrote: We would ask you to move away from using {M,m}-e-e-{G,g}-o or any subset of those letters or sounds in that order, alone or in combination with other letters, words or marks that would tend to cause someone to make a

Re: [MeeGo-dev] [Pkg-meego-maintainers] Packaging the MeeGo stack on Debian - Use the name ?

2010-12-10 Thread Julian Andres Klode
On Fr, 2010-12-10 at 11:24 +, MJ Ray wrote: Ibrahim Haddad wrote: We would ask you to move away from using {M,m}-e-e-{G,g}-o or any subset of those letters or sounds in that order, alone or in combination with other letters, words or marks that would tend to cause someone to make a

Re: [MeeGo-dev] [Pkg-meego-maintainers] Packaging the MeeGo stack on Debian - Use the name ?

2010-12-10 Thread Arjan van de Ven
On 12/10/2010 4:38 AM, Julian Andres Klode wrote: On Fr, 2010-12-10 at 11:24 +, MJ Ray wrote: Ibrahim Haddad wrote: We would ask you to move away from using {M,m}-e-e-{G,g}-o or any subset of those letters or sounds in that order, alone or in combination with other letters, words or marks

Re: [MeeGo-dev] [Pkg-meego-maintainers] Packaging the MeeGo stack on Debian - Use the name ?

2010-12-10 Thread Julian Andres Klode
On Fr, 2010-12-10 at 06:56 -0800, Arjan van de Ven wrote: On 12/10/2010 4:38 AM, Julian Andres Klode wrote: On Fr, 2010-12-10 at 11:24 +, MJ Ray wrote: Ibrahim Haddad wrote: We would ask you to move away from using {M,m}-e-e-{G,g}-o or any subset of those letters or sounds in that

[MeeGo-dev] What debug method to use

2010-12-10 Thread Berthier, Emmanuel
Hi, I'm a Meego core developer and I wonder what kind of debug methodology is the best for a Handset platform. I have experiment some solutions: o Use a remote debugging method based on osc, gdbserver and Anjuta as gdb frontend: + I can easily recompile module using osc

Re: [MeeGo-dev] What debug method to use

2010-12-10 Thread Bogdan Cristea
On Friday 10 December 2010 18:52:57 Berthier, Emmanuel wrote: I have experiment some solutions: o Use a remote debugging method based on osc, gdbserver and Anjuta as gdb frontend: + I can easily recompile module using osc + I can debug the app using Anjuta

Re: [MeeGo-dev] Local build fails for ARM

2010-12-10 Thread Kalle Lampila
On Wed, Dec 8, 2010 at 09:54, AndrewT fat0...@gmail.com wrote: Dear All, There is a howto http://wiki.meego.com/Local_Build_Without_OBS_Needed which I am trying to follow. I am able to do builds for x86 with the command: $sudo build --repository

Re: [MeeGo-dev] What debug method to use

2010-12-10 Thread Thiago Macieira
On Friday, 10 de December de 2010 17:52:57 Berthier, Emmanuel wrote: Hi, I'm a Meego core developer and I wonder what kind of debug methodology is the best for a Handset platform. I have experiment some solutions: o Use a remote debugging method based on osc, gdbserver and Anjuta as

[MeeGo-dev] Install mic-image-creator in other locations and run as non-root

2010-12-10 Thread Holger Freyther
Hi all, first of all I am sorry if I got the wrong list. I started to play with MeeGo on mywork laptop and I don't install things I play with into / but into ~/install. With the image-creator this is possible with using DESTDIR and PREFIX. This also meansthat I have placed qemu-arm-static into