Re: QtMoko v15

2009-12-14 Thread ghislain
Radek, When trying to build QtMoko V15 myself I get the following error: qtmoko/qt/src/corelib/io/qfsfileengine_unix.cpp:1286: error: ‘QT_MMAP’ was not declared in this scope How did you compile it? Or is this problem solved with the upstream patches of QT 4.6.1? -- View this message in

Re: QtMoko v15

2009-12-14 Thread Atilla Filiz
Can I upgrade my NAND image(from v14) without a fresh install? On Mon, Dec 14, 2009 at 9:11 AM, ghislain ghisl...@basetrend.nl wrote: Radek, When trying to build QtMoko V15 myself I get the following error: qtmoko/qt/src/corelib/io/qfsfileengine_unix.cpp:1286: error: ‘QT_MMAP’ was not

Re: Navigation

2009-12-14 Thread Mike Crash
Sure I'm using speed data from OSM and if not available, set it based on way type and common speeds. I can find shortest and fastest path. No detection if road is in the city yet. I made some progress in last days and I'm going to use it for the first time to drive home today :) Bastian Muck

Re: QtMoko v15

2009-12-14 Thread Radek Polak
ghislain píše v Po 14. 12. 2009 v 09:11 +0100: Radek, When trying to build QtMoko V15 myself I get the following error: qtmoko/qt/src/corelib/io/qfsfileengine_unix.cpp:1286: error: ‘QT_MMAP’ was not declared in this scope I havent seen this message. It's most likely that you have wrong qt

Re: QtMoko v15

2009-12-14 Thread ghislain
Radek, I just repeated the commands git submodule init git submodule update And now it seems to work, thanks. -- View this message in context: http://n2.nabble.com/QtMoko-v15-tp4159253p4163414.html Sent from the Openmoko Community mailing list archive at Nabble.com.

Re: QtMoko v15

2009-12-14 Thread ghislain
Yes, you can. If you first install QtBackup and create a backup with it. The you can use the installer-image which will flash the new QtMoko V15 and it will restore the backup after flashing. Here you can find the installer-image: http://www.openmobile.nl/pages/downloads.php#qtm15. Just unzip to

Re: dbus deb with increased timeout

2009-12-14 Thread Neil Jerram
2009/12/12 arne anka openm...@ginguppin.de: hi, after hours of struggling with debian's djungle of ways to build a package i finally succeeded to cross compile dbus with an increased timeout. reason: for months now i was fighting with zhone taking several attempts (4 to 5 ususally, often at

Re: Good idea for other things - Was: Homemade USB gamepad (NeoPlay)

2009-12-14 Thread Neil Jerram
2009/12/12 Lothar Behrens lothar.behr...@lollisoft.de: I always need to fiddle the USB cable into the neo and this could then avoided. I used to think that. I eventually realised that the real problem was that I have to force charging at 500mA. Could that be the case for you too? Regards,

Re: Autonofix à Grenoble (France)

2009-12-14 Thread Yorick Moko
I was actually in spitting-distance of Grenoble on that day... If I had know that I would have surely come :( Please announce it a bit earlier next time.. On Mon, Dec 14, 2009 at 8:52 AM, Patryk Benderz patryk.bend...@esp.plwrote: Dnia 2009-12-11, pią o godzinie 22:19 +0100, swap38 pisze:

Re: dbus deb with increased timeout

2009-12-14 Thread arne anka
This is great news - but it is surprising that it needs a change to the dbus code. Isn't there a way to configure the default dbus timeout, or to set it for particular methods? From googling I've found hints that adding timeout=100 to the relevant method call might work - but unfortunately

Re: Navigation

2009-12-14 Thread Yorick Moko
might be an idea worth considering: have the possibility to calculate a route, and pre-render the bitmaps of your route (at a few zoom-levels) This way it doesn't have to be done on the fly when you know for example where you are going to travel to when you don't follow the planned route it will

Re: Good idea for other things - Was: Homemade USB gamepad (NeoPlay)

2009-12-14 Thread Christ van Willegen
On Mon, Dec 14, 2009 at 1:04 PM, Neil Jerram neiljer...@googlemail.com wrote: I used to think that.  I eventually realised that the real problem was that I have to force charging at 500mA.  Could that be the case for you too? I know that the OpenMoko adapter for the Neo has a resistor built-in

Debian packages of QtMoko (Was: Re: QtMoko v15)

2009-12-14 Thread Jens Seidel
On Mon, Dec 14, 2009 at 10:08:53AM +0100, Atilla Filiz wrote: Can I upgrade my NAND image(from v14) without a fresh install? The main question is: Exist Debian packages of QtMoko? This would solve a lot of upgrade issues. I once tried building QtMoko on my Freerunner but since I had to patch

Re: Debian packages of QtMoko (Was: Re: QtMoko v15)

2009-12-14 Thread Radek Polak
Jens Seidel wrote: The main question is: Exist Debian packages of QtMoko? IIRC somebody already created one. But it was probably equal to downloading the new tarball image and replacing /opt. This would solve a lot of upgrade issues. Sure, but also it would be a lot of additional work. New

Re: QtMoko v15

2009-12-14 Thread Esteban Monge
Good work, together with SHR QtMoko is one of the best distributions. -- http://nuevaeracr.blogspot.com Linux user number 478378 Linux machine number 386687 Tec. Esteban Monge Marín Tel: (506) 8379-3562 “No habrá manera de desarrollarnos y salir de la pobreza mientras los pocos negocios grandes

Re: Debian packages of QtMoko (Was: Re: QtMoko v15)

2009-12-14 Thread Vincent Meurisse
On Monday 14 December 2009 13:11:47 Jens Seidel wrote: Can I upgrade my NAND image(from v14) without a fresh install? The main question is: Exist Debian packages of QtMoko? Yes. They exist. I'm currently building and testing the v15. I hope to have them available in a few hours. I will

Re: dbus deb with increased timeout

2009-12-14 Thread Neil Jerram
2009/12/14 arne anka openm...@ginguppin.de: not afaik. a normal per call or startup option would have been my first choice, but  from everything i could gather, there's no way to do that. i'd expected the patch mentioned to add exactly that kind of option, but it turned out to add only a