Re: [maemo-developers] Problem with GDB and threads...

2006-07-14 Thread Eero Tamminen
Hi, On the Nokia 770, the backtrace goes on forever and i have to kill gdb Have you compiled your binary: - without optimization (or used -fno-omit-frame-pointer) - with -g - not stripped it ? If not, if you do that and try again, does the debugging work better? If it still doesn't work, does

Re: [maemo-developers] SQLITE development in IT2006

2006-07-14 Thread Siarhei Siamashka
On Friday 14 July 2006 02:41, Steven Hill wrote: Can anyone tell me either: 1. Where I can find an ARMEL version of libsqlite3-dev to use when developing for the Nokia 770 IT2006 version, OR 2. Where I can find a port of the libsqlite0 package to the ARMEL IT2006 version. Failing that, how

[maemo-developers] initfs hacking questions

2006-07-14 Thread Frantisek Dufka
Hello, recently I tried to modify initfs to allow dual booting and got some questions: Is there a way to get code of pressed HW key in /linuxrc script? There is command that waits for keypress. There is also something is sysfs for detecting battery door, shell, headphone jack state but

Re: [maemo-developers] initfs hacking questions

2006-07-14 Thread Igor Stoppa
On Fri, 2006-07-14 at 09:01 +0200, ext Frantisek Dufka wrote: Hello, Hi, I'll reply only to those points I'm 100% sure of, sorry for the incomplete answer. Probabaly Devesh can provide some info on the legal side. recently I tried to modify initfs to allow dual booting and got some

[maemo-developers] dspmpeg4sink

2006-07-14 Thread cmonst
Hi! Does anyone get dspmpeg4sink gstreamer plugin working with video on new maemo release? -- Bart ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

[maemo-developers] Tinymail using mmap() gets killed by the kernel of the device

2006-07-14 Thread Philip Van Hoof
When I run tinymail behind a camel with the mmap() patch, on the device, it will get killed by the kernel (it's not a Segfault, it's a kill by the kernel). When I run tinymail (behind a camel with the mmap..) on my desktop or in scratchbox, everything works perfectly. The OOM killer? -- Philip

[maemo-developers] Re: Tinymail using mmap() gets killed by the kernel of the device

2006-07-14 Thread Philip Van Hoof
On Fri, 2006-07-14 at 11:41 +0200, Philip Van Hoof wrote: When I run tinymail behind a camel with the mmap() patch, on the device, it will get killed by the kernel (it's not a Segfault, it's a kill by the kernel). When I run tinymail (behind a camel with the mmap..) on my desktop or in

[maemo-developers] Re: Tinymail using mmap() gets killed by the kernel of the device

2006-07-14 Thread Ross Burton
On Fri, 2006-07-14 at 11:41 +0200, Philip Van Hoof wrote: When I run tinymail behind a camel with the mmap() patch, on the device, it will get killed by the kernel (it's not a Segfault, it's a kill by the kernel). When I run tinymail (behind a camel with the mmap..) on my desktop or in

Re: [maemo-developers] Re: Tinymail using mmap() gets killed by the kernel of the device

2006-07-14 Thread Philip Van Hoof
On Fri, 2006-07-14 at 11:15 +0100, Ross Burton wrote: On Fri, 2006-07-14 at 11:41 +0200, Philip Van Hoof wrote: When I run tinymail behind a camel with the mmap() patch, on the device, it will get killed by the kernel (it's not a Segfault, it's a kill by the kernel). When I run

Re: [maemo-developers] Re: Tinymail using mmap() gets killed by the kernel of the device

2006-07-14 Thread Eero Tamminen
Hi, I know I had to use some guint32's, maybe those are differently written to the file on ARM? On ARM memory accesses have to be aligned (e.g. long = 4 bytes, so long accesses have to be aligned to 4 bytes). AFAIK ANSI-C standard guarantees that structure members are always in the same order

[maemo-developers] Maemo 2 EDS Tutorial

2006-07-14 Thread Luca Donaggio
Does a tutorial for the Evolution Data Server API (I'm especially interested to libecal) implemented for Maemo 2 / IT2006 exists? If yes, where can I find it?TIA,Luca Donaggio ___ maemo-developers mailing list maemo-developers@maemo.org

[maemo-developers] Re: Maemo 2 EDS Tutorial

2006-07-14 Thread Ross Burton
On Fri, 2006-07-14 at 13:20 +0200, Luca Donaggio wrote: Does a tutorial for the Evolution Data Server API (I'm especially interested to libecal) implemented for Maemo 2 / IT2006 exists? If yes, where can I find it? libecal isn't on the device. For libebook documentation, see the official API

Re: [maemo-developers] Re: Maemo 2 EDS Tutorial

2006-07-14 Thread Luca Donaggio
2006/7/14, Ross Burton [EMAIL PROTECTED]: libecal isn't on the device.For libebook documentation, see theofficial API documentation at: http://www.gnome.org/projects/evolution/developer.shtml .We (OpenedHand) will be releasing Dates 0.1 for the Nokia 770 shortly,which will come with libecal.I'll

[maemo-developers] USB Mouse

2006-07-14 Thread Bob Herrmann
I've connected a USB Keyboard and USB Ethernet with no problems (via a powered hub)... So I thought I try using a USB mouse. Alas, it seems the mouse isn't recognized. Is there some magic I need to do to tell Xomap about the USB Mouse? (ie. like use the USB mouse an enable a pointer.)

[maemo-developers] D-BUS question

2006-07-14 Thread Dionisis Petromanolakis
Hi all, i want to make an application running on a normal desktop computer to communicate with maemo. Has anyone done something similar, are there any sources, tutorial available that could help me? Can i do this usingD-BUS or i have to do it through normal unix sockets? I ve read about

[maemo-developers] Re: D-BUS question

2006-07-14 Thread Ross Burton
On Fri, 2006-07-14 at 19:55 +0300, Dionisis Petromanolakis wrote: Hi all, i want to make an application running on a normal desktop computer to communicate with maemo. Has anyone done something similar, are there any sources, tutorial available that could help me? Can i do this using

Re: [maemo-developers] Re: D-BUS question

2006-07-14 Thread Dionisis Petromanolakis
- Original Message - From: Ross Burton [EMAIL PROTECTED] To: maemo-developers@maemo.org Sent: Friday, July 14, 2006 8:03 PM Subject: [maemo-developers] Re: D-BUS question On Fri, 2006-07-14 at 19:55 +0300, Dionisis Petromanolakis wrote: Hi all, i want to make an application

Re: [maemo-developers] Re: D-BUS question

2006-07-14 Thread alessandro pasotti
It's from The art of computer programming by Eric Raymond Ooops: it was of UNIX programming obviously. ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] D-BUS question

2006-07-14 Thread Ted Zlatanov
On 14 Jul 2006, [EMAIL PROTECTED] wrote: i want to make an application running on a normal desktop computer to communicate with maemo. Has anyone done something similar, are there any sources, tutorial available that could help me? The choice of protocol depends on what you are communicating,

[maemo-developers] strange thin crack in hardware... see fotos

2006-07-14 Thread Collin R. Mulliner
check out: http://www.mulliner.org/nokia770/pool/fotos/broken_hw/ ..it shows my device with a thin crack on the connector panel at the lower part of the device. The device still works 100% as far as I can tell. I can't recall dropping my device other then once from about 15cm to the carpet (this

Re: [maemo-developers] strange thin crack in hardware... see fotos

2006-07-14 Thread Andrew Barr
On Friday 14 July 2006 19:33, Collin R. Mulliner wrote: check out: http://www.mulliner.org/nokia770/pool/fotos/broken_hw/ ..it shows my device with a thin crack on the connector panel at the lower part of the device. The device still works 100% as far as I can tell. I can't recall dropping my

RE: [maemo-developers] strange thin crack in hardware... see fotos

2006-07-14 Thread Jason Mills
A huge number of us have cracks, some people had them within hours or days of buying their 770. See the muliple threads on http://www.InternetTabletTalk.com/ forums. -JMills. Estonian build, USB to headphone crack, no drops. -Original Message- From: [EMAIL PROTECTED] on behalf of Andrew