Re: [Ubuntu-phone] QML How can i store the value an user enters in a variable?

2014-07-09 Thread Roberto Mier Escandón
Hi Diogo: Once the user enters some value in the textfield, you can reference it outside the textfield by using q1.text You can also define a property wherever you need, to fill it with your desired value this way: property int sum: parseInt(q1.text, 10) + 1000 Is that what you are looking for

Re: [Ubuntu-phone] ANNOUNCING: New CI Train Silo Dashboard!

2014-07-09 Thread Alexander Sack
Very Nice! On Wed, Jul 9, 2014 at 12:25 AM, Robert Park wrote: > Hi all, > > Some of you may already be familiar with the silo dashboard that I created: > > http://people.canonical.com/~rbpark/citrain/ > > > Well, today I pushed out a major overhaul that has a lot of killer new > features! (those

Re: [Ubuntu-phone] QML How can i store the value an user enters in a variable?

2014-07-09 Thread Riccardo Padovani
(Reinserted in CC the ML, my fault I replied only to you) On Wed, Jul 09, 2014 at 12:14:00AM +0100, diogo wrote: > > Hi Riccardo > > Thanks for your help. > > What i want to is like this. I have 48 textfields divided in 6 groups of 12 > fields each. i want the user to fill them in with numbers

[Ubuntu-phone] Ubuntu in Phone - Moto ?

2014-07-09 Thread viswaprasath
Hi all, If I buy Moto E / Moto G can I run Ubuntu in that. Any suggestion to run it. -- Web is open so Code is poetry [image: Viswaprasath Ks on about.me] Viswaprasath Ks about.me/viswaprasathks -- Mailing list: https://launchpad.net/~ubuntu-phone Post to

Re: [Ubuntu-phone] Status update: Planned changes to the developer mode/adb access

2014-07-09 Thread Oliver Grawert
hi, Am Dienstag, den 08.07.2014, 14:57 +0200 schrieb Oliver Grawert: > hi, > Am Montag, den 07.07.2014, 12:43 +0200 schrieb Oliver Grawert: > > > 3) on request of the security team it should not be possible to enable > > adb access if there is no password or the default password set for the > > ph

Re: [Ubuntu-phone] Ubuntu in Phone - Moto ?

2014-07-09 Thread Dave Morley
On Wed, 9 Jul 2014 18:43:13 +0530 viswaprasath wrote: > Hi all, > > If I buy Moto E / Moto G can I run Ubuntu in that. > Any suggestion to run it. > > > Not unless there is a port for it. You are best off with a nexus 4 it's the only officially supported phone at this time. -- You Make It

Re: [Ubuntu-phone] Status update: Planned changes to the developer mode/adb access

2014-07-09 Thread Marc Deslauriers
On 14-07-08 04:36 AM, Oliver Grawert wrote: > hi, > Am Montag, den 07.07.2014, 17:34 -0400 schrieb Marc Deslauriers: >> On 14-07-07 06:43 AM, Oliver Grawert wrote: >>> 3) on request of the security team it should not be possible to enable >>> adb access if there is no password or the default passwo

Re: [Ubuntu-phone] Status update: Planned changes to the developer mode/adb access

2014-07-09 Thread Oliver Grawert
hi, Am Mittwoch, den 09.07.2014, 10:36 -0400 schrieb Marc Deslauriers: > On 14-07-08 04:36 AM, Oliver Grawert wrote: > > hi, > > Am Montag, den 07.07.2014, 17:34 -0400 schrieb Marc Deslauriers: > >> On 14-07-07 06:43 AM, Oliver Grawert wrote: > >>> 3) on request of the security team it should not b

Re: [Ubuntu-phone] Status update: Planned changes to the developer mode/adb access

2014-07-09 Thread Michael Terry
On Wed, Jul 9, 2014 at 10:54 AM, Oliver Grawert wrote: > > ACTION (phonedations): Identify how to retrieve the lock screen state > There is a branch waiting to land into unity8 that allows this: https://code.launchpad.net/~mterry/unity8/is-active/+merge/223653 Once that's in, you should be able

[Ubuntu-phone] Landing team 09.07.14

2014-07-09 Thread Łukasz 'sil2100' Zemczak
http://ci.ubuntu.com/smokeng/utopic/touch/ #122 mako - http://ci.ubuntu.com/smokeng/utopic/touch/mako/122:20140709.1:20140709/8958/ #121 mako - http://ci.ubuntu.com/smokeng/utopic/touch/mako/121:20140709:20140709/8946/ #120 mako - http://ci.ubuntu.com/smokeng/utopic/touch/mako/120:20140708.2:20140708

Re: [Ubuntu-phone] Landing team 09.07.14

2014-07-09 Thread Leo Arias
Hello! On Wed, Jul 9, 2014 at 11:42 AM, Łukasz 'sil2100' Zemczak < lukasz.zemc...@canonical.com> wrote: > Sadly, the recent landings (most probably the UITK one) made our test > results look a bit worse, so our earlier worries were legit. It seems > some applications still need their tests fixed

Re: [Ubuntu-phone] Landing team 09.07.14

2014-07-09 Thread Kevin Gunn
> > > * Blocking issues: > > ** [1] Device locks randomly on welcome screen > https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1339700 > -> Serious issue! Investigating, but it's hard to debug as there is no > crash associated with this hang-up... > > we have a potential fix that's under revi