Re: [maemo-developers] Re: 802.11g Ad-Hoc Link?

2006-07-11 Thread Andrew Barr
On Tuesday 11 July 2006 02:54, Kalle Valo wrote: > That sounds like a bug. If there's an existing Ad-Hoc network, 770 > should find it and connect to it like with normal infrastructure > networks. The 'W' icon in the connect dialog just should be a bit more > lighter blue in Ad-Hoc networks. I wou

Re: [maemo-developers] frozen after flashing?

2006-07-11 Thread Aron Griffis
Kimmo Hämäläinen wrote: [Thu Jun 29 2006, 08:36:45AM EDT] > Try 'sudo flasher -F BETA.SU-18_2006SE_0.2006.22-21_PR_F5_MR0_ARM.bin > -f' instead. Sorry I didn't reply earlier...! This did the trick for me, thanks. Aron ___ maemo-developers mailing list

Re: [maemo-developers] Gstreamer in 770 uses OpenMax?

2006-07-11 Thread Christian Fredrik Kalager Schaller
Hi Pavan, No, GStreamer in the 770 doesn't use OpenMAX. Christian On Fri, 2006-07-07 at 17:12 +0530, Pavan Krishnamurthy wrote: > Hi, > I have a query regarding Gstreamer wrt to OpenMax APIs. I was reading > some docs on OpenMax, which is an open API standards for Hardware > Accelerators, DSP or

Re: [maemo-developers] sources/signatures prob

2006-07-11 Thread Adrian Neumaier
Adrian Neumaier schrieb: > > you need to specifiy a keyserver then. > > add this to ~/.gnupg/gpg.conf: keyserver hkp://subkeys.pgp.net > > or via commandline like this: > gpg --recv-key CBFC2BECC6903E72 --keyserver hkp://subkeys.pgp.net > > Cheers > Adrian Hmm command line is wrong, this shoul

Re: [maemo-developers] sources/signatures prob

2006-07-11 Thread Adrian Neumaier
Thanos Panousis schrieb: >> You'll probably want to run: >> >> gpg –recv-key CBFC2BECC6903E72 >> gpg –armor –export CBFC2BECC6903E72 | apt-key add - >> >> This should make this warning go away :) > > > This is what I get with your commands. Sorry but I 'm not familiar with > gpg. > > nokia770-2

Re: python Re: [maemo-developers] Maemo 2.0 final release available

2006-07-11 Thread Jack Jansen
On 10-Jul-2006, at 16:20 , Gustavo Sverzut Barbieri wrote: Or, assuming that 95% of the time python on 770 would be used for GUI applications (rather than daemons, scripts or such) linking pygtk and pyhildon statically with python might be wortwhile optimization. Licenses permitting, of course.

Re: [maemo-developers] incompatible package

2006-07-11 Thread slinsner
Thanks, this solves the problem. Greetz Shara Zitat von Marius Vollmer <[EMAIL PROTECTED]>: > "ext [EMAIL PROTECTED]" <[EMAIL PROTECTED]> > writes: > > > I compieled a progam and built a armel.deb package within my scratchbox. > > But whenever I try to install it on my n770, I get the message >

[maemo-developers] (no subject)

2006-07-11 Thread slinsner
Hi, I've got another question: Yesterday I installed scratchbox 0.9.8.8 and maemo 2.0. Then I tried to start emulator within SDK_ARMEL and with Xephyr. But by clicking on the task launcher button, the emaltor crashed down and I got following error message: maemo-launcher: child (pid=25027) exite

Re: [maemo-developers] incompatible package

2006-07-11 Thread Marius Vollmer
"ext [EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > I compieled a progam and built a armel.deb package within my scratchbox. > But whenever I try to install it on my n770, I get the message "Incompatible > package". You very likely need to give it a proper "Section:" field. See http://maemo.o

[maemo-developers] libxv status?

2006-07-11 Thread Siarhei Siamashka
Hello All, When trying to compile mplayer, I have noticed that there is libxv packaged in maemo sdk and also it can also be installed using apt-get on the real device. It is useless at least for mplayer though: It seems there is no Xvideo support for your video card available. Run 'xvinfo' to

Re: [maemo-developers] sources/signatures prob

2006-07-11 Thread Thanos Panousis
You'll probably want to run:gpg –recv-key CBFC2BECC6903E72gpg –armor –export CBFC2BECC6903E72 | apt-key add - This should make this warning go away  :)This is what I get with your commands. Sorry but I 'm not familiar with gpg.nokia770-26:~# gpg --recv-key CBFC2BECC6903E72gpg: no remote program exe

Re: [maemo-developers] sources/signatures prob

2006-07-11 Thread Adrian Neumaier
Thanos Panousis schrieb: > An apt-get update or a visit to the application manager gives this output. > Both a BAD signature from the official repositories(how can that be > possible) and a 404 for the repository.maemo.org. How can I solve this...? > W: GPG error: http://catalogue.tableteer.nokia.

[maemo-developers] sources/signatures prob

2006-07-11 Thread Thanos Panousis
Hello everybody and congratulations to a very helpful and vibrant list.I am trying to get python installed, so that I start writing a pygtk app(in spite of all the previous posted discouraging facts about slooowness:). This is my sources.list file:#maemo:essentialdeb http://catalogue.tableteer.nok

RE: [maemo-developers] incompatible package

2006-07-11 Thread Jakub.Pavelek
Hi, Perhaps you have build the package with Maemo 2.0 final and tried to install in on the device running IT-2006 beta? Br, --jakub >-Original Message- >From: [EMAIL PROTECTED] > >Hi, > >I compieled a progam and built a armel.deb package within my >scratchbox. >But whenever I try to

[maemo-developers] incompatible package

2006-07-11 Thread slinsner
Hi, I compieled a progam and built a armel.deb package within my scratchbox. But whenever I try to install it on my n770, I get the message "Incompatible package". Does anybody know what went wrong? Thanks, Shara Linsner ___ maemo-developers mailing l

Re: [maemo-developers] USB Networking

2006-07-11 Thread Adrian Neumaier
Ian Malcom schrieb: > Hello, > > The procedures at > https://maemo.org/maemowiki/HowToSetUpUsbNetworkingDebian > assume that usbnet is part of the kernel. I have > Debian 3.1 (sarge), which is a 2.4 kernel. As such, I > don't believe usbnet is in there. Can anyone clarify? > > Thanks! > Ian Hi,

Re: [maemo-developers] Error while dist-upgrading to Maemo 2.0 final

2006-07-11 Thread Luca Donaggio
2006/7/10, Adrian Neumaier <[EMAIL PROTECTED]>: Luca Donaggio schrieb:> Thanks again Adrian, now everything is working perfectly!> Maybe Maemo packagers should consider doing an upgrade of the SDK?>> Luca DonaggioNo problem. Beeing a Debian User (and running Unstable on my main computer at home) i