Re: [Ubuntu-phone] keyboard

2015-04-13 Thread Selene Scriven
* Matthias Apitz wrote: > 1) > I know the 1st issue can't be solved, because it is a conceptional design > question: The screen of the Openmoko is resistive, while the BQ has a > capacitive one. Both have pro's and cont's, for me the biggest disadvantage > of the BQ is that I can not address singl

Re: [Ubuntu-phone] keyboard

2015-04-13 Thread Albert Astals Cid
On Mon, Apr 13, 2015 at 10:16 AM, Selene Scriven wrote: > * Matthias Apitz wrote: >> 1) >> I know the 1st issue can't be solved, because it is a conceptional design >> question: The screen of the Openmoko is resistive, while the BQ has a >> capacitive one. Both have pro's and cont's, for me the b

Re: [Ubuntu-phone] keyboard

2015-04-13 Thread Michał Sawicz
W dniu 13.04.2015 o 08:27, Matthias Apitz pisze: > 2) > I'm missing some keys which I call essential for editing: the cursor > keys, some modifier keys and so on. I know that some of them are there > for the terminal app, but only for this. How, for example, can I move > the cursor in a URL of a br

Re: [Ubuntu-phone] keyboard

2015-04-13 Thread Matthias Apitz
El día Monday, April 13, 2015 a las 10:35:04AM +0200, Albert Astals Cid escribió: > On Mon, Apr 13, 2015 at 10:16 AM, Selene Scriven > wrote: > > * Matthias Apitz wrote: > >> 1) > >> I know the 1st issue can't be solved, because it is a conceptional design > >> question: The screen of the Openm

Re: [Ubuntu-phone] Where to file bugs

2015-04-13 Thread Matthew Paul Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Guneet Narula wrote on 10/04/15 06:30: > ... There are a couple of issues that I wanted to report as bugs. > All of these show up after long periods of use, and a restart fixes > them: The best place I know of, to find out where to report bugs, is the

Re: [Ubuntu-phone] Ubuntu Store – application order

2015-04-13 Thread Matthew Paul Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin Albisetti wrote on 09/04/15 13:38: > ... > > There are a lot of good points about people gaming the system and > problems with different approaches. Luckily, this is not a new > problem at all. In fact, it's not even new to Ubuntu! Matthew >

[Ubuntu-phone] Reading data usage Ubuntu Phone

2015-04-13 Thread Johan Velthuizen
We want to build an App to measure the data usage of the Ubuntu Phone. Is there any information available where and how we can read this information. We are using QML or Javascript with QMcreator and Ubuntu SDK -- Met vriendelijke groet, Johan Velthuizen Velthuizen Webdesign & Media Christinewe

Re: [Ubuntu-phone] Reading data usage Ubuntu Phone

2015-04-13 Thread Johan Velthuizen
Thought Ubuntu was opensource, but when we want to write software for this Ubuntu Phone we can't due security. How can we ever write useful software if we don't have access to the sources. Op 13-04-15 om 16:15 schreef Jonas Drange: There's a discussion in [1] about this. I suspect you will not

Re: [Ubuntu-phone] Reading data usage Ubuntu Phone

2015-04-13 Thread Jonas Drange
On 13 April 2015 at 16:29, Johan Velthuizen wrote: > Thought Ubuntu was opensource, but when we want to write software for > this Ubuntu Phone we can't due security. > It is open source, but you can't write an *App* for the *App store* that does this. You can submit patches against ofono/network

Re: [Ubuntu-phone] Reading data usage Ubuntu Phone

2015-04-13 Thread Jonas Drange
There's a discussion in [1] about this. I suspect you will not be able to do this from an app due to security. Jonas [1] https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1287267 On 13 April 2015 at 16:00, Johan Velthuizen wrote: > We want to build an App to measure the dat

Re: [Ubuntu-phone] Reading data usage Ubuntu Phone

2015-04-13 Thread Michael Zanetti
Hi, On 13.04.2015 16:29, Johan Velthuizen wrote: > Thought Ubuntu was opensource, but when we want to write software for > this Ubuntu Phone we can't due security. > How can we ever write useful software if we don't have access to the > sources. You can. You just won't be able to publish it in th

Re: [Ubuntu-phone] webapps and script injection

2015-04-13 Thread David Barth
On Sat, Apr 11, 2015 at 12:15 AM, Alan Bell wrote: > Hi all, > > there is a somewhat sparsely documented feature of webapps that allow you > to specify --webappModelSearchPath=. as a parameter of webapp-container in > the .desktop file and have a file called webapp-properties.json in the > projec

Re: [Ubuntu-phone] Ubuntu Store – application order

2015-04-13 Thread Niklas Wenzel
Thank you very much for the explanation. :) Am Montag, 13. April 2015 schrieb Matthew Paul Thomas : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Martin Albisetti wrote on 09/04/15 13:38: >> ... >> >> There are a lot of good points about people gaming the system and >> problems with differ

Re: [Ubuntu-phone] Agps status on Nexus 4

2015-04-13 Thread Steve Langasek
Hi Thibaut, On Sat, Apr 11, 2015 at 12:54:34PM +0100, Thibaut Dedreuil_monet wrote: > Is it true that the Agps will not be supported anymore on the Nexus 4? > I completely understand from a business point of view that there must be a > licence agreement between Here maps and Canonical, regarding

Re: [Ubuntu-phone] Agps status on Nexus 4

2015-04-13 Thread dedreuil
Thanks for the clarification. Thibaut On Monday, 13 April 2015 18:12:47 BST, Steve Langasek wrote: Hi Thibaut, On Sat, Apr 11, 2015 at 12:54:34PM +0100, Thibaut Dedreuil_monet wrote: Is it true that the Agps will not be supported anymore on the Nexus 4? I completely understand from a busine

Re: [Ubuntu-phone] webapps and script injection

2015-04-13 Thread Alexandre Abreu
Hi Alan, as David just said, we indeed have short term plans to move in that directions. At the moment, any webapp is "shielded" by 3 layers of security measures: - the script are not injected in the same js as world as the webpage's (only share the DOM), - they are subject to the same CORS, etc.

Re: [Ubuntu-phone] webapps and script injection

2015-04-13 Thread Mitchell Reese
I'm not sure user descriptions will be much use - for developers and/or tech saavy people, certainly - but for everyone else? Simply look at the android store to see how happily people are to install apps that ask for dodgy permissions. For what it's worth, I think this should be fixed develope

Re: [Ubuntu-phone] webapps and script injection

2015-04-13 Thread Marc Deslauriers
On 2015-04-10 06:15 PM, Alan Bell wrote: > Hi all, > > there is a somewhat sparsely documented feature of webapps that allow you to > specify --webappModelSearchPath=. as a parameter of webapp-container in the > .desktop file and have a file called webapp-properties.json in the project. > This >

Re: [Ubuntu-phone] webapps and script injection

2015-04-13 Thread Alexandre Abreu
On Mon, Apr 13, 2015 at 2:50 PM, Marc Deslauriers < marc.deslauri...@canonical.com> wrote: > On 2015-04-10 06:15 PM, Alan Bell wrote: > > Hi all, > > > > there is a somewhat sparsely documented feature of webapps that allow > you to > > specify --webappModelSearchPath=. as a parameter of webapp-co

Re: [Ubuntu-phone] webapps and script injection

2015-04-13 Thread Ted Gould
On Tue, 2015-04-14 at 04:39 +1000, Mitchell Reese wrote: > Another question re security for webapps - url-dispatcher. Whilst I'm > loving using this, it's also clear how easy it is to create a webapp > that redirects traffic from other places, such as scopes. While I'm > making a point of listi

[Ubuntu-phone] ContentHub, upstart: detecting launch reason

2015-04-13 Thread Alberto Mardegan
Hi all! I'm writing an app which can be a source of pictures for other apps. I understand that I need to handle the exportRequested() signal from the content hub, but it's not clear to me what to do after the transfer has been completed or canceled. I would like to: - if the app was started by th

[Ubuntu-phone] Landing team 13.04.15

2015-04-13 Thread Łukasz 'sil2100' Zemczak
Hello everyone, Today the e-mail is a bit later than usually since I temporarily changed my timezone. We have a few nice news items today. First of all, we *finally* promoted a new image to the devel channel. The latest devel-proposed image (aka vivid-proposed) passed sanity on most of our suppor

Re: [Ubuntu-phone] Landing team 13.04.15

2015-04-13 Thread Heroldich Robin
Hi all! Nice job, I am really looking forward to this OTA update, there are a lot of improvments. I read earlier that the OTA update is not avaiable for all users in the same time. Is there any way to I'll be in the first group of users, whose will get the update? I think it is a good idea, if

[Ubuntu-phone] Performance issues when reciving alot of SMS!

2015-04-13 Thread Pontus Öhman
Hello all! I´m running Ubuntu Touch on my work phone with great success, the problem is that in my work I recive alot of SMS. And yesterday I recive about 200 SMS in a short period and the phone become unoperable, slow and the audio for notification went away completely. I was forced to reboot