Thread
:
Nokia, document your APIs
View Single Post
pycage
2010-01-31 , 10:31
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#
2
It's not internal API. It's internal whitelisting of certain Nokia apps. FMRadio now is the only community app that has been whitelisted (with PR 1.1).
Several applications will now exploit this new backdoor for fixing their silent mode problems.
Do this in your code (C and C++ with glib):
Code:
g_set_application_name("FMRadio");
Or this (Python):
Code:
import gobject gobject.set_application_name("FMRadio")
Don't forget to set your app window titlte the moment you create it, or the user will read "FMRadio" there.
No other ill side-effect are known so far.
__________________
Tidings -
RSS and Podcast aggregator for Jolla
-
https://github.com/pycage/tidings
Cargo Dock -
file/cloud manager for Jolla
-
https://github.com/pycage/cargodock
Quote & Reply
|
The Following User Says Thank You to pycage For This Useful Post:
Alan_Peery
pycage
View Public Profile
Send a private message to pycage
Find all posts by pycage