Re: New Phone Project (MiniMoko) : Which functionalities ?

2010-10-07 Thread Christophe Badoit
Le 06/10/2010 17:18, Rui Miguel Silva Seabra a écrit :
   Em 06-10-2010 13:41, Thomas HOCEDEZ escreveu:
* 480x320 3.5 capacitive touchscreen
 
 A phone is the perfect size to integrate:
 
   * personal communication (phone, IM, social network)
   * always present camera (still or moving pictures)
   * computational needs (ssh somewhere, do stuff)
   * run useful programs (like email, web browser, games, other apps)
 
 For these to run well in a phone you need at least 480x800. The 
 Freerunner's 480x640 is definitly too small for most web browsing.
 
 If I go one step further in size, I'm talking about tablets:
 
  From personal experience with a SmartQ7 (now sadly broken), I attest 
 the following: 480x800 is *not* enough for displaying a more complex 
 document properly (eg, a PDF with readable text and pleasently 
 displayed), you need a bigger screensize.
 
   So when you consider such small resolutions... it's definitely not for me.

I'll have to agree with you.



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


Re: [slightly off-topic]

2009-08-18 Thread Christophe Badoit
Le mardi 18 août 2009 16:36:24, Atilla Filiz a écrit :
 Hi list
 Dis anyone try any hack/mod for attaching neo to arm? Like PipBoy2000.
 My ideas usually include duct tape, which is unpleasant for both your neo
 and your arm.

I'm a lot more interested in the PipBoy Software than in a mod for attaching 
the neo.

-- 
Tof

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


Re: tango and the missing map tiles

2009-07-24 Thread Christophe Badoit
Le jeudi 23 juillet 2009 22:08:03, Ben Wong a écrit :
 Oops, that didn't work.  That's what I get for trying to cleanup the
 error checking before posting.  This version actually works.

 #!/bin/sh

 # Look for OpenStreetMap tiles that are size zero (TangoGPS has a bug)
 # and download the correct tile.  Based on a one-line script by
 # Rask Ingemann Lambertsen r...@sygehus.dk,  June 2009,
 # Modified by Ben Wong to work with BusyBox's wget.

 cd ~/Maps/OSM || exit 1

 find -size 0c -print \

 | cut -c3- \
 | awk ' { print http://tile.openstreetmap.org/; $0  -O  $0; }' \
 | xargs -n3 wget -U UpdateTiles

Hi,

I found this faster (but you need curl) :

find -type f -mtime +7 |
 cut -c3- |
 awk '{ print url = http://tile.openstreetmap.org/; $0 \noutput =  $0 \n; 
}' |
 curl -K -

Only one instance of curl is executed, and it uses HTTP1.1 Keep Alive; it's 
slow to start, but fast once running.
Just change the -mtime +7 according to your needs !


-- 
Tof

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


Re: new qwerty keyboard, Literki

2009-06-16 Thread Christophe Badoit
Michal Brzozowski a écrit :
 Hi,
 
 I gave it a shot and made a new keyboard. It's only 2 days old, but it's
 working well for me so I'm announcing it.

*great* *work !

I love it. Good job. Thanks.

-- 
Christophe Badoit


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


Re: letter of recomendation

2009-04-24 Thread Christophe Badoit
Adam Jimerson a écrit :
 On Thursday 23 April 2009 06:46:05 pm Dale Maggee wrote:
 Did you stop to think that maybe this was a coded message for
 terrorists? Just sayin.
 No according to this
 http://www.adequacy.org/stories/2001.12.2.42056.2147.html they use Quake
 for that XD
 *PLEASE* Tell me that article is a joke... Please?

 It's absolutely hilarious... *IF* it's a joke... if it's not a joke,
 it's absolutely terrifying...

 
 I'm not sure if it is or not I just managed to stumble upon it one day and 
 found it hilarious


This cannot be a joke, the facts are real :

BSD, Lunix, Debian and Mandrake are all versions of an illegal hacker
operation system, invented by a Soviet computer hacker named Linyos
Torovoltos, before the Russians lost the Cold War. It is based on a
program called xenix, which was written by Microsoft for the US
government. These programs are used by hackers to break into other
people's computer systems to steal credit card numbers. They may also be
used to break into people's stereos to steal their music, using the
mp3 program. Torovoltos is a notorious hacker, responsible for writing
many hacker programs, such as telnet, which is used by hackers to
connect to machines on the internet without using a telephone.

-- 
Christophe Badoit


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


Re: [Debian] on Freerunner feed back

2009-04-17 Thread Christophe Badoit
Thomas Bellembois a écrit :

Hi Thomas,

 1.GSM
 2.PIM

Not stable enough to use as daily phone, so I didn't test zhone  others
fully enough to comment.

Anyway, thank you for these comments, i'd love to use it eventually !

 3.GPS
 TangoGPS works well. I have not tried Navit yet.

Same here.
I don't know if it's due to kernel (andy - 2.6.29) but I manage to get
fixes even when I don't hope so (in my office, 4 meters from the window).

 4.WIFI
 Does not work yet (wifi-radar - wicd) - I think I have a dependency 
 problem...

No real problem here, I use wicd.
It works quite well, but is quite slow...
What I did actually :
1) Installed wicd (apt-get install wicd)
2) removed wicd from start-up (with update-rc)
3) in the openmoko-panel-plugin, I put in
  post-activate : /etc/init.d/wicd start; wicd-client
  pre-deactivate: /etc/init.d/wicd stop; pkill wicd-client

With this, when you activate wifi from om-panek-plugin, known networks
are automatically connected (if told so in wicd), wicd client shows an
icon in the tray.
And when you disable it, everything shuts down.

 5.ACCELEROMETER
 Works well - I have tried it with the mokomaze game (apt-get install it)

With last kernel, since it's EV_ABS instead of EV_REL, applications like
mokomaze have to be modified.
Beyond that, accelerometers work well for me, too.

 6.AUTOROTATE SCREEN
 Simple rotate freezes my freerunner with XGLAMO.

No auto-rotate, just a rotate application that I launch from the menu.
Sometimes works, sometimes not.

I hade to put 

 What I would like to do:
 -find a usable configuration to use a PIM suite (synchronized with my 
 desktop PC) to replace my Palm TE2.

So would I !

 I would like to know I somebody could have a fully functional freerunner 
 under debian ? Thanks in advance for your answers.

With more time, I'd like it to be fully functionnal =)
What windowmanager/panels system are you using ?

I'm using matchbox-wm + LXDE (not the best, but fast enough).

Regards,

-- 
Christophe Badoit


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


Re: [Debian] on Freerunner feed back

2009-04-17 Thread Christophe Badoit
Christophe Badoit a écrit :

 6.AUTOROTATE SCREEN
 Simple rotate freezes my freerunner with XGLAMO.
 
 No auto-rotate, just a rotate application that I launch from the menu.
 Sometimes works, sometimes not.
 
 I hade to put 

Sorry, I didn't finished the line :)

I had to put Xft.dpi:  96 in my ~/.Xresources , to prevent the dpi
to mess with the fonts after rotations.

-- 
Christophe Badoit


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


Re: [debian] screensaver/lock for X?

2009-04-07 Thread Christophe Badoit
arne anka a écrit :
 2007.2 had that nice screenlock where one had to move an om logo to unlock  
 the screen.
 with debian the only lock i get is the one from zhone which locks only  
 zhone -- so, does someone know where to get that 2007.2 lock or another  
 one for debian?
 normal x screen locks require to type in a password which for obvious  
 reasons is impossible.

There is a screen locker (though it is unlocked with power button, not
with the touch screen) in the openmoko-panel-plugin.

-- 
Christophe Badoit


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


Re: [debian] preferred working kernel at the moment?

2009-03-26 Thread Christophe Badoit
Fox Mulder a écrit :
 Hi,
 
 i wonder which kernel is the best or lets say the most stable and
 working für debian at the moment. Since i upgraded from the last 2.6.24
 kernels to the 2.6.28/29 i have more problems than benefits. :/

Hi,

I've tried pretty much the same kernels for debian, and with pretty much
the same problems you encountered.

Right now I'm trying Koolu's Android's kernel; wifi works good, suspend
does not, and no way to force 1000ma charging.

I too, would like to have a good kernel for debian :-)


-- 
Christophe Badoit


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


Re: [android] Answer calll problems

2008-11-05 Thread Christophe Badoit
Andreas Wallin a écrit :
 Im having problems with answer phone calls on android..
 
 Its ringing but how to anser is the question ?

Probably with the keypad that the FR doesn't have :)


-- 
Christophe Badoit



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


Re: [android] Answer calll problems

2008-11-05 Thread Christophe Badoit
Denis Galvão a écrit :

 
 On 05/11/2008, at 11:03, Christophe Badoit wrote:
 
 Andreas Wallin a écrit :
 Im having problems with answer phone calls on android..

 Its ringing but how to anser is the question ?
 Probably with the keypad that the FR doesn't have :)

 And the people from Android are not willing to have such buttons in a  
 soft way, they will not put them on software, the phone must have at  
 least four buttons.

How do you know this ?

(no offense, I'd just like to know if it's true or if it's a guess...)

-- 
Christophe Badoit



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


Re: [android] Answer calll problems

2008-11-05 Thread Christophe Badoit
Denis Galvão a écrit :
 Talked to hackbod on the #android freenode room.
 
 Im not sure if it is official, but this is what he told me yesterday.


Thank you for the source.

This is indeed bad news if all android apps have to be patched to be
usable on the FR :-(


-- 
Christophe Badoit



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


Re: [Om2008.9] power on GPS

2008-10-29 Thread Christophe Badoit
Matthias Apitz a écrit :
 El día Wednesday, October 29, 2008 a las 09:43:42AM +, Alastair Johnson 
 escribió:
 
 /etc/init.d/gpsd is a fair place to do it, but it may be overwritten if 
 you update the gpsd package. I used to use a pair of scripts to start 
 and stop bluetooth under 2007.2 but they should still work. You could 
 always combine them with a check on the current power state to make it 
 toggle, which would be better if you want to add a .desktop file.
   ...
 
 There is a bug in the script /etc/init.d/gpsd: When it wants to stop the
 gpsd daemon it uses:
 
   killall gpsd
 
 which kills the daemon and the script itself:
 
 # /etc/init.d/gpsd stop
 Shutting down gpsd: Terminated
 
 I have renamed this script to /etc/init.d/gpsd.sh and now it works fine
 and as well powers down the card writing 0 into the device file;
 
   matthias

Hi,

TIMTOWTDI :)

instead of

killall gpsd

There are lots of better solutions :

pkill -x -o gpsd

Or,

pgrep -x gpsd | grep -v $$ | xargs -r kill

Or, more standard I think :

kill `pidof -x -o %PPID gpsd`

Or even simpler,

kill `pidof gpsd`

since, by default, pidof ignores scripts.



-- 
Christophe Badoit



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


Re: Freerunner ?hibernates? while flashing?

2008-08-07 Thread Christophe Badoit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Rorschach a écrit :
 Hi, when I go into the NOR-Flash to flash my rootfs or the kernel and
 I do
nothing for ~30 sec the screen gets dark. What happens? Is it just
hibernating or shutting down?
 
 I have to press the aux-button a lot but this is really annonying.
 But
the real question: what happens if I flash an image and do not press the
aux-button all the time? The same like I'm just normal in the menu? So
does it shutdown and abort the flashing while the transfer?

I read in the wiki (don't know where / when) that :

- - uboot shuts down after 30s of inactivity
- - transferring via dfu prevents shutting down

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

iD8DBQFIm1zLynEdw4rmTRkRAkEgAJ9V+BlU/1j4b567ZABEiEn5pf6uaACeMa2a
TBgSW+sjqYopiwcZS0UVUdY=
=BwQy
-END PGP SIGNATURE-


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


Re: InvibleShield at ZAGG : swindling ?!?

2008-08-05 Thread Christophe Badoit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Cédric DUFOUIL a écrit :

 I ordered an InvibleShield protection at Zagg.com for my freerunner the
 18th of july and have been charged on my credit card but have no news
 about my order (despite the fact that I sent them emails !!)
 
 I would like to know if any of you had troubles ordering on this web
 site. Did you receive your order ?

Hi,

Same as you... I ordered it at about the same time, and still waiting
for it...

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

iD8DBQFImFIYynEdw4rmTRkRAnJ1AJ9KiDz2koxzZThYMQNw1HRYc05KxACfdhCU
b74fwi6/85cWoBUVM1H3YNo=
=Uige
-END PGP SIGNATURE-


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


Re: InvibleShield at ZAGG : swindling ?!?

2008-08-05 Thread Christophe Badoit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Julien Cassignol a écrit :
 On Tue, Aug 5, 2008 at 4:10 PM, Cédric DUFOUIL [EMAIL PROTECTED] wrote:
 Maybe it can help if people says in which country they are.

 I'm in France
 
 French aswell, ordered two and a half week ago, still didn't receive a
 thing despite the fact that I did receive the shipping confirmation
 (two days after my order).
 

French too.

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

iD8DBQFImHZ2ynEdw4rmTRkRAvojAJ9ESccCq0eRhZrmutDtz5V/EZ7vBwCfUcOs
fGwZhXnZn7TTYdrGrUEoB5k=
=Y0xQ
-END PGP SIGNATURE-


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


Re: numptyphysics ipk

2008-08-01 Thread Christophe Badoit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Steven ** a écrit :
 That would be handy to be able to reset.  How do you activate the
 keyboard?  I'm guessing you're using a different distro than me...

On 2007.2 :
http://wiki.openmoko.org/wiki/Switching_Keyboards#How_to_add_a_keyboard_toggle_button
- --
Christophe Badoit
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIkzpfynEdw4rmTRkRArq6AJsE+kDPL2vcxlwihHimFTnyZuKcaACePqzd
rvZr/lfzLaYkZk781i0QEbk=
=ohve
-END PGP SIGNATURE-


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


Re: problems when upgrading the kernel with opkg

2008-07-29 Thread Christophe Badoit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Christoph Anton Mitterer a écrit :

Hi.

 I did an okpg ugrade on ASU image and got the following:
 Configuring kernel-2.6.24
 Configuring kernel-image-2.6.24
 Upgrading Kernel in Flash
 DO NOT stop this process
 Erasing 128 Kibyte @ 7e -- 98 % complete.
 open input file: No such file or directory

I've got the same error on 2007.2 :(

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

iD8DBQFIj3QHynEdw4rmTRkRAncbAJ4hHPcLkPMb5quKRJMwDw+RMS9/WACeNFf5
esoroKjOsgo7NSETUUU2QVY=
=RbHR
-END PGP SIGNATURE-


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


Re: Reason for GPS problems found!

2008-07-19 Thread Christophe Badoit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Timo Jyrinki a écrit :
 2008/7/18 Timo Jyrinki [EMAIL PROTECTED]:
 It seems it's not as good as without SD card, but definitely a visible
 improvement.
 
 Sorry for spamming, I just try to describe what I'm experiencing :)
 
 Does anyone else have a reliability problem now with the new kernel
 and GPS when SD card is used?

I'm able now with the new kernel to get a fix, indoor and outdoor, in
acceptables times (ttff ~ 1000s indoor, ~300 outdoor).

I feel like it was better without the SD, but still - it's good enough !!!

Thanks !

- --
A happy FR owner
Christophe Badoit

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

iD8DBQFIgdHVynEdw4rmTRkRAjXHAJwNgkU1osmQJyAkZRgDzflyUHc7cgCdG5Q9
3/IaBOGibcrPCKQt1BtggG8=
=uk8O
-END PGP SIGNATURE-


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


Re: Reason for GPS problems found!

2008-07-16 Thread Christophe Badoit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Christoph Anton Mitterer a écrit :
 On Wed, 2008-07-16 at 00:37 +0200, Flemming Richter Mikkelsen wrote:
 This GPS problem shows a lot about the community vs openmoko.
 Some try to help (developers?)
 Some complain (regular users?)

A lot of regular users are not complaining...

Although they patiently wait for an answer =)


(I didn't know there were regular users among openmoko users)

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

iD8DBQFIfaI6ynEdw4rmTRkRAljsAJ9UCmgfCsqsWGVYUrSpgj1IvPpMLQCdG3q1
04jCeT9A3/CNfpDEBguyEAc=
=/kOY
-END PGP SIGNATURE-


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


Re: LEDs

2008-07-16 Thread Christophe Badoit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Or something like this in console :

for i in /sys/devices/platform/gta02-led.0/leds/*/brightness; do
echo 1  $i; sleep 1; echo 0  $i
done


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

iD8DBQFIfb4bynEdw4rmTRkRAqDeAJ0Uk7E+QVRi7anCXYMDF3cUi2uUFgCbBOFm
uqoAGBQoszUPspJwtnhaUfk=
=cG0+
-END PGP SIGNATURE-


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


Re: Reason for GPS problems found!

2008-07-16 Thread Christophe Badoit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jeffrey Ratcliffe a écrit :
 2008/7/15 Joerg Reisenweber [EMAIL PROTECTED]:
 The good news: *IF* all pans out, there's (or soon will be) a new kernel at
 Andy branch that stops SD-card clock when SDcard is idle. We hope this will
 almost cure the problem, at least reduce it to sth like you can't GPS while
 watching video from SD or the like (hope you can cope with that ;).
 
 This will still be a problem for those GPS applications loading big
 maps from SD, I assume.

Well, once the GPS is fixed, with the sdcard in slot, it keeps doing a
good job in most cases.

I know that the signal is stronger without the SD, but, for me, the
*real* impact was on the TTFF.

So, I suppose loading some maps from the SD once the fix is done, should
not be a probleme (I hope :)

- --
Christophe Badoit

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

iD4DBQFIfcb6ynEdw4rmTRkRAjegAJ0eHdGE7hsKUaEn2frQWRruzLesgwCYnBVv
QC0ddv5EzmMIYaV81ITPmA==
=2e/U
-END PGP SIGNATURE-


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


Re: LEDs

2008-07-16 Thread Christophe Badoit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

julien cubizolles a écrit :

 OK, I just tried, they can blink but is the software using them ?

As said Al Johnson :

 The LEDs work - you can control them by echoing values to the right part 
 of /sys/devices/platform - but none of the apps in 2007.2 do this yet AFAIK.


- --
Christophe Badoit
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIfcgLynEdw4rmTRkRAq+gAKCFaJyQ8O7QRRu8IIQnFbCFxU8iJgCeOCSC
CbEScEiewF6Cizzs5efIiRw=
=/cPL
-END PGP SIGNATURE-


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


Re: Volume?

2008-07-16 Thread Christophe Badoit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

julien cubizolles a écrit :

 Could someone please post a gsmhandset.state he knows is ok ?

Here is the (I suppose) original one.

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

iD8DBQFIfh1BynEdw4rmTRkRAp6uAJ9jxo+d8/89ykf8FDpYzpMgePxu+ACfS2r1
240ri6oScZV9JklSaWI2DI8=
=2ZA9
-END PGP SIGNATURE-
state.neo1973gta02 {
control.1 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 255'
iface MIXER
name 'PCM Volume'
value.0 0
value.1 0
}
control.2 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 255'
iface MIXER
name 'ADC Capture Volume'
value.0 0
value.1 0
}
control.3 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 127'
iface MIXER
name 'Headphone Playback Volume'
value.0 0
value.1 0
}
control.4 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 127'
iface MIXER
name 'Speaker Playback Volume'
value.0 127
value.1 127
}
control.5 {
comment.access 'read write'
comment.type INTEGER
comment.count 1
comment.range '0 - 127'
iface MIXER
name 'Mono Playback Volume'
value 103
}
control.6 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 7'
iface MIXER
name 'Bypass Playback Volume'
value.0 7
value.1 7
}
control.7 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 7'
iface MIXER
name 'Sidetone Playback Volume'
value.0 0
value.1 0
}
control.8 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 7'
iface MIXER
name 'Voice Playback Volume'
value.0 0
value.1 0
}
control.9 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 2
iface MIXER
name 'Headphone Playback ZC Switch'
value.0 false
value.1 false
}
control.10 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 2
iface MIXER
name 'Speaker Playback ZC Switch'
value.0 false
value.1 false
}
control.11 {
comment.access 'read write'
comment.type INTEGER
comment.count 1
comment.range '0 - 7'
iface MIXER
name 'Mono Bypass Playback Volume'
value 0
}
control.12 {
comment.access 'read write'
comment.type INTEGER
comment.count 1
comment.range '0 - 7'
iface MIXER
name 'Mono Sidetone Playback Volume'
value 2
}
control.13 {
comment.access 'read write'
comment.type INTEGER
comment.count 1
comment.range '0 - 7'
iface MIXER
name 'Mono Voice Playback Volume'
value 0
}
control.14 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 1
iface MIXER
name 'Mono Playback ZC Switch'
value false
}
control.15 {
comment.access 'read write'
comment.type ENUMERATED
comment.count 1
comment.item.0 'Linear Control'
comment.item.1 'Adaptive Boost'
iface MIXER
name 'Bass Boost'
value 'Linear Control'
}
control.16 {
comment.access 'read write

Re: wifi

2008-07-16 Thread Christophe Badoit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Stephen Shelton a écrit :
 I've been beating my head against the wall trying to get my FR to connect to 
 any
 secured wireless AP. It has no trouble connecting if there is no encryption, 
 but
 I've had no luck otherwise.
 
 If anyone has had a better experience than me, perhaps you could take a look 
 at
 the GTA02 WLAN page on the wiki (http://wiki.openmoko.org/wiki/GTA02_WLAN) 
 and
 contribute or clean up.
 
 Most specifically, I keep getting messages such as ioctl[SIOCSIWENCODEEXT]
 which would lead me to believe the kernel is unhappy...
 
 Much thanks to anyone who might contribute...

For WEP, I'm currently connecting with :

ifconfig eth0 up
iwconfig eth0 essid any
iwconfig eth0 key 'mykey'
iwconfig eth0 essid 'myssid'
ifup eth0

Something strange, I am unable to set the key (iwconfig key) if the
essid is not any.

I began patching wifi-radar (a wifi python/gtk app) for the FR, if I've
got enough time, I'll try to release it.

- --
Christophe Badoit

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

iD8DBQFIfjGdynEdw4rmTRkRAiIFAJ9w8aZUeT7KGHsTiPDZAmhfDaRpdQCfcq7T
2KAkm80GmXR5aSDsQdLSBw4=
=Ovzk
-END PGP SIGNATURE-


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


Re: Reason for GPS problems found!

2008-07-15 Thread Christophe Badoit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

thomasg a écrit :
 Hi ppl,
 
 I write this to community, not to devel or owners because everyone
 should know:
 _sbeh_, one of the people in #neo1973-germany IRC-channel found the
 reason for the GPS problems.
 The problem only occurs if a SD card is set in. Doesn't matter if it's
 mounted or in use, it just has to sit in the socket.
 The TTFF went from no fix at all to TTFF 120 seconds indoor(!!!), and
 about 40 seconds outdoor.
 Two other people could verify this with about the same results.
 We'll do more tests later, but for now we surely know what's causing the
 problem (and it seems to be a EMC problem).
 
 First results show at the same devices, even outdoor, that there is no
 fix in over 400 seconds with SD card, the signal seems to be at least 10
 to 20 dB worse (so bad, that most satellites don't even appear).
 
 Testresults from other people appreciated.

Well, first test here indoor, at the same position :

- - TTFF approx. 8 hours with sdcard
- - TTFF 228seconds without it

Not tested outdoor.

- --
Christophe Badoit
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIfIULynEdw4rmTRkRAn2dAJwK96H+IzOoZIyelbwlc7Lw1MPr/ACffOgQ
v8RuFLbMVbCYpBtgJkazqjo=
=z1H4
-END PGP SIGNATURE-


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


Re: Duplicate Message

2008-06-20 Thread Christophe Badoit
Le vendredi 20 juin 2008 à 17:27, vous avez écrit :


 Post the message headers, preferably to the bug tracker.  Otherwise
 nothing can ever be done.

I got the message twice, too.

The headers are attached.

-- 
Tof
Return-Path: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from localhost (localhost.localdomain [127.0.0.1])
by ns24306.ovh.net (Postfix) with ESMTP id ECCE44D036
for [EMAIL PROTECTED]; Fri, 20 Jun 2008 09:01:10 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at ns24306.ovh.net
Received: from ns24306.ovh.net ([127.0.0.1])
by localhost (ns24306.ovh.net [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id WoiN16-GgCIP for [EMAIL PROTECTED];
Fri, 20 Jun 2008 09:01:04 +0200 (CEST)
Received: from sita.openmoko.org (sita.openmoko.org [88.198.124.203])
by ns24306.ovh.net (Postfix) with ESMTP id 657034D033
for [EMAIL PROTECTED]; Fri, 20 Jun 2008 09:01:04 +0200 (CEST)
Received: from localhost ([127.0.0.1] helo=sita.openmoko.org)
by sita.openmoko.org with esmtp (Exim 4.63)
(envelope-from [EMAIL PROTECTED])
id 1K9aCw-NX-KL; Fri, 20 Jun 2008 08:34:50 +0200
Received: from yw-out-2324.google.com ([74.125.46.28])
by sita.openmoko.org with esmtp (Exim 4.63)
(envelope-from [EMAIL PROTECTED]) id 1K9aCf-0008WS-5N
for community@lists.openmoko.org; Fri, 20 Jun 2008 08:34:44 +0200
Received: by yw-out-2324.google.com with SMTP id 5so635342ywh.57
for community@lists.openmoko.org;
Thu, 19 Jun 2008 23:31:43 -0700 (PDT)
Received: by 10.151.114.9 with SMTP id r9mr4548198ybm.118.1213943503809;
Thu, 19 Jun 2008 23:31:43 -0700 (PDT)
Received: by 10.151.60.2 with HTTP; Thu, 19 Jun 2008 23:31:16 -0700 (PDT)
Message-ID: [EMAIL PROTECTED]
Date: Fri, 20 Jun 2008 02:31:16 -0400
From: Charles Edward Pax [EMAIL PROTECTED]
To: [EMAIL PROTECTED],
 List for Openmoko community discussion community@lists.openmoko.org
In-Reply-To: [EMAIL PROTECTED]
MIME-Version: 1.0
References: [EMAIL PROTECTED]
X-Google-Sender-Auth: 930b17047197bb7a
Subject: Re: Map Overlay OF Wiki
X-BeenThere: community@lists.openmoko.org
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: List for Openmoko community discussion community@lists.openmoko.org
List-Id: List for Openmoko community discussion community.lists.openmoko.org
List-Unsubscribe: http://lists.openmoko.org/mailman/listinfo/community,
mailto:[EMAIL PROTECTED]
List-Archive: http://lists.openmoko.org/pipermail/community
List-Post: mailto:community@lists.openmoko.org
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: http://lists.openmoko.org/mailman/listinfo/community,
mailto:[EMAIL PROTECTED]
Content-Type: multipart/mixed;
  boundary1176614478==
Mime-version: 1.0
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
X-UID: 1159
X-Length: 5077
Status: R
X-Status: NC
X-KMail-EncryptionState:  
X-KMail-SignatureState:  
X-KMail-MDN-Sent:  
Return-Path: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from localhost (localhost.localdomain [127.0.0.1])
by ns24306.ovh.net (Postfix) with ESMTP id 3418D4D033
for [EMAIL PROTECTED]; Fri, 20 Jun 2008 09:03:02 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at ns24306.ovh.net
Received: from ns24306.ovh.net ([127.0.0.1])
by localhost (ns24306.ovh.net [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id g3QqwTUf9fFw for [EMAIL PROTECTED];
Fri, 20 Jun 2008 09:02:55 +0200 (CEST)
Received: from sita.openmoko.org (sita.openmoko.org [88.198.124.203])
by ns24306.ovh.net (Postfix) with ESMTP id AA43D4D036
for [EMAIL PROTECTED]; Fri, 20 Jun 2008 09:02:55 +0200 (CEST)
Received: from localhost ([127.0.0.1] helo=sita.openmoko.org)
by sita.openmoko.org with esmtp (Exim 4.63)
(envelope-from [EMAIL PROTECTED])
id 1K9aDH-QL-Q1; Fri, 20 Jun 2008 08:35:11 +0200
Received: from yw-out-2324.google.com ([74.125.46.29])
by sita.openmoko.org with esmtp (Exim 4.63)
(envelope-from [EMAIL PROTECTED]) id 1K9aCw-Le-1W
for community@lists.openmoko.org; Fri, 20 Jun 2008 08:35:05 +0200
Received: by yw-out-2324.google.com with SMTP id 5so635357ywh.57
for community@lists.openmoko.org;
Thu, 19 Jun 2008 23:31:51 -0700 (PDT)
Received: by 10.150.83.22 with SMTP id g22mr4497872ybb.146.1213943476822;
Thu, 19 Jun 2008 23:31:16 -0700 (PDT)
Received: by 10.151.60.2 with HTTP; Thu, 19 Jun 2008 23:31:16 -0700 (PDT)
Message-ID: [EMAIL PROTECTED]
Date: Fri, 20 Jun 2008 02:31:16 -0400
From: Charles Edward Pax [EMAIL PROTECTED]
To: [EMAIL PROTECTED],
 List for Openmoko community discussion community@lists.openmoko.org
In-Reply-To: [EMAIL PROTECTED]
MIME-Version: 1.0
References: [EMAIL PROTECTED]
X-Google-Sender-Auth: 930b17047197bb7a
Subject: Re: Map Overlay OF Wiki
X-BeenThere: community@lists.openmoko.org
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: List for Openmoko community