Re: [Ubuntu-phone] Media Player

2015-04-20 Thread Matthias Apitz
El día Monday, April 20, 2015 a las 04:03:23PM -0400, Jim Hodapp escribió: > > I did something easy: I put the above command into a shell script > > ~phablet/df.sh and can launch it from the terminal app to hear my radio; > > the started mediaplayer-app is not very nice; it presents only a dark >

Re: [Ubuntu-phone] Bluetooth car-kit works with a little help

2015-04-20 Thread Geoffrey Van Wiele
Works fine on my bluetooth speaker in my car Opel / Vauxhall / Saturn Astra Sports Tourer carkit; but when I switch to my bike it has troubles with the Scala Rider Q3. It seems as if the scala is recognised as a different type of bluetooth device... And I personally think that problem has to be sea

Re: [Ubuntu-phone] localStorage in HTML5 apps

2015-04-20 Thread Alexandre Abreu
no worries, can't wait to see your crosswords app in the store ! On Mon, Apr 20, 2015 at 5:15 PM, Robert Schroll wrote: > False alarm -- everything is working. > > I was trying to diagnose another problem by providing my own QML shim to > load a webview. This was (and still is) interfering with

Re: [Ubuntu-phone] localStorage in HTML5 apps

2015-04-20 Thread Robert Schroll
False alarm -- everything is working. I was trying to diagnose another problem by providing my own QML shim to load a webview. This was (and still is) interfering with localStorage for some reason. I thought I had taken it out, but I hadn't. Oops. Sorry for the noise, Robert On Mon, Apr

Re: [Ubuntu-phone] localStorage in HTML5 apps

2015-04-20 Thread Robert Schroll
On Mon, Apr 20, 2015 at 4:28 PM, Alexandre Abreu wrote: can you provide some context? I just tested on the vivid image and it works fine, I'm trying to get my Crosswords app working again. It stores in-progress puzzles in localStorage, but these don't survive restarts. If you can let me k

Re: [Ubuntu-phone] localStorage in HTML5 apps

2015-04-20 Thread Alexandre Abreu
Hi Robert, can you provide some context? I just tested on the vivid image and it works fine, On Mon, Apr 20, 2015 at 4:09 PM, Robert Schroll wrote: > Hi all, > > Is there something you need to do to get localStorage to persist in HTML5 > apps? Values are saved during a session, but they see

[Ubuntu-phone] localStorage in HTML5 apps

2015-04-20 Thread Robert Schroll
Hi all, Is there something you need to do to get localStorage to persist in HTML5 apps? Values are saved during a session, but they seem to vanish when the app is restarted. There doesn't seem to be anything created in the releveant directory in ~/.local/share/. This used to work with the

Re: [Ubuntu-phone] Media Player

2015-04-20 Thread Jim Hodapp
On Mon, Apr 20, 2015 at 2:32 PM, Matthias Apitz wrote: > El día Sunday, April 19, 2015 a las 01:46:46PM +0200, Oliver Grawert > escribió: > > > what you can currently do is grab the stream url from inside the m3u and > > call it directly on commandline: > > > > ubuntu-app-launch mediaplayer-app >

Re: [Ubuntu-phone] Multiple nested levels in a QML XmlListModel

2015-04-20 Thread Niklas Wenzel
Ah, ok. Looks like I should have looked at your code. Having only read your email, I thought you wrote your own parser in JavaScript. Sorry for that. ;) Am Mo, 20. Apr, 2015 um 8:53 schrieb Sam Bull : On lun, 2015-04-20 at 18:24 +0200, Niklas Wenzel wrote: There's also the parsing mechanism o

Re: [Ubuntu-phone] Multiple nested levels in a QML XmlListModel

2015-04-20 Thread Sam Bull
On lun, 2015-04-20 at 18:24 +0200, Niklas Wenzel wrote: > There's also the parsing mechanism of XmlHttpRequest. That's probably > more reliable than any self-written parser. ;) Is this not what I did? I used XmlHttpRequest to open the XML document, and then started processing the file using xhr.re

Re: [Ubuntu-phone] Media Player

2015-04-20 Thread Matthias Apitz
El día Sunday, April 19, 2015 a las 01:46:46PM +0200, Oliver Grawert escribió: > what you can currently do is grab the stream url from inside the m3u and > call it directly on commandline: > > ubuntu-app-launch mediaplayer-app > http://stream.dradio.de/7/251/142684/v1/gnl.akacast.akamaistream.net

Re: [Ubuntu-phone] call for test 'calendar sync'

2015-04-20 Thread Carla Sella
On 20/04/2015 01:44, Renato Filho wrote: > Hi Carla, > > Did you install the packages from the silo that I mentioned on the > first e-mail? > The syncevolution shipped on the image is not working. You will need > to install it manually if you want to test it. To do that you can use > the command t

Re: [Ubuntu-phone] Bq Aquaris and Nexus 4 power button - screen wakeup issue

2015-04-20 Thread Ari Börde Kröyer
OK, Ricardo, I installed the newest OTA when it arrived (Friday). Today, this issue reappeared. I have experienced it twice so far. Ari Den 16. april 2015 19:59, skrev Ricardo Salveti de Araujo: On Thursday, April 16, 2015, Ari Börde Kröyer > wrote: > Hi > > He

Re: [Ubuntu-phone] Multiple nested levels in a QML XmlListModel

2015-04-20 Thread Niklas Wenzel
There's also the parsing mechanism of XmlHttpRequest. That's probably more reliable than any self-written parser. ;) Am Mo, 20. Apr, 2015 um 5:37 schrieb Sam Bull : On sab, 2015-04-18 at 15:20 +0200, Simon wrote: Is it really *that* hard to parse a multilevel XML file in QML? Feel like a com

Re: [Ubuntu-phone] Prevent GPS from sleeping

2015-04-20 Thread rpsoft
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Dave, Thank you for the information. I'll try the suggested way in the next few days. But it's sound very complicated to find a possible solution for the type of my app. I guess some rules (sleep, lock, stay on) for an app would be helpful. Thanks

Re: [Ubuntu-phone] call for test 'calendar sync'

2015-04-20 Thread Oliver Grawert
hi, Am Montag, den 20.04.2015, 10:35 -0300 schrieb Renato Filho: > Hi Johan, > > Yeah I do not recommend this update for a normal user. A normal user > should wait for the update. It will happen soon. > we should probably use a tag in the subject line for such test requests to this list ... lik

Re: [Ubuntu-phone] Multiple nested levels in a QML XmlListModel

2015-04-20 Thread Sam Bull
On sab, 2015-04-18 at 15:20 +0200, Simon wrote: > Is it really *that* hard to parse a multilevel XML file in QML? Feel > like a complete idiot. Complex XML is impossible to parse using the XmlListModel, as I found out when creating my dictionary app. If you're finding your XML is too complex, then

Re: [Ubuntu-phone] YouTube video not playing

2015-04-20 Thread Sam Bull
On Saturday, 18 April 2015 17:40:52 BST, Marcin Wójcik wrote: I've noticed that YouTube videos don't show video. All I see is a black screen while the audio plays. It has worked in the past. I mentioned this problem a while back, but nobody else seemed to have the problem. The problem only a

Re: [Ubuntu-phone] Bluetooth car-kit works with a little help

2015-04-20 Thread Dave Morley
On Mon, 20 Apr 2015 15:33:09 +0100 Wayne Ward wrote: > Hi which car kit you got that works because ill get one of those > mine doesnt work ... > > Wayne > > On 20/04/15 14:52, Johan Velthuizen wrote: > > When a call came in on my bluetooth carkit and we pick up the phone > > there was only sil

Re: [Ubuntu-phone] Bluetooth car-kit works with a little help

2015-04-20 Thread Johan Velthuizen
My car-kit is a build in of my Watssound car radio But is seems to work on more car-kits around. Op 20-04-15 om 16:33 schreef Wayne Ward: Hi which car kit you got that works because ill get one of those mine doesnt work ... Wayne On 20/04/15 14:52, Johan Velthuizen wrote: When a call came in o

Re: [Ubuntu-phone] call for test 'calendar sync'

2015-04-20 Thread Wayne Ward
Great i s need this update i updated the calendar app the other day and it worked for a hour then started failing again having to carry another phone around to get my appointments then realised i can install google cal app which is ugly and pretty useless! cant wait for this fix :) Many th

Re: [Ubuntu-phone] Bluetooth car-kit works with a little help

2015-04-20 Thread Wayne Ward
Hi which car kit you got that works because ill get one of those mine doesnt work ... Wayne On 20/04/15 14:52, Johan Velthuizen wrote: When a call came in on my bluetooth carkit and we pick up the phone there was only silence, now I accidentally pressed the green button on the car-kit twice an

Re: [Ubuntu-phone] BQ Aquaris Ubuntu Edition : screen darkening

2015-04-20 Thread Sam Bull
On Friday, 17 April 2015 13:28:11 BST, Olivier Tilloy wrote: This is intended, when unused the screen dims to save battery. I figured this was a warning that the screen was about to turn off. Which made sense whhen it dimmed at 40 seconds and switched off at 1 min. But now I have set it to sw

Re: [Ubuntu-phone] recording a voice call, using the BQ as audio recorder

2015-04-20 Thread Marco F
> Is there a way, for example some app, to record a voice call (without > using the loudspaeker); There is a related bug report: https://bugs.launchpad.net/dialer-app/+bug/1439669 Marco -- Mailing list: https://launchpad.net/~ubuntu-phone Post to

[Ubuntu-phone] Bluetooth car-kit works with a little help

2015-04-20 Thread Johan Velthuizen
When a call came in on my bluetooth carkit and we pick up the phone there was only silence, now I accidentally pressed the green button on the car-kit twice and surprise surprise there was sound. So it seems the BQ bluetooth is muting the call when it comes in, and my second press on the butto

Re: [Ubuntu-phone] Bluetooth car-kit works with a little help

2015-04-20 Thread Geoffrey Van Wiele
I can confirm this error when using the bq in combination with scala q3 (bluetooth for within motorcycle helmet) I have to press the button again to pickup / drop the phone before it works... Also changing the audio source on the phone screen from bluetooth to phone / speaker and then back to bluet

Re: [Ubuntu-phone] opening files imported through content-hub

2015-04-20 Thread Ted Gould
On Sat, 2015-04-18 at 22:59 +0300, Alberto Mardegan wrote: > On 04/18/2015 12:11 AM, Darren Smith wrote: > [...] > > I then try to open the file using quazip but get denied by apparmor: > > > > Apr 17 21:56:31 ubuntu-phablet kernel: [226697.166126]type=1400 > > audit(1429304191 > > .4

Re: [Ubuntu-phone] call for test 'calendar sync'

2015-04-20 Thread Renato Filho
Hi Johan, Yeah I do not recommend this update for a normal user. A normal user should wait for the update. It will happen soon. Thanks On Mon, Apr 20, 2015 at 10:31 AM, Johan Velthuizen wrote: > Hi I don't like to update this way, when are these updates available via the > regular updates > > O

Re: [Ubuntu-phone] call for test 'calendar sync'

2015-04-20 Thread Johan Velthuizen
Hi I don't like to update this way, when are these updates available via the regular updates Op 20-04-15 om 15:02 schreef Renato Filho: Hi Tomas, You will need to enable developer mode on your device and have it unlocked before execute the command. Renato On Mon, Apr 20, 2015 at 5:21 AM, To

Re: [Ubuntu-phone] Media Player

2015-04-20 Thread Ted Gould
On Sun, 2015-04-19 at 11:43 +0200, sturmflut wrote: > Apps are launched via the "ubuntu-app-launch" command. The following > example should point in the right direction: > > phablet@ubuntu-phablet:~$ ubuntu-app-launch mediaplayer-app > video:///home/phablet/Videos/big_buck_bunny_480p_stereo.ogg >

[Ubuntu-phone] recording a voice call, using the BQ as audio recorder

2015-04-20 Thread Matthias Apitz
Hi, Is there a way, for example some app, to record a voice call (without using the loudspaeker); and is there some app to do simple audio recording with the BQ? matthias -- Matthias Apitz, g...@unixarea.de, http://www.unixarea.de/ +49-170-4527211 +49-176-38902045 "Wenn der Mensch v

Re: [Ubuntu-phone] call for test 'calendar sync'

2015-04-20 Thread Renato Filho
Hi Tomas, You will need to enable developer mode on your device and have it unlocked before execute the command. Renato On Mon, Apr 20, 2015 at 5:21 AM, Tomas Öqvist wrote: > Hi Renato, > > I have followed the steps trying to install it manually from this first > e-mail using this command: > F

Re: [Ubuntu-phone] Installing translations and locale data with click packages

2015-04-20 Thread Víctor R . Ruiz
Hi: On Mon, Apr 20, 2015 at 1:32 PM, Alberto Mardegan wrote: > I don't know if there are plans to support shipping translations as > click packages, but I think it would be nice if there were, and my first > impression (which could prove to be quite wrong) is that this wouldn't > be too hard to

[Ubuntu-phone] Installing translations and locale data with click packages

2015-04-20 Thread Alberto Mardegan
Hi all, I just wanted to bring your attention to a feature request I just filed: https://bugs.launchpad.net/bugs/1446212 I don't know if there are plans to support shipping translations as click packages, but I think it would be nice if there were, and my first impression (which could prove t

Re: [Ubuntu-phone] opening files imported through content-hub

2015-04-20 Thread Alberto Mardegan
On 04/19/2015 08:05 PM, Darren Smith wrote: > Hi Alberto, > > Ah ok, my security label is "s4ruj4n_comicBox_0.1" but content-hub is > importing files into ".cache/comicBox.s4ruj4n/" not ".cache/s4ruj4n/". > Any idea how I correct this? I'm a bit confused, can you please show how your manifest fil

Re: [Ubuntu-phone] Media Player

2015-04-20 Thread Oliver Grawert
hi, Am Montag, den 20.04.2015, 09:14 +0200 schrieb Matthias Apitz: > > (start with sudo apt-get install click ...) > > In which environment I have to do all this procedure? For sure, not in > FreeBSD. I have another laptop (for my wife) with a normal Ubuntu 14.04 > and there some VM's with FreeBS

Re: [Ubuntu-phone] Prevent GPS from sleeping

2015-04-20 Thread Dave Morley
On Sun, 19 Apr 2015 16:22:54 -0400 Rodney Dawes wrote: > Not currently, no. In the future, when background processing is > available in some form, there should be a way for your app to get some > data and process it, from the system service, in the background, > though. I don't know when that wil

Re: [Ubuntu-phone] Media Player

2015-04-20 Thread Matthias Apitz
El día Sunday, April 19, 2015 a las 01:46:46PM +0200, Oliver Grawert escribió: > ... > > or if you want to learn how to fish ;) Hi Oliver, Yes, I'm willing to learn how to fish. Eat, Sleep, Go fishing :-) > ... you can quickly throw together your own click package for such a > case. > (start