What errors you got?
Type: Posts; User: dinanath.d; Keyword(s):
What errors you got?
Hello,
try this code
Let me know if it works for you.
There is no direct way to open phone book, but alternative is write code to show the phone book using PIM API.
Here is sample code to read contacts from phone using JSR 75.
To read an image...
Hello,
Check for this article
Hello,
Check these links
Wiki Page
Other
Hello,
You can find details on how to capture image from j2me from following links
Article
source code
To send image to server -
1. A servelet that reads the bytes and creates a image on...
Hello,
As such there are no api to list main city in series 40 platform.
They are available on series 60 platform.
one more thing there is not symbian based platform on series 40.
...
You would have to sign your application. That way you would be able to select "Ask first time" or "Always allowed" in the settings.
Hello,
By looking at code,
While connecting to real web site name (txt1) you should not use port number (txt2).
It should be like this way
...
Try following options.
Try1
Try2
Hello,
Can you please check the content of JAD file with respective to JAR file like
MIDlet-Jar-Size
MIDlet-Jar-URL
Post the exact error log file content here would helpful to solve to...
Hello,
These are the mobile that supports JSR 234 Advanced Multimedia Supplements
Nokia E66, N82, E51, N95-3 NAM, N81, N95 8GB, N76, N95.. so many
Otherwise search here as per your need .
Hello
Check this
You can download tools from
For Series 40
For more go here
Hello,
While you can work with individual MIDlets for developing and testing purposes, it is best to create MIDlets within a MIDlet suite. The MIDlet suite helps you to package your MIDlet...
Duplicate post
Hello,
Usually you should have called like this
player.realize();
player.prefetch();
player.start();
Not first prefetch() and then realize().
Hello,
You can check this.
The sample application given on this atleast working on Nokia N95. I tried it.
Hello,
I guess that won't be possible using swt beacuse nokia mobile should support the framework for it...as such there are no api for swt graph....
Hello,
Check this...
Sun WTK has file browser example pls. go through it.
Hello,
Check this. try File:ReaderApplication.zip.
Check this also
Hello,
Chek this thread, might be helpful?
Hello,
Which build failed error you are getting?
If you want draw graph try this.
Hello,
Here you go..
Hello,
You are trying to get scanned device features in your handset. This is not possible through direct api.
But,
you can do client/server application where client can ask for server...