Re: [Ubuntu-phone] camera is not working with yesterday s update

2015-09-09 Thread Alfonso Sanchez-Beato
On Wed, Sep 9, 2015 at 8:50 AM, rv pellarin wrote: > hi folks, > updated today, and now camera is all black even after have allow > permission. > best regards > herve > Have you checked the status in "system settings" -> "security" -> "other applications access" -> "Camera" ? Br, Alfonso -- Ma

Re: [Ubuntu-phone] camera is not working with yesterday s update

2015-09-09 Thread Brendan Donegan
I saw this recently and just had to reboot the phone On Wed, 9 Sep 2015 at 09:06 rv pellarin wrote: > yep, camera is set to 1/1 > ᐧ > > On 9 September 2015 at 10:03, Alfonso Sanchez-Beato < > alfonso.sanchez-be...@canonical.com> wrote: > >> >> >> On Wed, Sep 9, 2015 at 8:50 AM, rv pellarin wrot

Re: [Ubuntu-phone] camera is not working with yesterday s update

2015-09-09 Thread rv pellarin
yep, camera is set to 1/1 ᐧ On 9 September 2015 at 10:03, Alfonso Sanchez-Beato < alfonso.sanchez-be...@canonical.com> wrote: > > > On Wed, Sep 9, 2015 at 8:50 AM, rv pellarin wrote: > >> hi folks, >> updated today, and now camera is all black even after have allow >> permission. >> best regards

Re: [Ubuntu-phone] camera is not working with yesterday s update

2015-09-09 Thread Olivier Tilloy
On Wed, Sep 9, 2015 at 10:07 AM, Brendan Donegan < brendan.done...@canonical.com> wrote: > I saw this recently and just had to reboot the phone > It happens to me from time to time on my e4.5 running rc-proposed. I haven’t been able to find a reliable way to reproduce it though. When it happens,

Re: [Ubuntu-phone] exporting notes

2015-09-09 Thread Michael Zanetti
Hi Matthias, the notes are stored in ~/.local/share/com.ubuntu.reminders/. However, they are stored in ENML format (similar to html, with some Evernote specific extensions) which probably isn't what you want. I think way to go here would be to add a feature to export the notes via content hub, ei

Re: [Ubuntu-phone] camera is not working with yesterday s update

2015-09-09 Thread rv pellarin
rebooted and work now ᐧ On 9 September 2015 at 10:55, Olivier Tilloy wrote: > > > On Wed, Sep 9, 2015 at 10:07 AM, Brendan Donegan < > brendan.done...@canonical.com> wrote: > >> I saw this recently and just had to reboot the phone >> > > It happens to me from time to time on my e4.5 running rc-p

Re: [Ubuntu-phone] exporting notes

2015-09-09 Thread Matthias Apitz
El día Wednesday, September 09, 2015 a las 10:57:24AM +0200, Michael Zanetti escribió: > Hi Matthias, > > the notes are stored in ~/.local/share/com.ubuntu.reminders/. However, > they are stored in ENML format (similar to html, with some Evernote > specific extensions) which probably isn't what

Re: [Ubuntu-phone] Notes broken

2015-09-09 Thread Pat McGowan
The Unity Actions API was deprecated last Sept (see https://lists.launchpad.net/ubuntu-phone/msg09721.html) Around ota5 the break came as we did a cleanup in the Action types we accept, so whereas we had accepted QObject, from now on we only accept UITK Actions But as of almost a year ago we expec

Re: [Ubuntu-phone] camera is not working with yesterday s update

2015-09-09 Thread Jim Hodapp
On Wed, Sep 9, 2015 at 4:55 AM, Olivier Tilloy wrote: > > > On Wed, Sep 9, 2015 at 10:07 AM, Brendan Donegan < > brendan.done...@canonical.com> wrote: > >> I saw this recently and just had to reboot the phone >> > > It happens to me from time to time on my e4.5 running rc-proposed. I > haven’t be

Re: [Ubuntu-phone] camera is not working with yesterday s update

2015-09-09 Thread Jim Hodapp
Awesome, thanks Olivier. On Wed, Sep 9, 2015 at 8:36 AM, Olivier Tilloy wrote: > > > On Wed, Sep 9, 2015 at 2:30 PM, Jim Hodapp > wrote: > >> >> >> On Wed, Sep 9, 2015 at 4:55 AM, Olivier Tilloy < >> olivier.til...@canonical.com> wrote: >> >>> >>> >>> On Wed, Sep 9, 2015 at 10:07 AM, Brendan Do

Re: [Ubuntu-phone] camera is not working with yesterday s update

2015-09-09 Thread Michael Zanetti
Just a guess, but for instance, starting uTorch, or Authenticator's QR code scanner (and all other apps that somehow use the camera) breaks the camera. Could it be you guys have something like that running when it breaks? On 09.09.2015 14:45, Jim Hodapp wrote: > Awesome, thanks Olivier. > > On We

Re: [Ubuntu-phone] camera is not working with yesterday s update

2015-09-09 Thread Olivier Tilloy
On Wed, Sep 9, 2015 at 2:30 PM, Jim Hodapp wrote: > > > On Wed, Sep 9, 2015 at 4:55 AM, Olivier Tilloy < > olivier.til...@canonical.com> wrote: > >> >> >> On Wed, Sep 9, 2015 at 10:07 AM, Brendan Donegan < >> brendan.done...@canonical.com> wrote: >> >>> I saw this recently and just had to reboot

Re: [Ubuntu-phone] camera is not working with yesterday s update

2015-09-09 Thread Olivier Tilloy
On Wed, Sep 9, 2015 at 2:48 PM, Michael Zanetti wrote: > Just a guess, but for instance, starting uTorch, or Authenticator's QR > code scanner (and all other apps that somehow use the camera) breaks the > camera. Could it be you guys have something like that running when it > breaks? I do use uTo

Re: [Ubuntu-phone] camera is not working with yesterday s update

2015-09-09 Thread Olivier Tilloy
On Wed, Sep 9, 2015 at 2:36 PM, Olivier Tilloy wrote: > > > On Wed, Sep 9, 2015 at 2:30 PM, Jim Hodapp wrote: >> >> >> >> On Wed, Sep 9, 2015 at 4:55 AM, Olivier Tilloy >> wrote: >>> >>> >>> >>> On Wed, Sep 9, 2015 at 10:07 AM, Brendan Donegan >>> wrote: I saw this recently and just h

Re: [Ubuntu-phone] camera is not working with yesterday s update

2015-09-09 Thread Michael Zanetti
Hi On 09.09.2015 15:35, Olivier Tilloy wrote: > On Wed, Sep 9, 2015 at 2:48 PM, Michael Zanetti > wrote: >> Just a guess, but for instance, starting uTorch, or Authenticator's QR >> code scanner (and all other apps that somehow use the camera) breaks the >> camera. Could it be you guys have somet

Re: [Ubuntu-phone] Notes broken

2015-09-09 Thread Alan Pope
On 9 September 2015 at 13:21, Pat McGowan wrote: > The Unity Actions API was deprecated last Sept (see > https://lists.launchpad.net/ubuntu-phone/msg09721.html) > > Around ota5 the break came as we did a cleanup in the Action types we > accept, so whereas we had accepted QObject, from now on we on

[Ubuntu-phone] Notifications

2015-09-09 Thread Peter Spiers
  Wondered if anyone else had seen this issue? Notification for a message being displayed with the green envelope.The phone crashes and upon restarting the notification disappears. I don't believe it's due to the crash, as when you restart with a notification present, it also disappears. -- Ma

[Ubuntu-phone] Phone application crashes

2015-09-09 Thread Marek Greško
Hello, do you experience same problem as me? After OTA-6 update I cannot call numbers from Favorites. When I click contact from favorite, choose number my phone application diasappears right after pressing call button. Marek -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubun

Re: [Ubuntu-phone] exporting notes

2015-09-09 Thread Matthias Apitz
El día Wednesday, September 09, 2015 a las 10:57:24AM +0200, Michael Zanetti escribió: > Hi Matthias, > > the notes are stored in ~/.local/share/com.ubuntu.reminders/. However, > they are stored in ENML format (similar to html, with some Evernote > specific extensions) which probably isn't what

Re: [Ubuntu-phone] Notifications

2015-09-09 Thread Michael Zanetti
Yes, I've recently reported a bug for this: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1489355 On 09.09.2015 17:33, Peter Spiers wrote: > Wondered if anyone else had seen this issue? > > Notification for a message being displayed with the green envelope. > The phone crashe

Re: [Ubuntu-phone] exporting notes

2015-09-09 Thread Michael Zanetti
Hi, On 09.09.2015 18:35, Matthias Apitz wrote: > El día Wednesday, September 09, 2015 a las 10:57:24AM +0200, Michael Zanetti > escribió: > >> Hi Matthias, >> >> the notes are stored in ~/.local/share/com.ubuntu.reminders/. However, >> they are stored in ENML format (similar to html, with some E

Re: [Ubuntu-phone] Phone application crashes

2015-09-09 Thread Renato Filho
Would be nice to have all the steps necessary to reproduce the bug. and if possible to report a bug for that. Are you clicking on favorites from the scopes or dilaer app contact list or contacts apps? It only crashes with favorite contacts? Did you try a non favorite contact? Thanks On Wed, S

Re: [Ubuntu-phone] Notes broken

2015-09-09 Thread Jamie Strandboge
On 09/09/2015 07:21 AM, Pat McGowan wrote: > The Unity Actions API was deprecated last Sept > (see https://lists.launchpad.net/ubuntu-phone/msg09721.html) > > Around ota5 the break came as we did a cleanup in the Action types we accept, > so > whereas we had accepted QObject, from now on we only

[Ubuntu-phone] System Apps Summary w/e 2015-Sept-04

2015-09-09 Thread Bill Filler
The System Apps team completed Sprint 9 (4 week sprint) on Friday, Sept 4th and finished the planning for Sprint 10 (3 week sprint) this week. The team committed to the following work for Sprint 10, (24 cards/145 points). Below is the summary of planned work: - [browser] Support downloads withi

Re: [Ubuntu-phone] General Slowness after OTA-6 update

2015-09-09 Thread Ari Börde Kröyer
Den 08. sep. 2015 16:33, skrev Jim Hodapp: The result could be worse. If for example Unity8/Mir crashes, then while apport does its business the shell isn't available (obviously, as it's just crashed) and doesn't restart un

Re: [Ubuntu-phone] General Slowness after OTA-6 update

2015-09-09 Thread Andrea Bernabei
On Wed, Sep 9, 2015 at 9:27 PM, Ari Börde Kröyer wrote: > Den 08. sep. 2015 16:33, skrev Jim Hodapp: > > The result could be worse. If for example Unity8/Mir crashes, then while apport does its business the shell isn't available (obviously, as it's just crashed) and doesn't re

Re: [Ubuntu-phone] Using 64bit Android BSPs with Ubuntu

2015-09-09 Thread Vicamo Yang
Here are lists for all currently installed packages on Ubuntu Phone and those directly or indirectly depending on libhybris packages. On Wed, Sep 9, 2015 at 6:03 AM, Ricardo Salveti de Araujo < ricardo.salv...@canonical.com> wrote: > On Tue, Sep 8, 2015 at 6:44 AM, Vicamo Yang > wrote: > > Just

Re: [Ubuntu-phone] Phone application crashes

2015-09-09 Thread Marek Greško
Hello, I just got an idea to remove contact from favorites and readd, but I lost the line how to do it? I am not able to remove from favorites and also to add to the favorites. Marek 2015-09-10 8:06 GMT+02:00 Marek Greško : > Hello Renato, > > I tried two stored favorites with same result. Freq

Re: [Ubuntu-phone] Phone application crashes

2015-09-09 Thread Marek Greško
Hello Renato, I tried two stored favorites with same result. Frequently used contacts are working OK. The steps necessary: 1. Open phone application. 2. Click the person icon on the right upper corner neer settings icon. 3. Click Favorites (next to All). 4. Click some stored Favorite contact (not

Re: [Ubuntu-phone] Phone application crashes

2015-09-09 Thread Marek Greško
Sorry, I found out. Just to press star next to contact. But it did not help. Phone application still crashes. Marek 2015-09-10 8:16 GMT+02:00 Marek Greško : > Hello, > > I just got an idea to remove contact from favorites and readd, but I lost > the line how to do it? I am not able to remove fr