Hi !
Thanks. Thats the solution i will do. But i was quite interested in the experience of other users and in the question: When is the Graphics objects content really rendered out ?
regards
Type: Posts; User: rosenholzer; Keyword(s):
Hi !
Thanks. Thats the solution i will do. But i was quite interested in the experience of other users and in the question: When is the Graphics objects content really rendered out ?
regards
Hi !
I use two instances of canvas one containing the content and one containing a progress bar and change between them using the setCurrent method.
regards
Hi !
I have a problem regarding updating the screen correctly.
I have written an application which changes a fullscreen main-canvas frequently. Between two redraw cycles i display another...
Hi !
I found out three reasons for message "authorisation failed" while installing a midlet:
1. missing SIM card
2. permissions which are in the JAD File cannot be satisfied by the phone...
Hi !
At Least at Nokia 6110 (Symbian 60 3rd edition) throwing a MidletStateChangeException in destroyApp() method prevents an Application from
being exited by the red key button.
...
Hi !
Device:
Nokia N6110 3.58 and Nokia 6110 4.22
I am frequently sending images to a server using HTTP Post and Multipart -MIME Message
HttpConnection is closed after each post
the...
Hi !
Sorry for my last posting !
finally it turned out to be a config problem as has been stated here several times.
There is a menu called "configuration" which i did not enter, do not know...
Hi !
Our you 6233 shows the same behaviour (i would say bug).
A MIDlet which is working on N 6110, N95, N80 etc does not work on the 6233 because a
java.io.IOException: Error in HTTP...
Hi !
I have the same problem.
Could not solve it.
Neither
provider.reset()
nor
Hello !
The problem is solved with upgrading to Firmare 3.58 from 20-06-07
regards
Michael
Hi !
I am testing a camera application on Nokia 6110 Navigator.
Problem is: The Application rotates the captured video by 90 degrees anticlockwise
I fetch the player with
...
Hi JacksonZih !
I want to sign a MIDlet, too, for Nokia N80 (Symbian 3rd edition).
We think to buy a certificate from Verisign for this.
We do not want to go through the java verified...
Hi !
You should modify your code:
byte[] buf = new byte[1024];
int len = 0;
while((len = IStream.read(buf)) != -1)
{
dos.write(buf, 0, len);
Hi !
I do not know what is error three on the server side, but
You should read and write with a byte array as buffer, not bytewise - it is more performant.
But i suggest this will not solve...
Hi !
I do the same with "capture://video" and it works.
For nokia devices you should be able to access front cam by:
"capture://devcam1"
regards
Hi !
I want to register a service on N70 which receives files from a PC.
If I register the service with my own UUID, it is not visible on PC (WIDCOMM Stack). That the service is running i can...
Since we had the same problem a few month ago but never realized it then i did some research.
I did it myself via transforming int arrays in java -> works, but to slow.
So what you can try is...
Thanks for your info traud
if you push the search button you get info from the whole nokia forum, including info for symbian developers and so on. You have to go into advanced search, then select...
Hi
For development i think there should be a way to test our applications on the mobile device without going through the java verified process every time
Hartti states in his FAQ
...
Hi !
If you still are debugging:
If you try to install a signed Midlet on 6630 without inserted SIM card, it will display authorisation failed.
regards
Michael
Hi barbenoir !
I wonder how this code works at all (correctly) because you never read from that stream. So variable 'char ch' stays 0. I hope I am right, but i looked through the code more than...
Maybe you missunterstood me !
I can install the certificate, created with sun keytool DER format, on both N80 and 6630. The problem is N80 lets me only use the certificate for verifing content...
Hi Traud
Thanks for your answer !
So you say 6630 and N70 (S60 2nd edition) only let me install the MIDlets due to a bug which was fixed in Symbian 3rd edition ?
regards,
Mike
Hi !
Are you testing this on emulator ?
If yes - check if you are in the right directory - For SUN WTK- the emulator creates a new temp directory for each phone.
Generally speaking,...