Re: Notification events don't produce any sound or vibration

2011-12-17 Thread Nicolai Hess
2011/12/17 Leandro Lucarella > Hi, I don't know if this is the right place to ask about this, I hope it > is. > > I'm having this problem, there are some more details in this bug report: > https://bugs.maemo.org/show_bug.cgi?id=12531 > > Basically I won't get any help from Nokia unless I reflash

Re: promotion of orphaned packages

2011-12-14 Thread Nicolai Hess
2011/12/14 Neal H. Walfield > Hi Nicolai, > > > Is it possible to transfer the maintainance for orphaned packages to > other, > > still active, developers? > > If so, I would volunteer myself for maintainance of some orphaned > packages. > > If you look at the package's page (e.g., > http://maemo

Re: promotion of orphaned packages

2011-12-14 Thread Nicolai Hess
2011/12/14 Attila Csipa > On 14-Dec-11 03:00, Roberto Colistete Jr. wrote: > >> This have been talked about, but stopped at a question - do you really >>> want orphaned packages published in Extras ? If a problem surfaces or a >>> bug gets reported, there is nobody to take care of it, and removal

Re: looking for info from Phone.SIM.get_service_provider_info, Phone.SIM.get_service_provider_name and getting the proper operator name

2011-11-18 Thread Nicolai Hess
2011/11/18 Jonathan Wilson > Thanks for the info. After adding some missing exclamation marks (which > were missing due to my limited understanding of ARM conditions and jumps), > I have uploaded a new version that should fix your problem. > > Can you download the new version of http://www.cncmod

Re: looking for info from Phone.SIM.get_service_provider_info, Phone.SIM.get_service_provider_name and getting the proper operator name

2011-11-17 Thread Nicolai Hess
2011/11/17 Jonathan Wilson > Can you install > http://www.cncmods.net/files/**operator-name-cbs-widget_0.1_**armel.deb(a > new version I just uploaded). > Then after installing it, open the control panel widget and select "Name

Re: N950 SEGFAULT - help?

2011-11-05 Thread Nicolai Hess
ect:* Re: N950 SEGFAULT - help? >> >> Nicolai, >> >> I tried the application using (I assume that is what you meant): >> QApplication::setGraphicsSystem("opengl"); >> >> and haven't been able to crash the application but it gets really sl

Re: N950 SEGFAULT - help?

2011-11-05 Thread Nicolai Hess
I get these error messages on my log: > > Valid eglHandle received but not running with meego compatible > graphicssystem. > > Any ideas? > > Thanks, > Felipe > > > > 2011/10/7 Nicolai Hess > >> Have you tried to use a QGLWidget for the qmlviewer ? >&g

Re: looking for info from Phone.SIM.get_service_provider_info, Phone.SIM.get_service_provider_name and getting the proper operator name

2011-11-04 Thread Nicolai Hess
2011/11/4 Jonathan Wilson > This is from a o2 prepaid card >> Service provider is o2 the original operator name widget shows "o2 - de" >> in >> the statusbar >> your operator-name-cbs-widget shows the same but twice o2 - de o2 - de :-) >> > ok, looks like I have a bug to fix then. I think I shoul

Re: looking for info from Phone.SIM.get_service_provider_info, Phone.SIM.get_service_provider_name and getting the proper operator name

2011-11-04 Thread Nicolai Hess
here is another result: get_service_provider_name method return sender=:1.20 -> dest=:1.209 reply_serial=2 string "o2 - de" uint32 0 uint32 0 int32 0 get_service_provider_info method return sender=:1.20 -> dest=:1.210 reply_serial=2 array [ byte 98 byte 242 byte 11

Re: Looking for anyone with a N900 running Maemo5 to run a shell script & get some diagnostics for me

2011-10-26 Thread Nicolai Hess
2011/10/26 Jonathan Wilson > I want everyone who has a N900 running Maemo5 (and who can do it) to run > the following shell script on their N900 (make sure the script has UNIX line > endings rather than dos otherwise things will break) > > get_service_provider_name method return sender=:1.20 -> d

Re: looking for help with dbus_g_proxy_call

2011-10-26 Thread Nicolai Hess
2011/10/26 Jonathan Wilson > This code: > #define PHONE_SIM_SERVICE "com.nokia.phone.SIM" > #define PHONE_SIM_PATH "/com/nokia/phone/SIM" > #define PHONE_SIM_IFACE "Phone.Sim" > #define GET_SERVICE_PROVIDER_NAME "get_service_provider_name" > >DBusGProxy *dbus_g_proxy = NULL; >dbus

Re: Looking for some help/tutorials on status bar widgets for my "Cell Broadcast SMS" status bar widget

2011-10-17 Thread Nicolai Hess
2011/10/17 Jonathan Wilson > Nicolai Hess wrote: > >> Hi Jonathan, >> >> I would like to help with that. >> The connui home plugin in is closed, but qwerty12 wrote a similiar >> statusbar >> plugin (customoperator name plugin). >> > Thank you, h

Re: Looking for some help/tutorials on status bar widgets for my "Cell Broadcast SMS" status bar widget

2011-10-17 Thread Nicolai Hess
Hi Jonathan, I would like to help with that. The connui home plugin in is closed, but qwerty12 wrote a similiar statusbar plugin (customoperator name plugin). Nicolai 2011/10/17 Jonathan Wilson > I have gotten my Cell Broadcast SMS code finished to the point where it > does everything it shoul

Re: N950 SEGFAULT - help?

2011-10-07 Thread Nicolai Hess
Have you tried to use a QGLWidget for the qmlviewer ? This works for the QML Camera element which has the same behavior, segfaults when application moved to background. 2011/10/7 Felipe Crochik > That is the "next" problem. They are not available - maybe I need to add > some extra repository? so

Re: problems while porting ARToolkit

2011-05-02 Thread Nicolai Hess
And there is artoolkitplus in maemos extra-devel repository: http://maemo.org/packages/view/artoolkitplus and an example application arapp http://maemo.org/packages/view/arapp nicolai 2011/5/2 Kristóf Timur > There is no GLX in Maemo. There is OpenGL ES. > So probably you will need to port the

Re: raw image buffer and gstv4l2camsrc

2011-03-16 Thread Nicolai Hess
Actually I use the gdigicam api which in turn uses the gstcamerabin. > > On 3/9/11, Nicolai Hess wrote: > > Hi, > > I hope someone can help me or points me to someone else how knows > > something about the gstv4l2camsrc. > > > > I have got a question regarding raw-

raw image buffer and gstv4l2camsrc

2011-03-09 Thread Nicolai Hess
Hi, I hope someone can help me or points me to someone else how knows something about the gstv4l2camsrc. I have got a question regarding raw-image buffers in gstv4l2camsrc.c (in gstreamer0.10-plugins-camera- 0.79 for Fremantle). I am interested in this method: gst_v4l2camsrc_send_raw_frame (GstV4

Re: Telepathy approver example for maemo?

2011-03-01 Thread Nicolai Hess
Hi Jonathan, I implemented an approver for my Messageblocker application. http://maemo.org/packages/view/messageblocker http://talk.maemo.org/showthread.php?t=65396 It doesn't work as expected, because the rtcom-notification-ui (which seems to be a telepathy.client.approver as well) and the rtcom

Re: calendar-backend API: CCalendar's entries empty

2010-11-05 Thread Nicolai Hess
2010/11/5 Filip-M. Brinkmann > Hi all, > > I'd like to code a small Todo-list widget, which shows all due to-dos on > the desktop. > I started today, but I cannot access the to-dos because the CCalendar > instances don't return any entries. > I have 2 Calendars on my N900 and I get two calendar i

Re: problem using osso-abook in Qt/MADDE

2010-11-03 Thread Nicolai Hess
2010/11/3 Roman Morawek > Hello, > > I try to use the native Maemo address book selection dialog in a Qt > application. > > I followed the information at > > http://wiki.forum.nokia.com/index.php/How_to_use_native_Maemo5_contacts_dialogs > . > > However, as I add > CONFIG += link_pkgconfig > PK

Re: Using libosso-abook getting package requirement error

2010-05-19 Thread Nicolai Hess
2010/5/19 Pallavi Kandhare > Hi David, > I again tried re-doing the entire procedure and the output is as follows: > > [sbox-FREMANTLE_X86: ~] > apt-get update > Ign http://repository.maemo.org fremantle/sdk Release.gpg > Ign http://repository.maemo.org fremantle/tools Release.gpg > Ign http://re

maemo-qemu gles-libs

2010-05-07 Thread Nicolai Hess
Hi, is anyone using maemo-qemu with gles-libs wrappers? I tried to boot a n900 image (Kernel and Rootfs) with qemu. As I understand the Readme.maemo in gles-libs, it should be possible to use maemo-qemu and gles-libs to boot n900 image with simulated gles support. My image boots up in qemu and I

How long do we have to wait ...

2010-04-01 Thread Nicolai Hess
... til autobuilder is useful again? I can understand no one can say something about the PR1.2 release date. But more and more users on talk.maemo.org complains about uninstallable and unupdateable applications. Ok, extras-devel is not for every user, but many users are willing to use and test new

Re: HildonTouchSelector and visible rows

2010-03-15 Thread Nicolai Hess
2010/3/15 Claudio Saavedra > El lun, 15-03-2010 a las 10:13 +0100, Nicolai Hess escribió: > > Hi, > > > > I made a home widget for maemo5. The settings dialog should show a > > HildonTouchSelector with some entries where the use can select one. > &

HildonTouchSelector and visible rows

2010-03-15 Thread Nicolai Hess
Hi, I made a home widget for maemo5. The settings dialog should show a HildonTouchSelector with some entries where the use can select one. I don't know how to configure HildonTouchSelector to make more than one row visible. At the moment the dialog (created with gtk_dialog_new_with_buttons) shows

Re: where to get a N900?

2010-01-27 Thread Nicolai Hess
2010/1/27 Christopher Intemann > Hello, > > where can I purchase a N900 in Hamburg, Germany? > I checked several stores, but its not in stock anywhere... > I rather get a hand on the phone before buying it. > Any hints? Hannover or Bremen would also be fine. > Thanks, > > Chris > > __