I think that is not possible. We don't have much 'control' when we use the camera. A bad solution would be switch your profile to silent.
But if anyone know about it. Let us know.
Type: Posts; User: edprado; Keyword(s):
I think that is not possible. We don't have much 'control' when we use the camera. A bad solution would be switch your profile to silent.
But if anyone know about it. Let us know.
Hi ,
number 1 resolved my problem.
thanks!
Hello,
I have this simple code:
var pink_snd:Sound = new Sound();
pink_snd.onLoad = function(success:Boolean){
// if(success){
pink_snd.start(0,0);
Hi,
Here there's a example to access the Address Book : http://developers.sun.com/mobility/apis/ttips/pim/
Remember that your cellphone needs to have this API : [[JSR 75 (PIM Optional...
Could you show us part of your source code.
trying create a new Netbeans project and copy your source code to this project and compile again.
The Netbeans website is works!
Netbeans 6.8 choose it with Java ME Technology.
Hi,
It´s not necessary include nokiaui.jar. What you have to do is include Nokia SDK in Netbeans. take a look these steps and see how to include new SDK if you don´t know:
- download Nokia SDK...
Hi,
Look at this link: http://www.ibm.com/developerworks/library/wi-rms/. It explain statement by statement how to Add, Delete, update and how to use RMS Filter.
Hi, I don't understand very well what you would like to do. but try LWUIT out. It's a good API to make great User Interface.
I don´t think so. But try LWUIT is a good user interface. if you dont have success with that. Other way is use CustomItem or only Canvas can save you.
Hello,
I think you have to use Pre-processor directives to check if MMAPI exists in the Phone and use differnt configurations in you IDE. I use Netbeans and I can use different configurations.
...
I think you are using a class that extends Canvas or GameCanvas
put on video clip on the screen and use the method copyArea(..) of the class Graphics
i dont know if it works! let know if works,...
Hello, try this code:
try to close the player, set up null and call System.gc().
if (null != m_player) {
m_player.close();
m_player = null;
System.gc(); //can help to free memory...
anyone resolved this problem??? I'm freaking out about it!
Only getSnapshot(null) works. and when I get a snapshot and use drawImage(...) the photo is so small(thats to bad).
i'm using...