Re: QtMoko - v11 - WiFi take 2

2009-09-22 Thread Radek Polak
Torfinn Ingolfsen wrote: > So unfortunately, it doesn't work. :-/ > I really don't understand why this doesn't work. Can you check on your router, if freerunner got connected? If yes then it's DHCP problem. If no then i dont know. If you have latest kernel (the one in V11) then it should work. Yo

Re: QtMoko - how do I get WiFi working?

2009-09-22 Thread Radek Polak
Torfinn Ingolfsen wrote: > In which package do I find wmiconfig There is link for debian package on this page http://wiki.openmoko.org/wiki/Wmiconfig Regards Radek ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmo

Re: QtMoko - /opt/qtmoko/bin/lan-network

2009-09-22 Thread Radek Polak
Torfinn Ingolfsen wrote: > The network script /opt/qtmoko/bin/lan-network have this on line 73: > > let COUNT=COUNT+1 > > I don't know which shell allows this (it's certainly not POSIX), and > QtMoko (v11 now) which uses bash complains: > Sep 22 23:05:00 neo Qtopia: + let COUNT=COUNT+1 > Sep 22

Re: Qi - why only 3 partitions on SD card?

2009-09-22 Thread Al Johnson
On Tuesday 22 September 2009, Paul Fertser wrote: > Torfinn Ingolfsen writes: > > Qi _will_ need to be improved until it is usable for end users, or > > it will fade away > > I really can't understand the desire to multi-boot. And btw the recent > poll proved that most users use Qi IIRC. A clear e

QtMoko - v11 - WiFi take 2

2009-09-22 Thread Torfinn Ingolfsen
Hi, Ok, now I have QtMoko v11 instaled, and I am trying to get Wireless working again. Now I am using the QT network script, /opt/qtmoko//bin/lan-network from a shell (via ssh). I have changed the script so it doesn't do ifdown / ifup usb0. (The passpharse is also changed) Here is what I have done

RE: Qi - why only 3 partitions on SD card?

2009-09-22 Thread Niels Heyvaert
> > Torfinn Ingolfsen writes: >> Qi _will_ need to be improved until it is usable for end users, or >> it will fade away > > I really can't understand the desire to multi-boot. And btw the recent > poll proved that most users use Qi IIRC. A clear evidence it's already > usable for them. Perhaps

QtMoko - /opt/qtmoko/bin/lan-network

2009-09-22 Thread Torfinn Ingolfsen
Hi, This probably goes for other QT / Qtopia based distributions too. The network script /opt/qtmoko/bin/lan-network have this on line 73: let COUNT=COUNT+1 I don't know which shell allows this (it's certainly not POSIX), and QtMoko (v11 now) which uses bash complains: Sep 22 23:05:00 neo Qtopia

Re: [QTMOKO] GPS pedometer app up on github

2009-09-22 Thread Jim Morris
Radek Polak wrote: > Jim Morris wrote: >> I tried to build a package but I get the following error, if anyone knows >> how to fix it please let >> me know and I'll build a package. >> myapps/qtpedometer> $QPEDIR/bin/qbuild packages >> mkpkg qtpedometer >> You must run configure before you can run

Re: QtMoko - how do I get WiFi working?

2009-09-22 Thread Torfinn Ingolfsen
Hi, On Sun, Sep 13, 2009 at 1:31 PM, William Kenworthy wrote: > Install wmiconfig and run "wmiconfig -i eth0 --power maxperf" after > powering on the wifi chip and before scanning. > In which package do I find wmiconfig? neo:/home/root# apt-cache search wmiconfig neo:/home/root# neo:/home/root#

Re: QtMoko - hiw do I find out if a package is available?

2009-09-22 Thread arne anka
> But in daily use on his Xubuntu laptop, i'd certainly recommend aptitude > over synaptic. well, synaptic isn't even an option here -- it's instant dead :-) ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mail

Re: QtMoko - hiw do I find out if a package is available?

2009-09-22 Thread Dan Staley
On Tue, Sep 22, 2009 at 4:35 PM, arne anka wrote: > > Or you could install aptitude and use aptitude search. aptitude search > > vi > > will list all the packages and descriptions involving vi. > > aptitude is rather an overkill -- and > aptitude search foo > returns a result far more confusing

Re: Qi - why only 3 partitions on SD card?

2009-09-22 Thread Paul Fertser
Torfinn Ingolfsen writes: > Qi _will_ need to be improved until it is usable for end users, or > it will fade away I really can't understand the desire to multi-boot. And btw the recent poll proved that most users use Qi IIRC. A clear evidence it's already usable for them. -- Be free, use free

Re: QtMoko - hiw do I find out if a package is available?

2009-09-22 Thread arne anka
> Or you could install aptitude and use aptitude search. aptitude search > vi > will list all the packages and descriptions involving vi. aptitude is rather an overkill -- and aptitude search foo returns a result far more confusing than helpful. ___

Re: gta02-core weekly news

2009-09-22 Thread steven mosher
Congratulations all around. On Tue, Sep 22, 2009 at 11:50 AM, Alvie wrote: > Hello all, > > For your information, > > (As some of you might already know) I decided to create a blog to post > weekly news about the #gta02-core project. Maybe this will attract those > that > hate emails and reading

Re: QtMoko - hiw do I find out if a package is available?

2009-09-22 Thread Torfinn Ingolfsen
Thanks, both of you. Actually, 'apt-cache show vim' did the trick. It also looks like apt-cache search ^vim would have worked equally well. -- Regards, Torfinn Ingolfsen ___ Openmoko community mailing list community@lists.openmoko.org http://lists.ope

Re: Qi - why only 3 partitions on SD card?

2009-09-22 Thread Torfinn Ingolfsen
Hi, On Tue, Sep 22, 2009 at 9:13 PM, Al Johnson wrote: > I believe it's an arbitrary limit based on the assumption that with no gui > it > would be hard to select the intended partition. Given the touble people > have > with only 3 partitions it seems well founded. > OK, so when Qi is improved s

Re: QtMoko - hiw do I find out if a package is available?

2009-09-22 Thread Dan Staley
On Tue, Sep 22, 2009 at 4:08 PM, Michele Brocco wrote: > On 9/22/09, Torfinn Ingolfsen wrote: > > Hi, > > > > There is no 'search' action in apt-get, how do I find out if a package is > > available or not? > > Example: say I would like to install vi or vim, how do I find out if one > or > > the

Re: QtMoko - hiw do I find out if a package is available?

2009-09-22 Thread Michele Brocco
On 9/22/09, Torfinn Ingolfsen wrote: > Hi, > > There is no 'search' action in apt-get, how do I find out if a package is > available or not? > Example: say I would like to install vi or vim, how do I find out if one or > the other is available for apt-get? > (No, doing 'apt-get install vi' sin't t

Re: [QTMOKO] GPS pedometer app up on github

2009-09-22 Thread Jim Morris
Jim Morris wrote: > I have checked in my very recent attempt to write a GPS based pedometer for > Qtmoko. > It is at http://github.com/wolfmanjm/qtpedometer > I have completed this project (I think), short of fixing any bugs. It seems to work pretty well now, especially with the final method of

QtMoko - hiw do I find out if a package is available?

2009-09-22 Thread Torfinn Ingolfsen
Hi, There is no 'search' action in apt-get, how do I find out if a package is available or not? Example: say I would like to install vi or vim, how do I find out if one or the other is available for apt-get? (No, doing 'apt-get install vi' sin't the right way to do it) Yeah, I know, I reveal my n

Re: tangogps 0.9.7 release

2009-09-22 Thread Marcus Bauer
On Tue, 22 Sep 2009 21:31:10 +1200 Robin Paulson wrote: > 2009/9/22 Alexander Lehner : > > I'm not sure whether the gpx import is part of tangogps by default. > > I once wrote a hacked version that did that. > > > > In fact it was not a real XML parser, but only a stupid lookup of > > strings, so

Re: tangogps 0.9.7 release

2009-09-22 Thread Joseph Reeves
> You may instead always have the track logging switched on - so you will > always have all information. And maybe in twenty years time it is funny > to see where you were ;) And, of course, there's no harm in uploading a track to OSM even if someone has been there before - even better if you go d

Re: tangogps 0.9.7 release

2009-09-22 Thread Marcus Bauer
On Tue, 22 Sep 2009 12:38:00 +0200 Michael Zanetti wrote: > Sometimes, when I use tangogps for "navigating" I end up in areas not > yet mapped on OSM. In that case it would be great to be able to store > the current track afterwards if the Track logging has not been > started before. Currently Ta

Re: gta02-core weekly news

2009-09-22 Thread Dan Leinir Turthra Jensen
On Tuesday 22 September 2009 21:16:49 Alvie wrote: > Dan Leinir Turthra Jensen wrote: > > Is this aggregated on planet openmoko? :) > > Yes, but I decline any responsibility for it :P No problem, it's just that i already follow that one :) -- ..Dan // Leinir.. http://leinir.dk/

Re: gta02-core weekly news

2009-09-22 Thread Alvie
Dan Leinir Turthra Jensen wrote: > Is this aggregated on planet openmoko? :) Yes, but I decline any responsibility for it :P Álvaro ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Qi - why only 3 partitions on SD card?

2009-09-22 Thread Al Johnson
On Tuesday 22 September 2009, Torfinn Ingolfsen wrote: > Hello, > > Is there any specific reason why Qi[1] only tries to boot from partition 1 > - 3 when ther csn be 4 (four) primary prtitons on a SD card? > Or is it just developer eccentrics or programmer laziness? :-) > > References: > 1) http://

Re: new Android Cupcake release for Freerunner

2009-09-22 Thread Torfinn Ingolfsen
Hi, On Tue, Sep 22, 2009 at 8:11 PM, Jim Ancona wrote: > There isn't yet. You can follow this issue if you want to know when an > SD installable version is available: > > http://code.google.com/p/android-on-freerunner/issues/detail?id=7 > Thanks. I'll wait then. -- Regards, Torfinn Ingolfsen _

Re: gta02-core weekly news

2009-09-22 Thread Dan Leinir Turthra Jensen
On Tuesday 22 September 2009 20:50:24 Alvie wrote: > Hello all, > > For your information, > > (As some of you might already know) I decided to create a blog to post > weekly news about the #gta02-core project. Maybe this will attract those > that hate emails and reading through email lists, any

Re: QtMoko v11

2009-09-22 Thread Torfinn Ingolfsen
Hi, I just finished installing QtMoko v11 on my FreeRunner. (My "upgrade" method consists of bot from nand, mkfs.ext3 /dev/mmcblk0p2 + install + restore a few files from backup) A quick question: I get these messages in /var/log/messages after boot: Sep 22 20:47:11 neo Qtopia: Unable to register

gta02-core weekly news

2009-09-22 Thread Alvie
Hello all, For your information, (As some of you might already know) I decided to create a blog to post weekly news about the #gta02-core project. Maybe this will attract those that hate emails and reading through email lists, anyway, my idea is to have something like Corbet et. al. do on LWN.n

Re: [debian] frameworkd bug?

2009-09-22 Thread Sebastian Krzyszkowiak
On 9/22/09, arne anka wrote: > well, here's the real mccoy: > > > Traceback (most recent call last): >File "/usr/lib/pymodules/python2.5/framework/patterns/tasklet.py", line > 178, in send > value = self.generator.send(value) >File > "/usr/lib/pymodules/python2.5/framework/subsystems

Re: [debian] frameworkd bug?

2009-09-22 Thread Nikita V. Youshchenko
> > community@ is a bit high-traffic, don't you find so ;-) > > no doubt about that -- but then again: you catched, didn't you ;-) I've only sent a link to your post to pkg-fso-maint - I won't work on the fix myself, at least not in ongoing days :( > a matter like incomplete unicode handling is

Re: [all/fso?] external battery "just mobile gum pro" woes

2009-09-22 Thread arne anka
> Unfortunatelly there is no dbus call in FSO for that yet. ok, looking deeper, i have to echo something into /sys/... -- but the file is rw for root only. is there an easy, non-hackish way to set the rw for normal users, too? all tools/scripts listed in the wiki seem to presume using the fr as

Re: Litephone 0.1

2009-09-22 Thread Michele Brocco
On 9/22/09, Steven ** wrote: > I'll try it out tonight and get back. > > But I did notice one thing from the screenshots... > http://openmoko.senfdax.de/screenshots/litephone-0.1-5.png > Is that supposed to say "address" at the top? > > And is that a tab or something (can't figure it out from the

Re: [debian] frameworkd bug?

2009-09-22 Thread arne anka
> community@ is a bit high-traffic, don't you find so ;-) no doubt about that -- but then again: you catched, didn't you ;-) a matter like incomplete unicode handling is no doubt relevant for upstream too, so what would be the best course of action? - simply doing reportbug? - posting only pkg-

Re: new Android Cupcake release for Freerunner

2009-09-22 Thread Jim Ancona
On Tue, Sep 22, 2009 at 12:53 PM, Torfinn Ingolfsen wrote: > Is there instructions for installing Android manually on your SD card > anywhere? There isn't yet. You can follow this issue if you want to know when an SD installable version is available: http://code.google.com/p/android-on-freerunne

Re: Fwd: buzzfix in India

2009-09-22 Thread Vibhav Sharma
rakshat hooja wrote: > > > > Try this kernel > > http://build.shr-project.org/shr-unstable/images/om-gta02/uImage-om-gta02-latest.bin > > with your OM2009 installation if you dont want to experiment with your > rootfs right now. > > Otherwise also try > > http://build.shr-project.org/shr-unstable/

Re: [debian] frameworkd bug?

2009-09-22 Thread Nikita V. Youshchenko
> > If posted to community@lists.openmoko.org, information may be not seen > > by relevant people. > > well, imo community has the biggest chance to be read by the relevant > people. > frinst i am not sure, if the issue at hand is confined to debian (fixed > in most recent fso git or whatever) and

Re: Litephone 0.1

2009-09-22 Thread Steven **
I'll try it out tonight and get back. But I did notice one thing from the screenshots... http://openmoko.senfdax.de/screenshots/litephone-0.1-5.png Is that supposed to say "address" at the top? And is that a tab or something (can't figure it out from the screenshot)? -Steven On Wed, Sep 9, 2009

Re: [debian] frameworkd bug?

2009-09-22 Thread arne anka
> If posted to community@lists.openmoko.org, information may be not seen by > relevant people. well, imo community has the biggest chance to be read by the relevant people. frinst i am not sure, if the issue at hand is confined to debian (fixed in most recent fso git or whatever) and if other

Re: Updated package for the puzzle collection

2009-09-22 Thread Steven **
What are the new games? I have oh-puzzles installed with the 24 separate icons. But, I'm using c_c's launcher app to provide a "Games" category. I'd prefer to be able to launch a specific game right away, as opposed to some sort of launcher script that makes me select which game I want to launch

Re: [debian] frameworkd bug?

2009-09-22 Thread Nikita V. Youshchenko
> well, here's the real mccoy: > > > Traceback (most recent call last): > ... Thanks for your report. But please post such things either to pkg-fso-ma...@lists.alioth.debian.org list, or directly into debian BTS (http://bugs.debian.org/). If posted to community@lists.openmoko.org, information

Re: [debian] frameworkd bug?

2009-09-22 Thread arne anka
well, here's the real mccoy: Traceback (most recent call last): File "/usr/lib/pymodules/python2.5/framework/patterns/tasklet.py", line 178, in send value = self.generator.send(value) File "/usr/lib/pymodules/python2.5/framework/subsystems/opimd/pimb_sim_messages_fso.py", line

Qi - why only 3 partitions on SD card?

2009-09-22 Thread Torfinn Ingolfsen
Hello, Is there any specific reason why Qi[1] only tries to boot from partition 1 - 3 when ther csn be 4 (four) primary prtitons on a SD card? Or is it just developer eccentrics or programmer laziness? :-) References: 1) http://wiki.openmoko.org/wiki/Qi -- Regards, Torfinn Ingolfsen

[debian] frameworkd bug?

2009-09-22 Thread arne anka
since the update today, frameworkd soon after starting zhone simply disappears (no error, no log entry, it's just gone). while trying to figure out what happens, i saw the error below. i have no idea, if it is related: _processElement() got an element from the queue Traceback (most recent cal

Re: new Android Cupcake release for Freerunner

2009-09-22 Thread Torfinn Ingolfsen
Is there instructions for installing Android manually on your SD card anywhere? I would like to try it out, but if it overwrites my NAND and installs a incompatible Qi boot loader so that my other installs don't work, I'll have to wait until those things are fixed. -- Regards, Torfinn Ingolfsen

Re: [debian?] xserver-xorg-video-glamo very slow with navit

2009-09-22 Thread arne anka
ok. at least it seems not to be a local (configuration) issue. i switched back to Xglamo untiol further notice. ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: [SHR-U/all?] Midori and Wap

2009-09-22 Thread Thomas Zimmermann
Am Dienstag 22 September 2009 17:00:22 schrieb D. Gassen: > Hi all, > > Since I recently upgraded Midori from 0.0.x to 0.1.x that is now > regularly updated in the SHR-U feeds Midori doesn't want to display > WAP pages anymore (mime type: text/vnd.wap.wml, example: > http://www.bofa.mobi ) but ra

[SHR-U/all?] Midori and Wap

2009-09-22 Thread D. Gassen
Hi all, Since I recently upgraded Midori from 0.0.x to 0.1.x that is now regularly updated in the SHR-U feeds Midori doesn't want to display WAP pages anymore (mime type: text/vnd.wap.wml, example: http://www.bofa.mobi ) but rather offers to download the "file". This used to work in 0.0.x. I

Re: Updated package for the puzzle collection

2009-09-22 Thread Aapo Rantalainen
Looks nice. Release makefile in any place and put link to mailing list. 27 icons in desktop is way too much. Make a simple application or script that loads all icons and shows them with name of game and then user can click which want to play (or quit). Then execute that binary. No monolithic binary

Re: [debian?] xserver-xorg-video-glamo very slow with navit

2009-09-22 Thread Thomas White
On Tue, 22 Sep 2009 14:30:06 +0200 "arne anka" wrote: > navit came up alright, but it was slw. at a point very early it > stopped rerendering altogether, the cpu monitor constantly hit 100% and > never came down again. > looking with top showed X at 50-60%, often even more and never falli

Re: Fwd: Re: linphone

2009-09-22 Thread Paul
On Tue, Sep 22, 2009 at 4:19 PM, John Dowd wrote: > On Monday 21 September 2009 17:11:18 Tschaka wrote: > > Hi John, > > > > i have two positive suggestion for you. first is: i got linphone to play > > and record sound!! > > with the hints from the mail you quoted, the packages there (dunno if >

Re: browsing: enforce layout for mobile devices

2009-09-22 Thread Xavier Cremaschi
And I find it very slow when I scroll big pages. ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Fwd: Re: linphone

2009-09-22 Thread John Dowd
On Monday 21 September 2009 17:11:18 Tschaka wrote: > Hi John, > > i have two positive suggestion for you. first is: i got linphone to play > and record sound!! > with the hints from the mail you quoted, the packages there (dunno if > neccessary) and a self-created alsa state file [1], it works. >

Re: browsing: enforce layout for mobile devices

2009-09-22 Thread Adolph J. Vogel
> 0.1.10 is in SHR-U, changing the ua-string works fine for me. opkg upgrade, go go go :D ps, I`m getting emails from the list very late today. -- Adolph J. Vogel BEng(Hons) ___ Openmoko community mailing list community@lists.openmoko.or

Re: [all/fso?] external battery "just mobile gum pro" woes

2009-09-22 Thread arne anka
> Charging from only 100mA explains oscillating. ah. ok, then. > Check if sysfs paths in > opp are up to date with your kernel. Unfortunatelly there is no dbus > call in FSO for that yet. heck, i thought, there were. ___ Openmoko community mailing lis

Re: [all/fso?] external battery "just mobile gum pro" woes

2009-09-22 Thread Sebastian Krzyszkowiak
On 9/22/09, arne anka wrote: >> Did you set USB charge current to 500mA? If device which you are >> connecting can't ennumerate USB connection, Neo will charge with only >> 100mA - and running system eats something about 200mA. > > the opp battery view offers thre buttons for 100/500/1000 mA, i hi

Re: [all/fso?] external battery "just mobile gum pro" woes

2009-09-22 Thread arne anka
> Did you set USB charge current to 500mA? If device which you are > connecting can't ennumerate USB connection, Neo will charge with only > 100mA - and running system eats something about 200mA. the opp battery view offers thre buttons for 100/500/1000 mA, i hit all three time or another -- no

Updated package for the puzzle collection

2009-09-22 Thread EdorFaus
Hi, I finally got tired enough of Loopy not working to do something about it, and ended up creating an updated package. This package has only been tested on SHR-U, but I think it should work on OM and other opkg-based ones too? As long as they have GTK+... The oh-puzzles package is an old fork

Re: [all/fso?] external battery "just mobile gum pro" woes

2009-09-22 Thread Sebastian Krzyszkowiak
On 9/22/09, arne anka wrote: > i just bought an external battery, just mobile gum pro (4400 mAh,Input > (Mini USB): 5VDC 500mA Min; output (USB Type A Port): 5VDC 1000mA) to keep > the fr alive even when using gps hours on end. > > last night i tried to load the fr, when starting the fr was at 48%

[all/fso?] external battery "just mobile gum pro" woes

2009-09-22 Thread arne anka
i just bought an external battery, just mobile gum pro (4400 mAh,Input (Mini USB): 5VDC 500mA Min; output (USB Type A Port): 5VDC 1000mA) to keep the fr alive even when using gps hours on end. last night i tried to load the fr, when starting the fr was at 48% -- after 11h it was at 69%. look

Re: QSuunto-Lite new version - divers and non-divers wanted

2009-09-22 Thread Christian Rüb
undrwater wrote: > I'm looking at replacing my Mosquito (mentioned in the other post) with a D9 > (a dive buddy has offered it up at a great price). Does your new version > now support the D9? Lucky you :) No, it does not support D9, these are different protocols, see here [1]. But you might wa

[debian?] xserver-xorg-video-glamo very slow with navit

2009-09-22 Thread arne anka
this weekend i kinda got lost (still no, which direction to go, but not sure, which street to chose). thinking, it would be agreat occasion to test navit's navigation again i fired it up and there the tale ends. navit came up alright, but it was slw. at a point very early it stopped

Re: tangogps 0.9.7 release

2009-09-22 Thread Thomas Zimmermann
Am Dienstag 22 September 2009 11:33:34 schrieb Robin Paulson: > 2009/9/22 Marcus Bauer : > > First of all thanks for the many positive emails I got over the last > > months, motivating me to bring a new release of tangoGPS to the coolest > > open hardware gadget on earth - the openmoko phone. > >

Re: Some QtMoko questions

2009-09-22 Thread Radek Polak
Chris Parich wrote: > Hi guys, this is my first time posting, so howdy. Welcome :) > Just a few questions about qtmoko, and wondering if anyone else has the same > issues as I do. > > First off, email. I can't get Google POP or anything SSL related to work out > of the box. email TLS does tho

Re: tangogps 0.9.7 release

2009-09-22 Thread Michael Zanetti
Hi Marcus, Thank you very much for TangoGPS. It is without any question my favourite app for the Freerunner. You are doing a great job! However, there is one thing that you could improve: Sometimes, when I use tangogps for "navigating" I end up in areas not yet mapped on OSM. In that case it w

Re: Launcher - v 0.37 Release UPDATED (inbuilt contacts, sms and phonelog)

2009-09-22 Thread KaZeR
Hello there :) I'm back from holidays.. Expect a new bunch of comments :) And, thanks for this new release, c_c! First issue i'm facing : - opened a conversation - clicked cancel to go back to the main conversation view - boom : 59 SQL error: 21 library routine called out of sequence Segmentati

Re: tangogps 0.9.7 release

2009-09-22 Thread Robin Paulson
2009/9/22 Marcus Bauer : > First of all thanks for the many positive emails I got over the last > months, motivating me to bring a new release of tangoGPS to the coolest > open hardware gadget on earth - the openmoko phone. excellent work, marcus. looking forward to using it is there a binary for

Re: tangogps 0.9.7 release

2009-09-22 Thread Robin Paulson
2009/9/22 Alexander Lehner : > I'm not sure whether the gpx import is part of tangogps by default. > I once wrote a hacked version that did that. > > In fact it was not a real XML parser, but only a stupid lookup of strings, > so if it doesn't work any more, it would be easy to make that work again

RE: new Android Cupcake release for Freerunner

2009-09-22 Thread Niels Heyvaert
> > Hi Neils, > > It's unfortunate that Koolu has gone unresponsive. I know maddog was at one > point reading this list - if he still is, perhaps he can comment on the > status of things. A question was raised on the Koolu forum asking for the plans with Android on the Freerunner. An email wa