Re: [Ubuntu-phone] Uninstall app's

2015-08-09 Thread Matthew Paul Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 chg 1 wrote on 24/07/15 10:59: > > I think you have to be connected by wifi or data to uninstall an > app. It was not previously required and may be a problem. Cheers, > Cesar I thought, "This can't possibly be true", but I tried it, and you're righ

[Ubuntu-phone] Sources in Scopes

2015-08-09 Thread Krzysztof Tataradziński
Hello, I'm happy user of Ubuntu phone for a while. I see there is many problems, most of them with scopes and store. Please clarify me one thing: who is responsible to add new data source to scope? In example I want to add Endomondo, Runkeeper, etc. account to my activity scope? Can I do that or I

[Ubuntu-phone] making C written apps for the BQ (vivid)

2015-08-09 Thread Matthias Apitz
Hello, At the end I could manage to install the 15.04 SDK on my laptop. Somehow it is not possible not even to build a C written hello world, it creates: guru@linchen-ubuntu:~/myCapp$ ls -l total 8 -rw-rw-r-- 1 guru guru 84 Aug 9 11:47 main.c -rw-rw-r-- 1 guru guru 87 Aug 9 11:47 myCapp.pro g

Re: [Ubuntu-phone] making C written apps for the BQ (vivid)

2015-08-09 Thread Niklas Wenzel
The Ubuntu SDK only supports click apps. Hence, the line 11:49:38: Could not find the manifest.json file due to which it fails. Nevertheless, the binary files should have been created in /home/guru/build-myCapp-UbuntuSDK_for_armhf_GCC_ubuntu_sdk_15_04_vivid-Debug/.ubuntu-sdk-deploy. Am So,

[Ubuntu-phone] [Design]Changing Info On The Welcome Screen

2015-08-09 Thread Svetlana Belkin
All, Is there a way to change what type of info shows up on the main screen (as in the X text sent today (as an example) one)? Thank you. -- Svetlana Belkin A.K.A: belkinsa User Wiki page: https://wiki.ubuntu.com/belkinsa -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubun

Re: [Ubuntu-phone] [Design]Changing Info On The Welcome Screen

2015-08-09 Thread Svetlana Belkin
On 08/09/2015 10:56 AM, Richard Somlói wrote: Tap the circle twice and see what happens. :) OMG, thank you. -- Svetlana Belkin A.K.A: belkinsa User Wiki page: https://wiki.ubuntu.com/belkinsa -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Un

Re: [Ubuntu-phone] [Design]Changing Info On The Welcome Screen

2015-08-09 Thread Richard Somlói
Tap the circle twice and see what happens. :) 2015-08-09 16:11 GMT+02:00 Svetlana Belkin : > All, > > Is there a way to change what type of info shows up on the main screen (as > in the X text sent today (as an example) one)? > > Thank you. > -- > Svetlana Belkin > A.K.A: belkinsa > User Wiki pag

Re: [Ubuntu-phone] making C written apps for the BQ (vivid)

2015-08-09 Thread Niklas Wenzel
Did you check the permissions? What happens if you "chmod 777" the file? Am So, 9. Aug, 2015 um 4:25 schrieb Matthias Apitz : El domingo, 9 de agosto de 2015 15:52:25 (CEST), Niklas Wenzel escribió: The Ubuntu SDK only supports click apps. Hence, the line 11:49:38: Could not find the manifest

Re: [Ubuntu-phone] [Design]Changing Info On The Welcome Screen

2015-08-09 Thread Richard Somlói
You're welcome :) You can create you own messages with the Circle Message app (you can find it in the store). 2015-08-09 16:57 GMT+02:00 Svetlana Belkin : > On 08/09/2015 10:56 AM, Richard Somlói wrote: > >> Tap the circle twice and see what happens. :) >> > > OMG, thank you. > > -- > Svetlana Be

Re: [Ubuntu-phone] making C written apps for the BQ (vivid)

2015-08-09 Thread Matthias Apitz
El domingo, 9 de agosto de 2015 16:34:07 (CEST), Niklas Wenzel escribió: Did you check the permissions? What happens if you "chmod 777" the file? The perms have been 0755, it does no help, set 0777; I put a copy to http://www.unixarea.de/myCapp matthias -- Sent from my Ubuntu phone

Re: [Ubuntu-phone] making C written apps for the BQ (vivid)

2015-08-09 Thread Matthias Apitz
El domingo, 9 de agosto de 2015 15:52:25 (CEST), Niklas Wenzel escribió: The Ubuntu SDK only supports click apps. Hence, the line 11:49:38: Could not find the manifest.json file due to which it fails. But, I did the creation using the colorfull SDK, why it offers to build something which a

Re: [Ubuntu-phone] making C written apps for the BQ (vivid)

2015-08-09 Thread Matthias Apitz
El domingo, 9 de agosto de 2015 18:44:38 (CEST), Matthias Apitz escribió: El domingo, 9 de agosto de 2015 16:34:07 (CEST), Niklas Wenzel escribió: Did you check the permissions? What happens if you "chmod 777" the file? The perms have been 0755, it does no help, set 0777; I put a copy to htt

Re: [Ubuntu-phone] making C written apps for the BQ (vivid)

2015-08-09 Thread Gran PC
Tried looking at the logs? (/var/log, dmesg) On Sun, Aug 9, 2015 at 7:28 PM Matthias Apitz wrote: > El domingo, 9 de agosto de 2015 18:44:38 (CEST), Matthias Apitz escribió: > > El domingo, 9 de agosto de 2015 16:34:07 (CEST), Niklas Wenzel escribió: > >> Did you check the permissions? What happ

Re: [Ubuntu-phone] making C written apps for the BQ (vivid)

2015-08-09 Thread Matthias Apitz
El día Sunday, August 09, 2015 a las 05:39:30PM +, Gran PC escribió: > Tried looking at the logs? (/var/log, dmesg) Yeah, thanks! It is prohibited by appamor: Aug 9 12:00:57 ubuntu-phablet kernel: [82133.028920]type=1400 audit(1439114457.387:242): apparmor="DENIED" operation="exec" profil

Re: [Ubuntu-phone] making C written apps for the BQ (vivid)

2015-08-09 Thread Matthias Apitz
El día Sunday, August 09, 2015 a las 08:23:02PM +0200, Matthias Apitz escribió: > What is the suggested way to install some exec binaries (or shell files) below > /home/phablet? It works for example with: > > phablet@ubuntu-phablet:~$ eval ./myCapp > Hello World! Well, in Spanish one says: No ha

Re: [Ubuntu-phone] making C written apps for the BQ (vivid)

2015-08-09 Thread Oliver Grawert
hi, Am Sonntag, den 09.08.2015, 20:42 +0200 schrieb Matthias Apitz: > This is really cool :-) > if your source allows it you could also just build a static binary ;) ciao oli signature.asc Description: This is a digitally signed message part -- Mailing list: https://launchpad.net/~u

Re: [Ubuntu-phone] Prevent app from closing by swaping up/down

2015-08-09 Thread Matthew Paul Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oliver Grawert wrote on 06/08/15 16:35: > > Am Donnerstag, den 06.08.2015, 14:33 +0100 schrieb Matthew Paul > Thomas: > >> Many people do not understand this. Even worse, they think the >> opposite -- that closing apps will make their phone faster

Re: [Ubuntu-phone] making C written apps for the BQ (vivid)

2015-08-09 Thread Matthias Apitz
El día Sunday, August 09, 2015 a las 09:16:44PM +0200, Oliver Grawert escribió: > hi, > > Am Sonntag, den 09.08.2015, 20:42 +0200 schrieb Matthias Apitz: > > > This is really cool :-) > > > if your source allows it you could also just build a static binary ;) I could even manage to run the MU

Re: [Ubuntu-phone] Opening Wikipedia, Forum Browser, etc.

2015-08-09 Thread Niklas Wenzel
Hi Krzysztof, I wish I would and I really thought so until just 4 days ago. That was when I found out that Tapatalk decided to no longer update their API documentation, shut down their development support forums and kill other third-party Tapatalk clients through their lawyers because they went op

Re: [Ubuntu-phone] Sources in Scopes

2015-08-09 Thread Michi Henning
To add a new data source to a scope, someone has to write code because the backend data sources can be anything. There are no plans to allow what you suggest. It would, in effect mean writing code, no matter what sort of description language we were to choose. Michi. On 9 Aug 2015, at 20:54 ,

Re: [Ubuntu-phone] Prevent app from closing by swaping up/down

2015-08-09 Thread Mitchell Reese
Exactly. The best possible scenario is that you'd be keeping an app in memory that, in the current scheme, would have stayed in memory anyway. Most of the time, though, you'd be hogging memory that could have been used by apps you were using more often Except it doesn't really work like that. T

[Ubuntu-phone] Web browser tabs turn white

2015-08-09 Thread Dominik Wnęk
Hello, This is on a bq E5. After a while browsing (could be a minute, could be ten minutes) the tab turns completely white. The only way to deal with it that I see is swiping from the bottom and closing it. I'm attaching images of what this looks like: White tab: https://copy.com/71qHE2Eyoj