Apologies for a delayed answer and sorry for disappointing you again. It seems that this is an old issue that still exists. So my suggestion for a workaround would be to use PNG images.
...
Type: Posts; User: tiviinik; Keyword(s):
Apologies for a delayed answer and sorry for disappointing you again. It seems that this is an old issue that still exists. So my suggestion for a workaround would be to use PNG images.
...
Hi shailendra98,
The MediaException is thrown if the requested format is not supported or the Player doesn't suppot snapshots. Did you try the code in the link of my last post. That should work....
Hi shailendra98 and welcome to the Nokia Developer Discussion Boards!
You should use the Manager.createPlayer("capture://image") and videoControl.getSnapshot("null") with Series 40 devices. See...
Hi whoknowswhocares,
I tested the following code snippet with a png and jpg image with the color code 255,255,131.
public void startApp() {
Display display = Display.getDisplay(this); ...
Hi mamatha reddy,
Have you looked at the SATSAMIDlet example. It's an example of decrypting and encrypting data using AES. ...
Hi sdani,
You can check it with the system property bluetooth.api.version.
String version = System.getProperty("bluetooth.api.version");
If the API is not available a null value is returned....
Hi chinye2020,
That is the correct way to set the JAD attribute in EclipseME, but the Nokia-MIDlet-Category attribute value should be Game.
Nokia-MIDlet-Category: Game
And with Series 40...
Hi whoknowswhocares,
Could this be an issue of the color depth of your jpeg image. The number of bits per pixel the images will have is chosen by the device to match it's display hardware. The...
Sorry for misunderstanding you. This is the Java ME forum. So you could ask your questions on the Symbian C++ forum:http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?6-Symbian-C
...
The examples should also work on the S60 3rd Edition device and onwards.
-tiviinik
Hi lavanya28tharan,
From the below link you'll find couple of examples and instructions on how to use the Java Bluetooth API ....
Hi chinye2020,
As far as I know the Series 40 Nokia-MIDlet-Category attribute can only be use with Series 40 6th Edition onwards and it has to be with a Manufacturer or a operator domain. And this...
Hi fastflyer and welcome to the Nokia Developer Discussion Boards!
You could for example download the Nokia SDK 1.1 for Java. The jsr257 is included in the SDK 1.1....
Hi rana.anees,
Have you checked the LWUIT forums for the answer: http://www.java.net/forums/mobile-embedded/lwuit
-tiviinik
Hi Raghad and welcome to the Nokia Developers Discussion Boards!
Java ME doesn't support the awt package. You have to do your painting using the Java ME Canvas class....
Hi Imocsi and welcome to the Nokia Developer Discussion Boards!
If you haven't written your application with Java ME you have to do some porting to get it working on a phone. Follow the link...
Hi karunesh.kaushal,
Yes they do support vibration. You can implement the effect using Nokia UI API....
Hi achilles205,
There's no built-in RTMP support in Java ME for S40 devices.
-tiviinik
Hi terrance,
From the below link you can find Java Networking articles to help you create the application.
http://www.developer.nokia.com/Community/Wiki/Java_Networking_Articles
There you can...
Hi prithwi,
Could you clarify a bit more about your problem. Are you getting any errors or are there any exceptions thrown.
-tiviinik
Hi RS3,
You can find several examples which uses High level UI APIs from the below link which works fine on S40 and Symbian platforms....
Hi rana.anees,
What obfuscator are you using and are you using any options when obfuscating? Have your tryed to obfuscate the files without obfuscating the floggy files?
-tiviinik
Hi toxicvolt and welcome to the Nokia Developer Discussion Boards!
The Nokia Security Policy is supported for Series 40 devices from Series 40 6th Edition, Feature Pack 1 onwards. So as far as I...
In netbeans click project properties->platform and there is a list of optional packages. Choose Nokia touch UI - Gesture APIs 1.1. This will include the classes to your project.
-tiviinik
Hi nelly02
Could you clarify a bit more about the problem. Do you mean that you can't import the gesture classes? What SDK are you using?
-tiviinik