[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

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 dcali...@free.fr 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

Re: [SailfishDevel] No inbox?

2014-01-01 Thread Chris Walker
On Tue, 31 Dec 2013 13:50:20 + Chris Walker cdw_noki...@the-walker-household.co.uk 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

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 installed

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 efficiently,

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

[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] 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 m...@7b4.se: 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

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

[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/

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] 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

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

[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

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

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

[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] No inbox?

2014-01-01 Thread Julius Loman
On Tue, Dec 31, 2013 at 01:50:20PM +, Chris Walker cdw_noki...@the-walker-household.co.uk 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

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] 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

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 a bit

[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 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 kon...@ts.unde.re: Am

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 fixed