When I try to compile a code including VideoPlayer.h in SDK S60_3rd, it gives me error saying "couldnt find mmfPluginInterfaceUIDs.hrh".
I changed mmf/common/mmfcontroller.h line 14 to
...
Type: Posts; User: metebalci; Keyword(s):
When I try to compile a code including VideoPlayer.h in SDK S60_3rd, it gives me error saying "couldnt find mmfPluginInterfaceUIDs.hrh".
I changed mmf/common/mmfcontroller.h line 14 to
...
I am trying to control the volume of video player. I can decrease it until it mutes, however I could not increase it. What can be the problem ? Code is below, I am using 6680.
// increase
TInt...
Thank you.
Thanks. The example is helpful. However, I couldnt draw over video player with that method. Is it possible to overlay something over video player ?
Is there any event that I can catch to draw something over anything ?
Is it possible to launch a gui application (e.g. app) from a screen saver plug in ? I give it a try, though without success.
Using MScreensaverPluginHost::RequestLights method, once I get lights...
OK. I missed that.
Thank you.
like that:
24|aif/mov0000.bmp
24|aif/mov0001.bmp
I created it with the editor, not by myself.
Hi,
I have created a mbm definition file and added 2 bmp files with 24bit color depth, no color scaling, no mask bitmap.
Compilation gives the following output and error:
'Building file:...
Regional settings of my computer was Turkish/Turkey. I have changed it to English/USA and now I can build the hello world application. It seems there is a bug or something as in previous versions of...
Hi,
I cannot build the default s60 2.x helloworld gui application, on a fresh installed carbide.c++ express + sdk 2rd ed. fp2 cw. Build trace is too long to put here, but some parts are like that....
Hi Juarez Jr.,
Then I took the message from your reply as there is nothing wrong with what I am doing, there must be external reasons, e.g. network, device, available ports on os.
I will check...
I am trying to test connections over socket and datagram with a code on 6680 and also code on server side.
I am cheking the all four possibilities of the mobile device (socket client/server,...
It seems we have a strange problem at least on a nokia 6680.
Omitting the package and import statements;
----------
Main2.java (extends MIDlet)
public Main2() {
}
Dont get me wrong, but I could not understand why we could not find any answer for such a basic question neither on the official forum nor on the documents, or do I miss something ??
MB
Excuse me for repeating the post, but this issue must be clarified.
MB
Still waiting for a support from Nokia.
MB
Hi Håvard,
Thank you for your answer.
I dont even want to think that it is a bug, this is a simple feature. I think url has been changed since the phone has two cameras.
Any help from Nokia...
Hi all,
What is the media locator url for video capture on 6680 ? capture://video does not work. Since phone has two cameras, url 's maybe different. Or is it a bug ???
MB
Can you give me examples of applications using wma for sending sms currently on air -deployed- ?
MB
I have no clear answer to your problem. However, as far as I know you should sign your application by a certificate issued by either operator or manufacturer to let the application use some APIs that...
I have a JAR at the limit size that is 64K.
Classes (uncompressed) consumes 44K.
When I start application, it says free memory is 164K. So 164K + 44K = 208K. That is very close to the heap...
I am having troubles with heap memory on Series40, so I begin to evaluate some tests.
I wrote a simple midlet with a canvas class. It paints freeMemory and totalMemory on screen. That is all.
...
OK. Thanks so much.
MB
Why would I preserve static finals in the production code, any reason ? Do I miss something ?
Thank your for the decompilation info.
Mete