[Ubuntu-phone] System Settings issue (Mako)

2014-02-05 Thread gio.scino
On Daily build 20140205 system settings not work? Thanks-- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp

Re: [Ubuntu-phone] System Settings issue (Mako)

2014-02-05 Thread Oliver Grawert
hi, Am Mittwoch, den 05.02.2014, 10:23 + schrieb gio.sc...@gmail.com: > On Daily build 20140205 system settings not work? no apps work, there was a broken library package in the 164 image. a fix is being worked on. ciao oli signature.asc Description: This is a digitally sig

Re: [Ubuntu-phone] System Settings issue (Mako)

2014-02-05 Thread gio.scino
Got it, thanks. Ciao Gio Da: Oliver Grawert Data invio: ‎mercoledì‎ ‎5‎ ‎febbraio‎ ‎2014 ‎11‎:‎41 A: ubuntu-phone@lists.launchpad.net hi, Am Mittwoch, den 05.02.2014, 10:23 + schrieb gio.sc...@gmail.com: > On Daily build 20140205 system settings not work? no apps w

[Ubuntu-phone] Unity API status update wk 6

2014-02-05 Thread Thomas Strehl
Scopes Not a lot of visible progress over the last week as we still haven't landed the ported music and video scopes. We started working on the scope scope to show and query for available scopes. On click scope side we're helping Roberto's team as best as we can. >From a backend/infrastructure po

Re: [Ubuntu-phone] Executing binaries from click packages, under confinement

2014-02-05 Thread Ted Gould
On Tue, 2014-02-04 at 16:50 +0200, Alberto Mardegan wrote: > On 02/04/2014 04:13 PM, Ted Gould wrote: > > On Tue, 2014-02-04 at 10:05 +0200, Alberto Mardegan wrote: > >> I had a quick look at the untrusted helper branch, but I > >> couldn't understand if it's suitable for my case: > >> > >> " * S

[Ubuntu-phone] Managing Test Plans and Merge policies

2014-02-05 Thread Ted Gould
Hello, As folks are surely aware we're having to create a bunch of acceptance test plans and merge policies to be used as part of the "CI Train" process. For my part of that I went ahead and put them into the project repositories so that new tests can easily be added as the features land¹ instead

[Ubuntu-phone] Using a zip file?

2014-02-05 Thread Sam Bull
I want to include some data with my app. It is a zip file about 15MB in size, uncompressed the files are about 40MB. So, it would be nice to keep it as compressed file. Can click packages extract a file and save it somewhere appropriate when installing to the phone? If not, is there an easy way to

[Ubuntu-phone] [SDK] Expandable items

2014-02-05 Thread Sam Bull
Are expandable items going to be available soon? It looks like it's been ready to merge for weeks: https://code.launchpad.net/~mzanetti/ubuntu-ui-toolkit/expanding-listitem/+merge/195602 Sorry to pester, but this has been holding up completion of our app for a few months now. signature.asc Desc

Re: [Ubuntu-phone] universe vs. main packages in the image

2014-02-05 Thread Florian Will
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Am 30.01.2014 16:20, schrieb Oliver Grawert: > i started with assembling a list of the packages that come from > universe today: grilo-plugins-0.2 grilo-plugins-0.2-mediascanner I've been following the grilo MIR bug - it's exactly 1 year old now.

Re: [Ubuntu-phone] Using a zip file?

2014-02-05 Thread Jamie Strandboge
On 02/05/2014 10:50 AM, Sam Bull wrote: > I want to include some data with my app. It is a zip file about 15MB in > size, uncompressed the files are about 40MB. So, it would be nice to > keep it as compressed file. > > Can click packages extract a file and save it somewhere appropriate when > inst

Re: [Ubuntu-phone] Using a zip file?

2014-02-05 Thread Michael Zanetti
On Wednesday 05 February 2014 11:18:21 Jamie Strandboge wrote: > On 02/05/2014 10:50 AM, Sam Bull wrote: > > I want to include some data with my app. It is a zip file about 15MB in > > size, uncompressed the files are about 40MB. So, it would be nice to > > keep it as compressed file. > > > > Can

[Ubuntu-phone] Autopilot test authors, be aware of a subtle Python issue

2014-02-05 Thread Barry Warsaw
A quick note about something I've seen a few times in several autopilot tests as I'm porting them to Python 3. The issue isn't Python 3 specific though. Please do not use mutable objects in default arguments! There is a subtle bug in this function. Without looking ahead can you guess what it is

[Ubuntu-phone] unity8 & mir update Feb 5, 2014

2014-02-05 Thread Kevin Gunn
- Latest in Unity8 ui - Started trusted session work for the shell for content picking & embedded app surface management - Added some tests for snap-decision notification queue, should land the feature soon - started work on early version of co

Re: [Ubuntu-phone] Using a zip file?

2014-02-05 Thread Sam Bull
On mer, 2014-02-05 at 17:45 +0100, Michael Zanetti wrote: > But actually this begs the question: Why do you want to package up your files > into a .zip? click packages compress their data automatically. So while the > files would be unpackaged in the source repository, the actual resulting > cli

[Ubuntu-phone] platform docs

2014-02-05 Thread dimonik
Hi, are there any Ubuntu Phone Architecture documentation for system developers? E.g. which explain how platform stack works. -- Dmitry Nikandrov 0x94BECCA1.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature -- Mailing list: https://launchpad.net/~u

Re: [Ubuntu-phone] Landing team 05.02.14

2014-02-05 Thread Thomas Voß
On Wed, Feb 5, 2014 at 6:25 PM, Didier Roche wrote: > Hey > > We hit 2 regressions today on the 2 images that were produced: 163 and 164 > - location-service is taking 90% of the CPU. The fix is just finished > upstream. dbus-cpp (where we can't flush trunk, so we have direct uploads > needed to a

[Ubuntu-phone] Landing team 05.02.14

2014-02-05 Thread Didier Roche
Hey We hit 2 regressions today on the 2 images that were produced: 163 and 164 - location-service is taking 90% of the CPU. The fix is just finished upstream. dbus-cpp (where we can't flush trunk, so we have direct uploads needed to a silo) and location-service will fix those. There is no easy

Re: [Ubuntu-phone] Using a zip file?

2014-02-05 Thread Robert Schroll
In case anyone out there actually does have to handle zip archives: The QuaZIP project (http://quazip.sourceforge.net/) provides a Qt interface to zip and unzip archives. This is what I'm currently using in my epub reader. (Epubs are just glorified zip archives.) There are also several pure

Re: [Ubuntu-phone] unity8 & mir update Feb 5, 2014

2014-02-05 Thread Leo Arias
On Wed, Feb 5, 2014 at 11:09 AM, Kevin Gunn wrote: > > >- > > Screen casting api for AP tests to capture > - > > mostly done, but desktop uncovered a mesa bug for subsequent > clients (reported, waiting for feedback on our fix) > - > > android ha

Re: [Ubuntu-phone] Call for testing: experimental 4.4.2 based images

2014-02-05 Thread Davide Depau
On Feb 5, 2014 1:50 AM, Vojtech Bocek wrote: > > Yeah, adding support for sideload might be a good idea. It's just alias for adb push file.zip /sdcard/sideload.zip though, that's all, so it won't be faster or anything just a tiny bit more user friendly. > > You should be able to update these test

[Ubuntu-phone] Developer Web Site / Wiki / Entry Point

2014-02-05 Thread Christoph Czernohous
Hi, I am trying to find a starting point on the web for interested parties to try and use Ubuntu Touch in any way. Since Nexus 4 and 7 (2013) are the official development targets for the time being, I bought a brand new Nexus 7 LTE to follow-up with the progress. However, I was not able to find i

Re: [Ubuntu-phone] unity8 & mir update Feb 5, 2014

2014-02-05 Thread Jamie Strandboge
On 02/05/2014 12:09 PM, Kevin Gunn wrote: > * Latest in Unity8 ui > o Started trusted session work for the shell for content picking & > embedded app surface management > This is great news since people will be able to start working on the trust store and trusted helper prompting. Awe

[Ubuntu-phone] Planned Maintenance Advisory: CI Touch Smoke / CI Dashboard

2014-02-05 Thread Andy Doan
The CI team will be landing changes to the Touch smoke testing process and the CI dashboard to bring in some new improvements and changes. On the back end, these changes will make it so that all autopilot tests run with autopilot directly, and batches of tests can be submitted for retesting at

Re: [Ubuntu-phone] Call for testing: experimental 4.4.2 based images

2014-02-05 Thread Vojtech Bocek
The path to ubuntu root is passed to kexecd' kernel via command line. The path contains the ROM name, and kernel command line parameters can't contain spaces. Main part of multibooting Ubuntu is a patch MultiROM applies during Ubuntu Touch installation, which adds support for "rootsubdir" cmdline a

Re: [Ubuntu-phone] Developer Web Site / Wiki / Entry Point

2014-02-05 Thread Nathan Haines
On 02/05/2014 01:17 PM, Christoph Czernohous wrote: Since Nexus 4 and 7 (2013) are the official development targets for the time being, I bought a brand new Nexus 7 LTE to follow-up with the progress. However, I was not able to find instructions on how to flash it onto the device. Google pointed

Re: [Ubuntu-phone] Developer Web Site / Wiki / Entry Point

2014-02-05 Thread Chris Wayne
It's not supported *yet*. It will be in the near future though On Wed, Feb 5, 2014 at 8:24 PM, Nathan Haines wrote: > On 02/05/2014 01:17 PM, Christoph Czernohous wrote: > >> Since Nexus 4 and 7 (2013) are the official development targets for the >> time being, I bought a brand new Nexus 7 LTE

Re: [Ubuntu-phone] Developer Web Site / Wiki / Entry Point

2014-02-05 Thread Nathan Haines
On 02/05/2014 05:52 PM, Chris Wayne wrote: It's not supported *yet*. It will be in the near future though And so it's not supported, and the documentation doesn't describe how to install on this unsupported platform because none of the supported resources will work. This is why I pointed C

Re: [Ubuntu-phone] Developer Web Site / Wiki / Entry Point

2014-02-05 Thread Christoph Czernohous
Great, thanks! I was under the impression that from February on only the mentioned models are supported, so I'll have a look at the unstable branch and wait for the official release note for the Nexus 7 2013. Thanks Christoph Am 06.02.2014 03:36, schrieb Nathan Haines: On 02/05/2014 05:52 PM,