Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-08-05 Thread -stacy
Andy Green wrote:

 About the 600sec thing, you can get the GPS chip to report 4 times a
 second instead of once a second, maybe that can be to do with it.  But
 it is strange, noticing the heavy filtering on our results I wonder if a
 lot of those samples coming so quickly were actually synthetic.

It would seem that they are synthetic and have to do with how GPSD 
parses and interprets NMEA sentences. The other two reference receivers 
are put in SiRF mode and don't seem to suffer this effect. Has anyone 
figured out how to kick the GPS receiver into UBX mode? I would be 
curious to see if that changes anything.

 For the last result, it seems to show only 2 / 2500 results from GPS are
 within 20 Million meters of the location.  It's hard to square that with
 the other decent results that have been reported for tracking, including
 ones pulling maps from SD Card, although I guess you are spamming the
 card as hard as you can for this test.

It seems that gpsprof gets a value of 10,000,000,000 for NaN and doesn't 
check if lat/long values are in range before calculating the average. It 
doesn't take very many 10 Billion values to really screw up the average 
:-) I modified gpsprof to toss out invalid lat/long values.

 What actually happened when gpsd died?  With that and the extreme nature
 of the last result I wonder if something else goes on.
 
 One last thing, the voltage scaling and clock rate reduction patches
 aren't in the kernel you used, they should be around in tomorrow's
 packages: if you have 600 sec to spare it would be interesting to see if
 they made any change :-)

Additional test results (from 20080802) are up at 
http://www.millions.ca/~stacy/neoFreeRunner/gpstale.html

I did some more testing yesterday after compiling the latest version of 
GPSD for the FreeRunner (it no longer dies when I spam the SDCard... 
that's progress :-) but have not yet got the results pulled together.

-stacy

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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-08-05 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Somebody in the thread at some point said:

Thanks for your work Stacy.

| About the 600sec thing, you can get the GPS chip to report 4 times a
| second instead of once a second, maybe that can be to do with it.  But
| it is strange, noticing the heavy filtering on our results I wonder if a
| lot of those samples coming so quickly were actually synthetic.
|
| It would seem that they are synthetic and have to do with how GPSD
| parses and interprets NMEA sentences. The other two reference receivers
| are put in SiRF mode and don't seem to suffer this effect. Has anyone
| figured out how to kick the GPS receiver into UBX mode? I would be
| curious to see if that changes anything.

It's actually documented by Ublox in here (Okular eats it)

http://www.u-blox.com/customersupport/gps.g3/ANTARIS_Protocol_Specification(GPS.G3-X-03002).chm

Here's a UBX packet generator in Bash

http://lists.openmoko.org/pipermail/openmoko-kernel/2008-July/003782.html

and here is how to inject the packets from Ash

echo 0  /sys/class/i2c-adapter/i2c-0/0-0073/neo1973-pm-gps.0/pwron 
sleep 1s  echo 1 
/sys/class/i2c-adapter/i2c-0/0-0073/neo1973-pm-gps.0/pwron  stty -F
/dev/ttySAC1 -echo  cat MY-UBX-PACKET /dev/ttySAC1  cat -u
/dev/ttySAC1 | grep -v ^$

| For the last result, it seems to show only 2 / 2500 results from GPS are
| within 20 Million meters of the location.  It's hard to square that with
| the other decent results that have been reported for tracking, including
| ones pulling maps from SD Card, although I guess you are spamming the
| card as hard as you can for this test.
|
| It seems that gpsprof gets a value of 10,000,000,000 for NaN and doesn't
| check if lat/long values are in range before calculating the average. It
| doesn't take very many 10 Billion values to really screw up the average
| :-) I modified gpsprof to toss out invalid lat/long values.

OK makes a lot of sense :-)

| Additional test results (from 20080802) are up at
| http://www.millions.ca/~stacy/neoFreeRunner/gpstale.html
|
| I did some more testing yesterday after compiling the latest version of
| GPSD for the FreeRunner (it no longer dies when I spam the SDCard...
| that's progress :-) but have not yet got the results pulled together.

Doesn't look a million miles away from being right... there are two
outliers shown and I guess the filtered  NaN(s), but basically all the
other samples are in a decent place.

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

iEYEARECAAYFAkiYdOsACgkQOjLpvpq7dMrLkACgjAm1Img8f2Loku2+o84kHx/y
jjYAnjAtxtRk5l3iu2H2F7HyBvT8NW1F
=Z++i
-END PGP SIGNATURE-

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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-08-05 Thread -stacy
Andy Green wrote:

 |  Has anyone
 | figured out how to kick the GPS receiver into UBX mode? I would be
 | curious to see if that changes anything.
 
 It's actually documented by Ublox in here (Okular eats it)
 
 http://www.u-blox.com/customersupport/gps.g3/ANTARIS_Protocol_Specification(GPS.G3-X-03002).chm

I've been reading that, but have not had any success in getting any UBX 
output... I have managed to disable NMEA (both using $PUBX NMEA 
extensions and your UBX generator) but then I get no data on the tty.


 | Additional test results (from 20080802) are up at
 | http://www.millions.ca/~stacy/neoFreeRunner/gpstale.html

 Doesn't look a million miles away from being right... there are two
 outliers shown and I guess the filtered  NaN(s), but basically all the
 other samples are in a decent place.

Atleast one of the outliers had multiple samples, but I am suspicious of 
those being synthetic as well.

 From the bit of testing I have done so far, it would seem that heavy 
use of the SDCard can cause the CEP to increase by 25%-50% but it is 
still typically better than the reference receivers. I had hoped to do 
my next round of testing in UBX mode (if that solves the issue with 
samples coming faster than once a second). If I can't get that figured 
out soon, I will just configure the GPS to only emit GGA sentences, then 
I will only get one fix per second from gpsd.

-stacy

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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-08-01 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Somebody in the thread at some point said:
| One last thing, the voltage scaling and clock rate reduction patches
| aren't in the kernel you used, they should be around in tomorrow's
| packages: if you have 600 sec to spare it would be interesting to
see if
| they made any change :-)
|
| - -Andy
|
|
|
| Hi Andy,
| To get that kernel you reference would I go to
| http://buildhost.openmoko.org/daily/freerunner/
| then to the latest date (like tomorrow) and look for
| uImage-om-gta02-latest.bin?
|
| Just want to make sure I have this right.

Yes the one for 31st is updated already.  You might be better using opkg
for it, you can find the kernel packages here

http://buildhost.openmoko.org/daily-feed/om-gta02/

Something be aware of we moved Ethernet over USB into a module now,
Thomas B found you will need to

opkg install kernel-module-g-ether kernel-module-cdc-ether
depmod

before rebooting.

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

iEYEARECAAYFAkiSpbEACgkQOjLpvpq7dMqQBwCfSRQFgCT57QZZnv97FHJQsb1O
vVsAn2D1wRSqYuO5kf765qaocZruiDVL
=mAZD
-END PGP SIGNATURE-

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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-08-01 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Somebody in the thread at some point said:

| After a reboot, it worked ok so its a false alarm - sorry!

Thanks for clearing it up.

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

iEYEARECAAYFAkiSqhMACgkQOjLpvpq7dMoNKACfRwjF9AzZYTAxKMV2hcHxoGot
zTcAn3ZHN+SwDlJ6BwKXNV3JV67cMaka
=bx00
-END PGP SIGNATURE-

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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-08-01 Thread Minh Ha Duong
Le vendredi 01 août 2008, Andy Green a écrit :
 opkg install kernel-module-g-ether kernel-module-cdc-ether

Having updated the kernel and everything, I get a FATAL error with that:

opkg install kernel-module-g-ether kernel-module-cdc-ether
Installing kernel-module-g-ether 
(2:2.6.24+git27+1a95efdc23966343a3b432ceef2f6c24dc0e2052-r2) to root...
Downloading 
http://buildhost.openmoko.org/daily-feed/om-gta02/kernel-module-g-ether_2.6.24+git27+1a95efdc23966343a3b432ceef2f6c24dc0e2052-r2_om-gta02.ipk
Installing kernel-module-cdc-ether 
(2:2.6.24+git27+1a95efdc23966343a3b432ceef2f6c24dc0e2052-r2) to root...
Downloading 
http://buildhost.openmoko.org/daily-feed/om-gta02/kernel-module-cdc-ether_2.6.24+git27+1a95efdc23966343a3b432ceef2f6c24dc0e2052-r2_om-gta02.ipk
Configuring kernel-module-cdc-ether
Configuring kernel-module-g-ether
FATAL: Module g_ether not found.

Then the module is not loaded at boot time.

I have to
cd /lib/modules/2.6.24/kernel/drivers/usb/gadget
insmod g_ether.ko
/etc/init.d/networking restart


Minh
-- 
Minh HA-DUONGChargé de recherche CNRS
[EMAIL PROTECTED]  CIRED, Campus du Jardin Tropical
tel: +33 1 43 94 73 81   45bis ave. de la Belle Gabrielle
fax: +33 1 43 94 73 70F94736 Nogent-sur-Marne, France
Jabber: [EMAIL PROTECTED]
http://minh.haduong.com (work), http://minh69.blogspot.com (personal)

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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-08-01 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Somebody in the thread at some point said:
| Le vendredi 01 août 2008, Andy Green a écrit :
| opkg install kernel-module-g-ether kernel-module-cdc-ether
|
| Having updated the kernel and everything, I get a FATAL error with that:
|
| opkg install kernel-module-g-ether kernel-module-cdc-ether
| Installing kernel-module-g-ether
| (2:2.6.24+git27+1a95efdc23966343a3b432ceef2f6c24dc0e2052-r2) to root...
| Downloading
|
http://buildhost.openmoko.org/daily-feed/om-gta02/kernel-module-g-ether_2.6.24+git27+1a95efdc23966343a3b432ceef2f6c24dc0e2052-r2_om-gta02.ipk
| Installing kernel-module-cdc-ether
| (2:2.6.24+git27+1a95efdc23966343a3b432ceef2f6c24dc0e2052-r2) to root...
| Downloading
|
http://buildhost.openmoko.org/daily-feed/om-gta02/kernel-module-cdc-ether_2.6.24+git27+1a95efdc23966343a3b432ceef2f6c24dc0e2052-r2_om-gta02.ipk
| Configuring kernel-module-cdc-ether
| Configuring kernel-module-g-ether
| FATAL: Module g_ether not found.
|
| Then the module is not loaded at boot time.
|
| I have to
| cd /lib/modules/2.6.24/kernel/drivers/usb/gadget
| insmod g_ether.ko
| /etc/init.d/networking restart

Did you run the

depmod

step recommended by Thomas B?  I guess it can by why you had to insmod
instead of modprobe.  The packages should do it on install, but
evidently not or it didn't complete far enough.

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

iEYEARECAAYFAkiSyTsACgkQOjLpvpq7dMqcaACfT7NA4fMLvPcNzVgEAlti3iJA
1CUAn1M2lzs8MirrBDrpg5clbN7zfuuH
=Ez0Z
-END PGP SIGNATURE-

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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-31 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Somebody in the thread at some point said:

| and a negative - I moved the maps in tangoGPS from /tmp to the (orig
| freerunner) sdcard and it only works partially or not at all.  This is
| offline usage.  If I am online and I delete the map cache so tango
| starts clean, it loads the maps fine - probably caches them in ram.  If
| I go offline to move around, only the maps cached in ram are displayed.
| I can see the files on the sd card so that part is ok.
|
| If I use /tmp tango is fine.

Sorry when you say works partially or not at all, what is the symptom?
~ Is that a GPS issue or a maps on SD Card data retrieval issue?  Which
kernel?

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

iEYEARECAAYFAkiRbAYACgkQOjLpvpq7dMqEJACdFaBF+0Mja4QCWYotfW6o/QEV
tRoAn0asAwK2ReeUR4qmRCcKdgX46/mc
=YKC/
-END PGP SIGNATURE-

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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-31 Thread -stacy
I did some testing today to add some more data points (or fuel on the 
fire, depending on your point of view :-)

What I did was run three test, one with the SD card removed, one with 
the SD card installed but idle and one with the SD card being used 
heavily. For each test, I ran simultaneous tests on two other GPS 
receivers to give a reference point.

The short version is that SD card activity really messes up the GPS, the 
long version can be found here (complete with pretty plots and tables 
and everything :-) :

http://www.millions.ca/~stacy/neoFreeRunner/gpstale.html

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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-31 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Somebody in the thread at some point said:

| I did some testing today to add some more data points (or fuel on the
| fire, depending on your point of view :-)

Let's say you did nice work there enabling us to converge on an
understanding of the issue :-)

| What I did was run three test, one with the SD card removed, one with
| the SD card installed but idle and one with the SD card being used
| heavily. For each test, I ran simultaneous tests on two other GPS
| receivers to give a reference point.
|
| The short version is that SD card activity really messes up the GPS, the
| long version can be found here (complete with pretty plots and tables
| and everything :-) :
|
| http://www.millions.ca/~stacy/neoFreeRunner/gpstale.html

About the 600sec thing, you can get the GPS chip to report 4 times a
second instead of once a second, maybe that can be to do with it.  But
it is strange, noticing the heavy filtering on our results I wonder if a
lot of those samples coming so quickly were actually synthetic.

For the last result, it seems to show only 2 / 2500 results from GPS are
within 20 Million meters of the location.  It's hard to square that with
the other decent results that have been reported for tracking, including
ones pulling maps from SD Card, although I guess you are spamming the
card as hard as you can for this test.

What actually happened when gpsd died?  With that and the extreme nature
of the last result I wonder if something else goes on.

One last thing, the voltage scaling and clock rate reduction patches
aren't in the kernel you used, they should be around in tomorrow's
packages: if you have 600 sec to spare it would be interesting to see if
they made any change :-)

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

iEYEARECAAYFAkiSTTcACgkQOjLpvpq7dMrBQgCeMsay73fnUB4O/xb24JmDZowt
HnAAn1noeLVRpc0IQkPVbK9Lc+oEZLDU
=/MUZ
-END PGP SIGNATURE-

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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-31 Thread Vinc Duran

 One last thing, the voltage scaling and clock rate reduction patches
 aren't in the kernel you used, they should be around in tomorrow's
 packages: if you have 600 sec to spare it would be interesting to see if
 they made any change :-)

 - -Andy



Hi Andy,
To get that kernel you reference would I go to
http://buildhost.openmoko.org/daily/freerunner/
then to the latest date (like tomorrow) and look for
uImage-om-gta02-latest.bin?

Just want to make sure I have this right.
Thanks
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-31 Thread W.Kenworthy
After a reboot, it worked ok so its a false alarm - sorry!

BillK

On Thu, 2008-07-31 at 08:38 +0100, Andy Green wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Somebody in the thread at some point said:
 
 | and a negative - I moved the maps in tangoGPS from /tmp to the (orig
 | freerunner) sdcard and it only works partially or not at all.  This is
 | offline usage.  If I am online and I delete the map cache so tango
 | starts clean, it loads the maps fine - probably caches them in ram.  If
 | I go offline to move around, only the maps cached in ram are displayed.
 | I can see the files on the sd card so that part is ok.
 |
 | If I use /tmp tango is fine.
 
 Sorry when you say works partially or not at all, what is the symptom?
 ~ Is that a GPS issue or a maps on SD Card data retrieval issue?  Which
 kernel?
 
 - -Andy
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)
 Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
 
 iEYEARECAAYFAkiRbAYACgkQOjLpvpq7dMqEJACdFaBF+0Mja4QCWYotfW6o/QEV
 tRoAn0asAwK2ReeUR4qmRCcKdgX46/mc
 =YKC/
 -END PGP SIGNATURE-
 
 ___
 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: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-30 Thread Jay Vaughan
 (We have external LNA)  It means it can track with a 16dBm reduction  
 in
 GPS signal after it made the satellite acquisitions.  So if you
 understood it will get a fix OK with the software workaround, and we  
 saw
 many people report this, you should expect the tracking phase to work
 better than the acquisition phase since the signal requirement is
 relaxed by 16dBm.


My experience has proven that this is not the case; yes the fix  
happens sooner, but if SD I/O occurs during tracking phase, wild  
errors are still introduced into the GPS signal sufficient to drive us  
off the map.

Just sayin', not trying to stir the pot.  I've been testing this GPS  
fix every day since it arrived, by tracking my progress to work, and  
if I zoom too closely (meaning there is more SD I/O on map refreshes)  
the GPS goes wild.


 That'll be interesting.  But in the real world many thing perturb GPS
 tracking and sophisticated software filters are anyway used to try to
 see through excursions, I guess this will be the case for typical SD
 Card usage pattern here.


My ride to and from work is through a wide open space with no  
obstructions, lots of blue sky, and for sure .. SD I/O still massively  
impacts GPS *accuracy*.  Not just in the acquisition phase, but also  
tracking ..

;
--
Jay Vaughan





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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-30 Thread Jay Vaughan
 I would take this to mean that your current location drifts from the
 actual spot to places not quite where you are standing.


Exactly.  I will try to upload some logs (just discovered the /tmp  
change in tangogps, grr.. some test data has been lost) in the next  
few days that demonstrate this factor, just so its clear.

;
--
Jay Vaughan





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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-30 Thread Timo Jyrinki
2008/7/30 Jay Vaughan [EMAIL PROTECTED]:
 Just sayin', not trying to stir the pot.  I've been testing this GPS
 fix every day since it arrived, by tracking my progress to work, and
 if I zoom too closely (meaning there is more SD I/O on map refreshes)
 the GPS goes wild.

Do you (all) have also the latest fixes from
http://git.openmoko.org/?p=kernel.git;a=shortlog;h=stable , ie. kernel
new enough to have fix-glamo-mci-set-default-drive-level-0.patch from
7 days ago? Just checking.

-Timo

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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-30 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Somebody in the thread at some point said:

| Just sayin', not trying to stir the pot.  I've been testing this GPS
| fix every day since it arrived, by tracking my progress to work, and
| if I zoom too closely (meaning there is more SD I/O on map refreshes)
| the GPS goes wild.
|
| That'll be interesting.  But in the real world many thing perturb GPS
| tracking and sophisticated software filters are anyway used to try to
| see through excursions, I guess this will be the case for typical SD
| Card usage pattern here.
|
| My ride to and from work is through a wide open space with no
| obstructions, lots of blue sky, and for sure .. SD I/O still massively
| impacts GPS *accuracy*.  Not just in the acquisition phase, but also
| tracking ..

We're not done with what we can do to mitigate it in software.  These
guys should be in tomorrow's kernel.

http://git.openmoko.org/?p=kernel.git;a=commitdiff;h=00e20ff234e6d35a6df7e86c043fdda7da06bf04
http://git.openmoko.org/?p=kernel.git;a=commitdiff;h=792fb6dd55c282de25005a1399ffaa084ece4b1c
http://git.openmoko.org/?p=kernel.git;a=commitdiff;h=6d8e14dc4253f3921aff1bbbeb3caf073aa6a7b2
http://git.openmoko.org/?p=kernel.git;a=commitdiff;h=d4b28ec4e2818207cc0e48b90dbce581e0b779e7

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

iEYEARECAAYFAkiQWDIACgkQOjLpvpq7dMru7wCgjs6cWTAi+NDEKLkGmU6Fa5aq
4jMAn2yuyLjsVCEDcIawQF7MkXa34zMK
=Zrxt
-END PGP SIGNATURE-

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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-30 Thread Pawel Kowalak
On Jul 30, 2008, at 10:24 AM, Jay Vaughan wrote:
 My ride to and from work is through a wide open space with no
 obstructions, lots of blue sky, and for sure .. SD I/O still massively
 impacts GPS *accuracy*.  Not just in the acquisition phase, but also
 tracking ..

That's strange. I didn't test GPS too much, but for example today I  
launched
TangoGPS when driving to work. I zoomed in (but not to maximum) and took
track log. First of all, it got fix from 11 satellites (out of 14  
visible) very quickly.
Track is very accurate (no jump-offs the road) in the city. Earlier I  
used Garmin
GPS60 and tracks from it were way worse than from FR.

I used today's kernel and u-boot.

BR,
Pawel


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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-30 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Somebody in the thread at some point said:
| On Jul 30, 2008, at 10:24 AM, Jay Vaughan wrote:
| My ride to and from work is through a wide open space with no
| obstructions, lots of blue sky, and for sure .. SD I/O still massively
| impacts GPS *accuracy*.  Not just in the acquisition phase, but also
| tracking ..
|
| That's strange. I didn't test GPS too much, but for example today I
| launched
| TangoGPS when driving to work. I zoomed in (but not to maximum) and took
| track log. First of all, it got fix from 11 satellites (out of 14
| visible) very quickly.
| Track is very accurate (no jump-offs the road) in the city. Earlier I
| used Garmin
| GPS60 and tracks from it were way worse than from FR.
|
| I used today's kernel and u-boot.

That's pretty encouraging, thanks.

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

iEYEARECAAYFAkiQWkYACgkQOjLpvpq7dMpBcwCdGawNO1luB74buwBglSovvt3A
uxMAoIZmhcB899sx7GP4TVMiOjtwyAq8
=Kdkw
-END PGP SIGNATURE-

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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-30 Thread Lech Karol Pawłaszek
Jay Vaughan wrote:
 (We have external LNA)  It means it can track with a 16dBm reduction  
 in
 GPS signal after it made the satellite acquisitions.  So if you
 understood it will get a fix OK with the software workaround, and we  
 saw
 many people report this, you should expect the tracking phase to work
 better than the acquisition phase since the signal requirement is
 relaxed by 16dBm.

 
 My experience has proven that this is not the case; yes the fix  
 happens sooner, but if SD I/O occurs during tracking phase, wild  
 errors are still introduced into the GPS signal sufficient to drive us  
 off the map.

I can confirm such experience. Usually GPS track is very good however 
from time to time (usually when tangogps is reading tiles) it looks like 
  it's receiving invalid data and the GPS really goes wild.

I have to admit that the GPS works really well and I've seen Paweł 
Kowalak's track which was awesomely accurate! I hope that those 
tomorrow's patches will make the GPS experience even more enjoyable.

Thanks for the great work.

-- 
Lech Karol Pawłaszek ike
You will never see me fall from grace [KoRn]

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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-30 Thread Jay Vaughan
 We're not done with what we can do to mitigate it in software.  These
 guys should be in tomorrow's kernel.


okay i'll continue testing and logging in the meantime ..

;
--
Jay Vaughan





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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-30 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Somebody in the thread at some point said:
| We're not done with what we can do to mitigate it in software.  These
| guys should be in tomorrow's kernel.
|
|
| okay i'll continue testing and logging in the meantime ..

Great.

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

iEYEARECAAYFAkiQdasACgkQOjLpvpq7dMqm0wCeLwasTn32oZtKDc7jZXmeZzIy
AbAAn0KQwBfpj18r9hkuG1DwQbdCMFd8
=jB3i
-END PGP SIGNATURE-

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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-30 Thread Pawel Kowalak
 | Track is very accurate (no jump-offs the road) in the city.  
 Earlier I
 | used Garmin
 | GPS60 and tracks from it were way worse than from FR.
 |
 | I used today's kernel and u-boot.

 That's pretty encouraging, thanks.


Hi again,

I made another test, driving back home. This time, I zoomed to lvl 17  
(maximum) and saved track again. I got fix from 8 satellites (10  
visible) after second turn (about 1 minute). I have pre-cached map of  
my city on SD card (2GB sandisk). Here is the first part of the track:

http://img222.imageshack.us/img222/8456/test1ru8.jpg

At the begining I was completly off-road until I clicked 'autocenter',  
when it moved me to correct location (straight line is the offset), so  
I think it is TangoGPS bug. Then normal drive in traffic / traffic  
lights, etc. (on zoom=17).

Here is another part of the track:

http://img222.imageshack.us/img222/9179/test2yj5.jpg

I drove here almost 100km/h (but don't tell anyone) on max zoom, to  
read tiles faster from the card. As you can see, no jump offs from the  
road.

So, to me, GPS works great now. I had more problems with accuracy of  
my Garmin outdoor device.

BR,
Pawel


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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-30 Thread Jay Vaughan
 So, to me, GPS works great now. I had more problems with accuracy of
 my Garmin outdoor device.


on todays drive home i also did a trace - and got wildly sporadic  
results when tangogps had to read maps again off the disk .. i do not  
have the latest kernel, however, as it doesn't appear to have  
propagated to my device yet.


;
--
Jay Vaughan





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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-30 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Somebody in the thread at some point said:

| I drove here almost 100km/h (but don't tell anyone) on max zoom, to
| read tiles faster from the card. As you can see, no jump offs from the
| road.
|
| So, to me, GPS works great now. I had more problems with accuracy of
| my Garmin outdoor device.

Thanks for the report Pavel, we can't be doing that bad.

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

iEYEARECAAYFAkiQvAgACgkQOjLpvpq7dMqG4wCglAywViFM6xy0teBZPjQgsqwO
HW4Ani+qbG+4hvUN9+4t2d6X9k9+j/ms
=IKUp
-END PGP SIGNATURE-

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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-30 Thread W.Kenworthy
and a negative - I moved the maps in tangoGPS from /tmp to the (orig
freerunner) sdcard and it only works partially or not at all.  This is
offline usage.  If I am online and I delete the map cache so tango
starts clean, it loads the maps fine - probably caches them in ram.  If
I go offline to move around, only the maps cached in ram are displayed.
I can see the files on the sd card so that part is ok.

If I use /tmp tango is fine.

BillK

On Wed, 2008-07-30 at 20:07 +0100, Andy Green wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Somebody in the thread at some point said:
 
 | I drove here almost 100km/h (but don't tell anyone) on max zoom, to
 | read tiles faster from the card. As you can see, no jump offs from the
 | road.
 |
 | So, to me, GPS works great now. I had more problems with accuracy of
 | my Garmin outdoor device.
 
 Thanks for the report Pavel, we can't be doing that bad.
 
 - -Andy
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)
 Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
 
 iEYEARECAAYFAkiQvAgACgkQOjLpvpq7dMqG4wCglAywViFM6xy0teBZPjQgsqwO
 HW4Ani+qbG+4hvUN9+4t2d6X9k9+j/ms
 =IKUp
 -END PGP SIGNATURE-
 
 ___
 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: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-29 Thread steve
Start with the software fix. It should slove the problem. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Annie
Sent: Sunday, July 20, 2008 3:01 AM
To: community@lists.openmoko.org
Subject: Warranty after fix for GTA02 GPS rework for SD card interference
issue

what impact, if any, will there be on the warranty of the FR device once the
fix has been carried out ?

___
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: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-29 Thread Scott Derrick
From everything I've heard a software only fix will not be enough.
Unless you ditch your sd card as a data store.

All new FR's have the HW fix and new software will be written to take
advantage of that HW platform.

The software fix alone allows you to get a fast TTFF but after that, sd
card data transfers are just to noisy to maintain a high quality GPS
data stream.  Yes it works but poorly, which is better than not at all.

I have two Fr's, once I get the caps(this week). I'll do the HW fix on
one, install the software fix on both, and do a side by side comparison.

Does the Qtopia distro have the GPS fix and GPS software?  If not is
there a GPS package I can install on Qtopia?

Scott

steve wrote:
 Start with the software fix. It should slove the problem. 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Annie
 Sent: Sunday, July 20, 2008 3:01 AM
 To: community@lists.openmoko.org
 Subject: Warranty after fix for GTA02 GPS rework for SD card interference
 issue
 
 what impact, if any, will there be on the warranty of the FR device once the
 fix has been carried out ?
 
 ___
 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: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-29 Thread Steven Kurylo
On Tue, Jul 29, 2008 at 12:11 PM, Scott Derrick [EMAIL PROTECTED] wrote:
 From everything I've heard a software only fix will not be enough.
 Unless you ditch your sd card as a data store.

 All new FR's have the HW fix and new software will be written to take
 advantage of that HW platform.

 The software fix alone allows you to get a fast TTFF but after that, sd
 card data transfers are just to noisy to maintain a high quality GPS
 data stream.  Yes it works but poorly, which is better than not at all.

I haven't had any problems with TTFF since the software update was
done.  In fact my impression from all the emails on the subject was
that the software fix was enough.

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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-29 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Somebody in the thread at some point said:

| The software fix alone allows you to get a fast TTFF but after that, sd
| card data transfers are just to noisy to maintain a high quality GPS
| data stream.  Yes it works but poorly, which is better than not at all.

There's something to be aware of here, when getting the fix the GPS chip
needs a much better Signal to Noise ratio than when maintaining it.
Have a look at the first few lines of this:

http://www.atmel.com/dyn/resources/prod_documents/doc4928.pdf

''...
– Acquisition Sensitivity: –142 dBm (Cold Start, With External LNA)
– Tracking Sensitivity: –158 dBm (With External LNA)
...''

(We have external LNA)  It means it can track with a 16dBm reduction in
GPS signal after it made the satellite acquisitions.  So if you
understood it will get a fix OK with the software workaround, and we saw
many people report this, you should expect the tracking phase to work
better than the acquisition phase since the signal requirement is
relaxed by 16dBm.

| I have two Fr's, once I get the caps(this week). I'll do the HW fix on
| one, install the software fix on both, and do a side by side comparison.

That'll be interesting.  But in the real world many thing perturb GPS
tracking and sophisticated software filters are anyway used to try to
see through excursions, I guess this will be the case for typical SD
Card usage pattern here.

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

iEYEARECAAYFAkiPdiwACgkQOjLpvpq7dMqNpQCdGfgx6OJlahoNMJz9p347ti4b
JUAAoIhCvDCGOOlxN0eqPbYHxPkYK8nd
=DEli
-END PGP SIGNATURE-

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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-29 Thread Mike Hodson
On Tue, Jul 29, 2008 at 1:48 PM, Steven Kurylo [EMAIL PROTECTED] wrote:

 On Tue, Jul 29, 2008 at 12:11 PM, Scott Derrick [EMAIL PROTECTED] wrote:
 From everything I've heard a software only fix will not be enough.
 Unless you ditch your sd card as a data store.

 I haven't had any problems with TTFF since the software update was
 done.  In fact my impression from all the emails on the subject was
 that the software fix was enough.

I think what he means, is that even though there is enough signal
strength to provide a quick(er) First Fix, (or ANY fix at all in some
cases) that if you are hammering the card for map data, the noise
generated by the clock/data lines may cause reception errors resulting
in a less-than-accurate position fix being maintained.

I would take this to mean that your current location drifts from the
actual spot to places not quite where you are standing.

I have yet to get enough $ together to buy a Freerunner myself, so I
can't test/report on this, but hopefully I can clarify :)

Mike

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


Re: Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-29 Thread Steven Kurylo
On Tue, Jul 29, 2008 at 1:24 PM, Mike Hodson [EMAIL PROTECTED] wrote:
 On Tue, Jul 29, 2008 at 1:48 PM, Steven Kurylo [EMAIL PROTECTED] wrote:

 On Tue, Jul 29, 2008 at 12:11 PM, Scott Derrick [EMAIL PROTECTED] wrote:
 From everything I've heard a software only fix will not be enough.
 Unless you ditch your sd card as a data store.

 I haven't had any problems with TTFF since the software update was
 done.  In fact my impression from all the emails on the subject was
 that the software fix was enough.

 I think what he means, is that even though there is enough signal
 strength to provide a quick(er) First Fix, (or ANY fix at all in some
 cases) that if you are hammering the card for map data, the noise
 generated by the clock/data lines may cause reception errors resulting
 in a less-than-accurate position fix being maintained.

 I would take this to mean that your current location drifts from the
 actual spot to places not quite where you are standing.

And I don't see this when using my freerunner.  YMMV.

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


Re: GTA02 GPS rework for SD card interference issue

2008-07-24 Thread Marcus Bauer
On Wed, 2008-07-23 at 21:03 +0200, Yorick Moko wrote:
 i tried to walk with tangogps and sometimes i jumed 1-2 km in a random
 direction and kept drifting
 there were no roads in openstreetmaps for my location, could this influence 
 it?

No, that is definitely not the case. But occasionally I have seen this
behaviour too on my FR, yet never on the Neo1973s. 

One interesting observation I made is that my FR has in the beginning
often a GPS time offset 15 seconds into the future. It does so even if I
feed the time by AGPS.

It takes 10-15 minutes until this is corrected by the chip.


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


Re: GTA02 GPS rework for SD card interference issue

2008-07-24 Thread Timo Jyrinki
2008/7/24 Al Johnson [EMAIL PROTECTED]:
 fixed a long way back in the route. I didn't have a tile cached for the area
 I had walked into. When I zoomed out to a scale where I did have a tile
 cached it redrew the track, this time following the route I had walked
 without jumping.

Actually if you do not have the area cached, it will just stay at the
previous zoom level map tile wise if you zoom in and draw a new trace
line on top of the old one. Ie. it is just messing up the display.

-Timo

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


Re: GTA02 GPS rework for SD card interference issue

2008-07-24 Thread Marcus Bauer
On Thu, 2008-07-24 at 09:42 +0300, Timo Jyrinki wrote:
 2008/7/24 Al Johnson [EMAIL PROTECTED]:
  fixed a long way back in the route. I didn't have a tile cached for the area
  I had walked into. When I zoomed out to a scale where I did have a tile
  cached it redrew the track, this time following the route I had walked
  without jumping.
 
 Actually if you do not have the area cached, it will just stay at the
 previous zoom level map tile wise if you zoom in and draw a new trace
 line on top of the old one. Ie. it is just messing up the display.

Just for info: this is fixed for the next version.


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


Re: GTA02 GPS rework for SD card interference issue

2008-07-24 Thread Jason Uhlenkott
On Thu, Jul 24, 2008 at 08:05:22 +0200, Marcus Bauer wrote:
 One interesting observation I made is that my FR has in the beginning
 often a GPS time offset 15 seconds into the future. It does so even if I
 feed the time by AGPS.
 
 It takes 10-15 minutes until this is corrected by the chip.

Wild guess:  Maybe it's reporting raw GPS time, without leap second
correction.

I haven't observed this myself, but it's suspiciously close to the
current GPS-UTC offset of 14 seconds.

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


RE: GTA02 GPS rework for SD card interference issue

2008-07-23 Thread steve
I have mail from Wolfy indicating that Andy's magic SW fix works.

So, contact AG on this matter.  

-Original Message-
From: Michael Shiloh [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 22, 2008 3:58 PM
To: steve
Cc: 'Joerg Reisenweber'; community@lists.openmoko.org; 'C R McClenaghan';
[EMAIL PROTECTED]; 'Andy Green'
Subject: Re: GTA02 GPS rework for SD card interference issue

I have not had time to test any. But I could.

M

steve wrote:
 Michael do you have any phones that fail GPS test? 
 
 -Original Message-
 From: Michael Shiloh [mailto:[EMAIL PROTECTED]
 Sent: Monday, July 21, 2008 10:10 PM
 To: steve
 Cc: 'Joerg Reisenweber'; community@lists.openmoko.org; 'C R 
 McClenaghan'; [EMAIL PROTECTED]; Andy Green
 Subject: Re: GTA02 GPS rework for SD card interference issue
 
 ave ceasar!
 
 steve wrote:
 Then I am Rome.

   The SOP needs to be reviewed. Basically, I will need to hear from 
 jOERG, Werner,
   Micheal, Andy.

   I would like to have micheal test the SOP.

   Then  I can figure out how to offer the repair.


   1. Give people a free repair kit?
   2. work with distributors to do repair.
   3. Host repair PARTIES! Woo hoo. Bring your own soldering iron. 
 BYOSI



 -Original Message-
 From: Michael Shiloh [mailto:[EMAIL PROTECTED]
 Sent: Monday, July 21, 2008 11:18 AM
 To: Joerg Reisenweber
 Cc: community@lists.openmoko.org; steve; C R McClenaghan; 
 [EMAIL PROTECTED]
 Subject: Re: GTA02 GPS rework for SD card interference issue

 ...and Michael goes to Steve, so all roads lead to Steve.

 Expect a reply from Steve very shortly (if he hasn't already done so).

 Michael

 Joerg Reisenweber wrote:
 This should go to Steve and Michael, I guess


 Am Fr  18. Juli 2008 schrieb C R McClenaghan:
 Tony,

 Will OpenMoko offer this repair to Freerunner owners? How and under 
 what terms?

 Chris

 On Jul 18, 2008, at 2:28 AM, Neng-Yu Tu (Tony Tu) wrote:

 Dear Community:

 For GTA02 SD card interference GPS issue, our hardware team 
 provide a hardware fix/workaround for this coexistence bug. Sorry 
 post it late, because we have to make sure this fix works and 
 don't have side effects.

 Here is the fix:

 http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf

 This fix could give almost same performance with SD card out of case.

 But this work still not suggest do by yourself, also, this fix 
 need proper size capacitor (10 pf with 0402 package), and some 
 solder technique.

 We saw people ask about service issues of Openmoko devices, and we 
 are working on it. Our sales discussing with our distributor about 
 proper services model, but do not have consensus yet, I will keep 
 update
 it.
 Thanks,

 Tony Tu

 Openmoko, Inc.

 Support

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

 


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


Re: GTA02 GPS rework for SD card interference issue

2008-07-23 Thread atweb

Hi,

The last 50 Minutes I drived 8 km around with my bike for catch 
coordinates for OpenStreetmap.
I was carefully with Tangogps, so only the one Map came from SD-Card but 
the Track was written to the Flash.

The Track looks very good.

cu
Markus



steve schrieb:

I have mail from Wolfy indicating that Andy's magic SW fix works.

So, contact AG on this matter.  


-Original Message-
From: Michael Shiloh [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 22, 2008 3:58 PM

To: steve
Cc: 'Joerg Reisenweber'; community@lists.openmoko.org; 'C R McClenaghan';
[EMAIL PROTECTED]; 'Andy Green'
Subject: Re: GTA02 GPS rework for SD card interference issue

I have not had time to test any. But I could.

M

steve wrote:
  
Michael do you have any phones that fail GPS test? 


-Original Message-
From: Michael Shiloh [mailto:[EMAIL PROTECTED]
Sent: Monday, July 21, 2008 10:10 PM
To: steve
Cc: 'Joerg Reisenweber'; community@lists.openmoko.org; 'C R 
McClenaghan'; [EMAIL PROTECTED]; Andy Green

Subject: Re: GTA02 GPS rework for SD card interference issue

ave ceasar!

steve wrote:


Then I am Rome.

  The SOP needs to be reviewed. Basically, I will need to hear from 
jOERG, Werner,

  Micheal, Andy.

  I would like to have micheal test the SOP.

  Then  I can figure out how to offer the repair.


  1. Give people a free repair kit?
  2. work with distributors to do repair.
  3. Host repair PARTIES! Woo hoo. Bring your own soldering iron. 
BYOSI




-Original Message-
From: Michael Shiloh [mailto:[EMAIL PROTECTED]
Sent: Monday, July 21, 2008 11:18 AM
To: Joerg Reisenweber
Cc: community@lists.openmoko.org; steve; C R McClenaghan; 
[EMAIL PROTECTED]

Subject: Re: GTA02 GPS rework for SD card interference issue

...and Michael goes to Steve, so all roads lead to Steve.

Expect a reply from Steve very shortly (if he hasn't already done so).

Michael

Joerg Reisenweber wrote:
  

This should go to Steve and Michael, I guess


Am Fr  18. Juli 2008 schrieb C R McClenaghan:


Tony,

Will OpenMoko offer this repair to Freerunner owners? How and under 
what terms?


Chris

On Jul 18, 2008, at 2:28 AM, Neng-Yu Tu (Tony Tu) wrote:

  

Dear Community:

For GTA02 SD card interference GPS issue, our hardware team 
provide a hardware fix/workaround for this coexistence bug. Sorry 
post it late, because we have to make sure this fix works and 
don't have side effects.


Here is the fix:

http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf

This fix could give almost same performance with SD card out of case.

But this work still not suggest do by yourself, also, this fix 
need proper size capacitor (10 pf with 0402 package), and some 
solder technique.


We saw people ask about service issues of Openmoko devices, and we 
are working on it. Our sales discussing with our distributor about 
proper services model, but do not have consensus yet, I will keep 
update


it.
  

Thanks,

Tony Tu

Openmoko, Inc.

Support

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


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

  



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


Re: GTA02 GPS rework for SD card interference issue

2008-07-23 Thread Yorick Moko
i tried to walk with tangogps and sometimes i jumed 1-2 km in a random
direction and kept drifting
there were no roads in openstreetmaps for my location, could this influence it?

On Wed, Jul 23, 2008 at 7:51 PM, atweb [EMAIL PROTECTED] wrote:
 Hi,

 The last 50 Minutes I drived 8 km around with my bike for catch coordinates
 for OpenStreetmap.
 I was carefully with Tangogps, so only the one Map came from SD-Card but the
 Track was written to the Flash.
 The Track looks very good.

 cu
 Markus



 steve schrieb:

 I have mail from Wolfy indicating that Andy's magic SW fix works.

 So, contact AG on this matter.

 -Original Message-
 From: Michael Shiloh [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 22, 2008 3:58 PM
 To: steve
 Cc: 'Joerg Reisenweber'; community@lists.openmoko.org; 'C R McClenaghan';
 [EMAIL PROTECTED]; 'Andy Green'
 Subject: Re: GTA02 GPS rework for SD card interference issue

 I have not had time to test any. But I could.

 M

 steve wrote:


 Michael do you have any phones that fail GPS test?

 -Original Message-
 From: Michael Shiloh [mailto:[EMAIL PROTECTED]
 Sent: Monday, July 21, 2008 10:10 PM
 To: steve
 Cc: 'Joerg Reisenweber'; community@lists.openmoko.org; 'C R
 McClenaghan'; [EMAIL PROTECTED]; Andy Green
 Subject: Re: GTA02 GPS rework for SD card interference issue

 ave ceasar!

 steve wrote:


 Then I am Rome.

   The SOP needs to be reviewed. Basically, I will need to hear from
 jOERG, Werner,
   Micheal, Andy.

   I would like to have micheal test the SOP.

   Then  I can figure out how to offer the repair.


   1. Give people a free repair kit?
   2. work with distributors to do repair.
   3. Host repair PARTIES! Woo hoo. Bring your own soldering iron.
 BYOSI



 -Original Message-
 From: Michael Shiloh [mailto:[EMAIL PROTECTED]
 Sent: Monday, July 21, 2008 11:18 AM
 To: Joerg Reisenweber
 Cc: community@lists.openmoko.org; steve; C R McClenaghan;
 [EMAIL PROTECTED]
 Subject: Re: GTA02 GPS rework for SD card interference issue

 ...and Michael goes to Steve, so all roads lead to Steve.

 Expect a reply from Steve very shortly (if he hasn't already done so).

 Michael

 Joerg Reisenweber wrote:


 This should go to Steve and Michael, I guess


 Am Fr  18. Juli 2008 schrieb C R McClenaghan:


 Tony,

 Will OpenMoko offer this repair to Freerunner owners? How and under
 what terms?

 Chris

 On Jul 18, 2008, at 2:28 AM, Neng-Yu Tu (Tony Tu) wrote:



 Dear Community:

 For GTA02 SD card interference GPS issue, our hardware team
 provide a hardware fix/workaround for this coexistence bug. Sorry
 post it late, because we have to make sure this fix works and
 don't have side effects.

 Here is the fix:

 http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf

 This fix could give almost same performance with SD card out of case.

 But this work still not suggest do by yourself, also, this fix
 need proper size capacitor (10 pf with 0402 package), and some
 solder technique.

 We saw people ask about service issues of Openmoko devices, and we
 are working on it. Our sales discussing with our distributor about
 proper services model, but do not have consensus yet, I will keep
 update


 it.


 Thanks,

 Tony Tu

 Openmoko, Inc.

 Support

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


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



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


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



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


Re: GTA02 GPS rework for SD card interference issue

2008-07-23 Thread Peter Kraker

It's more likely you were too slow for Kalman filtering to do its magic.

Peter Kraker

Yorick Moko pravi:

i tried to walk with tangogps and sometimes i jumed 1-2 km in a random
direction and kept drifting
there were no roads in openstreetmaps for my location, could this influence it?

On Wed, Jul 23, 2008 at 7:51 PM, atweb [EMAIL PROTECTED] wrote:
  

Hi,

The last 50 Minutes I drived 8 km around with my bike for catch coordinates
for OpenStreetmap.
I was carefully with Tangogps, so only the one Map came from SD-Card but the
Track was written to the Flash.
The Track looks very good.

cu
Markus



steve schrieb:

I have mail from Wolfy indicating that Andy's magic SW fix works.

So, contact AG on this matter.

-Original Message-
From: Michael Shiloh [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 22, 2008 3:58 PM
To: steve
Cc: 'Joerg Reisenweber'; community@lists.openmoko.org; 'C R McClenaghan';
[EMAIL PROTECTED]; 'Andy Green'
Subject: Re: GTA02 GPS rework for SD card interference issue

I have not had time to test any. But I could.

M

steve wrote:


Michael do you have any phones that fail GPS test?

-Original Message-
From: Michael Shiloh [mailto:[EMAIL PROTECTED]
Sent: Monday, July 21, 2008 10:10 PM
To: steve
Cc: 'Joerg Reisenweber'; community@lists.openmoko.org; 'C R
McClenaghan'; [EMAIL PROTECTED]; Andy Green
Subject: Re: GTA02 GPS rework for SD card interference issue

ave ceasar!

steve wrote:


Then I am Rome.

  The SOP needs to be reviewed. Basically, I will need to hear from
jOERG, Werner,
  Micheal, Andy.

  I would like to have micheal test the SOP.

  Then  I can figure out how to offer the repair.


  1. Give people a free repair kit?
  2. work with distributors to do repair.
  3. Host repair PARTIES! Woo hoo. Bring your own soldering iron.
BYOSI



-Original Message-
From: Michael Shiloh [mailto:[EMAIL PROTECTED]
Sent: Monday, July 21, 2008 11:18 AM
To: Joerg Reisenweber
Cc: community@lists.openmoko.org; steve; C R McClenaghan;
[EMAIL PROTECTED]
Subject: Re: GTA02 GPS rework for SD card interference issue

...and Michael goes to Steve, so all roads lead to Steve.

Expect a reply from Steve very shortly (if he hasn't already done so).

Michael

Joerg Reisenweber wrote:


This should go to Steve and Michael, I guess


Am Fr  18. Juli 2008 schrieb C R McClenaghan:


Tony,

Will OpenMoko offer this repair to Freerunner owners? How and under
what terms?

Chris

On Jul 18, 2008, at 2:28 AM, Neng-Yu Tu (Tony Tu) wrote:



Dear Community:

For GTA02 SD card interference GPS issue, our hardware team
provide a hardware fix/workaround for this coexistence bug. Sorry
post it late, because we have to make sure this fix works and
don't have side effects.

Here is the fix:

http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf

This fix could give almost same performance with SD card out of case.

But this work still not suggest do by yourself, also, this fix
need proper size capacitor (10 pf with 0402 package), and some
solder technique.

We saw people ask about service issues of Openmoko devices, and we
are working on it. Our sales discussing with our distributor about
proper services model, but do not have consensus yet, I will keep
update


it.


Thanks,

Tony Tu

Openmoko, Inc.

Support

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


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



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


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





___
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: GTA02 GPS rework for SD card interference issue

2008-07-23 Thread Al Johnson
On Wednesday 23 July 2008, Yorick Moko wrote:
 i tried to walk with tangogps and sometimes i jumed 1-2 km in a random
 direction and kept drifting
 there were no roads in openstreetmaps for my location, could this influence
 it?

I saw something similar yesterday with tangogps. The red track looked like it 
had been jumping around a lot, but with my indicated location apparently 
fixed a long way back in the route. I didn't have a tile cached for the area 
I had walked into. When I zoomed out to a scale where I did have a tile 
cached it redrew the track, this time following the route I had walked 
without jumping. 

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


Re: GTA02 GPS rework for SD card interference issue

2008-07-23 Thread Mikael Berthe
* Yorick Moko [EMAIL PROTECTED] [2008-07-23 21:03 +0200]:
 i tried to walk with tangogps and sometimes i jumed 1-2 km in a random
 direction and kept drifting
 there were no roads in openstreetmaps for my location, could this
 influence it?

I don't think so so.

As far as I can tell, tango GPS just uses the data provided by the GPS
chip (via gpsd) and displays your location on the top of the map.
It doesn't care if the map is empty, or whatever it contains...

Regards,
-- 
MiKael

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


Re: GTA02 GPS rework for SD card interference issue

2008-07-22 Thread Tim Schmidt
On Mon, Jul 21, 2008 at 8:35 PM, steve [EMAIL PROTECTED] wrote:
  1. Give people a free repair kit?
  2. work with distributors to do repair.
  3. Host repair PARTIES! Woo hoo. Bring your own soldering iron. BYOSI

Personally, a kit would work for me.  I have fine pitch solder and a
nice iron, but not enough SMT parts to have that cap on hand (or
easily aquired).  I suspect others might not be so lucky though.

--tim

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


Re: GTA02 GPS rework for SD card interference issue

2008-07-22 Thread Jay Vaughan
  1. Give people a free repair kit?
  2. work with distributors to do repair.
  3. Host repair PARTIES! Woo hoo. Bring your own soldering iron. BYOSI


Here in Vienna, anyway, we can host these parties at MetaLab.

;
--
Jay Vaughan





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


Re: GTA02 GPS rework for SD card interference issue

2008-07-22 Thread Michele Renda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Send me a 10pf capacitor :) and I will very happy (Here I don't know
where to buy a single 10pF capacitor!)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkiFy2cACgkQSIAU/I6SkT0JGACfYG6rpQrzOcTJizWSN3f3uWq2
PlYAn3nkp/srZowryo4Mg3nouL9JzsTD
=fFvh
-END PGP SIGNATURE-

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


Re: GTA02 GPS rework for SD card interference issue

2008-07-22 Thread JW
well from what Andy says they have  found a software fix which
- keeps good SD card perf (for cards tested so far)
- doesn't degrade gps signal

the software fix will be in the new kernel very soon and
- switches off SD clock when not needed
- reduces the drive strength of the SD signal when on

so looks to me that the hardware kids can go ahead if they want to
but not proved necessary right now...

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


Re: GTA02 GPS rework for SD card interference issue

2008-07-22 Thread Yaroslav Halchenko
could anyone recommend a nice solder for such kind of work? (haven't
bothered to buy one in the states... in ukraine at the university was
using whatever was given ;-))

On Tue, 22 Jul 2008, Tim Schmidt wrote:

 On Mon, Jul 21, 2008 at 8:35 PM, steve [EMAIL PROTECTED] wrote:
   1. Give people a free repair kit?
   2. work with distributors to do repair.
   3. Host repair PARTIES! Woo hoo. Bring your own soldering iron. BYOSI

 Personally, a kit would work for me.  I have fine pitch solder and a
 nice iron, but not enough SMT parts to have that cap on hand (or
 easily aquired).  I suspect others might not be so lucky though.

 --tim

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


-- 
Yaroslav Halchenko
Research Assistant, Psychology Department, Rutgers-Newark
Student  Ph.D. @ CS Dept. NJIT
Office: (973) 353-5440x263 | FWD: 82823 | Fax: (973) 353-1171
101 Warren Str, Smith Hall, Rm 4-105, Newark NJ 07102
WWW: http://www.linkedin.com/in/yarik

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


Re: GTA02 GPS rework for SD card interference issue

2008-07-22 Thread Sander van Grieken
 could anyone recommend a nice solder for such kind of work? (haven't
 bothered to buy one in the states... in ukraine at the university was
 using whatever was given ;-))

You will need 'flux core solder' (normal 'resin' electronics solder), with a 
low wattage
soldering iron, like 15W. It also helps to apply the solder to all contacts 
first,
before putting the capacitor in place.

Sander





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


Re: GTA02 GPS rework for SD card interference issue

2008-07-22 Thread Scott Derrick
I use electronic silver solder, 62/36/2 62% tin, 36% lead, 2% silver
44 flux, dia 0.5mm  made by Kester

with all that lead maybe its not available in the EU? Kester makes a
lead free equivalent.

here's a lead free equivalent in a small package.

http://www.shopatron.com/product/part_number=5831/135.0

Scott


Yaroslav Halchenko wrote:
 could anyone recommend a nice solder for such kind of work? (haven't
 bothered to buy one in the states... in ukraine at the university was
 using whatever was given ;-))
 
 On Tue, 22 Jul 2008, Tim Schmidt wrote:
 
 On Mon, Jul 21, 2008 at 8:35 PM, steve [EMAIL PROTECTED] wrote:
  1. Give people a free repair kit?
  2. work with distributors to do repair.
  3. Host repair PARTIES! Woo hoo. Bring your own soldering iron. BYOSI
 
 Personally, a kit would work for me.  I have fine pitch solder and a
 nice iron, but not enough SMT parts to have that cap on hand (or
 easily aquired).  I suspect others might not be so lucky though.
 
 --tim
 
 ___
 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: GTA02 GPS rework for SD card interference issue

2008-07-22 Thread Yaroslav Halchenko
doh me -- I meant to ask about soldering iron primarily. So which gun
would you recommend (so it feels comfortable in hand, is not too long,
doesn't heat the handle more than the tip ;-) etc)

On Tue, 22 Jul 2008, Sander van Grieken wrote:

  could anyone recommend a nice solder for such kind of work? (haven't
  bothered to buy one in the states... in ukraine at the university was
  using whatever was given ;-))

 You will need 'flux core solder' (normal 'resin' electronics solder), with a 
 low wattage
 soldering iron, like 15W. It also helps to apply the solder to all contacts 
 first,
 before putting the capacitor in place.

 Sander





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


-- 
Yaroslav Halchenko
Research Assistant, Psychology Department, Rutgers-Newark
Student  Ph.D. @ CS Dept. NJIT
Office: (973) 353-5440x263 | FWD: 82823 | Fax: (973) 353-1171
101 Warren Str, Smith Hall, Rm 4-105, Newark NJ 07102
WWW: http://www.linkedin.com/in/yarik

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


Re: GTA02 GPS rework for SD card interference issue

2008-07-22 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Somebody in the thread at some point said:
| doh me -- I meant to ask about soldering iron primarily. So which gun
| would you recommend (so it feels comfortable in hand, is not too long,
| doesn't heat the handle more than the tip ;-) etc)

Dunno about the soldering iron, but if you never soldered 0402 before
you will certainly need to invest in some solder braid so you can
recover easily from any errors.  And don't breathe heavily on it :-)

I would definitely put this off until I tried tomorrow's kernel, it may
well remove the need for it.

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

iEYEARECAAYFAkiF8voACgkQOjLpvpq7dMp6zACfV8nq+GG769N6EUD9p1cy0bVb
AFQAn3gMBBmDF4ff4n7W11FrBJPyYE/t
=6gG6
-END PGP SIGNATURE-

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


RE: GTA02 GPS rework for SD card interference issue

2008-07-22 Thread steve
Michael do you have any phones that fail GPS test? 

-Original Message-
From: Michael Shiloh [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 21, 2008 10:10 PM
To: steve
Cc: 'Joerg Reisenweber'; community@lists.openmoko.org; 'C R McClenaghan';
[EMAIL PROTECTED]; Andy Green
Subject: Re: GTA02 GPS rework for SD card interference issue

ave ceasar!

steve wrote:
 Then I am Rome.
 
   The SOP needs to be reviewed. Basically, I will need to hear from 
 jOERG, Werner,
   Micheal, Andy.
 
   I would like to have micheal test the SOP.
 
   Then  I can figure out how to offer the repair.
 
 
   1. Give people a free repair kit?
   2. work with distributors to do repair.
   3. Host repair PARTIES! Woo hoo. Bring your own soldering iron. 
 BYOSI
 
 
 
 -Original Message-
 From: Michael Shiloh [mailto:[EMAIL PROTECTED]
 Sent: Monday, July 21, 2008 11:18 AM
 To: Joerg Reisenweber
 Cc: community@lists.openmoko.org; steve; C R McClenaghan; 
 [EMAIL PROTECTED]
 Subject: Re: GTA02 GPS rework for SD card interference issue
 
 ...and Michael goes to Steve, so all roads lead to Steve.
 
 Expect a reply from Steve very shortly (if he hasn't already done so).
 
 Michael
 
 Joerg Reisenweber wrote:
 This should go to Steve and Michael, I guess


 Am Fr  18. Juli 2008 schrieb C R McClenaghan:
 Tony,

 Will OpenMoko offer this repair to Freerunner owners? How and under 
 what terms?

 Chris

 On Jul 18, 2008, at 2:28 AM, Neng-Yu Tu (Tony Tu) wrote:

 Dear Community:

 For GTA02 SD card interference GPS issue, our hardware team provide 
 a hardware fix/workaround for this coexistence bug. Sorry post it 
 late, because we have to make sure this fix works and don't have 
 side effects.

 Here is the fix:

 http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf

 This fix could give almost same performance with SD card out of case.

 But this work still not suggest do by yourself, also, this fix need 
 proper size capacitor (10 pf with 0402 package), and some solder 
 technique.

 We saw people ask about service issues of Openmoko devices, and we 
 are working on it. Our sales discussing with our distributor about 
 proper services model, but do not have consensus yet, I will keep 
 update
 it.
 Thanks,

 Tony Tu

 Openmoko, Inc.

 Support

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


 


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


Re: GTA02 GPS rework for SD card interference issue

2008-07-22 Thread Michael Shiloh
I have not had time to test any. But I could.

M

steve wrote:
 Michael do you have any phones that fail GPS test? 
 
 -Original Message-
 From: Michael Shiloh [mailto:[EMAIL PROTECTED] 
 Sent: Monday, July 21, 2008 10:10 PM
 To: steve
 Cc: 'Joerg Reisenweber'; community@lists.openmoko.org; 'C R McClenaghan';
 [EMAIL PROTECTED]; Andy Green
 Subject: Re: GTA02 GPS rework for SD card interference issue
 
 ave ceasar!
 
 steve wrote:
 Then I am Rome.

   The SOP needs to be reviewed. Basically, I will need to hear from 
 jOERG, Werner,
   Micheal, Andy.

   I would like to have micheal test the SOP.

   Then  I can figure out how to offer the repair.


   1. Give people a free repair kit?
   2. work with distributors to do repair.
   3. Host repair PARTIES! Woo hoo. Bring your own soldering iron. 
 BYOSI



 -Original Message-
 From: Michael Shiloh [mailto:[EMAIL PROTECTED]
 Sent: Monday, July 21, 2008 11:18 AM
 To: Joerg Reisenweber
 Cc: community@lists.openmoko.org; steve; C R McClenaghan; 
 [EMAIL PROTECTED]
 Subject: Re: GTA02 GPS rework for SD card interference issue

 ...and Michael goes to Steve, so all roads lead to Steve.

 Expect a reply from Steve very shortly (if he hasn't already done so).

 Michael

 Joerg Reisenweber wrote:
 This should go to Steve and Michael, I guess


 Am Fr  18. Juli 2008 schrieb C R McClenaghan:
 Tony,

 Will OpenMoko offer this repair to Freerunner owners? How and under 
 what terms?

 Chris

 On Jul 18, 2008, at 2:28 AM, Neng-Yu Tu (Tony Tu) wrote:

 Dear Community:

 For GTA02 SD card interference GPS issue, our hardware team provide 
 a hardware fix/workaround for this coexistence bug. Sorry post it 
 late, because we have to make sure this fix works and don't have 
 side effects.

 Here is the fix:

 http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf

 This fix could give almost same performance with SD card out of case.

 But this work still not suggest do by yourself, also, this fix need 
 proper size capacitor (10 pf with 0402 package), and some solder 
 technique.

 We saw people ask about service issues of Openmoko devices, and we 
 are working on it. Our sales discussing with our distributor about 
 proper services model, but do not have consensus yet, I will keep 
 update
 it.
 Thanks,

 Tony Tu

 Openmoko, Inc.

 Support

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

 

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


Re: GTA02 GPS rework for SD card interference issue

2008-07-21 Thread Stefan Fröbe
Hi guys,

as I wrote before ( but the message did apparently not hit the list since I
used a different email address ) I had the hardware fix applied on friday
but used a 0603 cap instead, which fit quite nicely.

After further testing I can only congratulate the OM-team for their quick
and easy fix: whether inside at the window, in a moving train or in narrow
streets, the FR is aquiring a Fix consistenly within about 120s from cold
start under the most difficult conditions, and of course even faster at
consecutive tries ( warm start ).  Under normal conditions, a TTFF of 40s
seems to be the maximum needed even for a cold start, which in my opinion is
exceptionally good!

The SD-Card (4GB) still works as expected by this RF only fix, and there is
no need to unmount it ...

Btw, this was all done with the mwester-andy kernel from 080716...

Big thumbs up to everyone at OM, now let the mapping begin ;-)

Stefan

On Fri, Jul 18, 2008 at 1:26 PM, Stefan Fröbe [EMAIL PROTECTED]
wrote:
Great work, and I can confirm this to be working just fine !!!

That's an advantage of working in a company in the semiconductor business:
enough people with the skills and tools able to try this modification out on
a lunchbreak - now I get a TTFF from cold boot of 150s under most difficult
conditions:  Clouds / Mist, and  high buildings on two sides.

The previous software-only improvements were of mixed results: only once did
a fix occur, and by far not as fast as the 34s  I got without SD-Card.

Will keep you updated on further results this weekend, but so far it is
great news to see a fix this quickly!

Keep up the great work and spirit,
Cheers,
Stefan


On Sun, Jul 20, 2008 at 6:25 PM, Yaroslav Halchenko site-openmoko.org@
onerussian.com wrote:

 hm... or alter clocking pulse sufficiently for unstable SD performance
 with some (or all) SDs... how could we know for sure unless verified
 empirically...  (noone could guess that having SD impacts GPS for quite
 a while, right?)

 I am not yet planing to do this hw mod on my phone, thus I can't really
 compare, and it would be great if anyone having such modded phone (I
 guess OM people) do such a simple test (basic IO testing of SD card
 similar to the ones which were posted to this list before).

 NB It would be really pathetic if then after new 'fixed' units are
 shipped, and new owners start complain that 50% of SD cards do not work
 or get significant performance reduction, right? So why not to make sure
 (I bet they already did smth like that thus it is just for someone from
 OM give results with numbers)

 On Sat, 19 Jul 2008, Michael Kluge wrote:

  This additional capacitor has been added between clock and GND for the
  SD card. So it is most probably just there to filter frequencies higher
  than the clock rate itself.

  Michael
 --
 Yaroslav Halchenko
 Research Assistant, Psychology Department, Rutgers-Newark
 Student  Ph.D. @ CS Dept. NJIT
 Office: (973) 353-5440x263 | FWD: 82823 | Fax: (973) 353-1171
101 Warren Str, Smith Hall, Rm 4-105, Newark NJ 07102
 WWW: http://www.linkedin.com/in/yarik

 ___
 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: GTA02 GPS rework for SD card interference issue

2008-07-21 Thread Michael Shiloh
...and Michael goes to Steve, so all roads lead to Steve.

Expect a reply from Steve very shortly (if he hasn't already done so).

Michael

Joerg Reisenweber wrote:
 This should go to Steve and Michael, I guess
 
 
 Am Fr  18. Juli 2008 schrieb C R McClenaghan:
 Tony,

 Will OpenMoko offer this repair to Freerunner owners? How and under  
 what terms?

 Chris

 On Jul 18, 2008, at 2:28 AM, Neng-Yu Tu (Tony Tu) wrote:

 Dear Community:

 For GTA02 SD card interference GPS issue, our hardware team provide a
 hardware fix/workaround for this coexistence bug. Sorry post it late,
 because we have to make sure this fix works and don't have side  
 effects.

 Here is the fix:

 http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf

 This fix could give almost same performance with SD card out of case.

 But this work still not suggest do by yourself, also, this fix need
 proper size capacitor (10 pf with 0402 package), and some solder  
 technique.

 We saw people ask about service issues of Openmoko devices, and we are
 working on it. Our sales discussing with our distributor about proper
 services model, but do not have consensus yet, I will keep update it.

 Thanks,

 Tony Tu

 Openmoko, Inc.

 Support

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

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

 
 

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


RE: GTA02 GPS rework for SD card interference issue

2008-07-21 Thread steve
Then I am Rome.

  The SOP needs to be reviewed. Basically, I will need to hear from jOERG,
Werner,
  Micheal, Andy.

  I would like to have micheal test the SOP.

  Then  I can figure out how to offer the repair.


  1. Give people a free repair kit?
  2. work with distributors to do repair.
  3. Host repair PARTIES! Woo hoo. Bring your own soldering iron. BYOSI



-Original Message-
From: Michael Shiloh [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 21, 2008 11:18 AM
To: Joerg Reisenweber
Cc: community@lists.openmoko.org; steve; C R McClenaghan; [EMAIL PROTECTED]
Subject: Re: GTA02 GPS rework for SD card interference issue

...and Michael goes to Steve, so all roads lead to Steve.

Expect a reply from Steve very shortly (if he hasn't already done so).

Michael

Joerg Reisenweber wrote:
 This should go to Steve and Michael, I guess
 
 
 Am Fr  18. Juli 2008 schrieb C R McClenaghan:
 Tony,

 Will OpenMoko offer this repair to Freerunner owners? How and under 
 what terms?

 Chris

 On Jul 18, 2008, at 2:28 AM, Neng-Yu Tu (Tony Tu) wrote:

 Dear Community:

 For GTA02 SD card interference GPS issue, our hardware team provide 
 a hardware fix/workaround for this coexistence bug. Sorry post it 
 late, because we have to make sure this fix works and don't have 
 side effects.

 Here is the fix:

 http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf

 This fix could give almost same performance with SD card out of case.

 But this work still not suggest do by yourself, also, this fix need 
 proper size capacitor (10 pf with 0402 package), and some solder 
 technique.

 We saw people ask about service issues of Openmoko devices, and we 
 are working on it. Our sales discussing with our distributor about 
 proper services model, but do not have consensus yet, I will keep update
it.

 Thanks,

 Tony Tu

 Openmoko, Inc.

 Support

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

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

 
 


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


Re: GTA02 GPS rework for SD card interference issue

2008-07-21 Thread Michael Shiloh
ave ceasar!

steve wrote:
 Then I am Rome.
 
   The SOP needs to be reviewed. Basically, I will need to hear from jOERG,
 Werner,
   Micheal, Andy.
 
   I would like to have micheal test the SOP.
 
   Then  I can figure out how to offer the repair.
 
 
   1. Give people a free repair kit?
   2. work with distributors to do repair.
   3. Host repair PARTIES! Woo hoo. Bring your own soldering iron. BYOSI
 
 
 
 -Original Message-
 From: Michael Shiloh [mailto:[EMAIL PROTECTED] 
 Sent: Monday, July 21, 2008 11:18 AM
 To: Joerg Reisenweber
 Cc: community@lists.openmoko.org; steve; C R McClenaghan; [EMAIL PROTECTED]
 Subject: Re: GTA02 GPS rework for SD card interference issue
 
 ...and Michael goes to Steve, so all roads lead to Steve.
 
 Expect a reply from Steve very shortly (if he hasn't already done so).
 
 Michael
 
 Joerg Reisenweber wrote:
 This should go to Steve and Michael, I guess


 Am Fr  18. Juli 2008 schrieb C R McClenaghan:
 Tony,

 Will OpenMoko offer this repair to Freerunner owners? How and under 
 what terms?

 Chris

 On Jul 18, 2008, at 2:28 AM, Neng-Yu Tu (Tony Tu) wrote:

 Dear Community:

 For GTA02 SD card interference GPS issue, our hardware team provide 
 a hardware fix/workaround for this coexistence bug. Sorry post it 
 late, because we have to make sure this fix works and don't have 
 side effects.

 Here is the fix:

 http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf

 This fix could give almost same performance with SD card out of case.

 But this work still not suggest do by yourself, also, this fix need 
 proper size capacitor (10 pf with 0402 package), and some solder 
 technique.

 We saw people ask about service issues of Openmoko devices, and we 
 are working on it. Our sales discussing with our distributor about 
 proper services model, but do not have consensus yet, I will keep update
 it.
 Thanks,

 Tony Tu

 Openmoko, Inc.

 Support

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


 

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


Re: GTA02 GPS rework for SD card interference issue

2008-07-20 Thread Jonathan Spooner
Joerg Reisenweber wrote:
 Am Sa  19. Juli 2008 schrieb Tommi Kärkkäinen:
   
 Neng-Yu Tu (Tony Tu) kirjoitti:
 
 But this work still not suggest do by yourself, also, this fix need 
 proper size capacitor (10 pf with 0402 package), and some solder 
   
 technique.
   
 Is there a specific tolerance requirement for the capacitor?
 

 Nope
 /j
   
Could the capacitor be put in place using cold solder paste?

Jon



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


Warranty after fix for GTA02 GPS rework for SD card interference issue

2008-07-20 Thread Annie
what impact, if any, will there be on the warranty of the FR device
once the fix has been carried out ?

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


RE: GTA02 GPS rework for SD card interference issue

2008-07-20 Thread steve
We are working out the terms.

First step is to get the description of the modifiaction accurately
documented and tested. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of C R McClenaghan
Sent: Friday, July 18, 2008 10:25 AM
To: [EMAIL PROTECTED]; List for Openmoko community discussion
Subject: Re: GTA02 GPS rework for SD card interference issue 

Tony,

Will OpenMoko offer this repair to Freerunner owners? How and under what
terms?

Chris

On Jul 18, 2008, at 2:28 AM, Neng-Yu Tu (Tony Tu) wrote:

 Dear Community:

 For GTA02 SD card interference GPS issue, our hardware team provide a 
 hardware fix/workaround for this coexistence bug. Sorry post it late, 
 because we have to make sure this fix works and don't have side 
 effects.

 Here is the fix:

 http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf

 This fix could give almost same performance with SD card out of case.

 But this work still not suggest do by yourself, also, this fix need 
 proper size capacitor (10 pf with 0402 package), and some solder 
 technique.

 We saw people ask about service issues of Openmoko devices, and we are 
 working on it. Our sales discussing with our distributor about proper 
 services model, but do not have consensus yet, I will keep update it.

 Thanks,

 Tony Tu

 Openmoko, Inc.

 Support

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


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


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


Re: GTA02 GPS rework for SD card interference issue

2008-07-20 Thread Yaroslav Halchenko
hm... or alter clocking pulse sufficiently for unstable SD performance
with some (or all) SDs... how could we know for sure unless verified
empirically...  (noone could guess that having SD impacts GPS for quite
a while, right?)

I am not yet planing to do this hw mod on my phone, thus I can't really
compare, and it would be great if anyone having such modded phone (I
guess OM people) do such a simple test (basic IO testing of SD card
similar to the ones which were posted to this list before).

NB It would be really pathetic if then after new 'fixed' units are
shipped, and new owners start complain that 50% of SD cards do not work
or get significant performance reduction, right? So why not to make sure
(I bet they already did smth like that thus it is just for someone from
OM give results with numbers)

On Sat, 19 Jul 2008, Michael Kluge wrote:

 This additional capacitor has been added between clock and GND for the 
 SD card. So it is most probably just there to filter frequencies higher 
 than the clock rate itself.

 Michael
-- 
Yaroslav Halchenko
Research Assistant, Psychology Department, Rutgers-Newark
Student  Ph.D. @ CS Dept. NJIT
Office: (973) 353-5440x263 | FWD: 82823 | Fax: (973) 353-1171
101 Warren Str, Smith Hall, Rm 4-105, Newark NJ 07102
WWW: http://www.linkedin.com/in/yarik

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


Re: GTA02 GPS rework for SD card interference issue

2008-07-19 Thread Tommi Kärkkäinen
Neng-Yu Tu (Tony Tu) kirjoitti:
 But this work still not suggest do by yourself, also, this fix need 
 proper size capacitor (10 pf with 0402 package), and some solder technique.

Is there a specific tolerance requirement for the capacitor?


Tommi

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


Re: GTA02 GPS rework for SD card interference issue

2008-07-19 Thread Joerg Reisenweber
Am Sa  19. Juli 2008 schrieb Tommi Kärkkäinen:
 Neng-Yu Tu (Tony Tu) kirjoitti:
  But this work still not suggest do by yourself, also, this fix need 
  proper size capacitor (10 pf with 0402 package), and some solder 
technique.
 
 Is there a specific tolerance requirement for the capacitor?

Nope
/j


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: GTA02 GPS rework for SD card interference issue

2008-07-19 Thread Kyle Gordon
This is great news. Absolutely astounding turnaround time :-)

Just a quick query... I've not ordered mine yet (I was holding off until 
a resolution on this), will the devices en-route to the likes of Truebox 
and Pulster be fitted with this mod?

Cheers

Kyle

Neng-Yu Tu (Tony Tu) wrote:
 Dear Community:
 
 For GTA02 SD card interference GPS issue, our hardware team provide a 
 hardware fix/workaround for this coexistence bug. Sorry post it late, 
 because we have to make sure this fix works and don't have side effects.
 
 Here is the fix:
 
 http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf
 
 This fix could give almost same performance with SD card out of case.
 
 But this work still not suggest do by yourself, also, this fix need 
 proper size capacitor (10 pf with 0402 package), and some solder technique.
 
 We saw people ask about service issues of Openmoko devices, and we are 
 working on it. Our sales discussing with our distributor about proper 
 services model, but do not have consensus yet, I will keep update it.
 
 Thanks,
 
 Tony Tu
 
 Openmoko, Inc.
 
 Support
 
 ___
 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


GTA02 GPS rework for SD card interference issue

2008-07-18 Thread Neng-Yu Tu (Tony Tu)
Dear Community:

For GTA02 SD card interference GPS issue, our hardware team provide a 
hardware fix/workaround for this coexistence bug. Sorry post it late, 
because we have to make sure this fix works and don't have side effects.

Here is the fix:

http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf

This fix could give almost same performance with SD card out of case.

But this work still not suggest do by yourself, also, this fix need 
proper size capacitor (10 pf with 0402 package), and some solder technique.

We saw people ask about service issues of Openmoko devices, and we are 
working on it. Our sales discussing with our distributor about proper 
services model, but do not have consensus yet, I will keep update it.

Thanks,

Tony Tu

Openmoko, Inc.

Support

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


Re: GTA02 GPS rework for SD card interference issue

2008-07-18 Thread Alexey Feldgendler
On Fri, 18 Jul 2008 11:28:29 +0200, Neng-Yu Tu (Tony Tu)  
[EMAIL PROTECTED] wrote:

 For GTA02 SD card interference GPS issue, our hardware team provide a
 hardware fix/workaround for this coexistence bug. Sorry post it late,
 because we have to make sure this fix works and don't have side effects.

 Here is the fix:

 http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf

 This fix could give almost same performance with SD card out of case.

Kudos to the Openmoko team!

This is what's great about an open phone. For any other device, the  
necessary fix would be a big secret, and making it would be monopoly of  
the manufacturer and their service partners.

With this kind of openness, anybody can either make the fix themself or  
hire someone on the open market to do it. I'm pretty sure that a cell  
phone repair shop near you will fix it for you using this instruction.


-- 
Alexey Feldgendler [EMAIL PROTECTED]
[ICQ: 115226275] http://feldgendler.livejournal.com

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


Re: GTA02 GPS rework for SD card interference issue

2008-07-18 Thread Risto H. Kurppa
On Fri, Jul 18, 2008 at 12:28 PM, Neng-Yu Tu (Tony Tu)
[EMAIL PROTECTED] wrote:
 Dear Community:

 Here is the fix:

 http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf

Great work, a hardware solution in two or three days or so!

I'd be glad to hear the change of the TTFF with this HW fix  sd
compared to no sd.

So now we're only waiting for pulster and other distributors to let us
know what's the thing to do: Are we allowed to do it ourselves, take
it to a phone repair shop or what.


Great work, can't wait to get my FR in about 10 days..


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: GTA02 GPS rework for SD card interference issue

2008-07-18 Thread Jay Vaughan
 http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf


Great!  I will do this fix next week as soon as my Freerunner arrives,  
and let you know how it goes.

;
--
Jay Vaughan





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


Re: GTA02 GPS rework for SD card interference issue

2008-07-18 Thread Michele Renda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thank you Tony. You did a very great work and you putted me to love more
this phone.

Only one question: which type of capacitor I have to put? I see it is
not a electrolitic one :)



Neng-Yu Tu (Tony Tu) wrote:
 Dear Community:
 
 For GTA02 SD card interference GPS issue, our hardware team provide a 
 hardware fix/workaround for this coexistence bug. Sorry post it late, 
 because we have to make sure this fix works and don't have side effects.
 
 Here is the fix:
 
 http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf
 
 This fix could give almost same performance with SD card out of case.
 
 But this work still not suggest do by yourself, also, this fix need 
 proper size capacitor (10 pf with 0402 package), and some solder technique.
 
 We saw people ask about service issues of Openmoko devices, and we are 
 working on it. Our sales discussing with our distributor about proper 
 services model, but do not have consensus yet, I will keep update it.
 
 Thanks,
 
 Tony Tu
 
 Openmoko, Inc.
 
 Support
 
 ___
 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 Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkiAhdoACgkQSIAU/I6SkT3j/gCeJnsMLkw0GglbpSV+T97O1Wml
yM8AnRHuyw2KCPRDg5EUn1h8uJF+mwCU
=34OH
-END PGP SIGNATURE-

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


Re: GTA02 GPS rework for SD card interference issue

2008-07-18 Thread jonathan
On Fri, 18 Jul 2008 11:33:45 +0200, Jay Vaughan wrote
  http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf
 
 Great!  I will do this fix next week as soon as my Freerunner 
 arrives,  and let you know how it goes.
 
 ;
 --
 Jay Vaughan
 

Good luck soldering that; however if you happen to be an experienced
electronics engineer with access to a work-bench with all the usual tools then
my apologies. I'd just hate to think that comment leads others to think
they could effect the repair easily because all we will have is a whole lot of
broken freerunners.

Regards,

Jon



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


Re: GTA02 GPS rework for SD card interference issue

2008-07-18 Thread Jay Vaughan
 Good luck soldering that; however if you happen to be an experienced
 electronics engineer with access to a work-bench with all the usual  
 tools then
 my apologies.

I am, and I do!  :)

 I'd just hate to think that comment leads others to think
 they could effect the repair easily because all we will have is a  
 whole lot of
 broken freerunners.



Its not a warmed-up-butter-knife and the kitchen table style of fix,  
but I'm sure a few can get through it without poking a hole in their  
Freerunners.  When I do it, I'll be sure to have a big lens around and  
lay off the coffee (coz of the shakes) for the day ..


;
--
Jay Vaughan





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


Re: GTA02 GPS rework for SD card interference issue

2008-07-18 Thread Michele Renda
I am an Electronic Engineer but I will bring to a place where repair
telephone, and with 5 Euro they will do for me.

2008/7/18 [EMAIL PROTECTED]:

 On Fri, 18 Jul 2008 11:33:45 +0200, Jay Vaughan wrote
   http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf
 
  Great!  I will do this fix next week as soon as my Freerunner
  arrives,  and let you know how it goes.
 
  ;
  --
  Jay Vaughan
 

 Good luck soldering that; however if you happen to be an experienced
 electronics engineer with access to a work-bench with all the usual tools
 then
 my apologies. I'd just hate to think that comment leads others to think
 they could effect the repair easily because all we will have is a whole lot
 of
 broken freerunners.

 Regards,

 Jon



 ___
 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: GTA02 GPS rework for SD card interference issue

2008-07-18 Thread Joachim Steiger
Michele Renda wrote:
 Thank you Tony. You did a very great work and you putted me to love more
 this phone.
 
 Only one question: which type of capacitor I have to put? I see it is
 not a electrolitic one :)

little too small for that (electrolytic) ;)

0402 is the package format. i guess all caps in that size are ceramic ones.

i used a cap from a dead gta01 board which had a job near a rtc crystal
in his earlier life.

since the only new job is eating the rf which doesn't belong there, it
seems uncritical which type it is as long as the value is somewhat in range.

 Here is the fix:
 
 http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf
 
 This fix could give almost same performance with SD card out of case.
 
 But this work still not suggest do by yourself, also, this fix need 
 proper size capacitor (10 pf with 0402 package), and some solder technique.


-- 

Joachim Steiger
Openmoko Central Services

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


Re: GTA02 GPS rework for SD card interference issue

2008-07-18 Thread Neil Davey
Hi Tony, all
If there enough space to fit an 0603 cap in there?
I don't have my FR yet to look at it, it's in transit...

Regards
Neil Davey

On 18/07/2008, at 7:28 PM, Neng-Yu Tu (Tony Tu) wrote:

 Dear Community:

 For GTA02 SD card interference GPS issue, our hardware team provide a
 hardware fix/workaround for this coexistence bug. Sorry post it late,
 because we have to make sure this fix works and don't have side  
 effects.

 Here is the fix:

 http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf

 This fix could give almost same performance with SD card out of case.

 But this work still not suggest do by yourself, also, this fix need
 proper size capacitor (10 pf with 0402 package), and some solder  
 technique.

 We saw people ask about service issues of Openmoko devices, and we are
 working on it. Our sales discussing with our distributor about proper
 services model, but do not have consensus yet, I will keep update it.

 Thanks,

 Tony Tu

 Openmoko, Inc.

 Support

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


---
Neil Davey
Daveytronics.com.au

P.O. Box 6089
Logan Central
QLD, 4114

Looking for cost effective web hosting?
Need a domain name for your business?
It's cheaper than you think!!
Talk to us and see what we can do for you
---




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


Re: GTA02 GPS rework for SD card interference issue

2008-07-18 Thread Scott Derrick
This is great news.

First thing I will do as soon as my FR arrives.

Thanks for the lightning fast response.

Scott

Neng-Yu Tu (Tony Tu) wrote:
 Dear Community:
 
 For GTA02 SD card interference GPS issue, our hardware team provide a 
 hardware fix/workaround for this coexistence bug. Sorry post it late, 
 because we have to make sure this fix works and don't have side effects.
 
 Here is the fix:
 
 http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf
 
 This fix could give almost same performance with SD card out of case.
 
 But this work still not suggest do by yourself, also, this fix need 
 proper size capacitor (10 pf with 0402 package), and some solder technique.
 
 We saw people ask about service issues of Openmoko devices, and we are 
 working on it. Our sales discussing with our distributor about proper 
 services model, but do not have consensus yet, I will keep update it.
 
 Thanks,
 
 Tony Tu
 
 Openmoko, Inc.
 
 Support
 
 ___
 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: GTA02 GPS rework for SD card interference issue

2008-07-18 Thread Alexander Köb
Hey Michele,

Michele Renda schrieb:
 I am an Electronic Engineer but I will bring to a place where repair
 telephone, and with 5 Euro they will do for me.
 


if you know of a place where they do that for 5 EUR, please let me know,
I'll bring mine there too

regards
Alex

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


Re: GTA02 GPS rework for SD card interference issue

2008-07-18 Thread Marcus Bauer
On Fri, 2008-07-18 at 17:05 +0200, Alexander Köb wrote:
 Hey Michele,
 
 Michele Renda schrieb:
  I am an Electronic Engineer but I will bring to a place where repair
  telephone, and with 5 Euro they will do for me.
  
 
 
 if you know of a place where they do that for 5 EUR, please let me know,
 I'll bring mine there too

Its called 'Italy' ;-)


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


Re: GTA02 GPS rework for SD card interference issue

2008-07-18 Thread Michele Renda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

May be I forgot to tell that it is in Romania :)
There is a place where they repair telephones... they know every type of
phone in the world... but I am imaging their face when I will bring my
Freerunner there!

Alexander Köb wrote:
 Hey Michele,
 
 Michele Renda schrieb:
 I am an Electronic Engineer but I will bring to a place where repair
 telephone, and with 5 Euro they will do for me.

 
 
 if you know of a place where they do that for 5 EUR, please let me know,
 I'll bring mine there too
 
 regards
 Alex
 
 ___
 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 Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkiAs0IACgkQSIAU/I6SkT2bHQCfZx/cxHcRvQQF6EMX/M1EaSyZ
qukAn2MF0qH/hOH2B5Dgc+X2MUbugSc/
=b8b9
-END PGP SIGNATURE-

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


Re: GTA02 GPS rework for SD card interference issue

2008-07-18 Thread Michele Renda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

mmm... here (in Italy) to repair a phone you need 50 Euro!

Marcus Bauer wrote:
 On Fri, 2008-07-18 at 17:05 +0200, Alexander Köb wrote:
 Hey Michele,

 Michele Renda schrieb:
 I am an Electronic Engineer but I will bring to a place where repair
 telephone, and with 5 Euro they will do for me.


 if you know of a place where they do that for 5 EUR, please let me know,
 I'll bring mine there too
 
 Its called 'Italy' ;-)
 
 
 ___
 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 Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkiAs3oACgkQSIAU/I6SkT1KLQCeJNdY8es3wG7Ad+QSPRu8i2Ti
aoYAnjoUspVYUlifDVxWGAvYYrNYoywH
=5W83
-END PGP SIGNATURE-

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


Re: GTA02 GPS rework for SD card interference issue

2008-07-18 Thread Carsten Gerlach
Hi at all,

Am Freitag 18. Juli 2008 11:28:29 schrieb Neng-Yu Tu (Tony Tu):

 Here is the fix:

 http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf

What is with the _new_ FreeRunners on the production line? Do they have this 
fix already when they leave the manufactory? I guess and hope so.

Greetings, Carsten


-- 
Hier ist mein öffentlicher GPG-Schlüssel:
http://daswaldhorn.funpic.de/gpg.html
=
www.stopptdievorratsdatenspeicherung.de


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: GTA02 GPS rework for SD card interference issue

2008-07-18 Thread C R McClenaghan
Tony,

Will OpenMoko offer this repair to Freerunner owners? How and under  
what terms?

Chris

On Jul 18, 2008, at 2:28 AM, Neng-Yu Tu (Tony Tu) wrote:

 Dear Community:

 For GTA02 SD card interference GPS issue, our hardware team provide a
 hardware fix/workaround for this coexistence bug. Sorry post it late,
 because we have to make sure this fix works and don't have side  
 effects.

 Here is the fix:

 http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf

 This fix could give almost same performance with SD card out of case.

 But this work still not suggest do by yourself, also, this fix need
 proper size capacitor (10 pf with 0402 package), and some solder  
 technique.

 We saw people ask about service issues of Openmoko devices, and we are
 working on it. Our sales discussing with our distributor about proper
 services model, but do not have consensus yet, I will keep update it.

 Thanks,

 Tony Tu

 Openmoko, Inc.

 Support

 ___
 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: GTA02 GPS rework for SD card interference issue

2008-07-18 Thread Joerg Reisenweber
Am Fr  18. Juli 2008 schrieb Carsten Gerlach:
 Hi at all,
 
 Am Freitag 18. Juli 2008 11:28:29 schrieb Neng-Yu Tu (Tony Tu):
 
  Here is the fix:
 
  http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf
 
 What is with the _new_ FreeRunners on the production line? Do they have this 
 fix already when they leave the manufactory? I guess and hope so.

AFAIK, this rework is already done on all FR you can buy or order right now.
(what do you think we're doing here? ;-)

/jOERG


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: GTA02 GPS rework for SD card interference issue

2008-07-18 Thread Joerg Reisenweber
This should go to Steve and Michael, I guess


Am Fr  18. Juli 2008 schrieb C R McClenaghan:
 Tony,
 
 Will OpenMoko offer this repair to Freerunner owners? How and under  
 what terms?
 
 Chris
 
 On Jul 18, 2008, at 2:28 AM, Neng-Yu Tu (Tony Tu) wrote:
 
  Dear Community:
 
  For GTA02 SD card interference GPS issue, our hardware team provide a
  hardware fix/workaround for this coexistence bug. Sorry post it late,
  because we have to make sure this fix works and don't have side  
  effects.
 
  Here is the fix:
 
  http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf
 
  This fix could give almost same performance with SD card out of case.
 
  But this work still not suggest do by yourself, also, this fix need
  proper size capacitor (10 pf with 0402 package), and some solder  
  technique.
 
  We saw people ask about service issues of Openmoko devices, and we are
  working on it. Our sales discussing with our distributor about proper
  services model, but do not have consensus yet, I will keep update it.
 
  Thanks,
 
  Tony Tu
 
  Openmoko, Inc.
 
  Support
 
  ___
  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
 




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: GTA02 GPS rework for SD card interference issue

2008-07-18 Thread Yaroslav Halchenko
sorry to be pain in the b%%t, but was testing done to check if there is
any affect on SD card performance? (I am lazy to look now even what pins
at SD are those ;)) just wanted to check

On Fri, 18 Jul 2008, Neng-Yu Tu (Tony Tu) wrote:

 Dear Community:

 For GTA02 SD card interference GPS issue, our hardware team provide a 
 hardware fix/workaround for this coexistence bug. Sorry post it late, 
 because we have to make sure this fix works and don't have side effects.

 Here is the fix:

 http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf
-- 
Yaroslav Halchenko
Research Assistant, Psychology Department, Rutgers-Newark
Student  Ph.D. @ CS Dept. NJIT
Office: (973) 353-5440x263 | FWD: 82823 | Fax: (973) 353-1171
101 Warren Str, Smith Hall, Rm 4-105, Newark NJ 07102
WWW: http://www.linkedin.com/in/yarik

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


Re: GTA02 GPS rework for SD card interference issue

2008-07-18 Thread Flyin_bbb8
Just one question, will the new freerunners coming out on 25-th have it
reworked, or we'll have to do it by ourselves
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GTA02 GPS rework for SD card interference issue

2008-07-18 Thread Michael Kluge
This additional capacitor has been added between clock and GND for the 
SD card. So it is most probably just there to filter frequencies higher 
than the clock rate itself.

Michael

Yaroslav Halchenko schrieb:
 sorry to be pain in the b%%t, but was testing done to check if there is
 any affect on SD card performance? (I am lazy to look now even what pins
 at SD are those ;)) just wanted to check
 
 On Fri, 18 Jul 2008, Neng-Yu Tu (Tony Tu) wrote:
 
 Dear Community:
 
 For GTA02 SD card interference GPS issue, our hardware team provide a 
 hardware fix/workaround for this coexistence bug. Sorry post it late, 
 because we have to make sure this fix works and don't have side effects.
 
 Here is the fix:
 
 http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf


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