You may ask about that developers directly on gitorious by sending a message to active sharing framework developers: http://meego.gitorious.org/meego-sharing-framework/ -- press on the name and on a...
Type: Posts; User: bokovoy; Keyword(s):
You may ask about that developers directly on gitorious by sending a message to active sharing framework developers: http://meego.gitorious.org/meego-sharing-framework/ -- press on the name and on a...
If you are able to limit the area that is affected by edits, copy out that part and do fast edits on the copy. Later, merge it onto the original image. You may need to maintain fast mapping of...
Also, from a perspective of Harmattan's image editor that is part of the Gallery application. When we do edits, we maintain a smaller, less than max texture size image that is used for preview, and...
Some observations. Yes, GL textures are used to draw pictures (or parts of them). That means there is upload to happen which is slightly slower than simple memory copy due to synchronization reasons...
Sensor supports different streaming modes. Some of those employ complex data transfer paths and high resolution ones are not allowing to achieve frame rates needed for practical video recording....
Camera-related resources are different from location services in how underlying hardware works. For GPS signals to access, one doesn't need exclusive access as these signals do not depend on what a...
On N9 front camera is at the bottom right side of the body while on N950 it is at the top right. That's the only physical difference that should be there (main camera sensors are different but front...
http://forum.meego.com/showthread.php?t=4414
I'm purely theorising here -- you may get more privileges "for free" from applauncherd. Check accli -I -p `pidof applauncherd.bin`. Using invoker you can get many privileges but you would need to...
root is no different from all other accounts, it is stripped off all its powers. You need to get back some of them in form of POSIX capabilities, like CAP_SYS_CHROOT but once you have obtained it...
Read http://meego.gitorious.org/meego-sharing-framework/pages/Dropbox, it is (almost) full-featured example -- it includes signon, accounts, and web-upload parts of DropBox sharing.
One possibility why Ovi Store client does not work for some is due to how accounts subsystem is storing your credentials. Accounts are using your SIM card's PIN code if available to key secure...
Ah, sorry, forgot about two different targets. I'm using Platform SDK myself. Alternatively, you can use QDesktopServices::openUrl() from Qt. On Harmattan implementation is hooked to use...
Daniil, you are wrong here.
Webupload plugins are executables, they run as separate processes.
RM680-22-6_PR_RM680:~# readelf -h /usr/lib/webupload/plugins/facebook |grep Type
Type: ...
You have two options:
1. Install maemo-meegotouch-interfaces-dev, look into com.nokia.maemo.meegotouch.MusicSuiteInterface.
2. Use libcontentaction.
Both will allow to launch Music Suite, the...
Tracker will do reconnaissance of new installed applications when there is no foreground activity and it takes a bit of time to get them indexed. Once done, you'll get that cross. Do you expect...
Maciej, I believe what you are trying to achieve is to call out to Share UI with your own parameters. If that's right guess, then you are doing it all wrong. Libraries you are trying to use are...