Re: [SailfishDevel] How to activate GPS on device

2014-01-01 Thread Aaron McCarthy
Hi, On Wed, 1 Jan 2014 21:17:57 christopher.l...@thurweb.ch wrote: > Salut Damien > > Not noise par bleu, far from it! > > What if someone starts your app first, before the map app? Then you do what the Map application does: check whether the user has enabled positioning and inform the user th

Re: [SailfishDevel] Android emulator running in UTC time and others

2014-01-01 Thread Aaron McCarthy
Hi, On Sat, 21 Dec 2013 12:33:40 Dag Nygren wrote: > When setting proxy for a WiFi connection you can set the > http:// proxy ok, but going forward trying to set the https:// > the field will clear after entering the first "." in the proxy > host name This is a known bug that has already been fix

Re: [SailfishDevel] How many Swiss army knives does it take to remove the sim from a Jolla?

2014-01-01 Thread christopher . lamb
good for you. Possibly the tolerances on your phone are different, or the sim less thick. After several attempts (and with increasing use of force) mine does become easier to remove without tools, but the first time around it stuck like glue. Zitat von Kondou : Am 01.01.2014 22:40, schr

[SailfishDevel] Video playback in application

2014-01-01 Thread Julius Loman
Hi I'm trying to play video content in my QML application using VideoOutput and MediaPlayer types. So far I haven't been able to get it working even on the Jolla provided videos in /home/nemo/Videos/ , probably due to following error: [W] QGstreamerPlayerSession::processBusMessage:1223 - Error:

Re: [SailfishDevel] How many Swiss army knives does it take to remove the sim from a Jolla?

2014-01-01 Thread Kondou
Am 01.01.2014 22:40, schrieb Kondou: >> The answer is 2. And it's not a joke > > I just tried it out, and it didn't take me a minute – I didn't even need > a knife. > > Push the top of the SIM down with a fingernail (I have terrible ones to > note, so don't say I have 10cm fingernails :P ), pull

Re: [SailfishDevel] How many Swiss army knives does it take to remove the sim from a Jolla?

2014-01-01 Thread Kondou
> The answer is 2. And it's not a joke I just tried it out, and it didn't take me a minute – I didn't even need a knife. Push the top of the SIM down with a fingernail (I have terrible ones to note, so don't say I have 10cm fingernails :P ), pull a bit from the bottom of the SIM while pushing aga

[SailfishDevel] How many Swiss army knives does it take to remove the sim from a Jolla?

2014-01-01 Thread christopher . lamb
Hi all The answer is 2. And it's not a joke 8-) Having got enough of my Jolla going to consider trying to use it as my main phone, I removed my primary SIM from my N9, and tried to take out the cheapo pre-paid SIM that I had in the Jolla for the first few day. Then the trouble started. Th

Re: [SailfishDevel] How to activate GPS on device

2014-01-01 Thread christopher . lamb
Salut Damien Not noise par bleu, far from it! What if someone starts your app first, before the map app? What is the mystery license? If that is a requirement to use GPS, then maybe your app will also need to be able to handle the license acceptance process. For what exactly is the licens

Re: [SailfishDevel] SailfishOS SDK in /opt

2014-01-01 Thread Julius Loman
If I remember correctly, you have to uninstall (completely remove) old SDK first and install new version afterwards. I think I've seen this in release notes. Julius On Wed, Jan 01, 2014 at 07:19:36PM +0100, christopher.l...@thurweb.ch wrote: > Hi Marcin > > That is black and white confirmation t

Re: [SailfishDevel] How to activate GPS on device

2014-01-01 Thread Caliste Damien
Hello, Le mercredi 01 janvier 2014, Bob Jelica a écrit : > In QML you should use PositionSource element. Check it’s ”start()” > and ”stop()” methods. I feel a bit stupid, I tried my app first without anything, and I got no GPS. Then I run the map app, accept the licence and then run my app, which

Re: [SailfishDevel] No inbox?

2014-01-01 Thread Julius Loman
On Tue, Dec 31, 2013 at 01:50:20PM +, Chris Walker wrote: > I have installed the email app on the phone and have finally managed to > send an email to another of my email addresses. I then replied to it > and I can see that mail in the inbox on my PC. But there is no inbox on > the phone. The

[SailfishDevel] Weird navigation override in SilicaWebView

2014-01-01 Thread Dickson Leong
Hi all, When I try to use SilicaWebView I noticed that it override the forward navigation wrongly, which causes that the page attempt to navigate forward when scrolling to left. In the SilicaWebView file I noticed the following codes: states: State { name: "disableNavigation"

Re: [SailfishDevel] SailfishOS SDK in /opt

2014-01-01 Thread christopher . lamb
Hi Marcin That is black and white confirmation that the SDK VM is not installed. You mentioned an earlier alpha. My (educated?) guess is that a remnant of that was still around when you installed the latest SDK. Maybe you should a complete (yes complete) deinstall, then reinstall. My experi

Re: [SailfishDevel] SailfishOS SDK in /opt

2014-01-01 Thread Marcin M.
I'm using simply virtualbox-4.3 from the official repo: $ apt-cache policy virtualbox-4.3 > virtualbox-4.3: > Installed: 4.3.6-91406~Ubuntu~raring > Candidate: 4.3.6-91406~Ubuntu~raring > Version table: > *** 4.3.6-91406~Ubuntu~raring 0 > 500 http://download.virtualbox.org/virtualbo

[SailfishDevel] Swipe lock (contd.)

2014-01-01 Thread Bob Jelica
Continuing on the thread here: https://lists.sailfishos.org/pipermail/devel/2013-November/001517.html Swipe lock using flags as per the thread above doesn’t work, neither emu nor the device. Any other suggestions I could try? I have a map in my sub-page and trying to pan the map will pop the pa

Re: [SailfishDevel] SailfishOS SDK in /opt

2014-01-01 Thread christopher . lamb
marcin What do the following commands give you (in a terminal)' vboxmanage list vms vboxmanage list runningvms The first should show installed VMS, the second those currently running. You may also have the Virtualbox-qt gui installed somewhere giving similar info. Grüsse Chrsi Zitat vo

Re: [SailfishDevel] Cannot activate Developer mode: SOLVED!!!!

2014-01-01 Thread christopher . lamb
Hi all Firstly, a very very happy new year to all members of this list. I have a glass of wine next to me as I write this, and I raise it to all of you. I have just successfully updated to 10.0.2.5, and been able to install my first app from the Harbour (Artem's Wikipedia)!!! The clue w

Re: [SailfishDevel] pageStack.navigate[Forward/Back] not working?

2014-01-01 Thread Andrey Kozhevnikov
Working for me on device. It can be emulator bug only. On 01.01.2014 21:49, Mikael Hermansson wrote: In my code I have an attached page I want to jump to when user select it in a menu: Code that creates the attached page its a timer trigger 50 msec after FirstPage has been rendered because

Re: [SailfishDevel] SailfishOS SDK in /opt

2014-01-01 Thread Marcin M.
Hi, Thanks, it was a (partial) fix. Now, when trying to build, I get: Virtual Machine 'MerSDK' is not installed! -- Marcin 2014/1/1 > Hi Marcin > > The project templates have changed quite a bit since then, and I am fairly > sure I have seen the same behaviour. > > Try a new default project

[SailfishDevel] pageStack.navigate[Forward/Back] not working?

2014-01-01 Thread Mikael Hermansson
In my code I have an attached page I want to jump to when user select it in a menu: Code that creates the attached page its a timer trigger 50 msec after FirstPage has been rendered because it seems Component.onCompleted cant be used to attach page: Timer{ id:/timer1/ runni

Re: [SailfishDevel] SailfishOS SDK in /opt

2014-01-01 Thread christopher . lamb
Hi Marcin The project templates have changed quite a bit since then, and I am fairly sure I have seen the same behaviour. Try a new default project. If that works, then you can copy across your c++ / qml files from your alpha project into the new default project. Chris Zitat von "Marcin

Re: [SailfishDevel] SailfishOS SDK in /opt

2014-01-01 Thread Marcin Mielniczuk
Well, I should've said it more precisely :) - I open a project created by the first alpha. I click the emulator button. It grays out, nothing happens. -- Sent from my Nokia N900 Marcin On Wed Jan  1 15:56:45 2014 christopher.l...@thurweb.ch wrote: > Marcin > > Do you have a project open? The E

Re: [SailfishDevel] SailfishOS SDK in /opt

2014-01-01 Thread christopher . lamb
Marcin Do you have a project open? The Emulator and SDK launch buttons remain grey until you do Chris Zitat von "Mikael Hermansson" : That should work, I have it in opt and have no problem. Looks more like you have an issue with you project file? check the compile output/message screen i

[SailfishDevel] Is it possible to install the contacts app on the emulator ?

2014-01-01 Thread Matthias Barmeier
Hi, I would like to test my contacts sync function on the emulator. But my app interacts with Jollas Contacts app. Is it possible to install the app develivered with the phone on the emulator ? When I test my application on the phone I have no access to the Contacts app data if QtCreator is

Re: [SailfishDevel] No inbox?

2014-01-01 Thread Thomas Tanghus
On Wednesday 01 January 2014 12:34 Chris Walker wrote: > Bad form replying to one's own postings, but I've searched on together > and the elinux site and come up with nothing of any help. Have you tried to post a question at https://together.jolla.com/ ? The audience is much wider there. -- Med

Re: [SailfishDevel] How SB2 works ... was Re: QtContacts available

2014-01-01 Thread Marko Koschak
On Di, 2013-12-24 at 14:48 +, David Greaves wrote: > > [...] > > This is pretty much correct but not quite complete. Thanks for correcting me ;) > [...] > > This isn't quite right. It doesn't use fakeroot as such. What it does is > intercept system calls (using LD_PRELOAD) and, very efficie

Re: [SailfishDevel] SailfishOS SDK in /opt

2014-01-01 Thread Mikael Hermansson
That should work, I have it in opt and have no problem. Looks more like you have an issue with you project file? check the compile output/message screen if you get qmake errors or similar? also try build->clean all. On Wednesday 01 January 2014 11.12.58 Marcin M. wrote: > Hi, > > I've install

Re: [SailfishDevel] No inbox?

2014-01-01 Thread Chris Walker
On Tue, 31 Dec 2013 13:50:20 + Chris Walker wrote: > I have installed the email app on the phone and have finally managed > to send an email to another of my email addresses. I then replied to > it and I can see that mail in the inbox on my PC. But there is no > inbox on the phone. There's ju

Re: [SailfishDevel] How to activate GPS on device

2014-01-01 Thread Bob Jelica
In QML you should use PositionSource element. Check it’s ”start()” and ”stop()” methods. //bob On 01 Jan 2014, at 01:05, Caliste Damien wrote: > Hello, > > Now that I received my device, I can test Mæp for real. That's great. > > It's an app that uses the GPS. If Jolla's map app is runni

[SailfishDevel] SailfishOS SDK in /opt

2014-01-01 Thread Marcin M.
Hi, I've installed the SDK into /opt, but I'm unable to launch the emulator nor the SDK VM - only the buttons are grayed out. Is there a known workaround, so that I can avoid reinstalling into /home/$USER/ ? thanks -- Marcin ___ SailfishOS.org Devel mai