Re: [Ubuntu-phone] Get started in ubuntu phone development

2013-08-13 Thread Riccardo Padovani
Hi Joshua, the best place where you can start to understand how to contribute is wiki, especially [1] and [2]. Also, you can join #ubuntu-touch and #ubuntu-app-devel on IRC[3]. All core apps are hosted on Launchpad[4] with a bug tracker[5] Hope to see you soon, [1]https://wiki.ubuntu.com/Touch/

[Ubuntu-phone] Help with Ubuntu SDK (QtCreator)

2013-08-13 Thread Fabio Colella
Hello, I'm trying to work to an Ubuntu project. I'm getting started from the Ubuntu tabbed ui. At this point I'm able to edit the code but if I try to design the UI is completely wrong and the fonts are made strange. If I compile and run qmlscene the app is normal and beautiful but design is totall

Re: [Ubuntu-phone] Get started in ubuntu phone development

2013-08-13 Thread Zisu Andrei
Hello there, Random :P We're kind of interested in the same thing and starting at the same time. What I'm going to do is develop an application for the App Showdown to start (maybe even win a Nexus 4 so I have something to test on?). -- Mailing list: https://launchpad.net/~ubuntu-phone Post to

Re: [Ubuntu-phone] The Nexus 4 coma condition

2013-08-13 Thread Michael Zanetti
I've ran into this yesterday after leaving the Nexus 4 untouched on my desk for a whole week. I think it's worth mentioning that you need to use the original wall charger and cable to revive it again. (Of course some others might work too, but chances are high that they don't) At first I tried

Re: [Ubuntu-phone] Help with Ubuntu SDK (QtCreator)

2013-08-13 Thread Rick Spencer
I have had zero luck using the designer. I personally think we may as well hide it since it seems to cause nothing but frustration. The good news is, I find QML so easy to use that I can't imagine a designer would help much anyway. However, that's probably more of a personal preference. Cheers, R

Re: [Ubuntu-phone] The Nexus 4 coma condition

2013-08-13 Thread John McAleely
On 13/08/13 11:32, Michael Zanetti wrote: I've ran into this yesterday after leaving the Nexus 4 untouched on my desk for a whole week. I think it's worth mentioning that you need to use the original wall charger and cable to revive it again. (Of course some others might work too, but chances ar

Re: [Ubuntu-phone] Help with Ubuntu SDK (QtCreator)

2013-08-13 Thread Fabio Colella
I was thinking and feeling the same. Anyway I'm happy to hear that also other developers found the same solution of just writing the code. As soon as I can I'll try to produce something (hopefully beautiful). Thank you very much Rick :) Il giorno 13/ago/2013 12:41, "Rick Spencer" ha scritto: > I

[Ubuntu-phone] Click packages and source code

2013-08-13 Thread Michael Zanetti
Hi, I've just been watching this demo [1] on how to publish click packages. Looks very promising! However, one question that comes up here is at the uploading step (3:13 in the video): The website allows to upload a binary package and a source package. However, I can't see any connection betwe

Re: [Ubuntu-phone] Click packages and source code

2013-08-13 Thread Sergio Schvezov
On Tue, Aug 13, 2013 at 9:33 AM, Michael Zanetti < michael.zane...@canonical.com> wrote: > Hi, > > I've just been watching this demo [1] on how to publish click packages. > Looks > very promising! However, one question that comes up here is at the > uploading > step (3:13 in the video): > > The we

Re: [Ubuntu-phone] Click packages and source code

2013-08-13 Thread Michael Zanetti
On Tuesday 13 August 2013 10:01:58 Sergio Schvezov wrote: > On Tue, Aug 13, 2013 at 9:33 AM, Michael Zanetti < > > michael.zane...@canonical.com> wrote: > > Hi, > > > > I've just been watching this demo [1] on how to publish click packages. > > Looks > > very promising! However, one question that

[Ubuntu-phone] Building i386 touch images locally?

2013-08-13 Thread Jani Monoses
As an experiment I'd like to get a local build of the daily Ubuntu touch images for i386. Can anyone get this working or reproduce an error? I get maliit-keyboard dependencies not found while debootstrapping. #!/bin/bash mkdir auto ln -sf /usr/share/livecd-rootfs/live-build/auto/* auto/ export

Re: [Ubuntu-phone] Click packages and source code

2013-08-13 Thread Sergio Schvezov
On Tue, Aug 13, 2013 at 10:33 AM, Michael Zanetti < michael.zane...@canonical.com> wrote: > On Tuesday 13 August 2013 10:01:58 Sergio Schvezov wrote: > > On Tue, Aug 13, 2013 at 9:33 AM, Michael Zanetti < > > > > michael.zane...@canonical.com> wrote: > > > Hi, > > > > > > I've just been watching t

Re: [Ubuntu-phone] Click packages and source code

2013-08-13 Thread Jamie Strandboge
On 08/13/2013 08:33 AM, Michael Zanetti wrote: > On Tuesday 13 August 2013 10:01:58 Sergio Schvezov wrote: >> On Tue, Aug 13, 2013 at 9:33 AM, Michael Zanetti < >> >> michael.zane...@canonical.com> wrote: >>> Hi, >>> >>> I've just been watching this demo [1] on how to publish click packages. >>> Lo

Re: [Ubuntu-phone] Click packages and source code

2013-08-13 Thread Zisu Andrei
Take this situation: on app1 user taps "log in with facebook", app1 takes user to app2 where he logs in to facebook with his account and approves app1, now app2 takes the user back to app1, where app1 is fed a response from app2 with the access tokens required to access the user's data. How would

Re: [Ubuntu-phone] Click packages and source code

2013-08-13 Thread Jamie Strandboge
On 08/13/2013 11:23 AM, Zisu Andrei wrote: > Take this situation: on app1 user taps "log in with facebook", app1 takes user > to app2 where he logs in to facebook with his account and approves app1, now > app2 takes the user back to app1, where app1 is fed a response from app2 with > the access tok

[Ubuntu-phone] Ubuntu System Settings: summary week 32

2013-08-13 Thread Sebastien Bacher
Hey everyone, Summary of the work we did on system settings in week 32: * Settings infrastructure: - some refactoring of the installation directories, for multiarch and external panel support * Background: - some tweaks to better match the design * Battery: - added the new panel UI - starte

Re: [Ubuntu-phone] Click packages and source code

2013-08-13 Thread Zisu Andrei
Right... what about a "Save to dropbox" usecase, "Open the email in a browser", etc? Zisu Andrei On 13 August 2013 17:34, Jamie Strandboge wrote: > On 08/13/2013 11:23 AM, Zisu Andrei wrote: > > Take this situation: on app1 user taps "log in with facebook", app1 > takes user > > to app2 where

Re: [Ubuntu-phone] Click packages and source code

2013-08-13 Thread Jamie Strandboge
On 08/13/2013 11:46 AM, Zisu Andrei wrote: > Right... what about a "Save to dropbox" usecase, "Open the email in a > browser", > etc? > Sending to other apps will be handled by other services (content exchange and URL handler for these two). -- Jamie Strandboge http://www.ubu

[Ubuntu-phone] Nexus 7 2013 (Flo): How can I help?

2013-08-13 Thread Leo Tindle
Hello folks. I just purchased the new model of Nexus 7. I know there currently isn't any port to it, but I would like to help in any way I can. I think it would be a smashing platform considering the processing and memory capacity. What can I do to help the process of porting Ubuntu Touch to t

Re: [Ubuntu-phone] Nexus 7 2013 (Flo): How can I help?

2013-08-13 Thread Fola Dawodu
Hello leo. I guess u need to take a look at the porting guide on the wiki. Though a few days ago this device was mentioned on this board and i guess someone is likely to be working on it. I do believe a port will be *painless* but you need to verify the status of the proprietary driver blobs