Re: [Ubuntu-phone] ANN: adb soon (June 30) to be disabled by default

2014-07-02 Thread Zoltán Balogh
On 06/23/2014 02:30 PM, Sergio Schvezov wrote: In efforts for a no open "ports" by default product, we are going to be disabling adb in default installs. This should not affect current installs or people doing non data wiping (that is --wipe and --bootstrap in ubuntu-device-flash). For peop

[Ubuntu-phone] Wiping phone after testing

2014-07-02 Thread Martin Pitt
Hello all, with autopkgtest now being able to run click tests on the phone [1] I'd like to fine-tune the ADB setup script to require less manual action. One outstanding issue is that I'd like to implement the ssh setup script's "revert" action. This can be used to reset the phone if there is some

[Ubuntu-phone] Programmatically unlocking Unity for testing

2014-07-02 Thread Martin Pitt
Hello all, with autopkgtest now being able to run click tests on the phone [1] I'd like to fine-tune the ADB setup script to require less manual action. One outstanding issue is to unlock Unity before starting a test. I know the unity8-autopilot package ships a /usr/share/unity8/unlock-device scr

Re: [Ubuntu-phone] Wiping phone after testing

2014-07-02 Thread Florian Will
Am 02.07.2014 09:50, schrieb Martin Pitt: Hi, > I've heard that we have some magic with using > /cache/recovery/ubuntu_commands. There's nothing in the wiki, just > some allusions that it exists [2]. I'm sure an ubuntu recovery developer could shed some more light on this (stgraber?). AFAIK, th

Re: [Ubuntu-phone] ANN: adb soon (June 30) to be disabled by default

2014-07-02 Thread Sergio Schvezov
On miércoles 2 de julio de 2014 03h'53:23 ART, Zoltán Balogh wrote: On 06/23/2014 02:30 PM, Sergio Schvezov wrote: In efforts for a no open "ports" by default product, we are going to be disabling adb in default installs. This should not affect current installs or people doing non data wiping

Re: [Ubuntu-phone] Programmatically unlocking Unity for testing

2014-07-02 Thread Sergio Schvezov
On miércoles 2 de julio de 2014 04h'44:59 ART, Martin Pitt wrote: Hello all, with autopkgtest now being able to run click tests on the phone [1] Thanks for doing this :-) I'd like to fine-tune the ADB setup script to require less manual action. One outstanding issue is to unlock Unity befor

Re: [Ubuntu-phone] Wiping phone after testing

2014-07-02 Thread Sergio Schvezov
On miércoles 2 de julio de 2014 04h'50:50 ART, Martin Pitt wrote: Hello all, with autopkgtest now being able to run click tests on the phone [1] I'd like to fine-tune the ADB setup script to require less manual action. One outstanding issue is that I'd like to implement the ssh setup script's "

[Ubuntu-phone] Can't shutdown phone

2014-07-02 Thread Sam Bull
On the last couple of promoted images this week, it no longer seems possible to shutdown the phone. I've had to hold the power button for about 10 seconds, which I'm pretty sure is a hard power off. It used to shutdown correctly after holding the button for 2 seconds. signature.asc Description: T

Re: [Ubuntu-phone] Building Hammerhead Kernel

2014-07-02 Thread David Peter
GOTCHA I'm so happy, it was a very interesting (exhausting though) experiment, I've learned a lot :) Useful information to build Kernel Package are [1] and [2]. There is still shenanigans in my process, I do not get yet how to build my own meta-package (I use Ricardo's one), how to properly t

Re: [Ubuntu-phone] ANN: developer mode backend landed

2014-07-02 Thread Oliver Grawert
hi, Am Montag, den 23.06.2014, 09:30 -0300 schrieb Sergio Schvezov: ... > > If you find yourself in need of enabling again, you can either reflash with > ubuntu-device-flash (from recovery with no need of --wipe) with > --developer-mode or you can use the included terminal app and run > > s

Re: [Ubuntu-phone] Can't shutdown phone

2014-07-02 Thread Alan Pope
On Wed, Jul 2, 2014 at 1:30 PM, Sam Bull wrote: > On the last couple of promoted images this week, it no longer seems > possible to shutdown the phone. I've had to hold the power button for > about 10 seconds, which I'm pretty sure is a hard power off. It used to > shutdown correctly after holding

Re: [Ubuntu-phone] Can't shutdown phone

2014-07-02 Thread David Peter
When I encounter such issue, I reboot in BootLoader mode and then select the Power Off option. (using an Hammerhead and building my own kernel it does not mean that there is an issue with the Phablet project) David On Wed, Jul 2, 2014 at 8:52 AM, Alan Pope wrote: > On Wed, Jul 2, 2014 at 1:30

Re: [Ubuntu-phone] Programmatically unlocking Unity for testing

2014-07-02 Thread Michael Terry
On Wed, Jul 2, 2014 at 3:44 AM, Martin Pitt wrote: > Hello all, > > with autopkgtest now being able to run click tests on the phone [1] > I'd like to fine-tune the ADB setup script to require less manual > action. > > One outstanding issue is to unlock Unity before starting a test. I > know the u

[Ubuntu-phone] How can i change the background html5

2014-07-02 Thread diogo
hi im new here in the development of the ubunutu phone apps and i have a question: how can i change the background color in the html5 app. Thnx -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-phone Mo

Re: [Ubuntu-phone] Programmatically unlocking Unity for testing

2014-07-02 Thread Andy Doan
On 07/02/2014 08:21 AM, Michael Terry wrote: Before I messed with it, the scripts were already rebooting before unlocking. True, but: I believe to ensure a clean environment. Correct, but there was no technical reason forcing this. We just like to do our tests from a known state. Our scrip

Re: [Ubuntu-phone] Programmatically unlocking Unity for testing

2014-07-02 Thread Oliver Grawert
hi, Am Mittwoch, den 02.07.2014, 09:21 -0400 schrieb Michael Terry: > On Wed, Jul 2, 2014 at 3:44 AM, Martin Pitt > wrote: > Hello all, > > with autopkgtest now being able to run click tests on the > phone [1] > I'd like to fine-tune the ADB setup script to

Re: [Ubuntu-phone] Programmatically unlocking Unity for testing

2014-07-02 Thread Sergio Schvezov
On miércoles 2 de julio de 2014 10h'37:31 ART, Oliver Grawert wrote: hi, Am Mittwoch, den 02.07.2014, 09:21 -0400 schrieb Michael Terry: On Wed, Jul 2, 2014 at 3:44 AM, Martin Pitt wrote: Hello all, with autopkgtest now being able to run click tests on the phone [1] ... the big issue with t

Re: [Ubuntu-phone] Wiping phone after testing

2014-07-02 Thread Martin Pitt
Hey Sergio, Sergio Schvezov [2014-07-02 9:08 -0300]: > apt-get install ubuntu-device-do > ubuntu-device-do factory-reset Ah, splendid! This only exists in utopic though, and currently the CI airline still operates on precise (hopefully on trusty at some point). Judging by the large exe size and

Re: [Ubuntu-phone] Programmatically unlocking Unity for testing

2014-07-02 Thread Michael Terry
On Wed, Jul 2, 2014 at 9:37 AM, Oliver Grawert wrote: > Am Mittwoch, den 02.07.2014, 09:21 -0400 schrieb Michael Terry: > > I helped move the logic out of phablet-tools into unity8-autopilot. I > > wanted to be able to change the script as split greeter landed without > > phablet-tools caring ab

Re: [Ubuntu-phone] Programmatically unlocking Unity for testing

2014-07-02 Thread Martin Pitt
Michael Terry [2014-07-02 9:21 -0400]: > I helped move the logic out of phablet-tools into unity8-autopilot. I > wanted to be able to change the script as split greeter landed without > phablet-tools caring about the implementation. And the QA folks seemed > happy to have less unity8 logic in ph

Re: [Ubuntu-phone] Wiping phone after testing

2014-07-02 Thread Sergio Schvezov
On miércoles 2 de julio de 2014 11h'58:07 ART, Martin Pitt wrote: Hey Sergio, Sergio Schvezov [2014-07-02 9:08 -0300]: apt-get install ubuntu-device-do ubuntu-device-do factory-reset Ah, splendid! This only exists in utopic though, and currently the CI airline still operates on precise (hope

Re: [Ubuntu-phone] Landing team 01.07.14

2014-07-02 Thread Bill Filler
On 07/01/2014 03:22 PM, Łukasz 'sil2100' Zemczak wrote: > Hi everyone, > > It's really nice to start off the new month with an image promotion: > let's welcome July with #106 entering the stable channel! Since > smoketesting results looked really nice after the recent minor fixes in > the testing i

[Ubuntu-phone] Sound settings

2014-07-02 Thread Marco F
Hi, is it already possible (or planned) to have a sound setting that makes the phone silent? I know there is a global volume slider but this one also mutes the alarm... I think it would be good to have one of these: 1) Volume slider is set to zero but the alarm goes anyway 2) Alarm obeys to th

[Ubuntu-phone] Landing team 02.07.14

2014-07-02 Thread Łukasz 'sil2100' Zemczak
i.ubuntu.com/smokeng/utopic/touch/ #109 mako - http://ci.ubuntu.com/smokeng/utopic/touch/mako/109:20140702.1:20140625/8832/ #108 mako - http://ci.ubuntu.com/smokeng/utopic/touch/mako/108:20140702:20140625/8822/ * Some useful documentation: (Still under development) https://wiki.ubuntu.com/citrain

Re: [Ubuntu-phone] Landing team 02.07.14

2014-07-02 Thread Brendan Donegan
at landed in our images: > #109 > - http://people.canonical.com/~lzemczak/landing-team/109.commitlog > #108 > - http://people.canonical.com/~lzemczak/landing-team/108.commitlog > > > * Smoke-testing results: > http://ci.ubuntu.com/smokeng/utopic/touch/ > > #109 mako >

Re: [Ubuntu-phone] MP testing on mako pool seeing high wait times

2014-07-02 Thread Francis Ginther
The issue that was causing the extra long test times has been resolved and the wait queue for testing on makos is now back to reasonable levels. Francis On Thu, Jun 26, 2014 at 1:50 PM, Francis Ginther < francis.gint...@canonical.com> wrote: > We've noticed a recent change in mako usage in the

Re: [Ubuntu-phone] Landing team 02.07.14

2014-07-02 Thread Olivier Tilloy
> > ** Webbrowser-app multiple unreliable test failures > [Time counter: 3/7] > -> The webbrowser tests are again failing since some images, not > reproducible locally... a big mystery, and now happening less frequently > even. > On the latest smoke test run on mako ( http://ci.ubuntu.com/smokeng