Anyone got some resolution. Since Qt SDK 1.1 camera is still quite useless if want frame buffer I have to use Symbian CCamera still. Recently I get KErrAccessDenied on Reserve basically every time....
Type: Posts; User: jkauppin; Keyword(s):
Anyone got some resolution. Since Qt SDK 1.1 camera is still quite useless if want frame buffer I have to use Symbian CCamera still. Recently I get KErrAccessDenied on Reserve basically every time....
The solution is quite obvious (use updateMessage function) but it doesn't work in my project.
First I read the message with QMessageManager::message, then set it as read with QMessage::setStatus....
I have a similar problem. N8 camera fails almost every time on Reserve(), mostly with -21 error (access denied). Short timer doesn't help.
I have all necessary capabilities and it doesn't fail every...
Symbian 3 seems to run out of mem very fast. It's not bunch of large images but even 4 x VGA size is too much very often.
Anyone make it to work with Qt Simulator? Works fine with Symbian device but simulator never have the values when start the app again.
Here's the bug report: http://bugreports.qt.nokia.com/browse/QTSDK-170
Imcompatible int divider is the reason.
In fact you don't need install anything else. Just compile Qt app for Symbian target (Projects -> Add Target -> Symbian) and it works perfectly on S60 3.2, 5.0 and S3 platforms.
Sorry to get back to this old thread but I didn't find the solution anywhere. I've exactly same problem with Qt 4.6.3 + Mobility 1.0.2 on all S60 devices.
Main funtion ends and I cannot see...
I have exactly same problem with N97 and N97 Mini. TRK cannot install the sis (general OS-error). The same sis can be installed manually. I'm using Ovi provided certificates and capabilities are...
Maybe not as fast but 100x simpler if just use one line:
RFileLogger::WriteFormat(_L("my_app"), _L("my_log.txt"), EFileLoggingModeAppend, _L("print this to log file"));
No need to create/close...
Nokia should create some lightweight certification at least for midlets. JV cannot find all bugs and anyway customers can easily vote if some app doesn't work. JV is really out of question because of...
Is there a way to put optional parameters to MANIFEST in Sun Wireless Toolkit?
I can add optional arguments like "Nokia-MIDlet-On-Screen-Keypad: no" in WTK's settings but that affect to JAD only....
I don't think there's any other way than removeCommand. Make a function that recreates all commands when necessary. No too difficult.