Good day
I'm publishing an app that uses FB and Twitter logins for users to post comments and share parts of the app.
I got this error from the QA Team
SUMMARY: The application collects...
Type: Posts; User: yazwas; Keyword(s):
Good day
I'm publishing an app that uses FB and Twitter logins for users to post comments and share parts of the app.
I got this error from the QA Team
SUMMARY: The application collects...
Good day
I’m writing an app that has an rss feed part, but when trying to display the image within the rss feed, for example this image
actual image...
Good day
is there a way to stream a video from online location and also save the streamed video on the device.
I've looked on quite few posts, but could not find anything clear, except for this...
Thanks Yucca.
I implemented it this way, as the use of GPS is only one option when the user wants to see the list of restaurants next to them. so it may not be used too often (or maybe they would,...
Good day
I'm publishing an update food reservation app on Nokia store (v 1.1) and now I'm getting this error from QA (previously was not there)
ISSUE #1:
SUMMARY: The application does not...
Good day
I’m using a QGraphicsGeoMap inherited class, I’m able to add objects thru addMapObject function, but my problem is when zooming in/out the coordinates of that object is not reflected...
Good day
I'm trying test an app on remote device access (rda.cellulardata.com), and I'm downloading the jnlp file but when double clicking on it, nothing happens
it used to work ok, but i'm not...
Good day
I have a QML ListView with each element fits the full screen, i want to rotate those elements to show the next one every 5 seconds. how to do that?
Thanks!
Good day
I've written an application using QWidget application for 3rd edition phones, and the app is working OK when I compile it and sign it with self signed certificate, but when I change the...
Good day all,
I know this is an old question, but I got really confused by the multiple answers I found, and some of which are obsolete.
I want to make a phone call on an application written...
I'm using the LATEST SDK with the latest Qt Creator, and I've done the Harmattan application from new project, and I'm still getting exactly the same problem.
What is your OS that you are running,...
Thanks for your reply
I've tried this, and its STILL NOT working!!!
I've tried it under Windows and Linux with QtSDK 1.1.3
Windows 7 and Ubuntu 10.10
This is the source code I'm using, is...
Good day everyone
I'm using QtSDK 1.1.3 and used Qt Quick project to create a QML MeeGo 1.2 Harmattan project.
When running the simple hello world app that is generated its ALWAYS on landscape...
@Andrew, TokApps
Thanks for the reply
I found out the problem was as stated, the countries selected can only be from Asia and Middle-East since the app only supports Arabic for far. I've...
Good day
I've submitted a Qt QML app ovi store, and in the QA report overview, I got the following results
QA Report overview
File status: Failed
Item status: Passed
Does anyone have any suggestions on what to do to make the return size of StartViewFinderBitmapsL be other than (360, 480)
or if anyone can suggest another implementation for camera engine to use...
Yes, I know that much, but I mean how can I force it to use a size I want? I wan the viewfinder to output to size 487x658, that works directly in 5th edition, but not in Symbian^3
is there a way...
Good day everyone
I'm using a Camera API to get frames from camera to process them.
I'm using the following code to start the viewfinder
if (iInfo.iOptionsSupported &...
Does anyone have any suggestion or what do you suggest to use for the camera library instead of this one I'm using. i.e. what camera wrapper you know that works with symbian^3 and supports viewframes...
Good day everyone
I've developed an application that captures frames from camera and analyze them using 3rd party api. I'm using a cameracaptureengine example from nokia as my starting point.
The...
Thanks very much treinio, that's actually what I did already, I used the native symbian API to use bitmaps for the viewfinder, and now its working very fast, but as you said its not portable :(
it...
Good day
I'm developing an application that opens the camera and tries to take pictures as fast as possible from the live view of the camera and analyze this picture using a 3rd party library and...
Good day
I've written an application that uses QCamera using Qt Mobility with Qt SDK 1.1,
I can compile for Symbian^1 and ^3, but I don't know how to compile for Symbian 3rd edition, FP1 and FP2...
Thanks for the reply
This is actually another issue, I dont want my application to come to foreground, just want the global note to show, is there a way to do that?
Good day
I wrote an application that shows a dialog box when a call is received.
I've used the following code
void CMyAppUi::ShowDialog(const TDesC& aName)
{
RWindowGroup *pWG =...