Re: [Ubuntu-phone] Best Way Of Reloading A Screwed System

2013-09-15 Thread Phil
Hmmm, don't seem to be able to use phablet-flash to do this. In the recovery console adb devices detects it, but sudo phablet-flash ubuntu-system just gives INFO:phablet-flash:Device detected as /system/bin/sh: getprop: not found ERROR:phablet-flash:Unsupported device, autodetect fails device

Re: [Ubuntu-phone] Need picture_files policy in mg app

2013-09-15 Thread Michael Zanetti
On Sunday 15 September 2013 18:33:45 Thomas Voß wrote: > [...] > > Hmm, I could think of lots of use cases to display pictures from the > > pictures folder within an app. For example image manipulation programs > > could import them, social media apps could want to share them (e.g. > > attached to

Re: [Ubuntu-phone] Need picture_files policy in mg app

2013-09-15 Thread Thomas Voß
On Sun, Sep 15, 2013 at 6:13 PM, Michael Zanetti wrote: > On Sunday 15 September 2013 17:57:35 Thomas Voß wrote: >> On Sun, Sep 15, 2013 at 10:32 AM, Mario Guerriero > wrote: >> > Hi, >> > >> > I need to access photos from all apps (in a read only mode) and I need to >> > access photos from my ap

Re: [Ubuntu-phone] Need picture_files policy in mg app

2013-09-15 Thread Michael Zanetti
On Sunday 15 September 2013 17:57:35 Thomas Voß wrote: > On Sun, Sep 15, 2013 at 10:32 AM, Mario Guerriero wrote: > > Hi, > > > > I need to access photos from all apps (in a read only mode) and I need to > > access photos from my app which create them using the camera. > > Hmmm, accessing the c

Re: [Ubuntu-phone] Need picture_files policy in mg app

2013-09-15 Thread Thomas Voß
On Sun, Sep 15, 2013 at 10:32 AM, Mario Guerriero wrote: > Hi, > > I need to access photos from all apps (in a read only mode) and I need to > access photos from my app which create them using the camera. > Hmmm, accessing the content of other applications violates the current confinement approac

[Ubuntu-phone] Ubuntu flashing reports OK but not booting and android restore fails

2013-09-15 Thread Visegrádi István
Hi, Today I've tried to update my Nexus 4 image to a newer touch release (it was last updated about 3 weeks ago). The update went "fine" but the phone was not able to reboot to Ubuntu after it is finished. Since the phone was still able to boot the bootloader, I have tried to recover the original

[Ubuntu-phone] Questions about debugging

2013-09-15 Thread Michel Renon
Hi, I'm trying to debug my app for the Showdown ! (I done all coding on my desktop, and could just start testing it yesterday.) Here are my questions : - how do i read the results of "console.debug()" when executed on device ? - I use U1db to store 2 values in one document. On the device,

Re: [Ubuntu-phone] Need picture_files policy in mg app

2013-09-15 Thread Mario Guerriero
Hi, I need to access photos from all apps (in a read only mode) and I need to access photos from my app which create them using the camera. Thanks for your reply,  Mario — Sent from Mailbox for iPhone On Sun, Sep 15, 2013 at 10:05 AM, Thomas Voß wrote: > Hey Mario, > thanks for your m

Re: [Ubuntu-phone] Need picture_files policy in mg app

2013-09-15 Thread Thomas Voß
Hey Mario, thanks for your mail. A question first: Do you need to access pictures from the file system only from your app or also the pictures of other applications? In general, accessing, reading and writing content (here: pictures) owned by other applications programmatically without user intera

[Ubuntu-phone] Need picture_files policy in mg app

2013-09-15 Thread Mario Guerriero
Hi, Developing my app for the Ubuntu App Showdown contest I implemented a feature which needs to read and write photos from the file system. While packaging it as a click package I added the picture_files policy so that my app would be able to do what I supposed it to do. My problem is that My