[debian] 2010-03-25 installation from scratch
e.waelde
ew.ng7125 at nassur.net
Fri Mar 26 21:51:15 CET 2010
Hi,
Timo Juhani Lindfors wrote:
> Hi,
>
> thanks a lot for your detailed report.
>
> "e.waelde" <ew.ng7125 at nassur.net> writes:
>> 2. PATH Variable
>>
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571086
>
Ok. Thanks for the information.
> If you comment please Cc: Santiago Vila <sanvila at unex.es> who
> maintains the base-files package and can hopefully be convinced to
> rever this change :-)
>
>> With zhone > gps, I got a fix in 150 seconds (needed to get almanac data
>> from satellites) while being outside. The ephemeris typo in ubx.py is
>> fixed :-)
>
> Which typo? I recently forked ubx.py to my own library so that it does
> not have dbus dependencies. I'd like to hear about any bugs in the
> original code, did you report a bug?
>
This is some lengthy time back, the problem being "not getting a fix for a long time".
The patch in question circulated on the list. It's only 2 characters changed, really.
--- ./usr/share/pyshared/framework/subsystems/ogpsd/ubx.py.orig Sun Sep 20 19:05:17 2009
+++ ./usr/share/pyshared/framework/subsystems/ogpsd/ubx.py Sun Sep 20 19:06:41 2009
@@ -165,7 +165,7 @@
("RXM-EPH", 104) :
["<" + "I"*26, ["SVID", "HOW", "SF1D0", "SF1D1", "SF1D2", "SF1D3", "SF1D4",
"SF1D5", "SF1D6", "SF1D7", "SF2D0", "SF2D1", "SF2D2", "SF2D3", "SF2D4",
- "SF2D5", "SF2D6", "SF1D7", "SF3D0", "SF3D1", "SF3D2", "SF3D3", "SF3D4", "SF3D5", "SF3D6", "SF3D7"]],
+ "SF2D5", "SF2D6", "SF2D7", "SF3D0", "SF3D1", "SF3D2", "SF3D3", "SF3D4", "SF3D5", "SF3D6", "SF3D7"]],
("INF-ERROR", None) :
[0, "", [], 1, "c", ["Char"]],
("INF-WARNING", None) :
@@ -255,7 +255,7 @@
("AID-EPH", 104) :
["<" + "I"*26, ["SVID", "HOW", "SF1D0", "SF1D1", "SF1D2", "SF1D3", "SF1D4",
"SF1D5", "SF1D6", "SF1D7", "SF2D0", "SF2D1", "SF2D2", "SF2D3", "SF2D4",
- "SF2D5", "SF2D6", "SF1D7", "SF3D0", "SF3D1", "SF3D2", "SF3D3", "SF3D4", "SF3D5", "SF3D6", "SF3D7"]]
+ "SF2D5", "SF2D6", "SF2D7", "SF3D0", "SF3D1", "SF3D2", "SF3D3", "SF3D4", "SF3D5", "SF3D6", "SF3D7"]]
# TIM - Timekeeping
}
Cheers,
Erich
More information about the Smartphones-userland
mailing list