aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.TXT
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2010-07-23 16:24:16 -0700
committerDavid 'Digit' Turner <digit@android.com>2010-07-23 16:24:16 -0700
commit657a3521a1f4d354b57f0e524b1cd57bed177bb0 (patch)
treeabec35fe51347313505dc5c2fc035208b2a95c1d /CHANGES.TXT
parent1fee27e582e9ad9981dd54adad6d47f18a1aae4d (diff)
downloadexternal_qemu-657a3521a1f4d354b57f0e524b1cd57bed177bb0.zip
external_qemu-657a3521a1f4d354b57f0e524b1cd57bed177bb0.tar.gz
external_qemu-657a3521a1f4d354b57f0e524b1cd57bed177bb0.tar.bz2
GPS: Fixed the "geo fix" console command, and added satellite count emulation.
Change-Id: I27626c5ede2b0ed354ee780fa00caf4778ff690f
Diffstat (limited to 'CHANGES.TXT')
-rw-r--r--CHANGES.TXT11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.TXT b/CHANGES.TXT
index fda6476..39ce001 100644
--- a/CHANGES.TXT
+++ b/CHANGES.TXT
@@ -44,6 +44,17 @@ OTHER:
- Fix -http-proxy implementation to properly work with chunked encodings.
Also accept strings like "http://:8080" as a valid proxy address.
+- The console's "geo fix" command was modified:
+
+ - a computational bug sent the wrong latitude/longitude to the emulated
+ system, resulting in coordinates that could be off from 500 to 1000 meters.
+
+ - fixed another bug that didn't report the altitude correctly.
+
+ - added a fourth, optional, parameter to indicate the number of tracked
+ satellites to emulate. The number must be an integer between 1 and 12,
+ (1 is the default).
+
==============================================================================
Changes between 6.0 and 5.0