Re: Trapping application crashes?

2007-09-05 Thread Daniel Stone
On Tue, Sep 04, 2007 at 11:01:40PM -0700, ext Jayesh Salvi wrote: If you end up registering your signal handlers - do only little in those signal handlers. It's not a good idea to keep executing once you have corrupted memory - you might run into more ugly errors. Indeed, man signal (at least

Re: Trapping application crashes?

2007-09-05 Thread Eero Tamminen
Hi, ext Jayesh Salvi wrote: If you can modify application's code (at least the main() entry point) you can register signal handlers for SIGSEGV, SIGABRT (most common causes of program crashes) etc. Do man signal for more info. If the program is in other languages then there should be

Re: N800 audio connector jack

2007-09-05 Thread Jami Pekkanen
I know of a pinout for a very similar device: http://web.it.kth.se/~maguire/iPAQ-photos/iPAQ-audio-adapter.html Thanks! That confirmed my info about the pinout. The PDF was quite in depth. Gopi Flaherty wrote: On Sep 4, 2007, at 7:24 PM, Jami Pekkanen wrote: Perhaps measuring the

Re: Trapping application crashes?

2007-09-05 Thread Marius Vollmer
ext Daniel Stone [EMAIL PROTECTED] writes: On Tue, Sep 04, 2007 at 11:01:40PM -0700, ext Jayesh Salvi wrote: If you end up registering your signal handlers - do only little in those signal handlers. It's not a good idea to keep executing once you have corrupted memory - you might run into

Re: Trapping application crashes?

2007-09-05 Thread Daniel Stone
On Wed, Sep 05, 2007 at 11:43:34AM +0300, Marius Vollmer wrote: ext Daniel Stone [EMAIL PROTECTED] writes: On Tue, Sep 04, 2007 at 11:01:40PM -0700, ext Jayesh Salvi wrote: If you end up registering your signal handlers - do only little in those signal handlers. It's not a good idea to keep

Re: N800 audio connector jack

2007-09-05 Thread Kemal Hadimli
1520 ohms. headset button pressed it goes down to 47 ohms. happy hacking. On 9/5/07, Jami Pekkanen [EMAIL PROTECTED] wrote: I know of a pinout for a very similar device: http://web.it.kth.se/~maguire/iPAQ-photos/iPAQ-audio-adapter.html Thanks! That confirmed my info about the pinout. The

Re: problems while building a Debian package in the scratchbox environment

2007-09-05 Thread Felipe Contreras
On 8/31/07, Laurent Bloch [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm trying (unsuccesffully) to port Michael Mlivoncic's JPilot Package for N770 to the N800 with OS2007: http://michaels770.blogspot.com/2006/03/jpilot-package-for-n770.html In fact, I

Re: Network connection with hildon-app-mgr in the scratchbox

2007-09-05 Thread Kalle Valo
ext Mario Sánchez Prada [EMAIL PROTECTED] writes: Thanks for your suggestion, but IMHO that doesn't fix the real problem behind the scenes... I mean, why some applications (such as the osso-xterm) can use a network connection inside the scratchbox while hildon-app-mgr can't? Application

Re: problems while building a Debian package in the scratchbox environment

2007-09-05 Thread Laurent Bloch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well, as you recommended, I've started to to re-install the maemo SDK. Everything is right until the step 3.2 of the 3.1 Bora Install Guide. In the scratchbox environment: [sbox-SDK_ARMEL: ~] sb-conf rootstrap maemo-sdk-rootstrap_3.1_armel.tgz

Re: problems while building a Debian package in the scratchbox environment

2007-09-05 Thread Kees Jongenburger
Hello Laurent dpkg-buildpackage -rfakeroot -b -d the sbox-SDK_ARMEL replies : unable to execute /scratchbox/compilers/host-gcc/bin/gcc: No such file or directory By default the 3.1 install does not install host-gcc you need to add this by hand wget

is this the future for gnome apps?

2007-09-05 Thread pancake
http://live.gnome.org/Vala Looks like there's support for Hildon too x) http://live.gnome.org/Vala/HildonSample --pancake ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: problems while building a Debian package in the scratchbox environment

2007-09-05 Thread Laurent Bloch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Le mercredi 05 septembre 2007 Kees Jongenburger a écrit ceci : By default the 3.1 install does not install host-gcc you need to add this by hand wget http://www.scratchbox.org/download/files/sbox-releases/apophis/tarball/

Re: problems while building a Debian package in the scratchbox environment

2007-09-05 Thread Kees Jongenburger
On 9/5/07, Laurent Bloch [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Le mercredi 05 septembre 2007 Kees Jongenburger a écrit ceci : By default the 3.1 install does not install host-gcc you need to add this by hand wget

Re: N800 audio connector jack

2007-09-05 Thread Jami Pekkanen
Kemal Hadimli wrote: 1520 ohms. headset button pressed it goes down to 47 ohms. Thanks! I bought a multimeter and got similar values. The 40-50 ohms seems to be the headset's (microphone's and speakers') internal resistance. However, I now have a circuit (now just made of resistors) that has

Re: problems while building a Debian package in the scratchbox environment

2007-09-05 Thread Laurent Bloch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le mercredi 05 septembre 2007 Kees Jongenburger a écrit ceci : Hi I just downloaded and unpacked http://homepage.hispeed.ch/mlivoncic/jpilot770/jpilot_0.99.8_N770_packaging.tar.gz it contains .o files perhaps. did you try to first do a make

Ogg vorbis/tremor dsp task questions

2007-09-05 Thread Simon Pickering
Hello all, Don't get too excited, I'm writing code, I don't have anything working. I should also add that I need to check about the copyright for some of the ASM code I'm using before I can release anything very much, so this is a theoretical discussion more than anything else. There are some