Re: [Ubuntu-phone] Disk usage in emulator

2015-04-10 Thread Robert Schroll
On Fri, Apr 10, 2015 at 8:22 PM, Steve Langasek wrote: On the contrary, you were exactly right. Note that the output of 'mount' shows /dev/mmcblk0 (bind) mounted in multiple locations: Thanks, Niklas and Steve, for helping me understand what's going on here. I've created a new emulator fr

Re: [Ubuntu-phone] Disk usage in emulator

2015-04-10 Thread Steve Langasek
On Sat, Apr 11, 2015 at 01:18:28AM +0200, Niklas Wenzel wrote: > Thank you, Robert. However, given that output, it looks like my guess was > wrong. Maybe someone else has an idea what's wrong. On the contrary, you were exactly right. Note that the output of 'mount' shows /dev/mmcblk0 (bind) mount

Re: [Ubuntu-phone] Disk usage in emulator

2015-04-10 Thread Steve Langasek
On Fri, Apr 10, 2015 at 05:49:49PM -0400, Robert Schroll wrote: > On Fri, Apr 10, 2015 at 5:31 PM, Steve Langasek > wrote: > >The devel channel hasn't been abandoned, it just has not been the primary > >focus for QA over the past few months in favor of the stable channel, so > >there have been no

[Ubuntu-phone] themes and remote web applications

2015-04-10 Thread Alan Bell
I have a proof of concept app that injects a script which loads a bootstrap css theme onto a website. This app: https://uappexplorer.com/app/odoo.libertus wraps the odoo.com website and it loads a theme file from https://bootswatch.com/united/ into the element when the page has loaded (probabl

Re: [Ubuntu-phone] Disk usage in emulator

2015-04-10 Thread Niklas Wenzel
Thank you, Robert. However, given that output, it looks like my guess was wrong. Maybe someone else has an idea what's wrong. Am Sa, 11. Apr, 2015 um 12:21 schrieb Robert Schroll : On Fri, Apr 10, 2015 at 6:05 PM, Niklas Wenzel wrote: As I mentioned, I guess it is because the home directory i

Re: [Ubuntu-phone] Device Art Generator

2015-04-10 Thread Niklas Wenzel
You could set up an emulator using the stable channel to get a recent set of indicators. Or, of course, you search for BQ phone screenshots in our Google Plus community. ;) https://plus.google.com/communities/111350780270925540549 Am Sa, 11. Apr, 2015 um 12:20 schrieb Nathan Osman : On Fri, Ap

Re: [Ubuntu-phone] Disk usage in emulator

2015-04-10 Thread Robert Schroll
On Fri, Apr 10, 2015 at 6:05 PM, Niklas Wenzel wrote: As I mentioned, I guess it is because the home directory is on the same partition as the whole root directory. What does a simple "df -h" give you? That would help verifying that. phablet@ubuntu-phablet:~$ df -h Filesystem Size Used

Re: [Ubuntu-phone] Device Art Generator

2015-04-10 Thread Nathan Osman
On Fri, Apr 10, 2015 at 3:15 PM, Niklas Wenzel wrote: > Nice. Would you mind updating the status bar with the latest indicator > icons? Sure! All I have access to at the moment is the emulator. (Sadly, I don't have a physical device with Ubuntu Touch). If someone could supply me with a screensh

Re: [Ubuntu-phone] Device Art Generator

2015-04-10 Thread Niklas Wenzel
Nice. Would you mind updating the status bar with the latest indicator icons? Am Sa, 11. Apr, 2015 um 12:11 schrieb Nathan Osman : Just a heads-up - I've updated the tool to include the BQ Aquaris phone, so if you want to create an image of your app running on the device, this is the tool for

[Ubuntu-phone] webapps and script injection

2015-04-10 Thread Alan Bell
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 can specify a script to be loaded into the webapp,

Re: [Ubuntu-phone] Device Art Generator

2015-04-10 Thread Nathan Osman
Just a heads-up - I've updated the tool to include the BQ Aquaris phone, so if you want to create an image of your app running on the device, this is the tool for you. I've also made some improvements to the interface, so feedback is welcome. - Nathan On Wed, Sep 24, 2014 at 11:24 PM, Nathan Osma

Re: [Ubuntu-phone] Disk usage in emulator

2015-04-10 Thread Niklas Wenzel
Am Fr, 10. Apr, 2015 um 11:49 schrieb Robert Schroll : On Fri, Apr 10, 2015 at 5:18 PM, Niklas Wenzel wrote: Also check out the following stackoverflow answer which explains the difference between free and available memory: http://stackoverflow.com/a/16789805 As I said, I'm aware that these

Re: [Ubuntu-phone] Facebook forces basic http interface

2015-04-10 Thread Roberto Resoli
Il 10 aprile 2015 17:58:29 CEST, Roberto Resoli ha scritto: >Il 10 aprile 2015 17:52:12 CEST, Rodney Dawes > ha scritto: ... >>That is not a supported method of upgrading. The / partition is >>read-only by design, and upgrades are delivered as a full system image >>update. If you use apt, you cou

Re: [Ubuntu-phone] Disk usage in emulator

2015-04-10 Thread Robert Schroll
On Fri, Apr 10, 2015 at 5:18 PM, Niklas Wenzel wrote: Also check out the following stackoverflow answer which explains the difference between free and available memory: http://stackoverflow.com/a/16789805 As I said, I'm aware that these numbers aren't going to agree. But right now, /home is

Re: [Ubuntu-phone] Disk usage in emulator

2015-04-10 Thread Steve Langasek
Hi Robert, On Fri, Apr 10, 2015 at 05:06:37PM -0400, Robert Schroll wrote: > [1] What is the currently recommended channel for those of us without BQ > devices? I used to follow devel, but that appears to have been abandoned. > devel-proposed is updated, but I assume not tested, so I don't know i

Re: [Ubuntu-phone] Disk usage in emulator

2015-04-10 Thread Niklas Wenzel
Hi Robert, "stable" is the recommended channel to use now. Also check out the following stackoverflow answer which explains the difference between free and available memory: http://stackoverflow.com/a/16789805 It also provides a trick to be able to use more disk space. Should give you another

[Ubuntu-phone] Disk usage in emulator

2015-04-10 Thread Robert Schroll
Hi all, I recently made a new emulator image (r166 of devel-proposed [1]). This afternoon, I got a popup on it warning that I was nearly out of space. The problem seems to be /home. I've been downloading some files for testing, but I didn't think I had downloaded *that* much. From the ter