Re: [H:1] New keyboard: t9brain

2009-12-11 Thread Patryk Benderz
Dnia 2009-12-10, czw o godzinie 19:20 -0600, Esteban Monge pisze:
 Why not TuxNINE? or Tux9?
sounds good for me ;)

-- 
Patryk LeadMan Benderz
Linux Registered User #377521
()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments


Email secured by Check Point

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


[Community Updates] 2009-12-09 released

2009-12-11 Thread Patryk Benderz
Hello everybody,
Recent Community Update is out.
Take a look at:
http://wiki.openmoko.org/wiki/Community_Updates/2009-12-09

and contribute to the new draft at:
http://wiki.openmoko.org/wiki/Community_Updates/Draft_2009-12-23

Thanks to all contributors for buuilding this issue of CU.

P.S. If it is not welcome to send a copy to Shr-User ML, please let me
know.

-- 
Patryk LeadMan Benderz
Linux Registered User #377521
()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments


Email secured by Check Point

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


Opkg incompatible with suspend

2009-12-11 Thread Glenn
For many image eons the opkg seems to be incompatible with suspend:
http://wiki.openmoko.org/wiki/Manuals/SHR#opkg_upgrade_issues

Suggestion:

Somebody ought to make an application/script or modify opkg so it 
checks the following:

Is the battery/accumulator charged enough for an upgrade?
or else
Is the phone powered enough via the USB port? Is Settings-Power at 
500mA or is the Openmoko power supply supplying power?

Is the internet reachable?

Is dns working?

(A short but sufficient NAND-flash or ext2/3 consistency check ought 
to be done?)

(Is enough file system space available?)

(If it is possible to check the opkg database consistency, then it 
should be done once every boot, but only if this script is run?)

(Is the needed servers reachable via http, ftp or whatever?)

If the above is met the upgrade can begin or else the user should be 
informed what is needed, before an upgrade can begin.

-

If the user press the suspend button, what should then happen?

If the USB power is cut what should then happen?

-

More generally something ought to test (persistently) for resources 
before launching an application and afterwards:

If an application can not make changes to the file system, it can be 
started without restrictions or popup recommendations.

The FSO ought to intercept all applications that might make changes 
to the file system and inform of low power and request commit before 
lanching them, if insufficiently power is available.

The FSO ought to intercept all applications that might need 
internet access and request commit (or wait for transparent 
establishing of the internet access) before lanching them, if no 
internet access is available.

The FSO ought to intercept all applications that might need GPS 
access and request commit (or wait for transparent establishing of 
the GPS access) before lanching them, if no GPS access is available.

Glenn

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


SHR-testing-091210: Wireshark install failure

2009-12-11 Thread Glenn
With the SHR-testing-091210, I can not install Wireshark (in the 
elder unstable image, some weeks ago, the installation worked 
properly):

r...@om-gta02 ~ $ opkg install 
http://www.opkg.org/packages/1_wireshark-common_1
.0.99+svnr26030_armv4t.ipk 
http://www.opkg.org/packages/2_wireshark_1.0.99+svnr2
6030_armv4t.ipk
Downloading 
http://www.opkg.org/packages/1_wireshark-common_1.0.99+svnr26030_armv4t.ipk
pkg_parse_from_stream_nomalloc: missing new line character at end of file!
Downloading 
http://www.opkg.org/packages/2_wireshark_1.0.99+svnr26030_armv4t.ipk
pkg_parse_from_stream_nomalloc: missing new line character at end of file!
Installing wireshark-common (1.0.99+svnr26030) to root...
Installing wireshark (1.0.99+svnr26030) to root...
Installing wireshark-common (1.0.99+svnr26030) to root...
pkg_parse_from_stream_nomalloc: missing new line character at end of file!
pkg_parse_from_stream_nomalloc: missing new line character at end of file!
Configuring wireshark
Configuring wireshark-common
Collected errors:
  * ERROR: Cannot satisfy the following dependencies for wireshark-common:
 *  libpcap0.9 *
  * Cannot find package wireshark-common.
r...@om-gta02 ~ $

Glenn

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


[FSO] noise reduction and echo cancellation in frameworkd.conf

2009-12-11 Thread Davide Scaini
Hi guys.
I read here [1]. But no really what i want.

If you give a look to /etc/frameworkd.con (both in shr-t and shr-u)
you'll have something like this:

# if you have a ti_calypso, you can choose the dsp mode for audio
enhancement. Valid values are:
#short-aec: Short Echo Cancellation (max)
#long-aec:  Long Echo Cancellation (max)
#long-aec:6db: Long Echo Cancellation (-6db)
#long-aec:12db: Long Echo Cancellation (-12db)
#long-aec:18db: Long Echo Cancellation (-18db)
#nr: Noise Reduction (max)
#nr:6db: Noise Reduction (-6db)
#nr:12db: Noise Reduction (-12db)
#nr:18db: Noise Reduction (-18db)
#aec+nr: Long Echo Cancellation (max) plus Noise Reduction (max)
[default]
#none: No audio processing.
ti_calypso_dsp_mode = aec+nr


But this seems to not work for my calls... (i played a bit with alsa
states, but seems that the problem is in echo and noise, so i restored
the default shr state). If i want to try some combinations like
short-aec and/or nr:6db, how do i write it? comma separated???
like this:
ti_calypso_dsp_mode = short-aec,nr:6db
?
Thanks (i found no wiki on this...)
d


[1]http://wiki.openmoko.org/wiki/Neo_1973_and_Neo_FreeRunner_gsm_modem#AT.25N

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


perl - segmentation fault

2009-12-11 Thread Jose J. Rodriguez-Navarro
Hi, I am getting a Segmentation Fault running just perl from shell.
The install worked,

r...@om-gta02:~# opkg install perl
Installing perl (5.8.8-r26) to root...
Downloading 
http://downloads.openmoko.org/repository/Om2008.8/armv4t/perl_5.8.8-r26_armv4t.opk
100% ||
Configuring perl
r...@om-gta02:~/libftdi-0.16# perl --help
Segmentation fault
r...@om-gta02:~/libftdi-0.16# perl
Segmentation fault

My OM Distribution is 200804240820
I guess OM2008.8, just new from the case.

r...@om-gta02:~# uname -a
Linux om-gta02 2.6.24 #1 PREEMPT Thu Apr 24 08:23:36 CST 2008 armv4tl unknown

I would appreciate any hint. THanks!

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


Re: [Shr-User] SHR-testing-091210: Wireshark install failure

2009-12-11 Thread Glenn
At 14:05 +0100 11/12/09, Sebastian Spaeth wrote:
On 12/11/09 12:12, Glenn wrote:
  With the image-testing-091210, I can not install Wireshark (in the
  elder unstable image, some weeks ago, the installation worked
  properly):

Well, wireshark is not in the SHR feed, so the required library
dependencies are not there either...

Did I mention that shr-testing does not support opkg.org packages? :-)

Please do file a trac issue for a wireshark package request, if you want
that in the shr feed.
Thanks,

spaetz
___
Shr-User mailing list
shr-u...@lists.shr-project.org
http://lists.shr-project.org/mailman/listinfo/shr-user

Hi spaetz

Thanks for your answer.

I tried to register:

OopsŠ
Trac detected an internal error:

KeyError: 'recaptcha_challenge_field'

-

Tried to create a ticket:

Error: Forbidden

TICKET_CREATE privileges are required to perform this operation

TracGuide - The Trac User and Administration Guide

Glenn

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


Re: [Shr-User] SHR-testing-091210: Wireshark install failure

2009-12-11 Thread Glenn
At 14:37 +0100 11/12/09, Glenn wrote:
At 14:05 +0100 11/12/09, Sebastian Spaeth wrote:
On 12/11/09 12:12, Glenn wrote:
  With the image-testing-091210, I can not install Wireshark (in the
  elder unstable image, some weeks ago, the installation worked
  properly):

Well, wireshark is not in the SHR feed, so the required library
dependencies are not there either...

Did I mention that shr-testing does not support opkg.org packages? :-)

Please do file a trac issue for a wireshark package request, if you want
that in the shr feed.
Thanks,

spaetz
___
Shr-User mailing list
shr-u...@lists.shr-project.org
http://lists.shr-project.org/mailman/listinfo/shr-user

Hi spaetz

Thanks for your answer.

I tried to register:

OopsŠ
Trac detected an internal error:

KeyError: 'recaptcha_challenge_field'

-

Tried to create a ticket:

Error: Forbidden

TICKET_CREATE privileges are required to perform this operation

TracGuide - The Trac User and Administration Guide

Glenn

Hi spaetz

I have now made a ticket request.

Glenn

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


Re: [Shr-User] Opkg incompatible with suspend

2009-12-11 Thread Glenn
At 15:49 +0100 11/12/09, Sebastian Spaeth wrote:
On 12/11/09 13:56, Glenn wrote:
  For many image eons the opkg seems to be incompatible with suspend:
  http://wiki.openmoko.org/wiki/Manuals/SHR#opkg_upgrade_issues

I just added

alias opkg=fsoraw -r CPU -- opkg

to my /etc/profile.
This will prevent suspending the Freerunner while upgrading. Just make
sure fsoraw is installed on your Freerunner (it should be on it by
default but for some reasons is not).

The reason why someone objected to making this the default is that then
opkg will fail if fsoraw fails (e.g. when fsodeviced/frameworkd was not
started, or after fsodeviced was restarted (and the CPU resource is not
registered anymore).

spaetz
___
Shr-User mailing list
shr-u...@lists.shr-project.org
http://lists.shr-project.org/mailman/listinfo/shr-user

Hi spaetz

It ought to be default for many applications and commands.

If fsoraw is not started, it is be possible to use:

/usr/bin/opkg ...

I have inserted your response in:
http://wiki.openmoko.org/wiki/Manuals/SHR#opkg_upgrade_issues

Glenn

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


[shr] Video playback

2009-12-11 Thread Davide Scaini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I rendered a video like described here [1], but when i play it with
mplayer it's like a stamp... (fluid but damnly small)
I tried with -fs but no result; -zoom fits the screen but slows it
down... is there a way to have a fullscreen video with decent rate?
(glamo permitting...)
d

[1] http://www.shr-project.org/trac/wiki/Customize
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAksic64ACgkQda/40psHIUQ6QQCeIRkxbq0C9hENcZ2isWQWhfin
SBEAn0R4H3lbGuEMT+NV03zWMtb1nJ9x
=4FaL
-END PGP SIGNATURE-

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


Re: [Shr-User] Opkg incompatible with suspend

2009-12-11 Thread Glenn
Got solution from Sebastian Spaeth and put it in:

http://wiki.openmoko.org/wiki/Manuals/SHR#opkg_upgrade_issues

Glenn

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


Re: Homemade USB gamepad (NeoPlay)

2009-12-11 Thread Laszlo KREKACS
On Thu, Dec 10, 2009 at 6:00 PM, Bastian Muck bastian.m...@gmx.de wrote:
 Here is a picture to get an idea about printing quality (I printed an
 iphone docking
 station for my friend):
 http://sites.google.com/site/laszlokrekacs/reprap/iphone2_k.jpg

 Btw I also plan to design a docking station. Anyone interested to
 collaborating?;-)
 With which software do you design the dockingstation? I have some
 experience with blender. If you use it, I could help.

I didnt modelled the iphone docking station. If I would model a docking station
then it would be definietly an openmoko one, not an iphone one.

I just printed the model out.

Still you can help modelling a docking station. I have something in mind, that
the mouth of the docking station would be at least two times bigger than the
phone periphery, and would have a form of a cone.

So I could basically just throw the phone into, and it would
automagically plug itself in.

Laszlo

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


Freerunner gone...

2009-12-11 Thread Pieter Colpaert
Hi,

My moko got lost. Whether it got stolen or whether it just fell out of
my pocket, I have no idea. Today I felt pretty sad and I had some time
to think about things every distribution should have just to make sure
someone will not slam his head against the wall, repetitively, again and
again, like I did, for not installing some basic stuff that might
prevent these things from happening.

1. Sms sentry. Put that application, or a similar one, in every light
image we got: It will reply the GPS coordinates when texting
sentry:location to moko.
2. When another sms is send we should be able to put the volume to max
and play a voice saying: PLEASE RETURN THIS PORTABLE, IT IS LOST AND THE
OWNER TRIES TO FIND IT. I'd be happy to record that voice. And display
contact information on the screen delivered by sms.

What do you guys think? Saving €230 with 5 lines of code seems a big
deal to me (€230 + sim card + personal configurations + a lot more
personal stuff actually).

Pieter


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


Re: [shr] Video playback

2009-12-11 Thread PieterC

I successfully rendered some youtube videos in the past. Take a look at
http://code.google.com/project/p/oywl . There are mplayer args somewhere in
the code.

*too lazy too think atm*

Pieter



Davide Scaini wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 I rendered a video like described here [1], but when i play it with
 mplayer it's like a stamp... (fluid but damnly small)
 I tried with -fs but no result; -zoom fits the screen but slows it
 down... is there a way to have a fullscreen video with decent rate?
 (glamo permitting...)
 d
 
 [1] http://www.shr-project.org/trac/wiki/Customize
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
 iEYEARECAAYFAksic64ACgkQda/40psHIUQ6QQCeIRkxbq0C9hENcZ2isWQWhfin
 SBEAn0R4H3lbGuEMT+NV03zWMtb1nJ9x
 =4FaL
 -END PGP SIGNATURE-
 
 ___
 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-Video-playback-tp4152251p4154280.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: [shr] Video playback

2009-12-11 Thread PieterC

That should have been
http://code.google.com/p/oywl/

PieterC wrote:
 
 I successfully rendered some youtube videos in the past. Take a look at
 http://code.google.com/project/p/oywl . There are mplayer args somewhere
 in the code.
 
 *too lazy too think atm*
 
 Pieter
 
 
 
 Davide Scaini wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 I rendered a video like described here [1], but when i play it with
 mplayer it's like a stamp... (fluid but damnly small)
 I tried with -fs but no result; -zoom fits the screen but slows it
 down... is there a way to have a fullscreen video with decent rate?
 (glamo permitting...)
 d
 
 [1] http://www.shr-project.org/trac/wiki/Customize
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
 iEYEARECAAYFAksic64ACgkQda/40psHIUQ6QQCeIRkxbq0C9hENcZ2isWQWhfin
 SBEAn0R4H3lbGuEMT+NV03zWMtb1nJ9x
 =4FaL
 -END PGP SIGNATURE-
 
 ___
 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-Video-playback-tp4152251p4154285.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: [shr] Video playback

2009-12-11 Thread Davide Scaini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I gave a look to the latest bash script. I'll give a try, then report,
thanks!
d

PieterC ha scritto:
 I successfully rendered some youtube videos in the past. Take a look at
 http://code.google.com/project/p/oywl . There are mplayer args somewhere in
 the code.
 
 *too lazy too think atm*
 
 Pieter
 
 
 
 Davide Scaini wrote:
 I rendered a video like described here [1], but when i play it with
 mplayer it's like a stamp... (fluid but damnly small)
 I tried with -fs but no result; -zoom fits the screen but slows it
 down... is there a way to have a fullscreen video with decent rate?
 (glamo permitting...)
 d
 
 [1] http://www.shr-project.org/trac/wiki/Customize

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



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAksi3ygACgkQda/40psHIUQpwgCfc3eRms15vEXlfgjeV/RvCI2T
ZiEAnRRKPLmvTwedcY9B9IasWXRgwvS7
=2t5T
-END PGP SIGNATURE-

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


[WikiReader] Battery Life

2009-12-11 Thread Jeff
I just burned through the 2nd set of batteries with my wikireader in a 
month and a half. I know I have averaged less than 15 minutes a day of 
on time, so I am getting no where near the 90 hours of battery life 
advertised. Don't know if I have a bad one, or if the code needs tweaking.

Anyone else notice the battery life has not been so good?

Jeff

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


Re: [WikiReader] Battery Life

2009-12-11 Thread Alex Teiche
On Fri, Dec 11, 2009 at 4:08 PM, Jeff jcolb...@netins.net wrote:

 I just burned through the 2nd set of batteries with my wikireader in a
 month and a half. I know I have averaged less than 15 minutes a day of
 on time, so I am getting no where near the 90 hours of battery life
 advertised. Don't know if I have a bad one, or if the code needs tweaking.

 Anyone else notice the battery life has not been so good?

 Jeff


I don't have a WikiReader, but are you using Alkaline or Lithium batteries?
The voltage of Alkali based batteries will decrease over time, so that often
they will not be able to power an electronic device even though they are not
fully discharged.  Lithium batteries are best for things like the WikiReader
because the voltage stays constant for the most part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [WikiReader] Battery Life

2009-12-11 Thread Jeff
Alkaline, the original energizer batteries that came with the device. I 
may have some NiMH batteries lying around somewhere, but I don't have 
any AAA lithium polymer nor a suitable charger.

Alex Teiche wrote:


 On Fri, Dec 11, 2009 at 4:08 PM, Jeff jcolb...@netins.net 
 mailto:jcolb...@netins.net wrote:

 I just burned through the 2nd set of batteries with my wikireader in a
 month and a half. I know I have averaged less than 15 minutes a day of
 on time, so I am getting no where near the 90 hours of battery life
 advertised. Don't know if I have a bad one, or if the code needs
 tweaking.

 Anyone else notice the battery life has not been so good?

 Jeff


 I don't have a WikiReader, but are you using Alkaline or Lithium 
 batteries?  The voltage of Alkali based batteries will decrease over 
 time, so that often they will not be able to power an electronic 
 device even though they are not fully discharged.  Lithium batteries 
 are best for things like the WikiReader because the voltage stays 
 constant for the most part.

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