Re: [SailfishDevel] gconftool-2 (Was: Recover WLAN password)

2014-06-06 Thread Mohammed Hassan
On Fri, 6 Jun 2014 11:44:38 -0400 Goulagman wrote: > Hi, > > I'm working on an information retrieval / backup app and, despite all > my efforts, I can't find where the WLAN keys are stored. I thought > that they would be available through gconftool but I can't see them. gconftool is going away.

Re: [SailfishDevel] Recover WLAN password

2014-06-06 Thread Goulagman
Thank you for the answer. The information is there but unfortunately it requires root access :-/ Alex. On Fri, Jun 6, 2014 at 11:48 AM, wrote: > Hi Alex, > > Try /var/lib/connman (and the subfolders). > > Cheers, > Lucien > > - Mail original - > De: "Goulagman" > À: "Sailfish OS Deve

Re: [SailfishDevel] Recover WLAN password

2014-06-06 Thread sfietkonstantin
Hi Alex, Try /var/lib/connman (and the subfolders). Cheers, Lucien - Mail original - De: "Goulagman" À: "Sailfish OS Developers" Envoyé: Vendredi 6 Juin 2014 17:44:38 Objet: [SailfishDevel] Recover WLAN password Hi, I'm working on an information retrieval / backup app and, despit

[SailfishDevel] Recover WLAN password

2014-06-06 Thread Goulagman
Hi, I'm working on an information retrieval / backup app and, despite all my efforts, I can't find where the WLAN keys are stored. I thought that they would be available through gconftool but I can't see them. Any hint? Thanks! Alex. ___ SailfishOS.or

Re: [SailfishDevel] pageStack.pop() - send paramater to prev page

2014-06-06 Thread Christopher Lamb
Hi Michael I agree with that, in fact that point was covered in the paragraph starting "The downside is ...". Rather than lazy-loading pages, I lazy-load page-content where requried (i.e creating the page takes a noticable time). So the Page is static, but lazy-loads its child elements. Gr

Re: [SailfishDevel] pageStack.pop() - send paramater to prev page

2014-06-06 Thread i...@flyingfischer.ch
Thank you Andrey and Mikko for your very valuable ideas. This will help me finding my way through QT and JS. Markus ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] Qt Showroom – Calling all application developers

2014-06-06 Thread Iekku Pylkka
Ahoy, Qt Showroom is calling all application developers. Please find out more: http://blog.qt.digia.com/blog/2014/06/06/qt-showroom-calling-all-application-developers/?utm_source=rss&utm_medium=rss&utm_campaign=qt-showroom-calling-all-application-developers Have a nice day, Iekku Pylkkä _

Re: [SailfishDevel] pageStack.pop() - send paramater to prev page

2014-06-06 Thread Mikko Leppänen
You could also create a shared (stateless) JS library which you can use to share variables between different qml documents. ​/Mikko​ 2014-06-06 9:47 GMT+03:00 Andrey Kozhevnikov : > i have an another idea for you: > > ... > var newPage = pageStack.push(Qt.resolvedUrl("newPage.qml"), {...}) > n