Re: [Ubuntu-phone] Simple backup script "buds"

2016-03-30 Thread Matthias Apitz
El día Wednesday, March 30, 2016 a las 02:40:13PM +0100, Alan Pope escribió: > On 30 March 2016 at 14:18, Matthias Apitz wrote: > > - the script should somehow work with 'sudo' in the E4.5 because it > > can't pull out files owned by root below ~phablet (for example a > > chroot file system)

Re: [Ubuntu-phone] Ubuntu phone typing issue during charging

2016-03-30 Thread Nick Luigi V. Eusebio
This happens on my Nexus 7 as well. It's a hardware problem most probably. I guess using your phone while charging is not recommended ;) On Thursday, March 31, 2016 12:51:59 AM PHT, Shahram wrote: Aquaris E5 HD Ubuntu Edition Problem: When the phone is being charged, the screen touch becomes

Re: [Ubuntu-phone] Twitter account

2016-03-30 Thread Wayne Ward
No its got no account so im trying to add it just keeps spinning saying loading But can log in through browser Tried on dara connection and two wifi connections Wayne n Wednesday, 30 March 2016 21:50:07 BST, knitzsche wrote: On 03/30/2016 03:24 PM, Wayne Ward wrote: Bit of a odd one had a

Re: [Ubuntu-phone] Twitter account

2016-03-30 Thread knitzsche
On 03/30/2016 03:24 PM, Wayne Ward wrote: Bit of a odd one had a twitter account added to online accounts on the BQ on proposed on one of the phones The scope stopped showing tweets so removed the account. check Settings > Accounts > Twitter and you should see a "Twitter Scope" app and it should

[Ubuntu-phone] Twitter account

2016-03-30 Thread Wayne Ward
Bit of a odd one had a twitter account added to online accounts on the BQ on proposed on one of the phones The scope stopped showing tweets so removed the account. I can access twitter through browser on the phone but re add the twitter account to use appeared or scopes Any way to clear this o

Re: [Ubuntu-phone] Ubuntu phone typing issue during charging

2016-03-30 Thread Shahram
Hi If it is due to earthing, it is probably with all E5 s, as the chargers are European style two pin connections, they don't have the third earth pin as used in UK. Thanks Shahram On 30/03/2016 18:23, Andrea Bernabei wrote: On Wed, Mar 30, 2016 at 5:51 PM, Shahram

Re: [Ubuntu-phone] Ubuntu phone typing issue during charging

2016-03-30 Thread Andrea Bernabei
On Wed, Mar 30, 2016 at 5:51 PM, Shahram wrote: > Aquaris E5 HD Ubuntu Edition > > Problem: > When the phone is being charged, the screen touch becomes super sensitive, > a touch that would ordinarily type one character, may type a few to several > characters, windows, tabs etc do not respond cor

[Ubuntu-phone] Ubuntu phone typing issue during charging

2016-03-30 Thread Shahram
Aquaris E5 HD Ubuntu Edition Problem: When the phone is being charged, the screen touch becomes super sensitive, a touch that would ordinarily type one character, may type a few to several characters, windows, tabs etc do not respond correctly.. Regards Shahram -- http://www.amazon.co.uk/Sh

Re: [Ubuntu-phone] Simple backup script "buds"

2016-03-30 Thread Francisco Pina Martins
n the E4.5 because it can't pull out files owned by root below ~phablet (for example a chroot file system) as user phablet; - the usage of df on the host is not portable (in my case to FreeBSD): 20160330-151044 : Determine free space on current machine df: illegal option -- B usage: d

Re: [Ubuntu-phone] Simple backup script "buds"

2016-03-30 Thread Alan Pope
~phablet (for example a > chroot file system) as user phablet; > - the usage of df on the host is not portable (in my case to FreeBSD): > 20160330-151044 : Determine free space on current machine > df: illegal option -- B > usage: df [-b | -g | -H | -h | -k | -m | -P] [-a

Re: [Ubuntu-phone] How to backup

2016-03-30 Thread Heroldich Robin
Because I read it in this thread. Do you think I only need the /userdata/user-data/ directory? > Date: Wed, 30 Mar 2016 13:12:23 +0200 > From: g...@unixarea.de > To: ubuntu-phone@lists.launchpad.net > Subject: Re: [Ubuntu-phone] How to backup > > El día Wednesday, March 30, 2016 a las 12:15:23PM

Re: [Ubuntu-phone] Simple backup script "buds"

2016-03-30 Thread Matthias Apitz
ts/comments: - the script should use /bin/sh, not all hosts have /bin/bash - the script should somehow work with 'sudo' in the E4.5 because it can't pull out files owned by root below ~phablet (for example a chroot file system) as user phablet; - the usage of df on the host is not

[Ubuntu-phone] Simple backup script "buds"

2016-03-30 Thread Alan Pope
Heya, The recent thread on "How to backup" the phone/device lead me to dig out the simple bash script I use to back my devices up. I tidied it up a little and have put it on-line. Feel free to use/fork/modify/port or whatever. It's provided as-is. No guarantee it actually backs up, or indeed can

Re: [Ubuntu-phone] How to backup

2016-03-30 Thread Matthias Apitz
El día Wednesday, March 30, 2016 a las 12:15:23PM +0200, Heroldich Robin escribió: > Thanks Matthias. it works well. Now I have working solutions for the backup > and the restore too. :) Btw: I never doubt that the SSH-fifo-tar combination would work. I'm used to use such thinks for many years

Re: [Ubuntu-phone] How to backup

2016-03-30 Thread Heroldich Robin
Thanks Matthias. it works well. Now I have working solutions for the backup and the restore too. :) > Date: Wed, 30 Mar 2016 11:41:24 +0200 > From: g...@unixarea.de > To: ubuntu-phone@lists.launchpad.net > Subject: Re: [Ubuntu-phone] How to backup > > El día Wednesday, March 30, 2016 a las 11:30

Re: [Ubuntu-phone] How to backup

2016-03-30 Thread Matthias Apitz
El día Wednesday, March 30, 2016 a las 11:30:28AM +0200, Heroldich Robin escribió: > I need a little help again. If I haven't got enought space on the device, can > I make the backup with SSH as well? :) Of course: 1. run on the host: $ ssh phablet@ubap cat fifo > userdata.tar.gz note: the

Re: [Ubuntu-phone] How to backup

2016-03-30 Thread Heroldich Robin
I need a little help again. If I haven't got enought space on the device, can I make the backup with SSH as well? :) From: robinh...@outlook.hu To: g...@unixarea.de; ubuntu-phone@lists.launchpad.net Date: Wed, 30 Mar 2016 08:14:19 +0200 Subject: Re: [Ubuntu-phone] How to backup Yes, I forgot