From 1a0718e3c81079218efc6c76e63a13b5b8464c97 Mon Sep 17 00:00:00 2001 From: Enrico Zini Date: Wed, 10 Mar 2010 00:08:19 +0100 Subject: [PATCH] Use gps on localhost --- README | 10 +++++----- src/gps.vala | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index ad9dd11..1ee64ca 100644 --- a/README +++ b/README @@ -157,6 +157,11 @@ TODO list / wish list http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/index.html;hb=HEAD * Features to add: + - turn on/off gsm + - start frameworkd as a subprocess, configured to only do phone + - go through the dbus motions of turning on this and that, and entering PIN + hardcoded in zavai config + - log and refuse incoming calls and messages - alarm - play sound at alarm trigger - leave expired alarm on screen until acknowledged @@ -167,11 +172,6 @@ TODO list / wish list - audio notes - record audio notes, logging start and stop so it gets an associated GPX - shortcut icon in main screen - - turn on/off gsm - - start frameworkd as a subprocess, configured to only do phone - - go through the dbus motions of turning on this and that, and entering PIN - hardcoded in zavai config - - log and refuse incoming calls and messages - check gobject introspection and dynamic loading - there could be a basic loader core that just dynamically loads bits as available/needed. Only the battery icon and calendar can be loaded on a diff --git a/src/gps.vala b/src/gps.vala index faf337a..205fd11 100644 --- a/src/gps.vala +++ b/src/gps.vala @@ -103,7 +103,7 @@ public class GPS: zavai.Service return; } - int res = libgps.open_r("ciapino", "gpsd", ref data); + int res = libgps.open_r("localhost", "gpsd", ref data); if (res != 0) { zavai.log.error(libgps.errstr(res)); -- 2.39.5