Getting the running Processes information In maemo

2010-05-18 Thread sandeep kodimela
Hi all, I want to get the list of running processes as well as Running applications from the phone. Can anybody suggest where do i start? Thanks in advance Regards Sandeep ___ maemo-developers mailing list maemo-developers@maemo.org

Re: Getting the running Processes information In maemo

2010-05-18 Thread Matthew Smith
On Tue, 18 May 2010 12:11:48 +0530 (IST) sandeep kodimela sandeep.kodim...@votarytech.com wrote: I want to get the list of running processes as well as Running applications from the phone. Can anybody suggest where do i start? Thanks in advance In xterm: ps -efa ...then do something with

Package web interface and conditional dependencies

2010-05-18 Thread Cornelius Hald
Hi, it looks like the package interface has problems with conditional dependencies. Should I report it as bug or is it already worked on? http://maemo.org/packages/package_instance/view/diablo_extras-devel_free_armel/conboy/0.6.3.9-1/ It shows Warning: The package has missing dependencies!.

Getting the siz of the Memory Card

2010-05-18 Thread sandeep kodimela
Hi all, I'm just trying to find out the size of the memory card,and the amount used and the amount free.Can anyone suggest me with the API for the same. Thanks in advance Cheers Sandy ___ maemo-developers mailing list maemo-developers@maemo.org

RE: Proposed reorganization of documentation bug reporting

2010-05-18 Thread Jarmo.Tikka
Hi again, From: Tikka Jarmo (Nokia-D/Helsinki) I will check new structure today or tomorrow. I just went through new documentation structure in Maemo Bugzilla. Actual structure under Documentation classification looks fine for me.

Re: Getting the running Processes information In maemo

2010-05-18 Thread Kimmo Hämäläinen
On Tue, 2010-05-18 at 08:41 +0200, ext sandeep kodimela wrote: Hi all, I want to get the list of running processes as well as Running applications from the phone. Can anybody suggest where do i start? Thanks in advance For getting list of applications (application windows), see the e-mail

HAL context initializing failure

2010-05-18 Thread Pallavi Kandhare
Please can anybody tell me why am I getting this error in foll code? Your help is appreciated Code: DBusConnection *connection; DBusError error; LibHalContext *ctx; dbus_error_init(error); if((connection = dbus_bus_get(DBUS_BUS_SYSTEM,error)) == NULL) { printf(Error %s\n,error.message);

Re: HAL context initializing failure

2010-05-18 Thread daniel wilms
Hi, ext Pallavi Kandhare wrote: Please can anybody tell me why am I getting this error in foll code? Your help is appreciated Code: DBusConnection *connection; DBusError error; LibHalContext *ctx; dbus_error_init(error); if((connection = dbus_bus_get(DBUS_BUS_SYSTEM,error)) == NULL) {

Using libosso-abook getting package requirement error

2010-05-18 Thread Pallavi Kandhare
I want to display all contacts from phone. For that I am using libosso-abook. I am adding following lines to configure.ac   PKG_CHECK_MODULES(libosso, osso-addressbook-1.0)   and to Makefile.am : myproj_LDADD = \ $(LIBOSSO_LIBS)   But i get foll error: Package requirements

Re: Proposed reorganization of documentation bug reporting

2010-05-18 Thread Dave Neary
Hi, jarmo.ti...@nokia.com wrote: What I am still wondering is UI Specification product under Maemo Official Platform classification here: https://bugs.maemo.org/enter_bug.cgi?classification=Maemo%20Official%20Platform Looking at this: http://is.gd/cevlF it appears that these bugs are being

Re: Using libosso-abook getting package requirement error

2010-05-18 Thread David King
On 2010-05-18 04:37, Pallavi Kandhare pallavi.kandh...@yahoo.com wrote: I want to display all contacts from phone. For that I am using libosso-abook. I am adding following lines to configure.ac   PKG_CHECK_MODULES(libosso, osso-addressbook-1.0)   and to Makefile.am : myproj_LDADD = \

Re: Getting the siz of the Memory Card

2010-05-18 Thread Thomas Perl
2010/5/18 sandeep kodimela sandeep.kodim...@votarytech.com: I'm just trying to find out the size of the memory card,and the amount used and the amount free.Can anyone suggest me with the API for the same. Thanks in advance Check the output of the df command. You can also use GIO:

RE: Proposed reorganization of documentation bug reporting

2010-05-18 Thread Jarmo.Tikka
Hi again, -Original Message- From: Tikka Jarmo (Nokia-D/Helsinki) Sent: 18 May, 2010 13:15 Those UI specs are now released as separate tutorials Maemo Hildon 2.2 UI Guide and Maemo Hildon 2.2 UI Widget Guide in Maemo Info Center. See

RE: Proposed reorganization of documentation bug reporting

2010-05-18 Thread Jarmo.Tikka
Hi, I need to stop replying to my own emails soon but those UI Guides disappeared again :). We continue investigating which server in our cluster has not deployed those UI guides properly. Cheers, //Jarmo -Original Message- From: Tikka Jarmo (Nokia-D/Helsinki) Sent: 18 May, 2010

Re: Getting the siz of the Memory Card

2010-05-18 Thread Sampo Savola
If you are using Qt you may get that information also with QSystemStorageInfo class. http://doc.qt.nokia.com/qtmobility-1.0/qsystemstorageinfo.html //Sampo ext Thomas Perl wrote: 2010/5/18 sandeep kodimela sandeep.kodim...@votarytech.com: I'm just trying to find out the size of the

Re: Using libosso-abook getting package requirement error

2010-05-18 Thread David King
On 2010-05-18 04:47, Pallavi Kandhare pallavi.kandh...@yahoo.com wrote: No i dont have it installed. I had a look at this site: http://62.61.85.167/platform/docs/howtos/howto_using_abook.html#basics   and they said to follow this link : Using Nokia binaries in rootstrap   But this link is not

Re: Using libosso-abook getting package requirement error

2010-05-18 Thread Pallavi Kandhare
Hi David, All these steps we had done at the time of installation. When i give foll command at prompt the output is as follows:   pall...@pallavi-desktop:/scratchbox$ apt-get update E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied) E: Unable to lock the list

Re: HAL context initializing failure

2010-05-18 Thread Pallavi Kandhare
Hi Dave,   I did include the sample code in my previous mail.   http://www.gossamer-threads.com/lists/maemo/developers/61353   I am including the code again for your reference: I am getting the error HAL context initializing failure in my below code When i debug the code it says unable to access

RE: Proposed reorganization of documentation bug reporting

2010-05-18 Thread Jarmo.Tikka
Hi, -Original Message- From: Dave Neary [mailto:nea...@gmail.com] On Behalf Of ext Dave Neary Sent: 18 May, 2010 14:42 Subject: Re: Proposed reorganization of documentation bug reporting Hi, jarmo.ti...@nokia.com wrote: What I am still wondering is UI Specification product

Re: Using libosso-abook getting package requirement error

2010-05-18 Thread David King
On 2010-05-18 05:35, Pallavi Kandhare pallavi.kandh...@yahoo.com wrote: All these steps we had done at the time of installation. When i give foll command at prompt the output is as follows:   pall...@pallavi-desktop:/scratchbox$ apt-get update E: Could not open lock file /var/lib/apt/lists/lock

Re: HAL context initializing failure

2010-05-18 Thread daniel wilms
ext Pallavi Kandhare wrote: Hi Daniel, Running in Scratchbox. Using Fremantle X86 HAL is not supported in Scratchbox. Daniel ___ maemo-developers mailing list maemo-developers@maemo.org

Re: HAL context initializing failure

2010-05-18 Thread Dave Neary
Hi Pallavi, Pallavi Kandhare wrote: I did include the sample code in my previous mail. This code does not compile - there is no main function declaration, no header declarations, no compilation instructions... An extra 6 lines and it is a compilable cut paste, without it you are requiring

RE: Proposed reorganization of documentation bug reporting

2010-05-18 Thread Andre Klapper
Yo. Am Dienstag, den 18.05.2010, 12:14 +0200 schrieb jarmo.ti...@nokia.com: What I am still wondering is UI Specification product under Maemo Official Platform classification here: https://bugs.maemo.org/enter_bug.cgi?classification=Maemo%20Official% 20Platform Those UI specs are now

Re: Proposed reorganization of documentation bug reporting

2010-05-18 Thread Andre Klapper
Am Dienstag, den 18.05.2010, 13:42 +0200 schrieb Dave Neary: jarmo.ti...@nokia.com wrote: Looking at this: http://is.gd/cevlF it appears that these bugs are being opened against applications which do not follow UI specifications, rather than being documentation bugs. No, as these reports are

Re: Announcing the Maemo Brainstorm 2010

2010-05-18 Thread Nicola Mfb
On Tue, May 18, 2010 at 9:48 PM, Dave Neary dne...@maemo.org wrote: What should maemo.org and the Maemo Community look like in six months? What are the top priorities of the Maemo project? What should the maemo.org staff be concentrating on? Hi Dave, it seems the community is very confused in

Simple GL application fails to start

2010-05-18 Thread martin
Hello, I have some issues with a small opengl application I wrote. It compiled fine under sbox-FREMANTLE_ARMEL but, when run in my n900, SDL initialisation fails with those errors : SDL_init(SDL_INIT_VIDEO) says No OpenGL support in video driver and with Mix_OpenAudio(...), SDL_GetError gives

Re: HAL context initializing failure

2010-05-18 Thread Pallavi Kandhare
Hi Daniel, Yes I was running the app in scratchbox. Thanks for informing me that HAL is not supported in Scratchbox.     ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers