Re: oFono

2010-01-06 Thread Martin Grimme
Hi, I wonder if you really need a laptop for making calls. The program pnatd gives you tty to a modem where you can send AT commands. I'm using it to send USSD codes. Martin 2010/1/6, Jeff Moe m...@blagblagblag.org: I've written up some quick and dirty docs on using ofono with your N900:

Re: can't install application to phone from local repository

2010-01-06 Thread ibrahim
Kees Jongenburger wrote: Hi ibrahim, On Sun, Oct 25, 2009 at 11:37 AM, ibrahim ibrahim@asgatech.com wrote: cheers; I created a local repository to host some test applications for Maemo fremantle device - and YES, the repository folders are visible to the phone- Added some packages and

Re: why do my .service and .desktop files end up in the root directory?

2010-01-06 Thread Frank Banul
Um, I don't follow this suggestion. I have in my data/Makefile.am: serviceentry_DATA = com.kjainvestments.tabletbridge.service desktopentry_DATA = tabletbridge.desktop icon_26x26_DATA = icons/26x26/tabletbridge.png icon_40x40_DATA = icons/40x40/tabletbridge.png icon_scalable_DATA =

Re: why do my .service and .desktop files end up in the root directory?

2010-01-06 Thread Frank Banul
This was not in my debian/control but I have added this now. thanks, Frank On Wed, Jan 6, 2010 at 1:50 AM, Faheem Pervez tripp...@gmail.com wrote: Ed Bartosh looked into this for another person last time and his solution applies here, too: Add osso-af-settings to Build-Depends. -Faheem On

Re: why do my .service and .desktop files end up in the root directory?

2010-01-06 Thread Faheem Pervez
Apologies, I was typing from my bedside in the morning; clearly, I hadn't woken up. ;) I'm used to seeing things like servicedir = $(DIR) in Makefile.am but you did that in configure.ac. Best Regards, Faheem On Wed, Jan 6, 2010 at 1:10 PM, Frank Banul frank.ba...@gmail.com wrote: Um, I don't

Re: can't install application to phone from local repository

2010-01-06 Thread Jeremiah Foster
On Jan 6, 2010, at 14:05, ibrahim wrote: Kees Jongenburger wrote: Hi ibrahim, On Sun, Oct 25, 2009 at 11:37 AM, ibrahim ibrahim@asgatech.com wrote: you might want to look a what extra's devel's structure looks like #source.list #extras-devel deb

Re: why do my .service and .desktop files end up in the root directory?

2010-01-06 Thread Frank Banul
No apologies necessary. Thanks for taking the time to look. Frank - Original message - Apologies, I was typing from my bedside in the morning; clearly, I hadn't woken up. ;) I'm used to seeing things like servicedir = $(DIR) in Makefile.am but you did that in configure.ac. Best

Re: oFono

2010-01-06 Thread Jeff Moe
On Wednesday 06 January 2010 08:25:15 you wrote: Hi, I wonder if you really need a laptop for making calls. The program pnatd gives you tty to a modem where you can send AT commands. I'm using it to send USSD codes. Very cool. That looks like it may work, actually, at least for within

Re: Failure with Claws PGP on maemo5 device n900

2010-01-06 Thread Bryan Jacobs
I've opened a bug at https://bugs.maemo.org/show_bug.cgi?id=7707 since I was unable to find one already open (surprisingly). Bryan Jacobs On Wed, 6 Jan 2010 13:31:29 + Graham Cobb g+...@cobb.uk.net wrote: On Wednesday 06 January 2010 00:27:04 Bryan Jacobs wrote: As I said, the

Storing passwords on Maemo 5

2010-01-06 Thread Iñigo Illán Aranburu
Hi list!! I'm developing an app for Maemo 5 and I have to store a username/password pair. My application is being developed with Qt/C++ and I wish if Maemo comes with any lib for doing the job (even if it's Glib/C oriented). I have searched for gnome-keyring but it seems it doesn't come with

Re: can't install application to phone from local repository

2010-01-06 Thread ibrahim
Jeremiah Foster wrote: On Jan 6, 2010, at 14:05, ibrahim wrote: Kees Jongenburger wrote: Hi ibrahim, On Sun, Oct 25, 2009 at 11:37 AM, ibrahim ibrahim@asgatech.com wrote: you might want to look a what extra's devel's structure looks like #source.list #extras-devel deb

Re: Command to turn on the screen led (Maemo N810)

2010-01-06 Thread David Hautbois
maybe : dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_tklock_mode_change string:unlocked Faheem Pervez wrote: Hiya, You're looking for this function:

NFS on N900

2010-01-06 Thread Jeffrey Barish
Any idea why it is not possible to mount an NFS share on an N900? I get: mount: mounting host:/home/jeffbarish on /mnt/host failed: Input/output error I have installed nfs-common and portmap. Works on my N810. -- Jeffrey Barish ___

Maemo 5 / C++: libebook or libosso-abook?

2010-01-06 Thread Frédéric Ledain
Hi. I would like to add/modify/delete contacts via API, using C++ bindings under Freemantle. I am confused with the two components: libebook libosso-abook: which one is recommended to use? I have read that liboss-abook is using libebook, and proposes higher level of API, but seems not to be

Re: Storing passwords on Maemo 5

2010-01-06 Thread Edward Page
I'm developing an app for Maemo 5 and I have to store a username/password pair. My application is being developed with Qt/C++ and I wish if Maemo comes with any lib for doing the job (even if it's Glib/C oriented). I have searched for gnome-keyring but it seems it doesn't come with Maemo by

Automatic translation of debian/control file using .po file

2010-01-06 Thread Cornelius Hald
Hi, does anyone have the needed magic to merge the debian/control file with a .po file? I want to have a translated package description, but I don't want to maintain the translations in a different way than the rest of the translations. I had partial success with intltool-merge with -r for

FM RDS data

2010-01-06 Thread Aldon Hynes
I have been approached by a person interested in sending data from a sensor via FM to a cellphone which would in term transmit this data to the Internet. I am interested in figuring out if this is something that could be done with an N900. With that, I have a few specific questions: First, can

Re: Where to find sources of gtk+ 2:2.14.7-1maemo15?

2010-01-06 Thread Jeff Moe
On Monday 04 January 2010 11:56:38 tero.k...@nokia.com wrote: For others to know: https://stage.maemo.org/svn/maemo/projects/haf/trunk/gtk+/ https://stage.maemo.org/svn/maemo/projects/haf/tags/gtk+/ And as a pre-warning stage as a svn server will be history as soon as we move the

Re: Where to find sources of gtk+ 2:2.14.7-1maemo15?

2010-01-06 Thread Jeff Moe
On Wednesday 06 January 2010 15:36:36 Jeff Moe wrote: On Monday 04 January 2010 11:56:38 tero.k...@nokia.com wrote: For others to know: https://stage.maemo.org/svn/maemo/projects/haf/trunk/gtk+/ https://stage.maemo.org/svn/maemo/projects/haf/tags/gtk+/ And as a pre-warning

Re: Where to find sources of gtk+ 2:2.14.7-1maemo15?

2010-01-06 Thread Ferenc Szekely
Jeff Moe wrote: On Wednesday 06 January 2010 15:36:36 Jeff Moe wrote: On Monday 04 January 2010 11:56:38 tero.k...@nokia.com wrote: For others to know: https://stage.maemo.org/svn/maemo/projects/haf/trunk/gtk+/ https://stage.maemo.org/svn/maemo/projects/haf/tags/gtk+/ And as a pre-warning

Re: FM RDS data

2010-01-06 Thread Martin Grimme
Hi, the FM receiver's interface for RDS is exposed via sysfs. So any application can read RDS data from it. The frequency bands the receiver is capable of are US/EUR (87.5 - 108.00 MHz) and Japan (don't remeber, but I think starts somewhere at 70 MHz). A region switch in the driver

Debugging applet causing hildon-home crash

2010-01-06 Thread Graham Cobb
In Fremantle, the GPE Summary applet causes hildon-home to crash if it is removed and then re-added. I have not been able to work out what the problem is. Any hints on how best to debug this hildon-home crash? Graham ___ maemo-developers mailing

Drag Drop on GTK + Maemo 5 (was: Re: [pymaemo] DnD on N900)

2010-01-06 Thread Anderson Lizardo
[I'm CC'ing maemo-developers as it is clearly not a Python specific issue; see below for details] On Wed, Jan 6, 2010 at 2:11 PM, Jeffrey Barish jeff_bar...@earthlink.net wrote: Well, it took a little more than a few days, but here is a test program.  It works on Ubuntu and N810, but not N900.

Reading raw touch data

2010-01-06 Thread Syren Baran
Hi, is it possible to read the raw data from the touchscreen? If so, how fine is the granularity of the data? Thanks in advance, Syren ___ maemo-developers mailing list maemo-developers@maemo.org

Re: why do my .service and .desktop files end up in the root directory?

2010-01-06 Thread Frank Banul
Thanks, this did the trick. Frank - Original message - Ed Bartosh looked into this for another person last time and his solution applies here, too: Add osso-af-settings to Build-Depends. -Faheem On 1/6/10, Frank Banul frank.ba...@gmail.com wrote: Hi, Can any one give me any

Re: FM RDS data

2010-01-06 Thread Benoît HERVIER
About FM and RDS modifying RDS signal transmited from the tablet is possible ? I'm thinking of a small usage, a app that found the freest frequency (by listening fm with the transmitter) and change the frequency of transmitted music to the found one and send an rds signal by the transmitter, so

Re: Reading raw touch data

2010-01-06 Thread Marcin Juszkiewicz
Dnia czwartek, 7 stycznia 2010 o 01:27:27 Syren Baran napisał(a): is it possible to read the raw data from the touchscreen? /dev/input/ts is touchscreen - compile tslib and you will get access. May collide with X11 anyway. If so, how fine is the granularity of the data? no idea Regards,

Re: oFono

2010-01-06 Thread Aki Niemi
ke, 2010-01-06 kello 15:26 +0100, ext Jeff Moe kirjoitti: On Wednesday 06 January 2010 08:25:15 you wrote: Hi, I wonder if you really need a laptop for making calls. The program pnatd gives you tty to a modem where you can send AT commands. I'm using it to send USSD codes. Very

Re: FM RDS data

2010-01-06 Thread Martin Grimme
Hi, yes, RDS PS and RDS RT can be modified. See http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Using_Multimedia_Components/FM_Transmitter_API_Usage Martin 2010/1/7, Benoît HERVIER kher...@khertan.net: About FM and RDS modifying RDS signal transmited from the tablet is possible