[Ubuntu-phone] Prevent suspending

2015-07-17 Thread chg 1
From: c...@outlook.es To: ubuntu-phone@lists.launchpad.net Subject: Prevent suspendig Date: Fri, 17 Jul 2015 10:48:44 +0200 I'd like to know how to Prevent suspending an app with a command line instead using TweakGeek. Thanks, Cesar

[Ubuntu-phone] Prevent suspendig

2015-07-17 Thread chg 1
I'd like to know how to Prevent suspending an app with a command line instead using TweakGeek. Thanks, Cesar -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-p

Re: [Ubuntu-phone] posting images to social media on 15.10

2015-07-17 Thread John McAleely
It sounds like you've moved onto one of the development channels (those are the only ones that update the ubuntu image daily), and may have tumbled over this bug: https://bugs.launchpad.net/webapps-core/+bug/1474356 I'm not familiar with MultiROM Manager, or the N5 image channels, but you might p

Re: [Ubuntu-phone] posting images to social media on 15.10

2015-07-17 Thread Roman Zonov
Tried to find 15.10 channel, but didn't find it:( 17.07.2015, 02:29, "Sameer Verma" : > I have two images on my Nexus 5, managed via the MultiROM Manager > Android app. On the 15.04-based image, I can post images to Twitter > and Facebook, but on the 15.10 image (which updates pretty much every >

Re: [Ubuntu-phone] posting images to social media on 15.10

2015-07-17 Thread Nathan Haines
On 07/17/2015 03:38 AM, Roman Zonov wrote: Tried to find 15.10 channel, but didn't find it:( On the Nexus 5, which is not officially supported, Tassadar's servers must be used. He has not updated the build servers since all of the channel names changed. In MultiROM Manager on the Nexus 5,

Re: [Ubuntu-phone] [Call for testing] New Thumbnailer

2015-07-17 Thread Michal Karnicki
Attention, ​I believe the change involved has broken Telegram. We were dynamically linking with libthumbnailer.so and making calls to thumbnailer.get_thumbnail from C++. The application will not start on rc-proposed. http://paste.ubuntu.com/11892354/​ I'm asking in #unity-api, but have not yet r

[Ubuntu-phone] Made your system writeable? Is your disk full? OTA might break

2015-07-17 Thread John McAleely
With the release of OTA-4 a few weeks ago, we received a few reports of problems where the handset would get stuck in a boot loop, or refuse to boot past the initial logo. One root cause we have established is when the system partition has run out of space. Given that the supported model for syst

Re: [Ubuntu-phone] Made your system writeable? Is your disk full? OTA might break

2015-07-17 Thread Rodney Dawes
If you really need to install some command line tools on your phone for some reason, or you need to compile something on your phone, the best way to do it, is with a chroot on the data partition, rather than by making the root partition, which has very limited space, writable. See my answer to thi

Re: [Ubuntu-phone] Made your system writeable? Is your disk full? OTA might break

2015-07-17 Thread Andrea Bernabei
On Fri, Jul 17, 2015 at 2:58 PM, Rodney Dawes wrote: > If you really need to install some command line tools on your phone for > some reason, or you need to compile something on your phone, the best > way to do it, is with a chroot on the data partition, rather than by > making the root partition

Re: [Ubuntu-phone] Made your system writeable? Is your disk full? OTA might break

2015-07-17 Thread Rodney Dawes
On Fri, 2015-07-17 at 15:30 +0100, Andrea Bernabei wrote: > > > On Fri, Jul 17, 2015 at 2:58 PM, Rodney Dawes > wrote: > If you really need to install some command line tools on your > phone for > some reason, or you need to compile something on your phone, > the

Re: [Ubuntu-phone] Made your system writeable? Is your disk full? OTA might break

2015-07-17 Thread Matthias Apitz
El día Friday, July 17, 2015 a las 02:34:16PM +0100, John McAleely escribió: > If you've made your system writable, I'm going to assume you can use > terminal or adb on the command line. > > Use df to see how much space you have: > > $ df -h > /dev/mmcblk0p6 2.0G 1

Re: [Ubuntu-phone] Made your system writeable? Is your disk full? OTA might break

2015-07-17 Thread John McAleely
On 17 July 2015 at 15:56, Matthias Apitz wrote: > > > I do not have / writable: > > $ mount | fgrep ' / ' > /dev/mmcblk0p6 on / type ext4 (ro,relatime,data=ordered) > It is not meaningful to know the current status of the partition. If it has *ever* been writable, something may have filled it at

Re: [Ubuntu-phone] Made your system writeable? Is your disk full? OTA might break

2015-07-17 Thread Matthias Apitz
El viernes, 17 de julio de 2015 18:02:43 (CEST), John McAleely escribió: On 17 July 2015 at 15:56, Matthias Apitz wrote: I do not have / writable: $ mount | fgrep ' / ' /dev/mmcblk0p6 on / type ext4 (ro,relatime,data=ordered) It is not meaningful to know the current status of the partiti

[Ubuntu-phone] Landing team 17.07.15

2015-07-17 Thread Łukasz 'sil2100' Zemczak
ntu.com/smokeng/wily/touch/mako/258:20150717:20150708/13295/ #192 rc-proposed/mako - http://ci.ubuntu.com/smokeng/vivid/touch_stable/mako/192:20150717:20150210/13294/ * Some useful documentation: https://wiki.ubuntu.com/LandingTeam https://wiki.ubuntu.com/citrain/FAQ https://wik

Re: [Ubuntu-phone] Made your system writeable? Is your disk full? OTA might break

2015-07-17 Thread Marco A. Harrendorf
Hello John, dear all, I asked this already in another thread, however, I have not gotten a helpful answer. Is there a way to resize/increase the root partition? I have only 255 MB left on the root partition but still a lot of free space on the 4 Gb home partition. Best regards, Marco Am

Re: [Ubuntu-phone] QML help

2015-07-17 Thread Daniel Wood
I tried your suggestion without luck. If anyone can offer some advice on the following code. http://paste.ubuntu.com/11893812/ I want to the label to stay above the keyboard. using anchor layout pushes the whole page under the header and out of view. Thanks, Dan On 14 July 2015 at 14:19, Moh

[Ubuntu-phone] chroot file systen on the data partition (was: Made your system writeable? Is your disk full? OTA might break)

2015-07-17 Thread Matthias Apitz
El día Friday, July 17, 2015 a las 09:58:54AM -0400, Rodney Dawes escribió: > If you really need to install some command line tools on your phone for > some reason, or you need to compile something on your phone, the best > way to do it, is with a chroot on the data partition, rather than by > mak

Re: [Ubuntu-phone] [Call for testing] New Thumbnailer

2015-07-17 Thread Alejandro J. Cura
We identified that the new thumbnailer does not provide the undocumented C++ thumbnailer API that the old one provided. This is only affecting Telegram on pre-OTA-6 images that have the new thumbnailer. OTA-5 is fine because it still has the old thumbnailer. Karni will be working next week with Mi

Re: [Ubuntu-phone] Bluetooth drains battery?

2015-07-17 Thread Alejandro J. Cura
On Fri, Jul 17, 2015 at 3:37 PM, Alexey Balmashnov wrote: > Hi All, > > BQ E4.5 phone, r23. See attached. Around the time, when power consumption > went up, I moved from home to work, enabled and then disabled bluetooth to > use it while on the move. > > At the moment, after charging battery fully

Re: [Ubuntu-phone] Bluetooth drains battery?

2015-07-17 Thread Alexey Balmashnov
On Fri, Jul 17, 2015 at 8:47 PM, Alejandro J. Cura < alejandro.c...@canonical.com> wrote: > On Fri, Jul 17, 2015 at 3:37 PM, Alexey Balmashnov > wrote: > > Hi All, > > > > BQ E4.5 phone, r23. See attached. Around the time, when power consumption > > went up, I moved from home to work, enabled and

Re: [Ubuntu-phone] Bluetooth drains battery?

2015-07-17 Thread Davide Alberelli
Have you tried doing 3-4 discharge/charge cycles? It helped me a lot with weird output in the battery settings app, like the one that you have. Davide Alberelli 2015-07-17 21:03 GMT+02:00 Alexey Balmashnov : > > On Fri, Jul 17, 2015 at 8:47 PM, Alejandro J. Cura < > alejandro.c...@canonical.com>

[Ubuntu-phone] Weeks 28 and 29 in Unity API team

2015-07-17 Thread Alejandro J. Cura
The past two weeks have been about fixes and landings for OTA-5, and with planning and starting with new features for OTA-6: - We landed Refunds for purchased applications in OTA-5. Apps bought in the store scope can now be returned within 15 minutes if the user changes their mind. After that the

[Ubuntu-phone] Unity8, Mir & LXC for Xapps update July 17, 2015

2015-07-17 Thread Kevin Gunn
- Latest in Unity8 ui - fixes for shell rotation lockscreen & blurry screen shot in spread - working on unity8 cpu consumption issue related to keyboard focus - still working launcher parity, stuck in review cycle for the week, but should land soon

Re: [Ubuntu-phone] [Design] removing scopes

2015-07-17 Thread Marcin GTriderXC.tk
Cool. So ebay and amazon scope has to be preinstalled to obtain priviledges. I bet for the same reason as in Ubuntu desktop where we badly need the amazon plugin to slow our system down. I can understand the photo scope but as some Internet reviews also confirm, ebay and amazon scope are pretty

Re: [Ubuntu-phone] [Design] removing scopes

2015-07-17 Thread Nathan Haines
On 07/17/2015 09:15 PM, Marcin GTriderXC.tk wrote: Cool. So ebay and amazon scope has to be preinstalled to obtain priviledges. I bet for the same reason as in Ubuntu desktop where we badly need the amazon plugin to slow our system down. I can understand the photo scope but as some Internet revie