Hi,
You cannot do this type of application in J2ME. May be you should look at Symbian C++ for that.
Type: Posts; User: sunil_bhambani123; Keyword(s):
Hi,
You cannot do this type of application in J2ME. May be you should look at Symbian C++ for that.
Hi,
What do you mean by hit? If you want to just call a URL you can use the javax.microedition.io.httpconnection for that. But if you want that the URL should open in browser then it may be...
Hi,
I hope the link below helps you out. I have not tested it and have not worked on MMS but I think this should help you out.
MMS Sending
Also let us know here whether it worked or not.
Hi,
PIM API gives the list of contacts in enumeration and it don't have a size method. So, you need to apply your own logic to fetch out the number of contacts from it. Try to go through...
Hi,
Obviously reading will help you lot. But first of all decide what you want to develop then look for the technology which best suits it. So, first of all be specific in what you actually want...
Hi,
In which handset did you tried installing the application? What is the CLDC and MIDP version that you kept while installing the application? Check your device specifications to see what...
Hi,
If your target handset is S60 then its better to develop with Symbian C++.
Hi,
I think Push Registry don't have the concept of bluetooth. You can implement timer based Push Registry where the application will be launched every few minutes and check for the device in its...
Hi,
Please go through this article, it will give you the understanding of bluetooth. In bluetooth communication the one that initiates the connection is the master and the other one slave. And the...
Hi,
Bluecove API is used for developing bluetooth application for desktop, so even you develop with it your purpose of bluetooth chat application won't be served.
Sun wireless toolkit supports...
Hi,
I suggest, you to go through JSR 75 i.e File connection API.
Save Images
Go to the above link, there the same issue has been discussed.
Hi,
I think you got me wrong. By MIDlet setting I meant the mobile phone setting and not any setting in JAD file. You need to manually set the permission for your application to 'Ask First Time'....
Hi,
You can set it up in Midlet Settings too. And I think signing the application may also solve the issue. In case, you don't want to go for signing then you can change the MIDlet setting to 'Ask...
Hi,
If you want to transfer file from one device to other device then I think it must support Object File Transfer Profile, so check that only. If its available then you should be able to transfer...
Hi,
It does not matter which mobile client you are developing for, the main issue is the platform for which you are developing. J2ME devices do not support real time streaming of audio. To have...
Hi,
http://www.forum.nokia.com/document/Java_Developers_Library_v2/GUID-9F75713D-5642-4C39-9A33-C20928F37BF7/javax/bluetooth/UUID.html
Go through the above URL, it gives the information about...
Hi,
It means you are trying to remotely access your mobile device from PC. I don't think that real time streaming would be possible. What you can do is read the byte array of the file that you...
Hi,
Getting certification also won't help you out in S40 devices, since it requires Operator or manufacturer level signing.
You can do one thing though that when the application launches for...
Hi,
Just to add to what Graham said, J2ME applications cannot read inbox messages. The sender must send message to a specific port which should be predefined and the receiver would listen on that...
Hi,
Is it necessary for you to go J2ME only? If you can develop with Symbian C++ then you coudl develop the same application for Nokia 6600 also.
Symbian C++ will give you cellid, lac, mnc and...
Hi,
I doubt whether this would actually be possible since this should be an in-built application provided by Nokia itself. Anyways you can have a look at OVI SDK to check whether they actually do...
Hi,
You are sending SMS to a port, then you should have the receiver listening on that port for the SMS. Have you done that properly? In which emulator are you testing? Try to test it on Sun...
Hi,
Try the below link it has a tutorial on using Camera in J2ME.
http://developers.sun.com/mobility/midp/articles/picture/
Hi,
The task that you are looking to do is basically sync between your mobile and PC (or server). But have you checked the technical feasibility of this application? There are number of...
Hi,
Are you trying to send video file from Mobile to PC? Or are you trying to access mobile from PC and then download that file to the PC?
In case you want to send video clip to the server...