No j2me securtiy model is not allowed to read messages from the inbox.
regards
nimish
Type: Posts; User: nimishjain15882; Keyword(s):
No j2me securtiy model is not allowed to read messages from the inbox.
regards
nimish
hi
Have you checked whether the file exists at the following location.
Which emulator are you using ?
Try calling exists on the fileconnection before calling isavailable.
regards
nimish
hi you will not find an emulator for specific phone models.
Nokia bases its emulators on the OS version. Hence if you are looking for eg. N73 you must look for a series60 3rd edition emulator.
...
may i know which phones have you tested the application ?
you cannot access nokia installs directory even if you have signed your application. This is because system folders are unaccessible to java apps.
regards
nimish
you will need to check whether the phone supports the socket protocol.
Old phones do not support the socket connections. You will even need to check the argument you are supplying to the socket...
here simply add the jar and jad mime types too.
This link might come in handy
...
have you compared the two jad files. They atleast should have been of equal size. It appears you have signed the application using the builtin keystore which might have been causing problems.
Are...
yes hartti is right.
You can check for the new values of width and height in this method. A call to this method will make a call to paint if the canvas is visible. Therefore you can get the values...
Then it appears the file created is not of the correct format. You should try to create the MP4 file using some other software.
midlet is the default class in j2me. Actually the class name is MIDlet not midlet. That is why you are getting this error.
could you please also specify the type of connection you are trying to open ?
If you are trying to open a secure connection than maybe the phone model is not supporting the certificate installed on...
The Implementation of Custom Item is not constant across platforms. I would suggest you should use canvas for custom creation. A good option is j2mepolish.
regards
nimish
Yes there are many htmlparsers available for j2me.
You might like to visit http://lightspeedleader.com/JCellBrowser/index.html
for some help.
regards
nimish
Yes this will be a two step process.
First you will need to sign the application using a certificate like one from verisign.
Secondly after installation you will need to change the settings for...
yes you can make a call from j2me application.
Just use Midlet.platformRequest(String URL)
In the url enter tel://<the number u want to call>
regards
nimish
have you tried to play some other type of media like 3gpp ?
Appears to be a phone problem more than of j2me.
regards
nimish
hi
It appears you want to transfer a jar file from one phone to another. This is not possible since phones do not support the transfer of protected content. You were able to do so with N-Gage...
hi
All you have to do is to write the unicode values of the characters and save it into a resource file. At the time of displaying you can pass the unicode values of the characters. If the phone...
hi
All you have to do is to write the unicode values of the characters and save it into a resource file. At the time of displaying you can pass the unicode values of the characters. If the phone...
hi
As of now there is no way to set the landscape mode of the video that is to be displayed. Setting to full screen mode is dependent on the phone implementation.
regards
nimish
You will not be able to use jdbc on the client side because j2me do not support jdbc. You can use the RMS classes for persistent storage in j2me. However you will need to implement the complete...
hi
you can also look in the j2me section at http://www.java-tips.org
regards
nimish
u will have to sign the jar and jad files.
In the jad file the certificate chain is stored and in jar the checksum of each file present in it. This is done to make sure that your jar file is not...
congrats buddy....
happy posting....
nimish