Re: Xsp pixel-doubling solutions for Nokia 770?

2007-05-08 Thread Arnim Sauerbier
--- The ever-informative Daniel Stone [EMAIL PROTECTED] wrote: The second, and most important, is portability. Not only are you tying your app to the internet tablets, but you're tying them to the _current generation_. --- You're turning a portable app (hell, the point of SDL is portability,

Re: Xsp pixel-doubling solutions for Nokia 770?

2007-05-08 Thread Eero Tamminen
Hi, ext Arnim Sauerbier wrote: Regarding your portability argument: As things stand today, we already *do* need to make non-portable changes to get acceptable performance using the existing ITOS. The best example of this is the fact that to use pixel-doubling, games using SDL_Flip and

Need help in building Mini Mozilla on Maemo

2007-05-08 Thread andika
Hi Maemo Developers, Im trying to build Mini Mozilla on Maemo SDK. When building the source im using the configuration file from http://www.mozilla.org/projects/minimo/minimo-cc-opt.mozconfig . And then i go to firefox src directory and type make -f client.mk build. It report that gcc

Re: CIA.vc tracking broken

2007-05-08 Thread Santtu Lakkala
Ferenc Szekely wrote: Well, sometimes you just can't go to sleep with unresolved problems in your head, right? I changed our cia bot to use email instead of XML-RPC and voila, the latest commit message from Johan has arrived there: Yay, #maemo-commits @ freenode is flooded again! Thanks for

Re: Need help in building Mini Mozilla on Maemo

2007-05-08 Thread vivek sekar
Hi, With my understanding of the basics of development in maemo SDK. Are you sure that you have installed all the necessary dev kits for gtk, glib and so on ? if yes then have you set the include path's correctly ? even though i have not compiled the mini mozilla, i just wanted to make sure that

Re: Need help in building Mini Mozilla on Maemo

2007-05-08 Thread andika
Hi again, Im sure ive installed the necessary dev kits because i can ran the maemo-pad example. But how to set include path manually?,because i don't know where is the location of neccesary include path on scratchbox. Thanks Best Regards Gusti Andika vivek sekar [EMAIL PROTECTED] wrote:

Re: N800 experimental host mode patches available

2007-05-08 Thread Klaus Rotter
Tony Lindgren wrote: I've updated the patches for 2.6.18 below based on the linux-omap tree snapshot. This udpate fixes a nasty bug with host mode TX fifo flushing, so now all the Linux testusb testcases run reliably. I am interessted in getting a USB keybord working on a N800. Anyone tried

connectivity status cb not called.

2007-05-08 Thread Antonio Gomes
hey all, just facing some weird problem while handling connectivity problems on my app. For some specific cases, connectivity status callback is not called. Any specific reason for this kind of problem ? quoted code 1 (...) // connecting callback #ifdef USE_OSSOIC webglobal = G_OBJECT(self);

Maemo on no Nokia device

2007-05-08 Thread [EMAIL PROTECTED]
Hi, I'm working on a radio and in particular i'm involved in developing the external device that allow the user to control and configure the radio with a web based application on an ethernet interface . This device is based on OMAP platform (2430). Can I use maemo platform on my device ? Thanks

kilikali music player 0.2 and ogg-support released

2007-05-08 Thread Tuomas Kulve
We released a new version of kilikali for N800. Major updates include * crash fix * playlists * streaming (internet radio) support * e.g. kohina.org should work * crashes on 404 URLs For project info see http://garage.maemo.org/projects/kilikali/ For features and downloads see

Re: connectivity status cb not called.

2007-05-08 Thread Antonio Gomes
humm ... it stops to work just after I get the following messages on konsole (from the device) A handler is already registered for the path starting with path[0] = com SCANNING FOR VISIBILITY SCANNING FOR VISIBILITY SCANNING FOR VISIBILITY SCANNING FOR VISIBILITY any tips ? On 5/8/07, Antonio

How to change the built-in IM client behavior?

2007-05-08 Thread Yanni Caouette
Hi list, I posted this on the maemo-user list, but did not get any response. Hope you don't mind I post it here. I have been wondering if there is any easy way to change some of the behaviors in the N800 built-in IM client. For example, I would like to have the IM window popping up instead of

maemo.org update + call to bugzilla expertise

2007-05-08 Thread quim.gil
Hi, - The new maemo.org seems to be well received. Still some rough edges and thingies to fine tune. Different opinions about the fixed width. Thanks for your bugs and improvement suggestions submitted in bugzilla. - Do not hesitate filing more reports even if they are minor things or matter of

RE: maemo.org update + call to bugzilla expertise

2007-05-08 Thread quim.gil
Ahem, forgot one important big, the one I'm directly responsible of :P WEB CONTENT - Fixing broken content, links, etc. The migration had its consequences and we are fighting at it. We have asked the Midgard guys (btw: applause please) to put someone working specifically on this family of

Re: N800 experimental host mode patches available

2007-05-08 Thread Tony Lindgren
* Klaus Rotter [EMAIL PROTECTED] [070508 05:55]: Tony Lindgren wrote: I've updated the patches for 2.6.18 below based on the linux-omap tree snapshot. This udpate fixes a nasty bug with host mode TX fifo flushing, so now all the Linux testusb testcases run reliably. I am interessted in

Download page broken again?

2007-05-08 Thread Neil MacLeod
http://maemo.org/downloads just returns a blank page. ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: Download page broken again?

2007-05-08 Thread Neil MacLeod
Neil MacLeod wrote: http://maemo.org/downloads just returns a blank page. Scratch that - the whole of http://maemo.org is returning a blank (zero byte) page. Home Page, Planet, whatever I had bookmarked is now a blank page. :( ___ maemo-developers

Re: Download page broken again?

2007-05-08 Thread Neil MacLeod
Neil MacLeod wrote: Neil MacLeod wrote: http://maemo.org/downloads just returns a blank page. Scratch that - the whole of http://maemo.org is returning a blank (zero byte) page. Home Page, Planet, whatever I had bookmarked is now a blank page. :( Actually I'm getting one byte for each page

Re: Download page broken again?

2007-05-08 Thread Henri Bergius
On 5/8/07, Neil MacLeod [EMAIL PROTECTED] wrote: Scratch that - the whole of http://maemo.org is returning a blank (zero byte) page. Home Page, Planet, whatever I had bookmarked is now a blank page. :( Weird thing is that the regular web server and Midgard are running just fine in

Re: Download page broken again?

2007-05-08 Thread Neil MacLeod
Henri Bergius wrote: I'll try to kick the Squid process (which runs in port 80) a couple of times to see what is wrong. Looks like a good kicking has done the trick - thanks Henri! :) ___ maemo-developers mailing list maemo-developers@maemo.org

Re: Download page broken again?

2007-05-08 Thread Henri Bergius
On 5/8/07, Neil MacLeod [EMAIL PROTECTED] wrote: Looks like a good kicking has done the trick - thanks Henri! :) There was a corrupt cache dir on the server that had been caused by kernel killing MySQL mid-request. (thanks for figuring it out, Rambo!) Hopefully the admins will soon set up swap

Search new Wiki - how?

2007-05-08 Thread Neil MacLeod
Silly question, but how do I search the new Wiki? I'm trying to find the Bluetooth DUN compatability Wiki page so I've navigated to the Maemo Wiki http://maemo.org/community/wiki/ and entered Bluetooth DUN in the Search box in the top right of the page. Having clicked Search, I'm then

SDK license

2007-05-08 Thread Jiri Benc
Hi, I'm trying to install the SDK. The license for maemo-sdk-nokia-binaries_3.1 says: --- 2.1 Subject to and in accordance with Clause 3 of this Agreement, Nokia grants the Licensee a license to install and use Licensed Software on the

Re: connectivity status cb not called.

2007-05-08 Thread Antonio Gomes
solved by replacing old osso_iap by conic api ;) On 5/8/07, Antonio Gomes [EMAIL PROTECTED] wrote: humm ... it stops to work just after I get the following messages on konsole (from the device) A handler is already registered for the path starting with path[0] = com SCANNING FOR VISIBILITY

Launch maemo browser in fullscreen mode

2007-05-08 Thread Erin Stadler
The problem with the solution below is that you can still minimize the app and then you are stuck with a white screen with nothing left to do but restart it or re-flash it. Is there a way to let the desktop boot up but stop other applications from loading other than the browser, so essentially you

Re: connectivity status cb not called.

2007-05-08 Thread Kalle Valo
ext Antonio Gomes [EMAIL PROTECTED] writes: solved by replacing old osso_iap by conic api ;) Good. I was just about to recommend you using libconic instead :) -- Kalle Valo ___ maemo-developers mailing list maemo-developers@maemo.org

Never Try to Outsmart the OS

2007-05-08 Thread Acadia Secure Networks
All, I have been unable to get the x11vnc and free42 apps to show up in the simple launcher menu. Unfortunately when I attempt to select either of these two apps the checkbox does not check. These are the only 2 apps on the simple launcher apps list, in fact, that do not check when the