[SHR-testing] ls /lib/modules : input/output error.... fsck.jffs2 ?

2009-04-22 Thread Xavier Cremaschi
Hi folks,

I have updated my FR in shr-testing last sunday, and there was no icons 
on my desktop at all.
And because of a lack of 'depmod -a', I couldn't access to my FR through 
ssh (no usb ethernet, no wifi).

So I have booted on sd card (debian), mounted /dev/mtdblock6, chroot and 
depmod.

Then everything starts working again (cool no ?)

But today I have lost wifi/usb ethernet once again (I don't know why, no 
unusual use), and from the shr terminal I can see :
$ls /lib/modules
input/output error in ./2.6.29-rc3/
 From debian, everything is ok (I can mount and ls this folder)

Any idea ?
Xavier.


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


Re: [All?] Dictator - the most undemocratic recording and dictation software ever

2009-04-22 Thread rakshat hooja
On Wed, Apr 22, 2009 at 1:21 AM, Timo Juhani Lindfors
timo.lindf...@iki.fiwrote:

 kimaidou kimai...@gmail.com writes:
  * adding them into the wav file (or ogg file) metadata ? Which format ?
 Have
  you any clue how to do it ?

 Just use timestamped recordings and correlate those later against GPS
 data. If you to ask the GPS for the current location you get
 lower/unpredictable precision (important if you are moving fast in a
 car for example) and you can not use external GPS device not connected to
 the phone at all.



+ 1

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


Re: [QtExtended] Latest and greatest, progress mail 8

2009-04-22 Thread Franky Van Liedekerke
nope, it's in there :-)
See:
- 20090401: duplicate sms thing: solved (see also fix on 20090412)

Franky


On Wed, Apr 22, 2009 at 7:04 AM, Fabio Locati fabioloc...@gmail.com wrote:

 Awesome work :)

 I don't see in the list of the fixed bug the SMS duplication, but I
 read you fixed it. You forgot to put it in the list?

 On Tue, Apr 21, 2009 at 11:27 PM, Franky Van Liedekerke
 liede...@telenet.be wrote:
  (install instructions and script updated on 2090421: see below)
 
  Problems solved:
  
  See http://users.telenet.be/liedekef/qt-issues-fixed.txt
 
  Latest:
  - 20090421: save contact now works from with the Call list
   overview (the dialog with the question to create a new contact
   was stuck on screen with yes/no, fix thanks to Lorn)
 
  For those wanting a binary diff: sorry, I only changed 1 file
  (savetocontacts.cpp), but I don't know which binary file changed
  because of this.
 
  Problems found (more like small nuisances now):
  ===
  See http://users.telenet.be/liedekef/qt-issues.txt
 
  Install instructions:
  =
  download the script
  http://users.telenet.be/liedekef/openmoko_install.sh , read the comments
  at the top and then execute the script on your openmoko (after having
  flashed the device and made sure internet works).
  For those who just want to replace their existing QtE: just download
  the QtE compressed file and replace your existing QtE with it:
  http://users.telenet.be/liedekef/qte_20090421.tgz.
 
  Enjoy!
 
  Franky
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
 



 --
 Fabio A Locati

 Home: Segrate, Milan, Italy (GMT +1)
 Phone: +39-328-3799681
 MSN/Jabber/E-Mail: fabioloc...@gmail.com

 PGP Key: 9EF6 3C79 F6DF 76CD 770A 43A1 DCCB 415C 9656 3334

 Envolved in: KDE, OpenStreetMap, Ubuntu, Wikimedia

 ___
 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


[shr-testing] Suspend?

2009-04-22 Thread Klaus Fürth
Hello,
I installed the shr-testing distribution which works very good.
(using 
uImage-2.6.29-oe10+gitr119792+81c61a7d1abb03aecd13f5395aba355e996a1641-r3.3-om-gta02.bin,
 
  openmoko-shr-image-glibc-ipk--20090416-om-gta02.rootfs.jffs2)

It is the first distribution I tested with a battery-lifetime about more 
than one day. Thanks for the very good work!

I have a problem with the suspend function, maybe I don't understand the 
setup-Params well. My device doesn't go to suspend mode automatically 
(mostly, sometimes it works), using the function with the power-key 
works well.

There are two Power-setup Pages:
1. Illume Power-settings:
   I set the blank time to 15 secs, suspend after blank to 1 sec

2. Settings on Home-Screen (Power-section):
   I don't understand these settings, I set them to:
   Auto-dimming: On
   Auto-suspend: On
   Timeout settings (are these setting unit seconds?):
 suspend : 20
 lock:  2
 idle prelock: 12
 idle:  5
 idle dim: 15
Can someone explain these settings? Or is there a documentation about this?
Again, sometimes suspending works, but not allways.

When suspended, an incomming call wakes up the device, an alarm doesn't.

Thanks!

Klaus

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


Re: [Qtei] Which IDE for Development?

2009-04-22 Thread Radek Polak
Roland wrote:

 Is there any IDE one can use for the development?
 Coming from software development with Qt Desktop I think I would be able to
 contribute, but working with a normal editor is not really fun.

For new application I am using QT Creator - very nice IDE with
integrated debugger, completion and other stuff. I build the
and debug the application on PC and then just compile for QTE.

 Also: Is there a way to debug the newly written applications?

QT creator has debugger integrated. If you ever need to debug
on Neo, you can use gdb.

 I am willing to install any Linux distribution and any package needed for
 development - but I have to admit I don't have a clue what to install.

Just clone QTE git and build it.

http://wiki.openmoko.org/wiki/Qt_Extended_Improved

If you have application working on PC with creator then just do:

/path_to_your_qte/build/bin/qmake -project
/path_to_your_qte/build/bin/qmake

Copy the binary to Neo, login via SSH, do:

source /opt/Trolltech/Qtopia/qpe.env
./your_app


 Any comment and recommendation is welcome!
 Roland

Any new and useful application are welcome :)

Radek


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


Re: Asterisk on Freerunner was: voip on Debian

2009-04-22 Thread kimaidou
thanks a lot :D

2009/4/22 Nicola Mfb nicola@gmail.com

 2009/4/21 kimaidou kimai...@gmail.com:
  Hi
  thanks for this feedback !
  Could you please write a wiki page about this, if not already done ?

 I started a page at http://wiki.openmoko.org/wiki/Asterisk
 Everyone interested is invited to correct (english is not my native
 language) and collaborate, there is a lot to do :)

 Regards

  Nicola

 ___
 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: [shr-testing] Suspend?

2009-04-22 Thread Łukasz Pankowski
Klaus Fürth klaus.fue...@gmx.de writes:

Timeout settings (are these setting unit seconds?):
  suspend : 20

These are in minutes, so change to 1 check if it works for you (I have
no problem with that).

 When suspended, an incoming call wakes up the device, an alarm doesn't.

ffalarms (opkg install ffalarms) should wake up from suspend without
problems.

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


LVEE, Belarus, ~Grodno, http://lvee.org

2009-04-22 Thread Maksim 'max_posedon' Melnikau
Hi!

I would like to announce Linux Vacation / Eastern Europe 2009 (LVEE 2009, 
http://lvee.org):

The 5th International conference of developers and users of free / open source 
software “Linux Vacation / Eastern Europe” (LVEE 2009) will take place on July 
02-05 near Grodno (Belarus). The event combines both communication and rest of 
the enthusiasts of free software, including GNU/Linux platform, but not 
limited to it.

Conference format includes reports, workshops, and round tables. Speakers will 
be provided with a conference hall, a projector and sound. An abstracts digest 
will be published before the Conference beginning. Presentations subjects 
include development and maintenance of free software, adoption and 
administrating of FOSS-based solutions, peculiarities of free licenses usage. 
LVEE covers a wide range of platforms – from workstations and servers to 
embedded systems and mobile devices.

Participation requests deadline is June, 12. Abstracts submission deadline is 
May, 24.

List of the Conference sponsors is still to be detailed. For today it includes 
SaM Solutions, Promwad, and Lokalnye seti companies. 



Part of conference (it's big ~4days!) will be connected with Neo 
Freerunners(possible including buzz fix party), and Linux on Mobile Devices 
and many others devices. 

Conference is open for Russian(mainly), English spoken people, it is easy 
visit Belarus from Russia/Ukraine, for all other LVEE will try helps with 
visas ( Good chance visit exUSSR! :) ), and don't afraid if you don't know 
Russian.

Also LVEE looking for speakers (any topic connected with Linux/FOSS 
welcome), and sponsors.


Fill free ask me any questions.


Maksim 'max_posedon' Melnikau


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: LVEE, Belarus, ~Grodno, http://lvee.org

2009-04-22 Thread Maksim 'max_posedon' Melnikau
On Wednesday 22 April 2009 11:33:27 Maksim 'max_posedon' Melnikau wrote:
 Hi!

 I would like to announce Linux Vacation / Eastern Europe 2009 (LVEE 2009,
 http://lvee.org):

 The 5th International conference of developers and users of free / open
 source software “Linux Vacation / Eastern Europe” (LVEE 2009) will take
 place on July 02-05 near Grodno (Belarus). The event combines both
 communication and rest of the enthusiasts of free software, including
 GNU/Linux platform, but not limited to it.

 Conference format includes reports, workshops, and round tables. Speakers
 will be provided with a conference hall, a projector and sound. An
 abstracts digest will be published before the Conference beginning.
 Presentations subjects include development and maintenance of free
 software, adoption and administrating of FOSS-based solutions,
 peculiarities of free licenses usage. LVEE covers a wide range of platforms
 – from workstations and servers to embedded systems and mobile devices.

 Participation requests deadline is June, 12. Abstracts submission deadline
 is May, 24.

 List of the Conference sponsors is still to be detailed. For today it
 includes SaM Solutions, Promwad, and Lokalnye seti companies.



 Part of conference (it's big ~4days!) will be connected with Neo
 Freerunners(possible including buzz fix party), and Linux on Mobile Devices
 and many others devices.
...and many others Linux/FOSS topics.

 Conference is open for Russian(mainly), English spoken people, it is easy
 visit Belarus from Russia/Ukraine, for all other LVEE will try helps with
 visas ( Good chance visit exUSSR! :) ), and don't afraid if you don't know
 Russian.

 Also LVEE looking for speakers (any topic connected with Linux/FOSS
 welcome), and sponsors.


 Fill free ask me any questions.


 Maksim 'max_posedon' Melnikau



signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-testing] Suspend?

2009-04-22 Thread Klaus Fürth
Hi!

Łukasz Pankowski schrieb am 22.04.2009 10:14:
 Klaus Fürth klaus.fue...@gmx.de writes:
 
Timeout settings (are these setting unit seconds?):
  suspend : 20
 
 These are in minutes, so change to 1 check if it works for you (I have
 no problem with that).

Thank you very much, this seems to work (even if one minute is too long 
for me). I think the idle* Parameters are added to that?

What about the Illume-Settings? I think the blanking works (whichever 
comes first, illume or power-settings), but suspend doesn't work from 
illume.

Does locking works for you? I get a message No PAM support was built 
into Enlightment desk, locking is disabled. Any way to change this?

 ffalarms (opkg install ffalarms) should wake up from suspend without
 problems.

Thank you, I'll try this one.


Klaus


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


Re: [shr-testing] Suspend?

2009-04-22 Thread ivvmm
Klaus Fürth wrote:
 Does locking works for you? I get a message No PAM support was built 
 into Enlightment desk, locking is disabled. Any way to change this?

It seems that locking is not possible in SHR for now.



signature.asc
Description: OpenPGP digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[om2009] - crash - rotate

2009-04-22 Thread blokkie
Hi ,

I installed the rotate tool  but when it's in horizontal position and I press 
the power button to put the neo in
stand-by it crashes.

I would love to send a output but I don't know where it's logged .

it is reproducable


Cheerio's
Blokkie


PS: when is the next image available ?
/me eager to test :)


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


RE: [Qtei] Which IDE for Development?

2009-04-22 Thread Roland
Hello Radek,

how do you run (and debug) the Qte applications on your PC? I know that Qte
can be build for qtfb (or something like that) but I had some compile errors
and didn't try again. Do you use this?
How do you import the project into Qt Creator? Is there a project file in
the git repository or does Qt Creator work just with the Makefile?

Many simple questions... please excuse this, but since I am usually
developing on a Windows machine (99.9% of our customers are running Windows)
I'm not so familiar with the whole build and development process under
Windows.

Thanks,
Roland

 -Original Message-
 From: community-boun...@lists.openmoko.org [mailto:community-
 boun...@lists.openmoko.org] On Behalf Of Radek Polak
 Sent: Wednesday, April 22, 2009 10:04 AM
 To: List for Openmoko community discussion
 Subject: Re: [Qtei] Which IDE for Development?
 
 Roland wrote:
 
  Is there any IDE one can use for the development?
  Coming from software development with Qt Desktop I think I would be
 able to
  contribute, but working with a normal editor is not really fun.
 
 For new application I am using QT Creator - very nice IDE with
 integrated debugger, completion and other stuff. I build the
 and debug the application on PC and then just compile for QTE.
 
  Also: Is there a way to debug the newly written applications?
 
 QT creator has debugger integrated. If you ever need to debug
 on Neo, you can use gdb.
 
  I am willing to install any Linux distribution and any package needed
 for
  development - but I have to admit I don't have a clue what to
 install.
 
 Just clone QTE git and build it.
 
 http://wiki.openmoko.org/wiki/Qt_Extended_Improved
 
 If you have application working on PC with creator then just do:
 
   /path_to_your_qte/build/bin/qmake -project
   /path_to_your_qte/build/bin/qmake
 
 Copy the binary to Neo, login via SSH, do:
 
   source /opt/Trolltech/Qtopia/qpe.env
   ./your_app
 
 
  Any comment and recommendation is welcome!
  Roland
 
 Any new and useful application are welcome :)
 
 Radek


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


Re: [QtExtended] call for help

2009-04-22 Thread Sound Freedom
Hey Francky,

thanks from the heart for all the job you give up !
I'm really surprise by the possibility of QTEi since you work on it !
Like Radek, I'm definitely staying in !

About your call, I'm sorry. I'm just a network administrator not a
developper, I know scripting but not coding ;)
But I told you that I wanted to translate QTEi in French  change the aspect
of applications.
Please don't be so sad, Look at us, We are near you !

Freedom Sound!


2009/4/21 leonardo maccari leona...@lilik.it

 Franky Van Liedekerke wrote:


 Dear Franky,
 Don't give up. It is astonishing how much the Qtei has improved in the
 last month, since it has been abandoned from trolltech. My impression is
 that it has improved much more in the last month then in the previous 2
 releases. I suppose Trolltech in the last monthes diddn't really focus
 on Freerunner support.

 On my side, when April passess I will try to make a better keyboard :-)

 by now I'm stuck with work (April is the cruellest month, as Elliot
 said...)

 ciao,
 leonardo.

 --
 http://leonardo.lilik.it
 Key fingerprint = 2C20 A587 05AC 42E5 1292  D0D4 3EED CFB5 52FD AD1E

 ___
 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: [Qtei] Which IDE for Development?

2009-04-22 Thread Radek Polak
Roland wrote:

 how do you run (and debug) the Qte applications on your PC? I know that Qte
 can be build for qtfb (or something like that) but I had some compile errors
 and didn't try again. Do you use this?

I write the application just as normal QT application. Running and
debugging on regular QT/X11. When i am done with coding and debugging
i just port the application to QTE.

 How do you import the project into Qt Creator? Is there a project file in
 the git repository or does Qt Creator work just with the Makefile?

I start the app as normal QT application. Then i port it to QTE.
This is possible because Qtopia contains all the classes as big
QT has.

It's my first application and first program that i wrote in C++ so
there might appear problems with this approach, but right now it
works just fine.

Radek

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


Re: [shr-testing] Suspend?

2009-04-22 Thread rakshat hooja
On Wed, Apr 22, 2009 at 2:38 PM, ivvmm unachieva...@gmail.com wrote:

 Klaus Fürth wrote:
  Does locking works for you? I get a message No PAM support was built
  into Enlightment desk, locking is disabled. Any way to change this?

 It seems that locking is not possible in SHR for now.


Don't you have to manually bind the AUX key from settings for locking now on
SHR? I am not using SHR right now but I think that may be the case.

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


Re: [shr-testing] Suspend?

2009-04-22 Thread Klaus 'mrmoku' Kurzmann
Am Mittwoch 22 April 2009 11:08:40 schrieb ivvmm:
 Klaus Fürth wrote:
  Does locking works for you? I get a message No PAM support was built
  into Enlightment desk, locking is disabled. Any way to change this?

 It seems that locking is not possible in SHR for now.
It is! The full lock needs PAM and was never possible. The working lock is the 
desktop simple lock.

Klaus 'mrmoku' Kurzmann


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


Re: [om2009] - crash - rotate

2009-04-22 Thread Rui Miguel Silva Seabra
On Wed, Apr 22, 2009 at 11:08:02AM +0200, blokkie wrote:
 Hi ,
 
 I installed the rotate tool  but when it's in horizontal position and I press 
 the power button to put the neo in
 stand-by it crashes.
 
 I would love to send a output but I don't know where it's logged .
 
 it is reproducable

Hello,

Are you referring to omnewrotate? If so, can you please file a bug at
http://code.google.com/p/omnewrotate ?

omnewrotate doesn't crash on suspend with Om2008.12 (which I'm using)
because there are apm suspend.d and resume.d script that stop it and
start it according to the case, but there _could_ be an issue with your
particular setup.

Best,
Rui

-- 
Umlaut Zebra �ber alles!
Today is Boomtime, the 39th day of Discord in the YOLD 3175
+ No matter how much you do, you never do enough -- unknown
+ Whatever you do will be insignificant,
| but it is very important that you do it -- Gandhi
+ So let's do it...?

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


Re: vmware image for building apps for openmoko

2009-04-22 Thread Rafael Campos
On Wed, Apr 22, 2009 at 4:02 AM,  wim.delv...@adaptiveplanet.com wrote:
 Hi all,

 is there some image of VMware that contains all the tools and stuff to compile
 applications for OM ?
I din't know one of this. But i would prefer a qemu one ;)

 Thx

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



-- 
___
Rafael Campos
o0 Methril 0o
http://openblog.methril.net/

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


Re: [SHR] 4-16 shr-testing is pretty good!

2009-04-22 Thread Helge Hafting
Vasco Névoa wrote:
 That explains it. :)
 Well, Xavier, I gave up on my Portuguese accentuated characters a while ago.
 Since I only use the keyboard's dictionary for SMS messages, it's ok  
 (kids today are writing a lot worse on SMS than just a few missing  
 accents...)  ;)
 It would be good to have someday, but I won't bother opening a ticket  
 when there is much bigger fish to fry first.

You can type accented characters if you install a terminal keyboard (no 
prediction) that has accents. I use a keyboard with dead keys so
I can type lots of accented characters without needing hundreds of keys.

This did not work in SMS before, because of some UI problem. It did work 
on the linux command line though. I haven't tested the 16.april SHR yet, 
perhaps the accents works in sms there.

Helge Hafting

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


Re: [shr-testing] Suspend?

2009-04-22 Thread Helge Hafting
Łukasz Pankowski wrote:
 Klaus Fürth klaus.fue...@gmx.de writes:
 
Timeout settings (are these setting unit seconds?):
  suspend : 20
 
 These are in minutes, so change to 1 check if it works for you (I have
 no problem with that).
 
These settings used to be in seconds. Did they really change the suspend
and backlight timeouts to minutes? Why?

Helge Hafting

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


Re: [shr-testing] Suspend?

2009-04-22 Thread Johny Tenfinger
On Wed, Apr 22, 2009 at 12:11, Helge Hafting helge.haft...@hist.no wrote:

 These settings used to be in seconds. Did they really change the suspend
 and backlight timeouts to minutes? Why?


No. These settings are still in seconds.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR] 4-16 shr-testing is pretty good!

2009-04-22 Thread Johny Tenfinger
On Wed, Apr 22, 2009 at 12:06, Helge Hafting helge.haft...@hist.no wrote:

 This did not work in SMS before, because of some UI problem


It's fixed ;)
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-testing] Suspend?

2009-04-22 Thread Łukasz Pankowski
Helge Hafting helge.haft...@hist.no writes:

 Łukasz Pankowski wrote:
 Klaus Fürth klaus.fue...@gmx.de writes:
 
Timeout settings (are these setting unit seconds?):
  suspend : 20
 
 These are in minutes, so change to 1 check if it works for you (I have
 no problem with that).
 
 These settings used to be in seconds. Did they really change the suspend
 and backlight timeouts to minutes? Why?

Oh, 20 is in dead 20s seconds (it suspends after 1minute with all the
other timeouts): was my stupid assumption -- sorry for the noise --
based only on setting it to 1 (a horrible test :) ).


 Helge Hafting

 ___
 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: [QtExtended] call for help

2009-04-22 Thread Franky Van Liedekerke
On Wed, Apr 22, 2009 at 11:12 AM, Sound Freedom
sound.of.free...@gmail.com wrote:
 Hey Francky,

 thanks from the heart for all the job you give up !
 I'm really surprise by the possibility of QTEi since you work on it !
 Like Radek, I'm definitely staying in !

 About your call, I'm sorry. I'm just a network administrator not a
 developper, I know scripting but not coding ;)
 But I told you that I wanted to translate QTEi in French  change the aspect
 of applications.
 Please don't be so sad, Look at us, We are near you !

 Freedom Sound!


 2009/4/21 leonardo maccari leona...@lilik.it

 Franky Van Liedekerke wrote:


 Dear Franky,
 Don't give up. It is astonishing how much the Qtei has improved in the
 last month, since it has been abandoned from trolltech. My impression is
 that it has improved much more in the last month then in the previous 2
 releases. I suppose Trolltech in the last monthes diddn't really focus
 on Freerunner support.

 On my side, when April passess I will try to make a better keyboard :-)

 by now I'm stuck with work (April is the cruellest month, as Elliot
 said...)

 ciao,
 leonardo.

tx for all the kind words. Thanks to these (and of course the fix Lorn
mailed) I found the drive to continue.
I'm in progress of cloning the git of Radek and adding all my changes
to it. After that, we can accept any patches that seem usefull. I've
actived github issues for this, but that's for the future. First,
I'll bring all changes online and try to have a decent comment next to
each change (so as to know why something has been done).
After that, we're open for business. Anything is welcome then:
translations, small code cleanups, new apps (Radek and Filip seem to
be working on a new GPS and video player app), bugfixes (or the
reports), etc ... I don't accept money donations though, that's not my
thing :-)

Franky

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


Re: [shr-testing] Suspend?

2009-04-22 Thread ivvmm
Klaus 'mrmoku' Kurzmann wrote:
 Am Mittwoch 22 April 2009 11:08:40 schrieb ivvmm:
 Klaus Fürth wrote:
 Does locking works for you? I get a message No PAM support was built
 into Enlightment desk, locking is disabled. Any way to change this?
 It seems that locking is not possible in SHR for now.
 It is! The full lock needs PAM and was never possible. The working lock is 
 the 
 desktop simple lock.
 
 Klaus 'mrmoku' Kurzmann
 
 

I could only find a Lock in wrench key bindings and nothing else that
could be called a simple desktop lock. Or was I just inattentive? To be
more strict: how to enable screen locking in SHR-testing?

Going to wrench and then key bindings, making the aux button call the
Lock procedure displays a message that Enlightment was configured
without PAM support.



signature.asc
Description: OpenPGP digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-testing] Suspend?

2009-04-22 Thread Łukasz Pankowski
ivvmm unachieva...@gmail.com writes:

 Klaus 'mrmoku' Kurzmann wrote:
 Am Mittwoch 22 April 2009 11:08:40 schrieb ivvmm:
 Klaus Fürth wrote:
 Does locking works for you? I get a message No PAM support was built
 into Enlightment desk, locking is disabled. Any way to change this?
 It seems that locking is not possible in SHR for now.
 It is! The full lock needs PAM and was never possible. The working lock is 
 the 
 desktop simple lock.
 
 Klaus 'mrmoku' Kurzmann
 
 

 I could only find a Lock in wrench key bindings and nothing else that
 could be called a simple desktop lock. Or was I just inattentive?

I also see Desktop simple lock two items below Lock.

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


bluetooth spam

2009-04-22 Thread Carlo Minucci
i have write a little application for spam a file via bluetooth :)

this is the code (you need openpush package)

#!/usr/bin/python

import os
import string
import time

start_bluetooth=echo 1  
/sys/bus/platform/devices/neo1973-pm-bt.0/power_on; echo 0  
/sys/bus/platform/devices/neo1973-pm-bt.0/reset; /etc/init.d/bluetooth 
start
os.system(start_bluetooth)

while 10:
dev_scan = hcitool scan
list_dev=os.popen(dev_scan)
tot= list_dev.read()
tot= tot.split(\n)
tot.pop(0)
tot.reverse()
tot.pop(0)
for dev in tot:
dev=dev.split(\t)
get_channel = sdptool search --bdaddr  + dev[1] +  OPUSH | 
sed 's/ //g' | grep Channel | cut -d: -f 2
channel_scan=os.popen(get_channel)
channel=channel_scan.read()
print ! + channel[:-1] + !
if channel != :
send_file=obextool push file.txt  + dev[1] ++ channel
print sending file to \ + dev[2] + \
print send_file
send=os.system(send_file)
time.sleep(5)

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


Re: [shr-testing] Suspend?

2009-04-22 Thread Klaus 'mrmoku' Kurzmann
Am Mittwoch 22 April 2009 13:02:26 schrieb ivvmm:
 Klaus 'mrmoku' Kurzmann wrote:
  Am Mittwoch 22 April 2009 11:08:40 schrieb ivvmm:
  Klaus Fürth wrote:
  Does locking works for you? I get a message No PAM support was built
  into Enlightment desk, locking is disabled. Any way to change this?
 
  It seems that locking is not possible in SHR for now.
 
  It is! The full lock needs PAM and was never possible. The working lock
  is the desktop simple lock.
 
  Klaus 'mrmoku' Kurzmann

 I could only find a Lock in wrench key bindings and nothing else that
 could be called a simple desktop lock. Or was I just inattentive? To be
 more strict: how to enable screen locking in SHR-testing?

 Going to wrench and then key bindings, making the aux button call the
 Lock procedure displays a message that Enlightment was configured
 without PAM support.
Instead of selecting the lock action you have to scroll down to the Desktop 
section and select the desktop simple lock there. It is a bit difficult to 
find because of the small screen size though :-)

Klaus 'mrmoku' Kurzmann



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


Re: Pulster Openmoko Shop - new: Bluetooth Keyboard

2009-04-22 Thread Timo Juhani Lindfors
openm...@pulster.de (Christoph Pulster) writes:
 I am trying to expand range of accessories to the Openmoko Freerunner,
 I hope you enjoy it.

Thank you very much. Any chance you could start selling Y-cables (USB
cables that make it possible to charge neo while using usb devices at
the same time)? This would be very useful when using usb 3G stick. I
don't want to unplug it when I charge the phone since then I'd the
connection would drop.


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


Re: Pulster Openmoko Shop - new: Bluetooth Keyboard

2009-04-22 Thread David Reyes Samblas Martinez
2009/4/22 Christoph Pulster openm...@pulster.de:
 Thanks to David Samblas, who wrote the Wiki for Bluetooth Keyboard:
 http://wiki.openmoko.org/wiki/Freedom_Slim_Keyboard
 we have stock up with the Freedom Ltd. Slim Keyboard.
I will update with lastest SHR testing,OM2009 beta, and QTEi in short

 Manufacturer:
 http://www.freedominput.com/site/
 index.php?option=com_contenttask=viewid=137Itemid=140

 Pulster Shop:
 http://www.pulster.de/engl/index.html?d_834.htm
Tuxbrain shop
http://www.tuxbrain.net/shop/product_info.php?products_id=50


 I am trying to expand range of accessories to the Openmoko Freerunner,
As you also know you can count always with my helping hand on it. :)
 I hope you enjoy it.

 Christoph

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




-- 
David Reyes Samblas Martinez
http://www.tuxbrain.com
Open ultraportable  embedded solutions
Openmoko, Openpandora, GP2X the Wiz, Letux 400, Arduino
Hey, watch out!!! There's a linux in your pocket!!!

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


PCB and schematic of openmoko

2009-04-22 Thread Anas Alzouhbi
Hello!
I need the schematic and the pcb of my smarthphone openmoko GTA02,
this link isn't available:
http://downloads.openmoko.org/developer/schematics/GTA02/Schematics_Freerunner/GTA02_A5-7cumulative_public_RC0.pdf

I need to know the locations of accelerometers on the board, and the
location of the SPI interface

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


Re: PCB and schematic of openmoko

2009-04-22 Thread Joseph Reeves
http://downloads.openmoko.org/developer/schematics/GTA02/

?

Cheers, Joseph



2009/4/22 Anas Alzouhbi anas@gmail.com:
 Hello!
 I need the schematic and the pcb of my smarthphone openmoko GTA02,
 this link isn't available:
 http://downloads.openmoko.org/developer/schematics/GTA02/Schematics_Freerunner/GTA02_A5-7cumulative_public_RC0.pdf

 I need to know the locations of accelerometers on the board, and the
 location of the SPI interface

 ___
 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: Pulster Openmoko Shop - new: Bluetooth Keyboard

2009-04-22 Thread Timo Juhani Lindfors
openm...@pulster.de (Christoph Pulster) writes:
 Thanks to David Samblas, who wrote the Wiki for Bluetooth Keyboard:
 http://wiki.openmoko.org/wiki/Freedom_Slim_Keyboard
 we have stock up with the Freedom Ltd. Slim Keyboard.

How much does the keyboard consume if I power it entirely with usb
power from the phone?

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


Re: bluetooth spam

2009-04-22 Thread The Digital Pioneer
Spam a file? Send it to everyone in range? Why?
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: vmware image for building apps for openmoko

2009-04-22 Thread The Digital Pioneer
Ditto, Qemu's better for me. KVM FTW. :p

Yeah, you _can_ use VMWare images in Qemu, but they tend to not work right.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: bluetooth spam

2009-04-22 Thread Evgeny
On Wed, Apr 22, 2009 at 4:20 PM, The Digital Pioneer
digitalpionee...@gmail.com wrote:
 Spam a file? Send it to everyone in range? Why?

It seems, because he can do it, funny.

-- 
So long, and thanks for all the fish.

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


Re: shr - messages + wsod

2009-04-22 Thread Tony Berth
On Tue, Apr 21, 2009 at 11:27 PM, Pietro m0nt0 Montorfano 
mont...@gmail.com wrote:

 Il giorno mar, 21/04/2009 alle 22.30 +0400, ivvmm ha scritto:
  Pietro Montorfano wrote:
   just get back to the old 2.6.29-r2 kernel and then wsod
   will go away.
 
  How can this be achieved? The WSOD is really getting on my nerves.

 Quite simple but dirty:
 1) download a tar.gz version of shr which was running and the uImage,
 let's say the one built on 10th of april, before the big upgrade.
 2) get the /lib/modules/2.6.29-r2 dir out of the tar.gz
 3) copy it to your FR with scp, obviously it should be in /lib/modules
 4) run depmod -ae from your FR
 5a) if you are using the flash, use dfu-util to flash the kernel
 5b) if you are using the uSD, copy the uImage in the right place

 There are other ways like using opkg or something similar but, hey, this
 is simple and it's working :D

 Bye!

 Pietro



I don't know if the 'new' kernel (from the 21/4) was supposed to fix WSOD
but it didn't!

Thanks

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


Re: Pulster Openmoko Shop - new: Bluetooth Keyboard

2009-04-22 Thread Christ van Willegen
On Wed, Apr 22, 2009 at 2:51 PM, Timo Juhani Lindfors
timo.lindf...@iki.fi wrote:
 openm...@pulster.de (Christoph Pulster) writes:
 Thanks to David Samblas, who wrote the Wiki for Bluetooth Keyboard:
 http://wiki.openmoko.org/wiki/Freedom_Slim_Keyboard
 we have stock up with the Freedom Ltd. Slim Keyboard.

 How much does the keyboard consume if I power it entirely with usb
 power from the phone?

Since it's bluetooth, it probably has its own batteries. Having a
bluetooth keyboard that is powered by a cable seems a bit... overkill.

Christ van Willegen

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


Re: bluetooth spam

2009-04-22 Thread William Kenworthy
At a local employment expo 2 yrs or so ago, we sent the university logo
and message to anyone wandering past the stand.  I only found out when
one great bear of a guy came up brandishing his phone ... did you guys
do this ... with the image on his display - I didnt know it was even
possible at the time!  Thinking back, he might have assumed it replaced
his favourite wallpaper - may have in fact?

BillK





On Wed, 2009-04-22 at 08:20 -0500, The Digital Pioneer wrote:
 Spam a file? Send it to everyone in range? Why?
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
-- 
William Kenworthy bi...@iinet.net.au
Home in Perth!


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


shr-sms-chinese-character-support

2009-04-22 Thread Daniel.Li
Dear List,

I flashed latest shr image. but it can't display Chinese message
correctly.

I also googled web, and found nothing.

Is there anyway to fix the problem. Or simply an opkg install
something?

Thanks in advance.
-- 
Daniel.Li lida_m...@163.com
PALFocus (http://palfocus.oicp.net)



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


[Qt Extended] Backup SMS and Contacts

2009-04-22 Thread Fabio Locati
How can I backup my SMS and my Contact list? is possible to export
them in a CSV file, or in some other kind of portable file? (sql or
something similar)
Thank you
-- 
Fabio A Locati

Home: Segrate, Milan, Italy (GMT +1)
Phone: +39-328-3799681
MSN/Jabber/E-Mail: fabioloc...@gmail.com

PGP Key: 9EF6 3C79 F6DF 76CD 770A 43A1 DCCB 415C 9656 3334

Envolved in: KDE, OpenStreetMap, Ubuntu, Wikimedia

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


Re: [Qt Extended] Backup SMS and Contacts

2009-04-22 Thread Franky Van Liedekerke
On Wed, Apr 22, 2009 at 4:07 PM, Fabio Locati fabioloc...@gmail.com wrote:
 How can I backup my SMS and my Contact list? is possible to export
 them in a CSV file, or in some other kind of portable file? (sql or
 something similar)
 Thank you
 --
 Fabio A Locati

according to me they are already in a sqllite database (location in
/home/root I believe)
But for contacts: you can go to your contacts and select send all as
VCF or something alike, I did this via mail, so the app created a VCF
file and sended it via mail to me (don't forget to first configure
your mail and send a testmail). Send via bluetooth should work as well
(remember the restrictions: only on first boot bluetooth works ok in a
2.6.28 kernel, not after suspend).
For the SMS's, I don't know if an export is available, haven't looked at it yet.

Franky

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


RE: bluetooth spam

2009-04-22 Thread Juan Lucas Dominguez Rubio
 Spam a file? Send it to everyone in range? Why?
 
The word why? is a taboo in this list, you fool !!
dont you ever say it again !!
 

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


Re: bluetooth spam

2009-04-22 Thread Joseph Reeves
Advertisers use it a lot. I've also spoken to someone who was using
the spamming service for a community heritage project; you walked
around and had details of the area you're in sent to your phone.

It's just a case of needing a little imagination ;)



2009/4/22 The Digital Pioneer digitalpion...@gmail.com:
 Spam a file? Send it to everyone in range? Why?

 ___
 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: Pulster Openmoko Shop - new: Bluetooth Keyboard

2009-04-22 Thread Timo Juhani Lindfors
Christ van Willegen cvwille...@gmail.com writes:
 Since it's bluetooth, it probably has its own batteries. Having a
 bluetooth keyboard that is powered by a cable seems a bit... overkill.

I'd still like to know how much it consumes if it is connected to USB
permanently.

-Timo


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


Re: [Qt Extended] Backup SMS and Contacts

2009-04-22 Thread Fabio Locati
the SMS are in the sqllite database too?

On Wed, Apr 22, 2009 at 4:17 PM, Franky Van Liedekerke
liede...@telenet.be wrote:
 On Wed, Apr 22, 2009 at 4:07 PM, Fabio Locati fabioloc...@gmail.com wrote:
 How can I backup my SMS and my Contact list? is possible to export
 them in a CSV file, or in some other kind of portable file? (sql or
 something similar)
 Thank you
 --
 Fabio A Locati

 according to me they are already in a sqllite database (location in
 /home/root I believe)
 But for contacts: you can go to your contacts and select send all as
 VCF or something alike, I did this via mail, so the app created a VCF
 file and sended it via mail to me (don't forget to first configure
 your mail and send a testmail). Send via bluetooth should work as well
 (remember the restrictions: only on first boot bluetooth works ok in a
 2.6.28 kernel, not after suspend).
 For the SMS's, I don't know if an export is available, haven't looked at it 
 yet.

 Franky

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




-- 
Fabio A Locati

Home: Segrate, Milan, Italy (GMT +1)
Phone: +39-328-3799681
MSN/Jabber/E-Mail: fabioloc...@gmail.com

PGP Key: 9EF6 3C79 F6DF 76CD 770A 43A1 DCCB 415C 9656 3334

Envolved in: KDE, OpenStreetMap, Ubuntu, Wikimedia

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


Re: shr - messages + wsod

2009-04-22 Thread ivvmm
Pietro m0nt0 Montorfano wrote:
 Il giorno mar, 21/04/2009 alle 22.30 +0400, ivvmm ha scritto:
 Pietro Montorfano wrote:
 just get back to the old 2.6.29-r2 kernel and then wsod
 will go away.
 How can this be achieved? The WSOD is really getting on my nerves.
 
 Quite simple but dirty:
 1) download a tar.gz version of shr which was running and the uImage,
 let's say the one built on 10th of april, before the big upgrade.
 2) get the /lib/modules/2.6.29-r2 dir out of the tar.gz
 3) copy it to your FR with scp, obviously it should be in /lib/modules
 4) run depmod -ae from your FR
 5a) if you are using the flash, use dfu-util to flash the kernel
 5b) if you are using the uSD, copy the uImage in the right place
 
 There are other ways like using opkg or something similar but, hey, this
 is simple and it's working :D
 
 Bye!
 
 Pietro
 
 

Thank you for the solution. But why just SHR developers do not revert
the kernel packages in testing and leave newer in unstable?




signature.asc
Description: OpenPGP digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: bluetooth spam

2009-04-22 Thread Carlo Minucci
Evgeny ha scritto:
 On Wed, Apr 22, 2009 at 4:20 PM, The Digital Pioneer
 digitalpionee...@gmail.com wrote:
 Spam a file? Send it to everyone in range? Why?

 It seems, because he can do it, funny.
 

exactly :)


the true
i have code this application for spread mp3 of my band during live concert
it's cool :)

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


Re: bluetooth spam

2009-04-22 Thread ivvmm
Carlo Minucci wrote:
 Evgeny ha scritto:
 On Wed, Apr 22, 2009 at 4:20 PM, The Digital Pioneer
 digitalpionee...@gmail.com wrote:
 Spam a file? Send it to everyone in range? Why?

 It seems, because he can do it, funny.

 
 exactly :)
 
 
 the true
 i have code this application for spread mp3 of my band during live concert
 it's cool :)
 

Hold from that. Spread ogg :)




signature.asc
Description: OpenPGP digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [om2009] - crash - rotate

2009-04-22 Thread Angus Ainslie
Hi Blokkie,

On Wed, 2009-04-22 at 11:08 +0200, blokkie wrote:
 Hi ,
 
 I installed the rotate tool  but when it's in horizontal position and I press 
 the power button to put the neo in
 stand-by it crashes.
 
 I would love to send a output but I don't know where it's logged .
 

I've updated the wwiki page with information on how to enable DEBUG
logging in fso.

http://wiki.openmoko.org/wiki/Om_2009

 it is reproducable
 
 
 Cheerio's
 Blokkie
 
 
 PS: when is the next image available ?
 /me eager to test :)
 

I was hoping to get it out this week, but because of some changes to
enlightenment the earliest you'll probably see it is Monday.

Angus


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


Re: [QtExtended] Latest and greatest, progress mail 8

2009-04-22 Thread giacomo giotti mariani

 (install instructions and script updated on 2090421: see below)

 Problems solved:
 
 See http://users.telenet.be/liedekef/qt-issues-fixed.txt 

 Latest:
 - 20090421: save contact now works from with the Call list
   overview (the dialog with the question to create a new contact
   was stuck on screen with yes/no, fix thanks to Lorn)

 For those wanting a binary diff: sorry, I only changed 1 file
 (savetocontacts.cpp), but I don't know which binary file changed
 because of this.

 Problems found (more like small nuisances now):
 ===
 See http://users.telenet.be/liedekef/qt-issues.txt

 Install instructions:
 =
 download the script
 http://users.telenet.be/liedekef/openmoko_install.sh , read the comments
 at the top and then execute the script on your openmoko (after having
 flashed the device and made sure internet works).
 For those who just want to replace their existing QtE: just download
 the QtE compressed file and replace your existing QtE with it:
 http://users.telenet.be/liedekef/qte_20090421.tgz.

 Enjoy!

 Franky

   
Yours work is great, keep it up!
I'm sad: don't being a programmer I can't help you very much;
I can only test your fantastic job.
I have only a suggestion: like SHR is it possible to use opkg to keep
our QTeI updated?

Thank you very much
Giacomo

-- 
/_\ The ASCII   Per comunicare in modo riservato:
\_/ Ribbon Campaign gpg --keyserver  pool.sks-keyservers.net \
 X  Against HTML--recv-keys 20611EAD
/_\ Email!   
--
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


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


Re: bluetooth spam

2009-04-22 Thread The Digital Pioneer

 Hold from that. Spread ogg :)


That's right, MP3 FTL.


-- 
Thanks,

The Digital Pioneer

--

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 8

2009-04-22 Thread Franky Van Liedekerke
On Wed, 22 Apr 2009 17:51:28 +0200
giacomo \giotti\ mariani giacomomari...@yahoo.it wrote:



 Yours work is great, keep it up!
 I'm sad: don't being a programmer I can't help you very much;
 I can only test your fantastic job.
 I have only a suggestion: like SHR is it possible to use opkg to keep
 our QTeI updated?
 

Hi,

opkg can be used to update the base system, but not QtEI itself.

Franky

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


xbill

2009-04-22 Thread Pietro m0nt0 Montorfano
Hey i was thinking about great games that made me love linux, the one,
THE game, xbill...

here is the screenshot:
http://scap.linuxtogo.org/files/d303347b533685328f7b3cec974bfc59.png

and here is the ipk:
http://forum.telefoninux.org/index.php?action=dlattach;topic=1381.0;attach=200

i'm registering on opkg.org and soon it will also be available there.

Bye!

Pietro


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


Re: Pulster Openmoko Shop - new: Bluetooth Keyboard

2009-04-22 Thread David Reyes Samblas Martinez
Timo, I agree with  Christ about what a wired BT keyboard seems :)
,but all this is about freedom of choise , and what the ... I'm
curiouse too, so I will try to satisfy you, I will try it short with a
tester connected to my pc, totally discharged, middle charged, full
charged and in use and stanby.
Sorry but I preffer to not do it on the neo directly I love it too much :)

2009/4/22 Timo Juhani Lindfors timo.lindf...@iki.fi:
 Christ van Willegen cvwille...@gmail.com writes:
 Since it's bluetooth, it probably has its own batteries. Having a
 bluetooth keyboard that is powered by a cable seems a bit... overkill.

 I'd still like to know how much it consumes if it is connected to USB
 permanently.

 -Timo


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




-- 
David Reyes Samblas Martinez
http://www.tuxbrain.com
Open ultraportable  embedded solutions
Openmoko, Openpandora, GP2X the Wiz, Letux 400, Arduino
Hey, watch out!!! There's a linux in your pocket!!!

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


Re: xbill

2009-04-22 Thread Pietro m0nt0 Montorfano
Il giorno mer, 22/04/2009 alle 18.19 +0200, Pietro m0nt0 Montorfano ha
scritto:
 Hey i was thinking about great games that made me love linux, the one,
 THE game, xbill...
 
 here is the screenshot:
 http://scap.linuxtogo.org/files/d303347b533685328f7b3cec974bfc59.png
 
 and here is the ipk:
 http://forum.telefoninux.org/index.php?action=dlattach;topic=1381.0;attach=200
 
 i'm registering on opkg.org and soon it will also be available there.

Ok, now also on opkg:
http://www.opkg.org/package_209.html

Bye!

Pietro


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


Re: Pulster Openmoko Shop - new: Bluetooth Keyboard

2009-04-22 Thread arne anka
 Timo, I agree with  Christ about what a wired BT keyboard seems :)

what's wrong with you guys? the description clearly states it is  
rechargeable via usb -- so, how is asking for the current taken in any way  
unreasonable?

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


Re: Pulster Openmoko Shop - new: Bluetooth Keyboard

2009-04-22 Thread Timo Juhani Lindfors
arne anka openm...@ginguppin.de writes:
 Timo, I agree with  Christ about what a wired BT keyboard seems :)

 what's wrong with you guys? the description clearly states it is  
 rechargeable via usb -- so, how is asking for the current taken in any way  
 unreasonable?

But I was wondering it if it can be powered from USB when the battery
is full. And if not, how efficient it is to charge and discharge the
battery at the same time.

-Timo


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


Re: Pulster Openmoko Shop - new: Bluetooth Keyboard

2009-04-22 Thread Timo Juhani Lindfors
openm...@pulster.de (Christoph Pulster) writes:
 I'd still like to know how much it consumes if it is connected to USB
 permanently.

 Good question Timo. Please drop a ticket to the manufactorer:
 http://freedom.helpserve.com/index.php

 You can there also the Quickstart Guide for the Slim Keyboard.

It's now at

http://freedom.helpserve.com/index.php?_m=tickets_a=viewticketticketid=29948

Here's a copy:

Freedom Slim Keypad - Install and quickstart guide does not mention anything 
about what happens if I keep the keyboard permanently connected to USB of my 
phone. Does the battery constantly charge and discharge? How much current will 
it draw in this scenario?

I'd like to keep the keyboard connected to my phone (openmoko neo freerunner) 
at all times when it is possible so that I need to stress the battery only when 
I really can not usb usb cable.


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


Re: shr-sms-chinese-character-support

2009-04-22 Thread ykstortnilats

Hi,

You need a font that has Chinese characters.
For instance I use fireflysung.ttf as my font.
Google it and you'll find where to download it.
Put the font file into /usr/share/fonts/truetype and you'll be able to
choose it in illume-settings.
I use SHR too. Sending and displaying Chinese SMSes are OK.
You can see my running examples in my album:
http://www.flickr.com/photos/ykstortnilats/sets/72157616883527775/detail/
http://www.flickr.com/photos/ykstortnilats/sets/72157616883527775/detail/ 

I'm currently working on creating a traditional Chinese stroke model for
zinnia the handwriting recognizer.
Is there anyone who knows how to write traditional Chinese characters can
help?

Regards,

Scott


Daniel.Li wrote:
 
 Dear List,
 
 I flashed latest shr image. but it can't display Chinese message
 correctly.
 
 I also googled web, and found nothing.
 
 Is there anyway to fix the problem. Or simply an opkg install
 something?
 
 Thanks in advance.
 -- 
 Daniel.Li lida_m...@163.com
 PALFocus (http://palfocus.oicp.net)
 
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 

-- 
View this message in context: 
http://n2.nabble.com/shr-sms-chinese-character-support-tp2676238p2677537.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


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


Re: [All?] Dictator - the most undemocratic recording and dictation software ever

2009-04-22 Thread Onen
Timo Juhani Lindfors wrote:
 kimaidou kimai...@gmail.com writes:
 * adding them into the wav file (or ogg file) metadata ? Which format ? Have
 you any clue how to do it ?
 
 Just use timestamped recordings and correlate those later against GPS
 data. If you to ask the GPS for the current location you get
 lower/unpredictable precision (important if you are moving fast in a
 car for example) and you can not use external GPS device not connected to the 
 phone at all.
 

I agree. I prefer to see two separate files. I have been using a phone 
with embedded GPS to make the GPX. I have used its camera to take 
pictures. Without any further work JOSM displays my track with pictures 
at the right places. So I guess it does correlate the different timestamps.

But what I described in a previous email about audio is supported by 
JOSM too. So there is probably already two approaches supported.

Onen


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


Re: [All?] Dictator - the most undemocratic recording and dictation software ever

2009-04-22 Thread Onen
Francesco de Virgilio wrote:
 The only thing I notice, in our (community) work is that today we have a
 LOT of applications doing gpx recording (going with memory, I remember
 TangoGPS, BikeAtor, Navit, probably also GPS Sight and Mumpot). Some
 applications have a database to insert POIs (like TangoGPS), but still
 doesn't exists something integrating all the features we
 (OSMmappers/surveyors) need.
 

I would love to see a daemon (DBus?) running on the phone, to which any 
application could ask to build a GPX file for it. It could ask to insert 
waypoints, etc... everything supported by the GPX specifications.

It could have also the capability like ousaged to detect when an app 
which has required building a GPX has disappeared, in order to prevent 
from building GPX forever for an app which is gone.

This way any application could ask for a GPX and focuses on its own logic.

If anybody is interested, feel free to ping me :-)

Onen


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


[QtExtended] gstreamer question

2009-04-22 Thread Franky Van Liedekerke
Hi all,

in qtextended, there are different kind of media engines:

- helix
- cruxus
- gstreamer

cruxus is the default, and using the libmad patch, it can play mp3's
But what's the advantage of gstreamer support? If I compile it in, has
it priority over cruxus if gstreamer libs are on the device?
And if gstreamer is installed, can I then just play mp3's (using the
correct codecs) without the libmad patch?
I don't think helix is of any use anymore ...

Franky

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


US Buzz/GPS Fix

2009-04-22 Thread Staley, Daniel L
Hi all,

I keep hearing of these great Buzz Fix parties going on across Europe, and 
think it is great that the community is pulling together like that.
Has there been any word of one of these events or just someone in the United 
States attempting the same thing?

I'd love to get the fixes (Buzz and GPS for sureperhaps also the audio 
capacitor?) applied to my freerunner, but don't have the soldering tools or 
expertise requiredI'm more of a software guy. =P

Thanks,
-Dan Staley
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] gstreamer question

2009-04-22 Thread Lorn Potter

On 23/04/2009, at 4:00 AM, Franky Van Liedekerke wrote:

 Hi all,

 in qtextended, there are different kind of media engines:

 - helix
 - cruxus
 - gstreamer

 cruxus is the default, and using the libmad patch, it can play mp3's
 But what's the advantage of gstreamer support? If I compile it in, has
 it priority over cruxus if gstreamer libs are on the device?

depends on how it is ordered in the .pri/o file, first one in the list  
gets priority.


 And if gstreamer is installed, can I then just play mp3's (using the
 correct codecs) without the libmad patch?

Yes, if you have the correct gstreamer plugin(s) installed.
There are some performance problems with gstreamer though...
mp3 should be ok.

 I don't think helix is of any use anymore ...


It is, but the public source has not been updated, and no one can  
distribute it without a license besides.
:)


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


Re: bluetooth spam

2009-04-22 Thread Steve Mosher
Hmm..
  The possibilities are endless. I imagine, however, that thre might be 
some media assets, like personal photos, that one would not want to spam 
around the club... or maybe not..Self promotion at its best.

Carlo Minucci wrote:
 Evgeny ha scritto:
 On Wed, Apr 22, 2009 at 4:20 PM, The Digital Pioneer
 digitalpionee...@gmail.com wrote:
 Spam a file? Send it to everyone in range? Why?

 It seems, because he can do it, funny.

 
 exactly :)
 
 
 the true
 i have code this application for spread mp3 of my band during live concert
 it's cool :)
 
 ___
 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


Freerunner, strange issues with kernels = 2.6.28; some boot, some don't

2009-04-22 Thread E. Boer
Hello,

I'm still struggling with the newest kernels = 2.6.28. I tried SHR [1],
OM2009 (latest)[2] and Android [3]. All have a kernel = 2.6.28. But
only the kernel of Android works! So I downloaded the latest
Andy-tracking-more-drivers kernel [4] and flashed it to the freerunner
and it works, but the wireless network of this kernel doens't work.
Tried the andy-tracking-more-drivers-stable but this kernel also doesn't
work :-(. Moving to the experimental kernels [5] doesn't work too

Even boot from SD doesn't work :-(  I think I forgot
something, but what  When I start the Freerunner, the
system says (with experimental kernel [5]) :

freerunner
NAND read: device 0 offset 0x8, size 0x20
 2097152 bytes read: OK
## Booting kernel from Legacy Image at 3200 ...
   Image Name: openmoko/2.6.28-andy-tracking+gi
   Created:2009-04-21 19:41:02 UTC
   Image Type: ARM Linux Kernel Image (uncompressed)
   Data Size:  1831744 Bytes = 1.7 MB
   Load Address: 30008000
   Entry Point:  30008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ... 
/freerunner

that's it. I've tried u-boot and qi, but the results are the same.

In short:
Only the standard kernel from Android and the
uImage-moredrivers-GTA02_andy-tracking-d1a9cf85c8608601.bin are working.
Other kernels don't.

Maybe there is something with my u-boot / qi environment? Can I clean up
that with dfu-util?

Hopefully somebody can point me in the right direction.

Thanks

Eddy


[1] http://build.shr-project.org/shr-testing/images/om-gta02/
[2] http://downloads.openmoko.org/distro/unstable/NeoFreerunner/
[3] http://freerunner.android.koolu.com/release-files
[4] http://people.openmoko.org/andy/
[5] http://downloads.openmoko.org/distro/experimental/NeoFreerunner/




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


Re: US Buzz/GPS Fix

2009-04-22 Thread Risto H. Kurppa
off-topic but just to let everyone know that I got mine fixed today, a
friend of mine with 'Advanced Soldering Skills' did it and it really
seems to do the trick. Seeing him struggle with it (btw. the resistor
is not only soldered but also glued - not that easy to remove..) I
wouldn't recommend anyone with only little experience try it. In a way
it's difficult to really break things (yes, you might fill all the
gaps between the components with the solder but ~its possible to
remove) but.. you don't want to do it, you'll just make you feel bad
but I warmly welcome everyone to get it fixed to be able to use your
freerunner to actually call people :)


r


-- 
| risto h. kurppa
| risto at kurppa dot fi
| http://risto.kurppa.fi

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


Re: US Buzz/GPS Fix

2009-04-22 Thread Doug Jones
+1

I'm also in California.  If somebody threw a Buzz Fix party anywhere in 
California, I would be there.  Isn't Openmoko in California too? 
Fremont Buzz Fix Party, anyone?


I do have soldering experience, but not with such small parts.  (In my 
day, everything was the size of a Buick.)  But I'm game.



Russell Dwiggins wrote:
 I'm interested as well.  I'm in the Southern California area.  I'm sure
 there's someone with the expertise in the area / country who can perform
 these fixes.
 
 Anyone?
 
 Russell Dwiggins
 -Original Message-
 From: community-boun...@lists.openmoko.org
 [mailto:community-boun...@lists.openmoko.org] On Behalf Of Staley, Daniel L
 Sent: Wednesday, April 22, 2009 11:01 AM
 To: List for Openmoko community discussion
 Subject: US Buzz/GPS Fix
 
 Hi all,
 
 I keep hearing of these great Buzz Fix parties going on across Europe, and
 think it is great that the community is pulling together like that.
 Has there been any word of one of these events or just someone in the United
 States attempting the same thing?
 
 I'd love to get the fixes (Buzz and GPS for sureperhaps also the audio
 capacitor?) applied to my freerunner, but don't have the soldering tools or
 expertise requiredI'm more of a software guy. =P
 
 Thanks,
 -Dan Staley
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 No virus found in this incoming message.
 Checked by AVG - www.avg.com 
 Version: 8.0.238 / Virus Database: 270.12.1/2069 - Release Date: 04/20/09
 10:36:00
 
 
 ___
 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: Intone (0.30 - beta release) Elementary based mplayer frontend

2009-04-22 Thread Yorick Moko
when i try to add my directory it always crashes to desktop
i get no error message whatsoever just a plain crash
it's just one folder with 100+ mp3s

On Wed, Apr 22, 2009 at 3:58 AM, c_c cchan...@yahoo.com wrote:

 Hi,

 Marco Trevisan (Treviño) wrote:

.. you have to use evas_object_del for each component
of the box, and finally hide (not delete) the box.

  Thanks for the tip. Will try that out today. Actually, I've also figured
 out how
 to make the list smaller in the vertical axis. All that was needed was to
 reduce
 the finger size.
  Still learning the nuances of using elementary - and most things turn out
 to
 be pretty elementary once you know how!
  If only there was a cookbook

 --
 View this message in context: 
 http://n2.nabble.com/Intone-%280.30---beta-release%29-Elementary-based-mplayer-frontend-tp2587826p2673672.html
 Sent from the Openmoko Community mailing list archive at Nabble.com.


 ___
 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: Pulster Openmoko Shop - new: Bluetooth Keyboard

2009-04-22 Thread Pander
Timo Juhani Lindfors wrote:
 openm...@pulster.de (Christoph Pulster) writes:
 I am trying to expand range of accessories to the Openmoko Freerunner,
 I hope you enjoy it.
 
 Thank you very much. Any chance you could start selling Y-cables (USB
 cables that make it possible to charge neo while using usb devices at
 the same time)? This would be very useful when using usb 3G stick. I
 don't want to unplug it when I charge the phone since then I'd the
 connection would drop.

+1 for a keyboard like this one that is connected via USB and offers an
USB 'in' and USB 'out' port for simultaniously charging and using a 3G
stick.

 
 
 ___
 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


German GSM-Net o2 APN - was: [SHR] and illume - wooow

2009-04-22 Thread Markus Weber
Hallo,

Bitte aufpassen:
Beim Volumentarif gibts eine abweichende APN. Sonst wird es teuer.


Bitte beachten Sie, dass Sie für die günstigen Surf Konditionen den Netzzugang 
über den Zugangspunkt (APN) surfo2 eingestellt haben müssen, ansonsten erfolgt 
eine volumenbasierte Abrechnung mit 9,27 €/MB zzgl. 0,09 € Tagesnutzungsgebühr.
Quelle: http://www.o2online.de/goto/csc/internet-packs

cu
atweb


 Original-Nachricht 
Date: 08 Aug 2008

Guten Tag Herr Weber,

vielen Dank für Ihre Anfrage.

Anbei übersenden wir Ihnen die allgemeinen Konfigurationsdaten zu, um über
GPRS/UMTS eine Internetverbindung aufzubauen:

Einwahlnummer:  *99# (für Siemens Geräte *99***1#)
Benutzername:   nicht notwendig, leer lassen
Passwort: nicht notwendig, leer lassen
Access Point (APN): surfo2
Datenflusskontrolle:Software
IP Adresse:   vom Server zugewiesen
DNS 1 (Domain Name Server): 195.182.096.028
DNS 2 (Domain Name Server): 195.182.096.061
Auf Freizeichen warten: deaktivieren
Zusätzlicher Modembefehl:   at+cgdcont=1,ip,surfo2

Die neuesten Informationen, Tipps und Services rund um o2 Germany finden
Sie im Internet unter www.o2online.de. Wenn Sie sich dort als Kunde
registrieren, können Sie Ihre Vertragsdaten ändern und Ihre Rechnung
einsehen.

Freundliche Grüße

Ihr Team von o2 Germany


Diese E-Mail-Adresse wird ausschließlich für abgehende Korrespondenz
genutzt. Für evtl. Rückfragen steht Ihnen unser Kontaktformular unter
www.o2online.de/goto/email-kontakt zur Verfügung.


Telefónica o2 Germany GmbH  Co. OHG • Georg-Brauchle-Ring 23-25 • 80992
München • Deutschland • www.o2.com/de

Ust.-Id.-Nr. DE 811 889 638. Amtsgericht München HRA 70343. Gesellschafter:
Telefónica o2 Germany Management GmbH. Amtsgericht München HRB 109061 und
Telefónica o2 Germany Verwaltungs GmbH. Amtsgericht München HRB 121389,
beide ebenda.
Geschäftsführer beider Gesellschafter: Jaime Smith Basterra, Vorsitzender.
Antonio Botas Banuelos.  Andrea Folgueiras. André Krause. Lutz Schüler.
Carsten Wreth.


-- 
Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss 
für nur 17,95 Euro/mtl.!* 
http://dslspecial.gmx.de/freedsl-surfflat/?ac=OM.AD.PD003K11308T4569a

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


Re: 16th community update released

2009-04-22 Thread Piotr Duda

[...]

 We will try to find out what people want. Anybody still downloading the 
 GTA01 images? 

yes, me. and there are others. do not forget about us.

regards and best wishes.

Piotr

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


Re: Pulster Openmoko Shop - new: Bluetooth Keyboard

2009-04-22 Thread David Reyes Samblas Martinez
2009/4/22 Pander pan...@users.sourceforge.net:
 Timo Juhani Lindfors wrote:
 openm...@pulster.de (Christoph Pulster) writes:
 I am trying to expand range of accessories to the Openmoko Freerunner,
 I hope you enjoy it.

 Thank you very much. Any chance you could start selling Y-cables (USB
 cables that make it possible to charge neo while using usb devices at
 the same time)? This would be very useful when using usb 3G stick. I
 don't want to unplug it when I charge the phone since then I'd the
 connection would drop.

 +1 for a keyboard like this one that is connected via USB and offers an
 USB 'in' and USB 'out' port for simultaniously charging and using a 3G
 stick.

If you find something like that I will be happy to add in my catalog :)



 ___
 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




-- 
David Reyes Samblas Martinez
http://www.tuxbrain.com
Open ultraportable  embedded solutions
Openmoko, Openpandora, GP2X the Wiz, Letux 400, Arduino
Hey, watch out!!! There's a linux in your pocket!!!

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


Re: Pulster Openmoko Shop - new: Bluetooth Keyboard

2009-04-22 Thread David Reyes Samblas Martinez
2009/4/22 arne anka openm...@ginguppin.de:
 But I was wondering it if it can be powered from USB when the battery
 is full. And if not, how efficient it is to charge and discharge the
 battery at the same time.


 yes, i thought as much -- and was wondering why that should be totally
 unreasonable (and why the idea did not occur to other peoples).
I just think that if it will be wired together will be more energy
efficient to have an usb keyboard than a bt keyboard+bt neo
antenna+neo battery drained by the keyboard , nevertheless I will try
to measure how high is that drainage on charge and when battery is
full charged when I got some free time

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




-- 
David Reyes Samblas Martinez
http://www.tuxbrain.com
Open ultraportable  embedded solutions
Openmoko, Openpandora, GP2X the Wiz, Letux 400, Arduino
Hey, watch out!!! There's a linux in your pocket!!!

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


Buzz fix difficulty [was Re: US Buzz/GPS Fix]

2009-04-22 Thread David Reyes Samblas Martinez
2009/4/22 Risto H. Kurppa ri...@kurppa.fi:
 off-topic but just to let everyone know that I got mine fixed today, a
 friend of mine with 'Advanced Soldering Skills' did it and it really
 seems to do the trick. Seeing him struggle with it (btw. the resistor
 is not only soldered but also glued - not that easy to remove..) I
 wouldn't recommend anyone with only little experience try it. In a way
 it's difficult to really break things (yes, you might fill all the
 gaps between the components with the solder but ~its possible to
 remove) but.. you don't want to do it, you'll just make you feel bad
 but I warmly welcome everyone to get it fixed to be able to use your
 freerunner to actually call people :)
+1 on not to try without proper equipment and skills,components
involved are really really small
+1on encourage anyone able to do it by himself or by anyone else to do
it. Buzz fix+a7 alsa states=more than acceptable audio quality and
volume





 r


 --
 | risto h. kurppa
 | risto at kurppa dot fi
 | http://risto.kurppa.fi

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




-- 
David Reyes Samblas Martinez
http://www.tuxbrain.com
Open ultraportable  embedded solutions
Openmoko, Openpandora, GP2X the Wiz, Letux 400, Arduino
Hey, watch out!!! There's a linux in your pocket!!!

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


Re: vmware image for building apps for openmoko

2009-04-22 Thread Adam Jimerson
On Wednesday 22 April 2009 09:22:31 am The Digital Pioneer wrote:
 Ditto, Qemu's better for me. KVM FTW. :p

 Yeah, you _can_ use VMWare images in Qemu, but they tend to not work right.

+1 for Qemu/KVM

As for my experience with VMWare images in Qemu they don't work at all.


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


OpenMoko batteries and carrying case

2009-04-22 Thread Ken Restivo
I have an OpenMoko neoprene carrying case and two (2) OpenMoko batteries for 
sale if anyone wants them.

Make me an offer. I'm in San Francisco so if you're local to the Bay Area I'll 
meet you somewhere. Otherwise I suppose I can ship it US mail reasonably 
cheaply.

Thanks.

-ken

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


letter of recomendation

2009-04-22 Thread Ben Hussey

Jodie,
Here is the letter; let me know if you need any changes.  I'll print a 
copy out to sign and have you send out, see you at home!

-Ben


letterOfReq-Jodie.pdf
Description: Adobe PDF document
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[SHR-Testing] /etc/network/interfaces edit question

2009-04-22 Thread Adam Jimerson
Besides removing, or commenting out, the wlan0 configuration what else is
needed to switch eth0 back to being for the wireless instead of wireless?
 After setting up wpa_supplicant and making the change I get an error about
how eth0 No such device, I can post any needed config files to help figure
out what I am doing wrong.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Arora web browser (Qt issue?)

2009-04-22 Thread Nicola Mfb
2009/4/13 Nicola Mfb nicola@gmail.com:
 Yes! I reported the problem on the QT issue tracker (but I did not
 received the confirmation email).

Just to report that qt acked and the issue is pending for resolution.

Regards

  Nicola

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