[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-12-29 Thread FreeFri
When is this supposed to be fixed? I am using Ubuntu Touch 15.04 (OTA-8.5) on a nexus 4 and the GPS does not seem to be working -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu.

Re: [Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-12-29 Thread costales
It is working in my MX4 & BQ E4.5. I think Nexus 4 is not in the same branch of code (?). -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1462664 Title: [Ubuntu Phone]

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-12-29 Thread Richard Somlói
The default Nexus 4 channel hasn't got the HERE AGPS, but if you change to the bq-aquaris.en channel (yes, it works well with N4) you can use it. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu.

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-11-19 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1462664 Title: [Ubuntu Phone]

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-11-16 Thread Thomas Voß
** Changed in: location-service (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1462664 Title: [Ubuntu Phone] With

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-11-11 Thread Timo Jyrinki
(in vivid overlay) location-service (2.1+15.04.20151109.2-0ubuntu1) vivid; urgency=medium [ Alberto Mardegan ] * Make sure that injected time is given in milliseconds [ Thomas Voß ] * Cherry-pick rev. 196 and 199 from lp:location-service. The changes got accidentally removed by

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-11-11 Thread Thomas Voß
** Changed in: location-service (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1462664 Title: [Ubuntu Phone] With

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-11-10 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1462664 Title: [Ubuntu Phone]

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-11-10 Thread Thomas Voß
** Changed in: location-service (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1462664 Title: [Ubuntu Phone] With WIFI =

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-11-09 Thread Thomas Voß
@Tony: The client is the app, which is potentially sigstop'd by our lifecycle. The dbus daemon does not detect the app being sigstop'd and we might end up trying to call into a stopped app, waiting for a response (for too long). The WIFI tie-in is removed by the MP attached to this bug, we will

Re: [Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-11-09 Thread costales
Hi @Thomas, > trying to call into a stopped app, waiting for a response (for too long) FYI, this bug could have conflicts waiting a long response: https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1468020 Best regards! :) -- You received this bug notification because you are a

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-11-08 Thread taiebot65
I tested this silo for this bug #1480877 and it does seem to solve the problem also. GPS seems to work nicely on Mako. The only stuff i have noticed with this silo is the photo inside scopes are much bigger than normally. e.g. go to weather map scope and click on one icon. the icon goes almost

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-11-02 Thread Tony Espy
@Thomas What's the client component in this case, and why wasn't it responding? Also, does this still tie into the WiFi state per the original description? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu.

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-10-30 Thread Alberto Mardegan
I tried silo 10, and I couldn't reproduce this bug anymore. Before, it was reliably happening after about 5 minutes of cycling around a densely habitated area, but with this silo installed I was out for about 30 minutes and the location was always working. -- You received this bug notification

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-10-30 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1462664 Title: [Ubuntu Phone] With

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-10-24 Thread Thomas Voß
We have got fixes staged in silo 10 (see https://requests.ci- train.ubuntu.com/#/ticket/559). Before hnading over to QA, we would greatly appreciate feedback from people who contributed to this bug. If you want to give the fixes a spin, please install the silo by: [1.] Enable developer mode on

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-10-23 Thread Alberto Mardegan
Ah, it appears that I do have a crash indeed: https://errors.ubuntu.com/oops/72d47fa0-78a7-11e5-9a8b-fa163e373683 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1462664

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-10-22 Thread Thomas Voß
I managed to reproduce the issue with a non-responding client. The service *should* not wait for the client to answer to position updates, but we apparently do. For that, I attached a branch that tackles the issue by asynchronously handling (lack of) responses. ** Branch linked:

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-10-22 Thread Thomas Voß
@mardy: Could you please check for crash logs? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1462664 Title: [Ubuntu Phone] With WIFI = ON the GPS stops To manage

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-10-22 Thread Alberto Mardegan
I reproduced this bug, both on the BQ and Nexus 4. BQ: - client: Nokia Here - mobile data connected - bug appeared shortly enabling wifi - manually killed espoo location provider from the terminal: no difference Nexus 4: - client: Google maps - no valid SIM inserted (=> no data connection) - bug

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-10-22 Thread Alberto Mardegan
** Attachment added: "BQ syslog" https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1462664/+attachment/4502323/+files/syslog -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu.

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-10-22 Thread Alberto Mardegan
** Attachment added: "Nexus4 syslog" https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1462664/+attachment/4502345/+files/syslog -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu.

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-10-22 Thread Alberto Mardegan
** Attachment added: "BQ espoo location service" https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1462664/+attachment/4502325/+files/ubuntu-espoo-service.log -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-10-22 Thread Alberto Mardegan
** Attachment added: "Nexus4 logcat output" https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1462664/+attachment/4502332/+files/logcat.log -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu.

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-10-22 Thread Alberto Mardegan
** Attachment added: "BQ ubuntu location service" https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1462664/+attachment/4502326/+files/ubuntu-location-service.log -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-10-22 Thread Alberto Mardegan
** Attachment added: "Nexus4 ubuntu location service" https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1462664/+attachment/4502344/+files/ubuntu-location-service.log -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-10-16 Thread Thomas Voß
For a very simple cli client that connects to the service: > sudo apt-get install ubuntu-location-service-examples > /usr/lib/arm-linux-gnueabihf/ubuntu-location-service/examples/client --bus > system -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-10-08 Thread Pat McGowan
** Changed in: canonical-devices-system-image Milestone: ww40-2015 => ww46-2015 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1462664 Title: [Ubuntu Phone] With WIFI

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-09-22 Thread Scott Sweeny
** Changed in: location-service (Ubuntu) Assignee: Manuel de la Peña (mandel) => Scott Sweeny (ssweeny) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1462664 Title:

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-09-21 Thread Tony Espy
@Markcortbass Do you have the latest OTA installed? Which app were you using when you hit the bug? Also, it's possible that bug #1480877 might have something to do with this, as when WiFi is enabled, and HERE Maps is run, a new WiFi scan is triggered every 4-5s, and the resulting spike in DBus

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-09-14 Thread Markcortbass
I confirm this critical and annoying bug, BQ Aquaris E4.5 Ubuntu Editon. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1462664 Title: [Ubuntu Phone] With WIFI = ON the

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-09-04 Thread Andrea Bernabei
is there any news about this bug? it was raised to Critical more than 2 months ago :) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1462664 Title: [Ubuntu Phone] With

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-08-14 Thread John McAleely
** Changed in: canonical-devices-system-image Milestone: ww34-2015 = ww40-2015 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1462664 Title: [Ubuntu Phone] With WIFI

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-07-07 Thread Pat McGowan
** Changed in: canonical-devices-system-image Milestone: ww28-2015 = ww34-2015 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1462664 Title: [Ubuntu Phone] With WIFI

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-06-26 Thread costales
I confirm that this is happen in BQ E4.5, BQ E5 Meizu MX4. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1462664 Title: [Ubuntu Phone] With WIFI = ON the GPS stops To

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-06-26 Thread Pat McGowan
see bug #1469007 for a related symptom -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1462664 Title: [Ubuntu Phone] With WIFI = ON the GPS stops To manage notifications

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-06-24 Thread Pat McGowan
** Tags added: location -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1462664 Title: [Ubuntu Phone] With WIFI = ON the GPS stops To manage notifications about this bug

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-06-23 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: New = Confirmed ** Changed in: canonical-devices-system-image Assignee: (unassigned) = John McAleely (john.mcaleely) ** Changed in: location-service (Ubuntu) Importance: Undecided = Critical -- You received this bug

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-06-23 Thread John McAleely
** Changed in: canonical-devices-system-image Milestone: None = ww28-2015 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1462664 Title: [Ubuntu Phone] With WIFI = ON

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-06-22 Thread Joe Odukoya
** Changed in: canonical-devices-system-image Importance: Undecided = Critical -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1462664 Title: [Ubuntu Phone] With WIFI =

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-06-22 Thread Joe Odukoya
This is a pretty serious bug - can we please give it some attention as a priority. I've raised the product priority to Critical to reflect this. Many thanks. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-06-18 Thread Ilonka
Hi all! I did also some tests and want to post my results: I test GPS signal with WIFI = ON and location service = OFF - Then you got no GPS signal in the Apps Here, Sensor Status, GPS Navigation GPS signal WIFI = Off and location service = OFF - NO GPS signal in all three Apps WIFI = ON and

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-06-17 Thread Olli Ries
did some housekeeping to get it into the queue ** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: location-service (Ubuntu) Assignee: (unassigned) = Manuel de la Peña (mandel) -- You received this bug notification because you are a

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-06-17 Thread costales
** No longer affects: unav -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1462664 Title: [Ubuntu Phone] With WIFI = ON the GPS stops To manage notifications about this

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-06-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: location-service (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu.

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-06-16 Thread costales
I updated the title description bug after 3 weeks of tests. I'm attaching a few things: 6.54PM_before_fail_with_GPS_icon.jpg: Screenshot before fail the GPS. You can see the GPS icon into the status bar. 6.56PM_after_fail_no_GPS_icon.jpg: Screenshot just alter fail the GPS. The GPS icon

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-06-16 Thread Kuroen
Hi All, Today I started driving with the following services on: 1. WIFI 2. GPS 3. Data connection (SIM) 4. Location detection After a few km I got a freeze. The map no longer scrolled an the blue arrow did not move over the map. I stopped the navigation and waited for a minute before restarting

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-06-16 Thread Sergi Quiles Pérez
I have done a these tests: * Data OFF, Wifi OFF: It works perfectly without updating the map nor the route. * Data ON, Wifi OFF: It works perfectly updating the map and route if you have coverage. *