Re: [maemo-developers] Nokia SDL color format for pixels

2007-02-11 Thread Tapani Pälli
ext Michael Stepanov wrote: > Well, there is a open source system for home automation - Plutohome > (www.plutohome.com ). This system can use > Nokia770/800 as a control panel - Orbiter. The Orbiter is based on > SDL. So, after some hack it started work on Nokia (os2005/os

Re: [maemo-developers] Ogg Vorbis and the N800 - Theora encoding

2007-02-11 Thread Kalle Vahlman
2007/2/11, Krischan Keitsch <[EMAIL PROTECTED]>: After failing to combine theora and tremor I played with the n800 web cam. Theora encoding can be done by (as example) gst-launch-0.10 v4l2src ! ffmpegcolorspace ! "video/x-raw-yuv",width=640,height=480,framerate=30/1 ! theoraenc bitrate=100 ! ogg

Re: [maemo-developers] Some Questions on the N800 OS Imageg

2007-02-11 Thread Andrew J. Barr
On Sun, 2007-02-11 at 20:31 -0500, Acadia Secure Networks wrote: > All, > > does the OS for the N800 have a configurable firewall included in the > OS image (e.g. iptables?). iptables is _the_ firewall for modern Linux (e.g. 2.4 and later). There isn't anything else that I am aware of. > If so,

[maemo-developers] Some Questions on the N800 OS Imageg

2007-02-11 Thread Acadia Secure Networks
All, does the OS for the N800 have a configurable firewall included in the OS image (e.g. iptables?). If so, are there any instructions on how to get it running? I am familiar with IPtables on Redhat LInux. Also, has anyone written a dynamic dns client to run on the N800 along the lines of

[maemo-developers] RFC 2833 (OOB DTMF tones) functionality (Nokia Devs please comment)

2007-02-11 Thread Michael Wiktowy
Quoting claw on the Gizmo forums thread: "We are limited by the platform in this respect. The Nokia 770/N800 operating system is currently not capable of sending RFC 2833 signals. Nokia is aware of this shortcoming, but has not yet released an operating system version that can do this. (Sorry, but

Re: [maemo-developers] Speed test with vfp (floating point) on N800

2007-02-11 Thread Visti Andresen
On Sun, 11 Feb 2007 21:55:52 +0100 Klaus Rotter <[EMAIL PROTECTED]> wrote: > Hi folks, > > I was very interesseted in the floating point copro in the N800 cpu and > did some tests with a progamm which calculates the mandelbrod set and > outputs it via SDL. I put this program online on > bomber

Re: [maemo-developers] Ogg Vorbis and the N800 - Theora encoding

2007-02-11 Thread Krischan Keitsch
After failing to combine theora and tremor I played with the n800 web cam. Theora encoding can be done by (as example) gst-launch-0.10 v4l2src ! ffmpegcolorspace ! "video/x-raw-yuv",width=640,height=480,framerate=30/1 ! theoraenc bitrate=100 ! oggmux ! filesink location=target.ogg Well, play

Re: [maemo-developers] Dillo for N800/770

2007-02-11 Thread Klaus Rotter
Anuj Verma (Kevin) wrote: I'll like to know if someone knows if there is a port for N800 or 770 available ? Dillo is (or at least the 0.8.6 source) GTK 1 based. There are some patches to get Dillo running on GTK2, but I think this is not stable yet. But I agree that a small & lightweight HT

[maemo-developers] Speed test with vfp (floating point) on N800

2007-02-11 Thread Klaus Rotter
Hi folks, I was very interesseted in the floating point copro in the N800 cpu and did some tests with a progamm which calculates the mandelbrod set and outputs it via SDL. I put this program online on bomberman.garage.maemo.org. No installer, you have to run the benchmarks on xterm or via ssh

[maemo-developers] More missing source

2007-02-11 Thread Paul Brook
Where can I find the source for libgst0.10-dsp 0.63-1 (http://repository.maemo.org/pool/bora/free/binary/libgst0.10-dsp_0.63-1_armel.deb) ? The corresponding source repository only has the 0.62-1 source. Also, this source package build-depends osso-dsp-headers-rx-34 (>= 2006.40.1). Where can I

Re: [maemo-developers] Can a USB modem be attached to N800?

2007-02-11 Thread Andrew J. Barr
On Sun, 2007-02-11 at 14:18 +0530, mayank jain wrote: > On 2/11/07, Andrew J. Barr <[EMAIL PROTECTED]> wrote: > > On Sun, 2007-02-11 at 00:27 +0530, mayank jain wrote: > > > Hi guys, > > > > > > I recently found that an ISP - Reliance Telecom here provides a USB > > > modem, which uses CDMA technol

Re: [maemo-developers] sbox-config

2007-02-11 Thread Kalle Vahlman
2007/2/11, Piotr Pokora <[EMAIL PROTECTED]>: [snip] What to do with "recommended" scripts like make_rootimage ? ./make_rootimage.sh: line 152: sbrsh: command not found Resetting target SDK_X86 sbox-config is obsolete; it has been replaced by these commands: (sb-conf and sb-menu here) Should I r

[maemo-developers] Dillo for N800/770

2007-02-11 Thread Anuj Verma (Kevin)
Hello list, I'll like to know if someone knows if there is a port for N800 or 770 available ? Refer: http://www.dillo.org/ Cheers, Kevin ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] sbox-config

2007-02-11 Thread Piotr Pokora
Hi! > But for the actual issue, simply stating 'sb-conf' will give you the > syntax of that command. This won't naturally help since the howto > doesn't tell what it tries to do there, so a short run-through: > > -ct ROOTFS (create target called ROOTFS) > -cn cs2005q3.2-glibc-arm (use the issue

[maemo-developers] Is this a bug in python-osso ? (osso rpc call with argument)

2007-02-11 Thread Pierre Amadio
Hi there. As a followup of my previous message (problem using dbus rpc call with argument in python) i decided to give rpc_async_run a try instead of rpc_run. Now, not only it 'does not work', but pyhton2.5 segfault as well. I guess i did something wrong like not having an osso context properly

Re: [maemo-developers] sbox-config

2007-02-11 Thread Kalle Vahlman
2007/2/11, Piotr Pokora <[EMAIL PROTECTED]>: Hi! Is there any how-to, docs , whatever which describes how to replace sbox-config with sb-conf for fundamental jobs like flashing? Heh, that wording is pretty prone to misunderstandings :) But for the actual issue, simply stating 'sb-conf' will

Re: [maemo-developers] Can a USB modem be attached to N800?

2007-02-11 Thread mayank jain
On 2/11/07, Andrew J. Barr <[EMAIL PROTECTED]> wrote: On Sun, 2007-02-11 at 00:27 +0530, mayank jain wrote: > Hi guys, > > I recently found that an ISP - Reliance Telecom here provides a USB > modem, which uses CDMA technology for establishing a dial-up > connection. This modem works perfectly wi