[Ubuntu-phone] Experimental Ubuntu Touch Emulator

2013-11-19 Thread Ricardo Salveti de Araujo
Hey, Just to let you guys know that I just uploaded a new version of the android package, containing the first experimental version of a functional emulator (with UI), running Unity 8 and Mir. Please follow the guide described at https://wiki.ubuntu.com/Touch/Emulator if you want to give it a sho

Re: [Ubuntu-phone] Connect to phone from Mac

2013-11-19 Thread Jouni Helminen
I've tried Android Filetransfer, it shows folders on the phone but gives an error when trying to copy images etc. Will update it and try again. Another thing I noticed that in ubuntu VM I got an error trying to copy content from a network drive to the nexus - had to copy to local computer HD first

Re: [Ubuntu-phone] Connect to phone from Mac

2013-11-19 Thread Alfred Neumayer
OS X doesn't have a native MTP implementation, that's why it doesn't work. You could try Android Filetransfer though, which uses MTP. http://www.android.com/filetransfer/ Am Dienstag, den 19.11.2013, 21:17 + schrieb Jouni Helminen: > Doesn't work for me either - mtp usb seems to only works in

Re: [Ubuntu-phone] Connect to phone from Mac

2013-11-19 Thread Jouni Helminen
Doesn't work for me either - mtp usb seems to only works in ubuntu vm, not OSX. Would be nice if it did On Tue, Nov 19, 2013 at 7:29 PM, Jason Felice wrote: > > Does anyone have a way to do this? I can connect from within an Ubuntu VM > just fine, but this takes more effort to get photos and o

[Ubuntu-phone] Connect to phone from Mac

2013-11-19 Thread Jason Felice
Does anyone have a way to do this? I can connect from within an Ubuntu VM just fine, but this takes more effort to get photos and other files off the phone. Thanks, -Jason -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://la

Re: [Ubuntu-phone] NemoMobile FolderListModel

2013-11-19 Thread Robert Schroll
On Tue, Nov 19, 2013 at 12:50 AM, Sergio Schvezov wrote: On Mon, Nov 18, 2013 at 11:15 PM, Robert Schroll wrote: In my epub reader app Beru, I use nemomobile.folderlistmodel to get a list of epub files on the device. ‘2’ If it's gone, how does the file manager manage to use it? ‘6’ Tha

Re: [Ubuntu-phone] Any tips on getting more usable terminal settings with 'adb shell'?

2013-11-19 Thread Robert Park
On Tue, Nov 19, 2013 at 9:14 AM, Chris Wayne wrote: > I was thinking of adding something like this to phablet-tools as > phablet-shell. Any thoughts? Oh, yes please! Then everybody gets it without having to muck around with their .bashrc! -- Mailing list: https://launchpad.net/~ubuntu-phone Po

Re: [Ubuntu-phone] Any tips on getting more usable terminal settings with 'adb shell'?

2013-11-19 Thread Oliver Grawert
On Di, 2013-11-19 at 15:18 -0200, Sergio Schvezov wrote: > On Tue, Nov 19, 2013 at 2:14 PM, Chris Wayne > wrote: > I was thinking of adding something like this to phablet-tools > as phablet-shell. Any thoughts? > > > That's what might be discussed here [1], Andy already has a si

Re: [Ubuntu-phone] Any tips on getting more usable terminal settings with 'adb shell'?

2013-11-19 Thread Sergio Schvezov
On Tue, Nov 19, 2013 at 2:14 PM, Chris Wayne wrote: > I was thinking of adding something like this to phablet-tools as > phablet-shell. Any thoughts? > That's what might be discussed here [1], Andy already has a similar MR for this and has had it on hold for a while (although it was more of an a

Re: [Ubuntu-phone] Any tips on getting more usable terminal settings with 'adb shell'?

2013-11-19 Thread Chris Wayne
I was thinking of adding something like this to phablet-tools as phablet-shell. Any thoughts? On Tue, Nov 19, 2013 at 11:57 AM, Michael Zanetti < michael.zane...@canonical.com> wrote: > On Tuesday 19 November 2013 08:01:23 Robert Park wrote: > > On Tue, Nov 19, 2013 at 12:47 AM, Michael Zanetti

Re: [Ubuntu-phone] Any tips on getting more usable terminal settings with 'adb shell'?

2013-11-19 Thread Michael Zanetti
On Tuesday 19 November 2013 08:01:23 Robert Park wrote: > On Tue, Nov 19, 2013 at 12:47 AM, Michael Zanetti > > wrote: > > alias sd='adb forward tcp: tcp:22; ssh-keygen -f ~/.ssh/known_hosts -R > > [localhost]:; ssh -o UserKnownHostsFile=/dev/null -o > > StrictHostKeyChecking=no phablet@l

Re: [Ubuntu-phone] Any tips on getting more usable terminal settings with 'adb shell'?

2013-11-19 Thread Robert Park
On Tue, Nov 19, 2013 at 12:47 AM, Michael Zanetti wrote: > alias sd='adb forward tcp: tcp:22; ssh-keygen -f ~/.ssh/known_hosts -R > [localhost]:; ssh -o UserKnownHostsFile=/dev/null -o > StrictHostKeyChecking=no phablet@localhost -p ' Hmmm, this is really nice, much better than having

Re: [Ubuntu-phone] Google/ASUS Nexus 7 3G

2013-11-19 Thread Sayantan Das
Run this script after installing the image. This was developed by one of the enthusiasts in this mailing list. It solves the problem with Nexus 7 3G . I have tested it with ubuntu saucy builds. Regards, *Sayantan Das* -- Use Linux. Be free ! http://www.tuxtrix.com

[Ubuntu-phone] [qml] Importing moment.js

2013-11-19 Thread Sam Bull
I'm looking for a way to format dates nicely. It looks like moment.js will give me what I want, but I can't work out how to use it from QML or a Javascript file. I've downloaded the with-langs file from their website, and then tried "import 'moment.js' as moment" and "Qt.include('moment.js')", but

Re: [Ubuntu-phone] Any tips on getting more usable terminal settings with 'adb shell'?

2013-11-19 Thread Michael Zanetti
What I usually do is to use ssh instead of adb. That one configures the terminal properly (besides setting many other things up better than adb does). Put this into your ~/.bashrc alias sd='adb forward tcp: tcp:22; ssh-keygen -f ~/.ssh/known_hosts -R [localhost]:; ssh -o UserKnownHostsF