RE: Fremantle: HildonCheckButton with two labels

2009-09-20 Thread ext-mox.soini
Hi, The purpose of the two labels in HildonButton, is to have different semantics for the labels. The first one is title, the second one is value (HildonPickerButton) or description (Hildonbutton) The checkbutton doesn't really fit so well with this kind of semantics. So you're not really

Notifications and Fremantle: How should they be done?

2009-09-20 Thread Faheem Pervez
Hi, In Diablo, getting a notification to popup in the bottom-left corner (e.g. Modest's new mail notifcations) could be simply done using the libnotify API as-is. However, in Fremantle, this does not appear to be the case any more (from what I can tell, anyway) and I was wondering if anyone had

RE: Fremantle: HildonCheckButton with two labels

2009-09-20 Thread Cornelius Hald
Hi, The purpose of the two labels in HildonButton, is to have different semantics for the labels. The first one is title, the second one is value (HildonPickerButton) or description (Hildonbutton) that's fine with me. The first row is Name of Plugin the second is Description of plugin. Now

Fremantle SDK: Segfault when opening HildonNote

2009-09-20 Thread Cornelius Hald
Hi, whenever I try to open a HildonNote using the Fremantle Beta2 SDK, my app crashes with a segfault. This is the last message I get: Assertion 'c-io_event == e' failed at pulsecore/socket-client.c:197, function connect_io_cb(). Aborting. When running the code on a real device it is working.

Re: N900 usb host + power charge

2009-09-20 Thread David Greaves
Kees Jongenburger wrote: Hi, I plan to create a proposal for the push n900[1] and I plan to use the usb port. I have the following question. When the device is in usb-host mode it should of course provide power does it? Is it possible to charge the device while it's in usb-host mode?

Re: N900 usb host + power charge

2009-09-20 Thread Kees Jongenburger
Hi David, On Sun, Sep 20, 2009 at 7:15 PM, David Greaves da...@dgreaves.com wrote: Kees Jongenburger wrote: Hi, I plan to create a proposal for the push n900[1] and I plan to use the usb port. I have the following question. When the device is in usb-host mode it should of course provide

Re: Fremantle SDK: Segfault when opening HildonNote

2009-09-20 Thread Fred Lefévère-Laoide
Cornelius Hald a écrit : Hi, whenever I try to open a HildonNote using the Fremantle Beta2 SDK, my app crashes with a segfault. This is the last message I get: Assertion 'c-io_event == e' failed at pulsecore/socket-client.c:197, function connect_io_cb(). Aborting. When running the code

Re: Fremantle SDK: Segfault when opening HildonNote

2009-09-20 Thread Cornelius Hald
On Sun, 2009-09-20 at 20:05 +0200, Fred Lefévère-Laoide wrote: I noticed that too ... I thought it was linked to the sound server not being available ... ? Ah right, doing: run-standalone.sh pulseaudio inside scratchbox does the trick. Sounds like a known problem. Fred, where do you have that

Re: Fremantle SDK: Segfault when opening HildonNote

2009-09-20 Thread Fred Lefévère-Laoide
Cornelius Hald a écrit : On Sun, 2009-09-20 at 20:05 +0200, Fred Lefévère-Laoide wrote: I noticed that too ... I thought it was linked to the sound server not being available ... ? Ah right, doing: run-standalone.sh pulseaudio Thaks for the tip : I didn't think of trying that ! inside

Re: N900 usb host + power charge

2009-09-20 Thread quim.gil
Hi, I plan to create a proposal for the push n900[1] and I plan to use the usb port. I have the following question. When the device is in usb-host mode it should of course provide power does it? Is it possible to charge the device while it's in usb-host mode? The N900 comes without

Re: Fremantle SDK: Segfault when opening HildonNote

2009-09-20 Thread Cornelius Hald
On Sun, 2009-09-20 at 20:39 +0200, Fred Lefévère-Laoide wrote: I just noticed the Assertion about pulsecore/socket-client.c and thought it might be sound (pulseaudio) related ... I don't know if there is already a bug filed about that ... Ah ok, I thought it might be some very well known

Re: N900 usb host + power charge

2009-09-20 Thread Igor Stoppa
On Sun, 2009-09-20 at 20:44 +0200, Gil Quim (Nokia-D/Helsinki) wrote: Hi, I plan to create a proposal for the push n900[1] and I plan to use the usb port. I have the following question. When the device is in usb-host mode it should of course provide power does it? Is it

RE: Fremantle: HildonCheckButton with two labels

2009-09-20 Thread ext-mox.soini
The purpose of the two labels in HildonButton, is to have different semantics for the labels. The first one is title, the second one is value (HildonPickerButton) or description (Hildonbutton) that's fine with me. The first row is Name of Plugin the second is Description of plugin. Now it

Re: N900 usb host + power charge

2009-09-20 Thread Xavier Bestel
Le samedi 19 septembre 2009 à 15:44 +0300, Matan Ziv-Av a écrit : BTW, since webcams don't have a USB standard, and need a driver anyway, you can implement such driver over existing transports such as serial or ethernet. Webcams do have such a standard, it's called UVC (USB Video Class).

Re: N900 usb host + power charge

2009-09-20 Thread David Greaves
quim@nokia.com wrote: Hi, I plan to create a proposal for the push n900[1] and I plan to use the usb port. I have the following question. When the device is in usb-host mode it should of course provide power does it? Is it possible to charge the device while it's in usb-host

Re: N900 usb host + power charge

2009-09-20 Thread Kees Jongenburger
On Sun, Sep 20, 2009 at 9:02 PM, Igor Stoppa igor.sto...@nokia.com wrote: On Sun, 2009-09-20 at 20:44 +0200, Gil Quim (Nokia-D/Helsinki) wrote: The N900 comes without USB host mode. When I asked I was told that the limitation comes at hardware level. I can confirm this. The most reasonable

Re: Fremantle SDK: Segfault when opening HildonNote

2009-09-20 Thread Frank Banul
Thanks very much for tracking this down. This cost me some time recently. FWIW, I found that the segfault was more often than not going to happen, but didn't always happen. Every once in a while I could get a note up without a segfault. Frank On Sun, Sep 20, 2009 at 1:53 PM, Cornelius Hald

Re: N900 usb host + power charge

2009-09-20 Thread Igor Stoppa
On Sun, 2009-09-20 at 22:56 +0200, ext Kees Jongenburger wrote: On Sun, Sep 20, 2009 at 9:02 PM, Igor Stoppa igor.sto...@nokia.com wrote: Add to that several HW bugs that were discovered during the development and needed workarounds. Does this simply mean it's not possible at all? not

PUSH N900 (Was Re: N900 usb host + power charge)

2009-09-20 Thread Kees Jongenburger
Hi David, On Sun, Sep 20, 2009 at 10:36 PM, David Greaves da...@dgreaves.com wrote: quim@nokia.com wrote: The reason for this decision was the complexity of providing support for charging, PC connectivity and USB OTG efficiently through the same Micro USB port within the project

Re: PUSH N900 (Was Re: N900 usb host + power charge)

2009-09-20 Thread Sarah Newman
Kees Jongenburger wrote: I indeed planed to use usb-host in my project. perhaps we can use the connectors behind the battery, previous models used to have serial there. If anybody has a bright ideas on how to connect something to the n900 that would be great. I have used bluetooth to

Re: PUSH N900 (Was Re: N900 usb host + power charge)

2009-09-20 Thread Attila Csipa
On Sunday 20 September 2009 23:11:07 Kees Jongenburger wrote: I indeed planed to use usb-host in my project. perhaps we can use the connectors behind the battery, previous models used to have serial there. If anybody has a bright ideas on how to connect something to the n900 that would be

Re: PUSH N900 (Was Re: N900 usb host + power charge)

2009-09-20 Thread Sarah Newman
Sarah Newman wrote: Kees Jongenburger wrote: I indeed planed to use usb-host in my project. perhaps we can use the connectors behind the battery, previous models used to have serial there. If anybody has a bright ideas on how to connect something to the n900 that would be great. I

Re: PUSH N900 (Was Re: N900 usb host + power charge)

2009-09-20 Thread Frank Banul
Maybe serial control a USB host? http://www.compsys1.com/html/usb_host_kit.html On Sun, Sep 20, 2009 at 5:23 PM, Attila Csipa ma...@csipa.in.rs wrote: On Sunday 20 September 2009 23:11:07 Kees Jongenburger wrote: I indeed planed to use usb-host in my project. perhaps we can use the connectors

Re: N900 usb host + power charge

2009-09-20 Thread Sarah Newman
quim@nokia.com wrote: Hi, I plan to create a proposal for the push n900[1] and I plan to use the usb port. I have the following question. When the device is in usb-host mode it should of course provide power does it? Is it possible to charge the device while it's in usb-host mode?

Maemo Official Platform Bug Jar 2009.38

2009-09-20 Thread Stephen Gadsby
A Quick Look at Maemo Official Platform in Bugzilla (https://bugs.maemo.org/). 2009-09-14 through 2009-09-20 As of 2009-09-21 Maemo Official Platform contains 1969 items (+10 this week), including 288 open issues (+6 this week): * 186 open bugs (+6 this week) * 6 critical/blocker (no

Maemo Official Applications Bug Jar 2009.38

2009-09-20 Thread Stephen Gadsby
A Quick Look at Maemo Official Applications in Bugzilla (https://bugs.maemo.org/). 2009-09-14 through 2009-09-20 As of 2009-09-21 Maemo Official Applications contains 1352 items (+4 this week), including 236 open issues (-7 this week): * 95 open bugs (-7 this week) * 1 critical/blocker

maemo.org Extras Bug Jar 2009.38

2009-09-20 Thread Stephen Gadsby
A Quick Look at Extras in Bugzilla (https://bugs.maemo.org/). 2009-09-14 through 2009-09-20 As of 2009-09-21 Extras contains 398 items (+11 this week), including 207 open issues (-6 this week): * 147 open bugs (-4 this week) * 8 critical/blocker (-2 this week) * 1 easyfix (no