Ok - never mind :) This was easily achieved with QNetworkConfigurationManager and QNetworkConfiguration.
Type: Posts; User: kypeli; Keyword(s):
Ok - never mind :) This was easily achieved with QNetworkConfigurationManager and QNetworkConfiguration.
I am working on an application for MeeGo Harmattan that will potentially and automatically download a lot of data from the Internet. I do not want the download to be automatic if the user it not...
Ok - nice. I got ContentAction working.
libcontentaction is missing from the beta Harmattan target. You need to install it manually into Qt SDK with madde:
Then add to your .pro file the...
Thanks Hartti, that's a good point. I did that too earlier, but pasted from the wrong place. For the sake of completeness, here's the *action* files from Platform SDK (I assume this is the sysrootfs...
I see the documentation for ContentAction (http://harmattan-dev.nokia.com/unstable/beta/api_refs/showdoc.php?pkn=libcontentaction&wb=daily-docs&url=Li94bWwvZGFpbHktZG9jcy9saWJjb250ZW50YWN0aW9u), but...
Just to be sure; have you put your QML component in a PageStackWindow hierarchy? I've understood that keyboard focus issues are also related to cases when the component is not in a PageStackWindow...
Thanks Bokovoy! I'll take a look at libcontentaction then. Too bad that I cannot specify the start position, since I am creating a podcast client (audiobook clients would also want this). Maybe in...
Is there a way for me to launch from my app the standard music player with a given music file - and even better - from a given position on the N9(50)?
Nup. Tracker is a RDF based storage backend with metadata. http://projects.gnome.org/tracker/. It contains information about all the content on the device (images, songs, contacts, emails, SMS...)
Aren't those notifications available through non-deprecated APIs, such as QML or Qt Mobility? Or is it meant that developers should not use or have access to those notifications?
Ahem... ListView is not documented there. Which makes it a bit inconvenient to jump between different references. Would be interesting to see some table that compares MeeGo (Tablet) UX, Symbian UX...
Maybe you can create some small HelloWorld application in Qt Creator, deploy that on the device and examine that Debian package's content for the aegis file? But out of curiosity; why does Fennec...
It's people like you and stupid decisions like these that make "real" developer look for other platforms to develop for than Nokia.
Thanks Hartti. I will - however, I am on a one week trip now so at latest after this trip.
The original point of this thread is that security fw creates unnecessary complications for us developers. We know how to create Debian packages. We just don't like creating them unnecessarly...
Right. So no proper documentation available. Got it. Hope the situation improves soon. Thanks.
Are there any docs on how to implement the necessary plugins for a new service like Instapaper?
Two use cases I have in mind:
- When Google+ APIs are available, I want to login to Google services with the credentials that are already given to the Accounts FW for the Google service.
- I...
I don't know what it actually does - maybe nothing, but at least it will show you the WLAN IP address so you can SSH over WiFi :)
So which username + password combo are you using? root /...
Is developer mode on? Is the SDK Connection (the app in the grid) selected to be USB or WLAN? If yes to both, then I don't have a clue... Works for me...
You can run shell scripts with "sh < myscript.sh" - which in its own demonstrates how un-useful the Security FW is since it cannot block random shell scripts from being executed. Just an annoyance...
It looks like you are trying to deploy a Maemo5 application in Harmattan. Harmattan does not have /opt.
Thanks! Still no documentation on how to disable the Security FW :-/
Regarding the Security FW; I have not been able to find any documentation about it. Is there any that would be relevant for developers?
But I have to agree, that this is an unnecessary...
I have done a C++ port of the originally Python based Event view lib by Thomas Perl (link to resources for those that are interested are below). But I see that the Event view is not working as the...