Re: qtmoko v34 regressions in themes background preview

2011-04-01 Thread Alfa21
2011-03-31@14:36 Radek Polak
> * themes now use jpg for backgrounds to save space (Tiago Bortoletto Vaz)


any updated theme now no longer display the background preview in appearance 
setting application.
the only one visible in preview is, in faenqomod, the one labelled "debian2".
maybe the others does not have jpg thumbnails? or maybe this one is not a jpg 
and preview does not support jpg format?

-- 
ALFA21 IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR 
IMPLIED.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: qtmoko v34 joydev is not loaded after an apt upgrade

2011-04-01 Thread Alfa21
2011-03-31@14:36 Radek Polak
> * accelerometers in QtMaze now work

upgrading with apt, this is not fixed
joydev is not in /etc/modules

-- 
ALFA21 IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR 
IMPLIED.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Qtmoko and u-boot

2011-04-01 Thread Ed Kapitein
Hi All,

I had a few problems with several uSD cards lately and i am trying to figure 
out what is going wrong.
It used to be much more stable than it is now, i have massive file system 
corruption on a weekly basis.
So i decided to downgrade to u-boot (was using qi) and back to an old andy-
tracking kernel. Also i reverted back to xorg-server using the fbdev driver 
instead of the glamo driver.

But i noticed that Qtmoko won't boot when using u-boot, it works fine when 
using qi.
Is there something i can do to use u-boot and qtmoko together?

Kind regards,
Ed

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: qtmoko v34 BlueTooth regressions

2011-04-01 Thread Radek Polak
On Friday 01 April 2011 01:37:41 Alfa21 wrote:

> themes and other apps are not included in apt repository, so they are not
> upgraded. 

Still on my TODO ;-)

> new (34-1) qtmoko and linux packages are not digitally signed
> and we get an untrusted warning.

I think they are signed ok (see e.g. [1]) , maybe there is missing key on 
Freerunner for verifying them.

> a regression, not against v33 but maybe since the bluez4 upgrade:
> in paired devices when we connect an headset/handsfree there is no longer
> the green ball near the active one and if you have more than one device
> listed it's difficult to know which one is enabled.

I know about this one. IIRC i just couldnt find bluez4 call for this. I filled 
bug about this and I hope i can fix this later.

> another regression always in bt is when you enable an headset/handsfree and
> gta goes to suspend mode loosing the connection, on incoming calls the bt
> connection is not re-established on wake and you have to answer from the
> phone.

Are you sure this was working before? I have filled bug anyways.

> also, IIRC, older versions of qtmoko (~v19?) when an handsfree was active,
> the profile was automatically switched to "car" and that was nice because
> an user could configure a different power management to disable the
> suspend also if on battery: in fact when gta suspends it looses the
> connection to the handsfree and it's not possible to make calls managed by
> the external (bt) system.

I have filled again bug so that this does not get forgotten. Maybe you could 
try enable suspending only when screen is locked for now.

Regards

Radek


[1] http://qtmoko.sourceforge.net/debian/linux-2.6-qtmoko_v34-1.dsc

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: qtmoko v34 joydev is not loaded after an apt upgrade

2011-04-01 Thread Radek Polak
On Friday 01 April 2011 09:32:10 Alfa21 wrote:

> upgrading with apt, this is not fixed
> joydev is not in /etc/modules

You'll have to do this manually. Same goes for commenting out tty spawning in 
/etc/inittab.

Regards

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qtmoko and u-boot

2011-04-01 Thread David Matthews

I had a few problems with several uSD cards lately and i am trying to figure
out what is going wrong.
It used to be much more stable than it is now, i have massive file system
corruption on a weekly basis.
So i decided to downgrade to u-boot (was using qi) and back to an old andy-
tracking kernel. Also i reverted back to xorg-server using the fbdev driver
instead of the glamo driver.


Ed - do you have a nand install and are the problems occurring after a
reboot? If so it's probably the same issue I posted about several weeks back
- I did post a work around as well, which for me at least, works fine.
--
David Matthews
m...@dmatthews.org

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


x11vnc and QTMoko

2011-04-01 Thread Thomas Bellembois

Hello All !

I was wondering if somebody has already tried to use x11vnc on QTMoko ? 
(http://www.karlrunge.com/x11vnc/)


Thanks,

Thomas

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qtmoko and u-boot

2011-04-01 Thread Ed Kapitein
On Friday 01 April 2011 14:52:02 David Matthews wrote:
> >I had a few problems with several uSD cards lately and i am trying to
> >figure out what is going wrong.
> >It used to be much more stable than it is now, i have massive file system
> >corruption on a weekly basis.
> >So i decided to downgrade to u-boot (was using qi) and back to an old
> >andy- tracking kernel. Also i reverted back to xorg-server using the
> >fbdev driver instead of the glamo driver.
> 
> Ed - do you have a nand install and are the problems occurring after a
> reboot? If so it's probably the same issue I posted about several weeks
> back - I did post a work around as well, which for me at least, works
> fine.

Hi David,

Thanks for the reply, but my situation is different.
I have qtmoko on nand and gentoo on uSD, and qi as a bootloader to choose 
between the two,
Even without rebooting the FR it start to mess up my uSD card filesystem.
sometimes files that are unreadable are just fine after a reboot, sometimes the 
files are really messed up and need to be restored.
It might well be that the glamo is getting bad or that there is another kind 
of hardware failure going on.

I tried using ext2fs and ext3fs but hat does not change anything.

ATM i am booting the SD card form nor boot and qtmoko from qi.
But i would like to be able to use nand u-boot to boot from the SD card and 
from nand.

Kind regrads,
Ed


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: x11vnc and QTMoko

2011-04-01 Thread Philip Rhoades

Thomas,

Yep - using it constantly so I can get full keyboard access for typing 
texts . .


Karl was very helpful getting the glitches sorted out - I have one 
trivial problem that I can't work out but Karl is quite busy at the moment.


Regards,

Phil.


On 2011-04-02 00:59, Thomas Bellembois wrote:

Hello All !

I was wondering if somebody has already tried to use x11vnc on QTMoko ?
(http://www.karlrunge.com/x11vnc/)

Thanks,

Thomas

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


--
Philip Rhoades

GPO Box 3411
Sydney NSW  2001
Australia
E-mail:  p...@pricom.com.au

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: qtmoko v34 regressions in themes background preview

2011-04-01 Thread Tiago Bortoletto Vaz
On Fri, Apr 01, 2011 at 09:22:29AM +0200, Alfa21 wrote:
> 2011-03-31@14:36 Radek Polak
> > * themes now use jpg for backgrounds to save space (Tiago Bortoletto Vaz)
> 
> 
> any updated theme now no longer display the background preview in appearance 
> setting application.
> the only one visible in preview is, in faenqomod, the one labelled "debian2".
> maybe the others does not have jpg thumbnails? or maybe this one is not a jpg 
> and preview does not support jpg format?

I have no ideia whether it's a jpeg limitation or a qtopia implementation issue
which could be solved by coding. Anyone?

Regards,

-- 

  .''`.  Tiago Bortoletto Vaz GPG  :  1024D/A504FECA
 : :' :  http://tiagovaz.org  XMPP : tiago at jabber.org
 `. `'   tiago at {tiagovaz,debian}.org   IRC  :   tiago at OFTC
   `-Debian GNU/Linux - The Universal OS   http://www.debian.org


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qtmoko and u-boot

2011-04-01 Thread Gennady Kupava
В Птн, 01/04/2011 в 17:00 +0200, Ed Kapitein пишет:
> On Friday 01 April 2011 14:52:02 David Matthews wrote:
> > >I had a few problems with several uSD cards lately and i am trying to
> > >figure out what is going wrong.
> > >It used to be much more stable than it is now, i have massive file system
> > >corruption on a weekly basis.
> > >So i decided to downgrade to u-boot (was using qi) and back to an old
> > >andy- tracking kernel. Also i reverted back to xorg-server using the
> > >fbdev driver instead of the glamo driver.
> > 
> > Ed - do you have a nand install and are the problems occurring after a
> > reboot? If so it's probably the same issue I posted about several weeks
> > back - I did post a work around as well, which for me at least, works
> > fine.
> 
> Hi David,
> 
> Thanks for the reply, but my situation is different.
> I have qtmoko on nand and gentoo on uSD, and qi as a bootloader to choose 
> between the two,
> Even without rebooting the FR it start to mess up my uSD card filesystem.
> sometimes files that are unreadable are just fine after a reboot, sometimes 
> the 
> files are really messed up and need to be restored.
> It might well be that the glamo is getting bad or that there is another kind 
> of hardware failure going on.
> 
> I tried using ext2fs and ext3fs but hat does not change anything.
> 
> ATM i am booting the SD card form nor boot and qtmoko from qi.
> But i would like to be able to use nand u-boot to boot from the SD card and 
> from nand.

Hi, Ed,

I am using mine u-boot with few fixes, it's not without bugs, but it
probably has less bugs than openmoko's u-boot:

http://wiki.openmoko.org/wiki/U-boot-gena2x

Also i'd suggest to try reducing sd card clock in kernel params (in
u-boot env, glamo_mci.sd_max_clk=1500).

And do backups. I am just removing sd card and do full dd dump of
contents to hdd, this takes 10 mins, but 100% error-proof, easy, fast
and painless recover. without any problems with partitions or anything
else.

Gennady.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: qtmoko v34 regressions in themes background preview

2011-04-01 Thread Tiago Bortoletto Vaz
On Fri, Apr 01, 2011 at 01:06:19PM -0300, Tiago Bortoletto Vaz wrote:
> On Fri, Apr 01, 2011 at 09:22:29AM +0200, Alfa21 wrote:
> > 2011-03-31@14:36 Radek Polak
> > > * themes now use jpg for backgrounds to save space (Tiago Bortoletto Vaz)
> > 
> > 
> > any updated theme now no longer display the background preview in 
> > appearance setting application.
> > the only one visible in preview is, in faenqomod, the one labelled 
> > "debian2".
> > maybe the others does not have jpg thumbnails? or maybe this one is not a 
> > jpg and preview does not support jpg format?
> 
> I have no ideia whether it's a jpeg limitation or a qtopia implementation 
> issue
> which could be solved by coding. Anyone?

...by going a little deeper it seems to be (at first) an implementation issue in
src/settings/appearance/appearance.cpp:

void Theme::getBackgroundPreview(QPixmap *pixmap)
{
ensureLoaded();
QString fileName = AppearanceSettings::findFile("pics/themes/"
+ m_uniqueName + '/' + m_backgrounds.value(m_backgroundIndex) + ".png");

QPixmap bg(fileName);
*pixmap = bg;
}

Could someone fix it? I have no way to build/test qtmoko here.

Thanks,

-- 

  .''`.  Tiago Bortoletto Vaz GPG  :  1024D/A504FECA
 : :' :  http://tiagovaz.org  XMPP : tiago at jabber.org
 `. `'   tiago at {tiagovaz,debian}.org   IRC  :   tiago at OFTC
   `-Debian GNU/Linux - The Universal OS   http://www.debian.org


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: x11vnc and QTMoko

2011-04-01 Thread Thomas Bellembois

Thanks for this quick reply !

I could not manage to make it work.
I have apt-get installed it, configured xinetd to run it a startup but I 
can not connect with my vnc client.


Could you give me your method ?

Thanks a lot.

Thomas

Le 01/04/2011 17:40, Philip Rhoades a écrit :

Thomas,

Yep - using it constantly so I can get full keyboard access for typing 
texts . .


Karl was very helpful getting the glitches sorted out - I have one 
trivial problem that I can't work out but Karl is quite busy at the 
moment.


Regards,

Phil.


On 2011-04-02 00:59, Thomas Bellembois wrote:

Hello All !

I was wondering if somebody has already tried to use x11vnc on QTMoko ?
(http://www.karlrunge.com/x11vnc/)

Thanks,

Thomas

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community





___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qtmoko and u-boot

2011-04-01 Thread Ed Kapitein
On 04/01/2011 05:20 PM, Gennady Kupava wrote:
> В Птн, 01/04/2011 в 17:00 +0200, Ed Kapitein пишет:
>> On Friday 01 April 2011 14:52:02 David Matthews wrote:
 I had a few problems with several uSD cards lately and i am trying to
 figure out what is going wrong.
 It used to be much more stable than it is now, i have massive file system
 corruption on a weekly basis.
 So i decided to downgrade to u-boot (was using qi) and back to an old
 andy- tracking kernel. Also i reverted back to xorg-server using the
 fbdev driver instead of the glamo driver.
>>> Ed - do you have a nand install and are the problems occurring after a
>>> reboot? If so it's probably the same issue I posted about several weeks
>>> back - I did post a work around as well, which for me at least, works
>>> fine.
>> Hi David,
>>
>> Thanks for the reply, but my situation is different.
>> I have qtmoko on nand and gentoo on uSD, and qi as a bootloader to choose 
>> between the two,
>> Even without rebooting the FR it start to mess up my uSD card filesystem.
>> sometimes files that are unreadable are just fine after a reboot, sometimes 
>> the 
>> files are really messed up and need to be restored.
>> It might well be that the glamo is getting bad or that there is another kind 
>> of hardware failure going on.
>>
>> I tried using ext2fs and ext3fs but hat does not change anything.
>>
>> ATM i am booting the SD card form nor boot and qtmoko from qi.
>> But i would like to be able to use nand u-boot to boot from the SD card and 
>> from nand.
> Hi, Ed,
>
> I am using mine u-boot with few fixes, it's not without bugs, but it
> probably has less bugs than openmoko's u-boot:
>
> http://wiki.openmoko.org/wiki/U-boot-gena2x
>
> Also i'd suggest to try reducing sd card clock in kernel params (in
> u-boot env, glamo_mci.sd_max_clk=1500).
>
> And do backups. I am just removing sd card and do full dd dump of
> contents to hdd, this takes 10 mins, but 100% error-proof, easy, fast
> and painless recover. without any problems with partitions or anything
> else.
>
> Gennady.
>
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
Hi Gennady

Thanks i see that it uses the 2-4-2 timings, so i will try it after
running with the current setup for a while.
I do make backups, with rdiff-backup, so i have almost 2 years of
backups without wasting to much diskspace.

Kind regards,
Ed

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[openmoko-announce] Neo RoadRunner

2011-04-01 Thread Sean Moss-Pultz


This email was sent via Anonymous email service for free.
YOU CAN REMOVE THIS TEXT MESSAGE BY BEING A PAID MEMBER FOR $19/year.
Message ID= 60854







Dear Community!

Today, with the greatest of pleasure, I am ready to share with you the
birth of our new product -- Neo RoadRunner. The world's first MeeGo
powered
GPS road navigation in the palm of your hand. Accessible immediately,
anytime,
anywhere without requiring an Internet connection. No strings attached.
With Neo RoadRunner you'll be prepared for those unexpected moments when
curiosity strikes. And once you have it, you'll realize how often you
get lost
on road during the day.

Neo RoadRunner takes our original ideas of openness and accessibility to
an even greater realm. Neo RoadRunner is so amazingly simple. There
really
is no closed part. We built our software stack on top of MeeGo
distribution
and we use openstreetmap.org project as a source for our navigation
data.
You turn it on and instantly become discovered on the map at any place
you are.
It's perfect for all purposes.

 From the "Aha!" moment when we held our first prototypes, to the last
few months as we worked around the clock to polish every last detail,
this product was a joy to make and even more fun to experience. We are
head-over-heels in love with Neo RoadRunner. Never have I found so much
fun in the little moments of curiosity life offers us. Try one and I'm
sure you'll agree that we've delivered the essence of GPS navigation
in an addictively simple form factor.

Sales start today at http://openmoko.com. Enjoy. Tell your
friends. And let us know what you think!


Sincerely

Sean Moss-Pultz

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [openmoko-announce] Neo RoadRunner

2011-04-01 Thread Kosa
:D:D:D ¡qué chido!!

Thanks for keeping the openhardware effort live and running :)

Kosa


El 01/04/11 12:58, Sean Moss-Pultz escribió:
> 
> This email was sent via Anonymous email service for free.
> YOU CAN REMOVE THIS TEXT MESSAGE BY BEING A PAID MEMBER FOR $19/year.
> Message ID= 60854
> 
> 
> 
> 
> Dear Community!
> 
> Today, with the greatest of pleasure, I am ready to share with you the
> birth of our new product -- Neo RoadRunner. The world's first MeeGo powered
> GPS road navigation in the palm of your hand. Accessible immediately,
> anytime,
> anywhere without requiring an Internet connection. No strings attached.
> With Neo RoadRunner you'll be prepared for those unexpected moments when
> curiosity strikes. And once you have it, you'll realize how often you
> get lost
> on road during the day.
> 
> Neo RoadRunner takes our original ideas of openness and accessibility to
> an even greater realm. Neo RoadRunner is so amazingly simple. There really
> is no closed part. We built our software stack on top of MeeGo distribution
> and we use openstreetmap.org project as a source for our navigation data.
> You turn it on and instantly become discovered on the map at any place
> you are.
> It's perfect for all purposes.
> 
>  From the "Aha!" moment when we held our first prototypes, to the last
> few months as we worked around the clock to polish every last detail,
> this product was a joy to make and even more fun to experience. We are
> head-over-heels in love with Neo RoadRunner. Never have I found so much
> fun in the little moments of curiosity life offers us. Try one and I'm
> sure you'll agree that we've delivered the essence of GPS navigation
> in an addictively simple form factor.
> 
> Sales start today at http://openmoko.com. Enjoy. Tell your
> friends. And let us know what you think!
> 
> 
> Sincerely
> 
> Sean Moss-Pultz
> 
> 
> 
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [openmoko-announce] Neo RoadRunner

2011-04-01 Thread Kosa
However, the site has not been updated. No info about it yet. is
http://openmoko.org the right place to go?

Thanks again.

Kosa

El 01/04/11 13:15, Kosa escribió:
> :D:D:D ¡qué chido!!
> 
> Thanks for keeping the openhardware effort live and running :)
> 
> Kosa
> 
> 
> El 01/04/11 12:58, Sean Moss-Pultz escribió:
>> 
>> This email was sent via Anonymous email service for free.
>> YOU CAN REMOVE THIS TEXT MESSAGE BY BEING A PAID MEMBER FOR $19/year.
>> Message ID= 60854
>> 
>>
>>
>>
>> Dear Community!
>>
>> Today, with the greatest of pleasure, I am ready to share with you the
>> birth of our new product -- Neo RoadRunner. The world's first MeeGo powered
>> GPS road navigation in the palm of your hand. Accessible immediately,
>> anytime,
>> anywhere without requiring an Internet connection. No strings attached.
>> With Neo RoadRunner you'll be prepared for those unexpected moments when
>> curiosity strikes. And once you have it, you'll realize how often you
>> get lost
>> on road during the day.
>>
>> Neo RoadRunner takes our original ideas of openness and accessibility to
>> an even greater realm. Neo RoadRunner is so amazingly simple. There really
>> is no closed part. We built our software stack on top of MeeGo distribution
>> and we use openstreetmap.org project as a source for our navigation data.
>> You turn it on and instantly become discovered on the map at any place
>> you are.
>> It's perfect for all purposes.
>>
>>  From the "Aha!" moment when we held our first prototypes, to the last
>> few months as we worked around the clock to polish every last detail,
>> this product was a joy to make and even more fun to experience. We are
>> head-over-heels in love with Neo RoadRunner. Never have I found so much
>> fun in the little moments of curiosity life offers us. Try one and I'm
>> sure you'll agree that we've delivered the essence of GPS navigation
>> in an addictively simple form factor.
>>
>> Sales start today at http://openmoko.com. Enjoy. Tell your
>> friends. And let us know what you think!
>>
>>
>> Sincerely
>>
>> Sean Moss-Pultz
>>
>>
>>
>> ___
>> Openmoko community mailing list
>> community@lists.openmoko.org
>> http://lists.openmoko.org/mailman/listinfo/community
> 
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [openmoko-announce] Neo RoadRunner

2011-04-01 Thread Ed Kapitein
Perhaps the date is suspicious ... ;-)

On 04/01/2011 09:19 PM, Kosa wrote:
> However, the site has not been updated. No info about it yet. is
> http://openmoko.org the right place to go?
>
> Thanks again.
>
> Kosa
>
> El 01/04/11 13:15, Kosa escribió:
>> :D:D:D ¡qué chido!!
>>
>> Thanks for keeping the openhardware effort live and running :)
>>
>> Kosa
>>
>>
>> El 01/04/11 12:58, Sean Moss-Pultz escribió:
>>> 
>>> This email was sent via Anonymous email service for free.
>>> YOU CAN REMOVE THIS TEXT MESSAGE BY BEING A PAID MEMBER FOR $19/year.
>>> Message ID= 60854
>>> 
>>>
>>>
>>>
>>> Dear Community!
>>>
>>> Today, with the greatest of pleasure, I am ready to share with you the
>>> birth of our new product -- Neo RoadRunner. The world's first MeeGo powered
>>> GPS road navigation in the palm of your hand. Accessible immediately,
>>> anytime,
>>> anywhere without requiring an Internet connection. No strings attached.
>>> With Neo RoadRunner you'll be prepared for those unexpected moments when
>>> curiosity strikes. And once you have it, you'll realize how often you
>>> get lost
>>> on road during the day.
>>>
>>> Neo RoadRunner takes our original ideas of openness and accessibility to
>>> an even greater realm. Neo RoadRunner is so amazingly simple. There really
>>> is no closed part. We built our software stack on top of MeeGo distribution
>>> and we use openstreetmap.org project as a source for our navigation data.
>>> You turn it on and instantly become discovered on the map at any place
>>> you are.
>>> It's perfect for all purposes.
>>>
>>>  From the "Aha!" moment when we held our first prototypes, to the last
>>> few months as we worked around the clock to polish every last detail,
>>> this product was a joy to make and even more fun to experience. We are
>>> head-over-heels in love with Neo RoadRunner. Never have I found so much
>>> fun in the little moments of curiosity life offers us. Try one and I'm
>>> sure you'll agree that we've delivered the essence of GPS navigation
>>> in an addictively simple form factor.
>>>
>>> Sales start today at http://openmoko.com. Enjoy. Tell your
>>> friends. And let us know what you think!
>>>
>>>
>>> Sincerely
>>>
>>> Sean Moss-Pultz
>>>
>>>
>>>
>>> ___
>>> Openmoko community mailing list
>>> community@lists.openmoko.org
>>> http://lists.openmoko.org/mailman/listinfo/community
>> ___
>> Openmoko community mailing list
>> community@lists.openmoko.org
>> http://lists.openmoko.org/mailman/listinfo/community
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [openmoko-announce] Neo RoadRunner

2011-04-01 Thread Delian
Even considering it was sent from an anonymous webmail service :D..

2011/4/1 Ed Kapitein 

> Perhaps the date is suspicious ... ;-)
>
> On 04/01/2011 09:19 PM, Kosa wrote:
> > However, the site has not been updated. No info about it yet. is
> > http://openmoko.org the right place to go?
> >
> > Thanks again.
> >
> > Kosa
> >
> > El 01/04/11 13:15, Kosa escribió:
> >> :D:D:D ¡qué chido!!
> >>
> >> Thanks for keeping the openhardware effort live and running :)
> >>
> >> Kosa
> >>
> >>
> >> El 01/04/11 12:58, Sean Moss-Pultz escribió:
> >>>
> 
> >>> This email was sent via Anonymous email service for free.
> >>> YOU CAN REMOVE THIS TEXT MESSAGE BY BEING A PAID MEMBER FOR $19/year.
> >>> Message ID= 60854
> >>>
> 
> >>>
> >>>
> >>>
> >>> Dear Community!
> >>>
> >>> Today, with the greatest of pleasure, I am ready to share with you the
> >>> birth of our new product -- Neo RoadRunner. The world's first MeeGo
> powered
> >>> GPS road navigation in the palm of your hand. Accessible immediately,
> >>> anytime,
> >>> anywhere without requiring an Internet connection. No strings attached.
> >>> With Neo RoadRunner you'll be prepared for those unexpected moments
> when
> >>> curiosity strikes. And once you have it, you'll realize how often you
> >>> get lost
> >>> on road during the day.
> >>>
> >>> Neo RoadRunner takes our original ideas of openness and accessibility
> to
> >>> an even greater realm. Neo RoadRunner is so amazingly simple. There
> really
> >>> is no closed part. We built our software stack on top of MeeGo
> distribution
> >>> and we use openstreetmap.org project as a source for our navigation
> data.
> >>> You turn it on and instantly become discovered on the map at any place
> >>> you are.
> >>> It's perfect for all purposes.
> >>>
> >>>  From the "Aha!" moment when we held our first prototypes, to the last
> >>> few months as we worked around the clock to polish every last detail,
> >>> this product was a joy to make and even more fun to experience. We are
> >>> head-over-heels in love with Neo RoadRunner. Never have I found so much
> >>> fun in the little moments of curiosity life offers us. Try one and I'm
> >>> sure you'll agree that we've delivered the essence of GPS navigation
> >>> in an addictively simple form factor.
> >>>
> >>> Sales start today at http://openmoko.com. Enjoy. Tell your
> >>> friends. And let us know what you think!
> >>>
> >>>
> >>> Sincerely
> >>>
> >>> Sean Moss-Pultz
> >>>
> >>>
> >>>
> >>> ___
> >>> Openmoko community mailing list
> >>> community@lists.openmoko.org
> >>> http://lists.openmoko.org/mailman/listinfo/community
> >> ___
> >> Openmoko community mailing list
> >> community@lists.openmoko.org
> >> http://lists.openmoko.org/mailman/listinfo/community
> > ___
> > Openmoko community mailing list
> > community@lists.openmoko.org
> > http://lists.openmoko.org/mailman/listinfo/community
>
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>



-- 
Marco aka Delian

# On IRC freenode my nickname is: /marco

--
"I would love to change the world, but they won't give me the source code"
--
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [openmoko-announce] Neo RoadRunner

2011-04-01 Thread Alexander Lehner



On Fri, 1 Apr 2011, Delian wrote:


Even considering it was sent from an anonymous webmail service :D..


That's the only point that confused me. Otherwise the collection of ideas 
seems very realistic, and I guess, each of us would have ordered one ;)


Well done!
(I remember back to the days where it was possible to telnet into a
mail-deaemon and send faked 'from:' entries into the company network...)

A.



2011/4/1 Ed Kapitein 


Perhaps the date is suspicious ... ;-)

On 04/01/2011 09:19 PM, Kosa wrote:

However, the site has not been updated. No info about it yet. is
http://openmoko.org the right place to go?

Thanks again.

Kosa

El 01/04/11 13:15, Kosa escribió:

:D:D:D ¡qué chido!!

Thanks for keeping the openhardware effort live and running :)

Kosa


El 01/04/11 12:58, Sean Moss-Pultz escribió:





This email was sent via Anonymous email service for free.
YOU CAN REMOVE THIS TEXT MESSAGE BY BEING A PAID MEMBER FOR $19/year.
Message ID= 60854







Dear Community!

Today, with the greatest of pleasure, I am ready to share with you the
birth of our new product -- Neo RoadRunner. The world's first MeeGo

powered

GPS road navigation in the palm of your hand. Accessible immediately,
anytime,
anywhere without requiring an Internet connection. No strings attached.
With Neo RoadRunner you'll be prepared for those unexpected moments

when

curiosity strikes. And once you have it, you'll realize how often you
get lost
on road during the day.

Neo RoadRunner takes our original ideas of openness and accessibility

to

an even greater realm. Neo RoadRunner is so amazingly simple. There

really

is no closed part. We built our software stack on top of MeeGo

distribution

and we use openstreetmap.org project as a source for our navigation

data.

You turn it on and instantly become discovered on the map at any place
you are.
It's perfect for all purposes.

 From the "Aha!" moment when we held our first prototypes, to the last
few months as we worked around the clock to polish every last detail,
this product was a joy to make and even more fun to experience. We are
head-over-heels in love with Neo RoadRunner. Never have I found so much
fun in the little moments of curiosity life offers us. Try one and I'm
sure you'll agree that we've delivered the essence of GPS navigation
in an addictively simple form factor.

Sales start today at http://openmoko.com. Enjoy. Tell your
friends. And let us know what you think!


Sincerely

Sean Moss-Pultz



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community





--
Marco aka Delian

# On IRC freenode my nickname is: /marco

--
"I would love to change the world, but they won't give me the source code"
--
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qtmoko and u-boot

2011-04-01 Thread W. B. Kranendonk
--- On Fri, 4/1/11, Ed Kapitein  wrote:
> On 04/01/2011 05:20 PM, Gennady
> Kupava wrote:
> > В Птн, 01/04/2011 в 17:00 +0200, Ed Kapitein
> пишет:
> >> On Friday 01 April 2011 14:52:02 David Matthews
> wrote:
>  I had a few problems with several uSD

Any chance all of them are broken? I got a "whole collection" of Sandisk uSD 
cards that gave up the gost a while back, making me distrust my Freerunner, my 
laptop, some camera's and some card readers.

Do your filesystems only get corrupted when using it in your FR?

Boudewijn

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community