Re: [Ubuntu-phone] [Development] Trouble porting to new device HTC Ace

2014-04-22 Thread John Lenton
On Mon, Apr 21, 2014 at 10:35 PM, Adam Pigg a...@piggz.co.uk wrote: Ive set up the build environment i think Could you share exactly what you've done so far? (I've got a Desire HD myself, and wouldn't mind trying this myself). -- Mailing list: https://launchpad.net/~ubuntu-phone Post to :

Re: [Ubuntu-phone] Internationalizing scopes

2014-04-22 Thread James Henstridge
On Tue, Apr 22, 2014 at 2:18 AM, Rodney Dawes rodney.da...@canonical.com wrote: On Mon, 2014-04-21 at 19:54 +0200, Rasmus Eneman wrote: As a user I want to be able to buy a phone anywhere and just go to System Settings and choose or install my language. So languepacks needs to be supported and

[Ubuntu-phone] Core Apps Update 2014-04-18

2014-04-22 Thread Alan Pope
2014-04-18 After a long weekend away from the computer, it's time for a regular core apps update! I guess everyone heard by now that Ubuntu 14.04 LTS shipped on 2014-04-17. This included an image of Ubuntu for phones and tablets with our core apps baked in. Last week we pushed a few last minute

[Ubuntu-phone] Using LocationService from C++

2014-04-22 Thread Michal Karnicki
Hi all, Before I spend more time trying to wrap my head around ​/usr/share/LocationService/doc (from ubuntu-location-service-doc) which is basically a list of classes and interfaces, has anyone used Ubuntu location service from C++ or knows of piece of C++ code that makes use of it, that I could

Re: [Ubuntu-phone] Using LocationService from C++

2014-04-22 Thread Michal Karnicki
On Tue, Apr 22, 2014 at 2:47 PM, Michal Karnicki michal.karni...@canonical.com wrote: Bonus question, does anyone know how can I make use of ubuntu-location-service-examples, which seems to not contain any examples? (No irony, legitimate question.) ​Thanks to Chris, this is the answer to my

Re: [Ubuntu-phone] Using LocationService from C++

2014-04-22 Thread Thomas Voß
Hey Michael, I think: http://bazaar.launchpad.net/~phablet-team/qtubuntu-sensors/trunk/files/head:/plugins/position/ is what you are searching for. Please refer to the platform-api to interact with the location service on Ubuntu Touch directly. Please feel free to ping me in case of

Re: [Ubuntu-phone] Internationalizing scopes

2014-04-22 Thread Rodney Dawes
Only if the langpacks are not debs. Nobody is necessarily talking about changing the UX. The UX right now doesn't even exist yet. Just because something has historically worked a certain way in Ubuntu, doesn't mean that's the right way for it to work on the phone, in a confined environment. And

Re: [Ubuntu-phone] Internationalizing scopes

2014-04-22 Thread Oliver Grawert
hi, Am Dienstag, den 22.04.2014, 09:44 -0400 schrieb Rodney Dawes: Only if the langpacks are not debs. Nobody is necessarily talking about changing the UX. The UX right now doesn't even exist yet. Just because something has historically worked a certain way in Ubuntu, doesn't mean that's the

[Ubuntu-phone] CI Lab jenkins services are down

2014-04-22 Thread Francis Ginther
The q-jenkins and s-jenkins services are currently down due to a hardware issue. This impacts all jobs that run on these systems including the daily smoke tests and the per project -ci jobs. IS is working on restoring the hardware, but there is no ETA yet on when services will be restored. We will

[Ubuntu-phone] Landing team 22.04.14

2014-04-22 Thread Didier Roche
Hey! The landing team is back in full shape! We did build an image to ensure the whole system is still up (even if U doesn't have any name yet) on Trusty, and so, came #303! For landings, we do advise upstream to focus on the important bugs + SRUs before diverging their trunk with a

Re: [Ubuntu-phone] [Development] Trouble porting to new device HTC Ace

2014-04-22 Thread Adam Pigg
I started by following: https://wiki.ubuntu.com/Touch/Porting In the section about enabling a new device, i set up my roomservice.xml as attached, pointing to cm10.1 repos for the ace. I may have also tweaked the manifests.xml, so it is attached. At one point i did get a built kernel and

Re: [Ubuntu-phone] Nexus 7 2013 tmobile

2014-04-22 Thread Sameer Verma
On Sun, Apr 20, 2014 at 6:31 AM, Rodney Dawes rodney.da...@canonical.com wrote: On Sat, 2014-04-19 at 16:43 -0700, Sameer Verma wrote: On Sat, Apr 19, 2014 at 1:15 PM, Sameer Verma sve...@sfsu.edu wrote: I have a Nexus 7 2013 with T-Mobile's radio/SIM (it has WiFi as well). Is this device OK

Re: [Ubuntu-phone] Nexus 7 2013 tmobile

2014-04-22 Thread Chris Wayne
ubuntu-device-flash --channel trusty --bootstrap=true --server=http://system-image.tasemnice.eu;; Should work on deb On Tue, Apr 22, 2014 at 1:51 PM, Sameer Verma sve...@sfsu.edu wrote: On Sun, Apr 20, 2014 at 6:31 AM, Rodney Dawes rodney.da...@canonical.com wrote: On Sat, 2014-04-19

Re: [Ubuntu-phone] Nexus 7 2013 tmobile

2014-04-22 Thread Sameer Verma
On Tue, Apr 22, 2014 at 10:56 AM, Chris Wayne chris.wa...@canonical.com wrote: ubuntu-device-flash --channel trusty --bootstrap=true --server=http://system-image.tasemnice.eu;; Should work on deb That works, except that bootstrap does not take on a value. So ubuntu-device-flash

Re: [Ubuntu-phone] Landing team 22.04.14

2014-04-22 Thread Paul Larson
Testing is in progress on 303 right now, you can follow the results in progress at http://ci.ubuntu.com/smokeng/trusty/touch/mako/303:20140422:20140411.3/7788/ When I found out there was going to be a delay earlier, I started one running locally on mako and it just finished and it appears

[Ubuntu-phone] System Apps - Status April 22, 2014

2014-04-22 Thread Bill Filler
* Summary: 14.04 was released last week and we are happy to report that we landed many of the big features that we had targeted for this release*!* Kudos to the entire team for working tirelessly to get this done. The following landed since the last status update was sent out: Telephony:

[Ubuntu-phone] Ubuntu Telephony C++ API

2014-04-22 Thread Felipe De La Puente
Hi, I'm trying Ubuntu Touch, and wanted to get my hands on messaging. Reviewed the code of messaging-app and dialer-app and to my surprise the communication with telepathy is always handled on the QML side of the app. I want to keep QML strictly for UI, and write the functional code on the C++