Re: powering on gps, playing nice with others

2008-08-07 Thread Brad Midgley
Till > Do you call gpsbt_stop when closing your app? > > gpxview also uses gpsbt_start and _stop and i have never encountered > any problems. I tried again but couldn't replicate the issue I had using gpsbt_start/stop. Maybe operator error. :) I'll stick with using those. thanks Brad __

[Announce] Release of the DCCP Plugin 0.7 for GStreamer

2008-08-07 Thread Leandro Sales
Hello list! I'm pleased to announce the version v0.7 of the DCCP GStreamer Plugin. Please, let me know if you have any problem on running the plugin, suggestions and improvements that you provided for it. The main news for this release is that the plugin can now support multiple connection in the

Re: Maemo SDK scratchbox breaks with Debian lenny upgrade

2008-08-07 Thread Andrew Zabolotny
From Thu, 7 Aug 2008 16:44:39 +0100 Graham Cobb <[EMAIL PROTECTED]> wrote: > I am currently looking into whether I can create a UML kernel which > runs reliably enough to do building on lenny 32-bit and 64-bit > systems. I am optimistic but am currently having difficulty coming > up with a UML ke

Re: How to read gps data and save them to text file on-the-fly ?

2008-08-07 Thread Jamie Bennett
On Thu, 2008-08-07 at 15:43 +, Darius Jack wrote: > what is a nice, simple solution, working script to read fix gps data > gpsd + script ? I use gps-saver[1]. Works great for me to gather GPS data which I later combine with my photos to provide geotagging information. > Thanks. > Darius Reg

Re: powering on gps, playing nice with others

2008-08-07 Thread Till Harbaum / Lists
Hi, Am Donnerstag 07 August 2008 schrieb Brad Midgley: > If I use the call gpsbt_start(NULL, 0, 0, 0, errors, 256, 0, &ctx) > then the gps will start and before long I have coordinates. However, > if I then start up maemo mapper, stop the gps from my app, then stop > the gps from maemo mapper, the

Re: Maemo SDK scratchbox breaks with Debian lenny upgrade

2008-08-07 Thread Graham Cobb
On Wednesday 06 August 2008 13:01:14 Eero Tamminen wrote: > There was a further comment about this issue in bug: > --- > Do you have compat vdso support compiled in your kernel? > > My guess would be that the linux-image-2.6.25-2-amd64 doesn't have that > support com

How to read gps data and save them to text file on-the-fly ?

2008-08-07 Thread Darius Jack
Hi, ok, was asked earlier, what is a nice, simple solution, working script to read fix gps data gpsd + script ? Thanks. Darius Send instant messages to your online friends http://uk.messenger.yahoo.com ___ maemo-developers mailing list maemo-develope

Is the promoter interface down ?

2008-08-07 Thread Fred
For Chinook and Diablo ? Fred ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Battery status

2008-08-07 Thread Andrew Barr
On Thu, 2008-08-07 at 17:57 +0300, Harry Petas wrote: > Hi! > I would like to get the battery status of my device. Is there any way > to get it from the terminal? Look at the code for Kagu[0]. There is some Python code in there that can be reused to create a simple script that will report the batt

Battery status

2008-08-07 Thread Harry Petas
Hi! I would like to get the battery status of my device. Is there any way to get it from the terminal? Thank you very much, Harry ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: border in osso-xterm in fullscreen?

2008-08-07 Thread Frantisek Dufka
Giacomo Tufano wrote: > http://en.wikipedia.org/wiki/Em_(typography) have, probably, the > informations you're looking for. The answer to the Frantisek problem > is, IMHO, that (citing the page) "In digital type, the relationship of > the height of particular letters to the em is arbitrarily

Re: Gtk Dialog box causing application to crash

2008-08-07 Thread Simon Budig
Jussi Kukkonen ([EMAIL PROTECTED]) wrote: > * gtk_dialog_run() makes the dialog modal, so you can't use several > dialogs at once. You'll have to connect to the "respose" signal and > and show the widget yourself. The dialog is not necessarily modal, if you want modal behaviour add "GTK_DIALOG

Re: border in osso-xterm in fullscreen?

2008-08-07 Thread Giacomo Tufano
Il giorno 07/ago/08, alle ore 09:02, Eero Tamminen ha scritto: > ext Frantisek Dufka wrote: >> Tried it just to verify the bug and now I have another mystery :-) >> I am >> no expert on font sizes and units but from the information on the >> net it >> looks like there are two main units - pixel

Re: Gtk Dialog box causing application to crash

2008-08-07 Thread Jussi Kukkonen
Arvind1 K wrote: > > Hi All, > > I'm facing a strange problem while using GTK+ Dialog box > I've used two dialogs one in IF and other in ELSE > > if (some condition) > { > GtkWidget *dialog1 = gtk_message_dialog_new (main_window, > GTK_DIALOG_DESTROY_WITH_PARENT

Re: border in osso-xterm in fullscreen?

2008-08-07 Thread Eero Tamminen
Hi, ext Frantisek Dufka wrote: > Tried it just to verify the bug and now I have another mystery :-) I am > no expert on font sizes and units but from the information on the net it > looks like there are two main units - pixels and points. Point is 1/72 > inches so 1 pixel = 1 point at 72 dpi. A