Thank you so MUUUUUCHHHHHH!
This fixed my problem.
I even don't need to fix any permissions!!!!!
I love you! ;)
Type: Posts; User: barbeNoire; Keyword(s):
Thank you so MUUUUUCHHHHHH!
This fixed my problem.
I even don't need to fix any permissions!!!!!
I love you! ;)
How can I check the firmware version of the Nokia N90 mobile phone please?
Thanks
I have checked that the Nokia N90 is supporting JSR 120 which contains MMS API.
So why do I get a classNotFoundexception when trying :
MessageConnection connection;
connection =...
I could have this exception raised when trying to open a new connexion:
java.lang.ClassNotFoundException !!
Any ideas ? Seems that the MMS API is missing on Nokia N90?
Can anyone help...
Well, both phones belong to the same operator....
Hi,
But I have already signed my midlet and it didn't help. I also added the required permissions including javax.microedition.io.Connector.file.read and...
If I sign the midlet (I used the JDK keytool) then I can install the midlet on the mobile phone.
But the same exception keeps being raised when executing the midlet.
Any idea?
Please help...
I need to access the Nokia N90's memory card file system.
After trying to make a simple :
FileConnection fconn = (FileConnection) Connector.open("file:///E:/Images/PlanParisPOI.JPG");
, I...
In fact, the problem is not due to the url (I have tried shorter url without success). Same thing for POST (anyway , I need to use GET since I want to retrieve data ,not post).
I have also moved my...
Hi,
I have modified my code as follows but the problem remains the same. I can get data fine from the cgi script on the emulator but not from the real phone :
public String...
Are there any issues between the S60 Nokia phones whose N90 is part of and the MIDP HttpConnection API?
It seems weird that I can download data fine through the S60 SDK emulator and not from the...
Indeed, the problem is located in the URL .
If I only use one layer like department and remove the others (georouteX...), I can download and preview the image on the mobile phone.
If the...
Hi,
I am simply trying to get an image from a cgi script in order to display it on my Nokia N90 phone.
My code works through the S60 Nokia emulator but not on the deployed Nokia N90 Phone (I am...
Hi,
I have written a simple J2me program which sends an MMS to a mobile phone (which can receive MMS).
The code is executing completely through the Nokia S60 emulator (MMS Sending complete).
...