I have noticed the same problem. This can be tested on Nokia Series40 DP2 SDK 6255 edition v1.0 for example.
Will NokiaUI allow me to draw using DirectGraphics.drawPixels() with negative x without...
Type: Posts; User: xdimas; Keyword(s):
I have noticed the same problem. This can be tested on Nokia Series40 DP2 SDK 6255 edition v1.0 for example.
Will NokiaUI allow me to draw using DirectGraphics.drawPixels() with negative x without...
Hi!
Is it somehow possible to run 176x208 apps (J2ME) fullscreen on Nokia E60 (it's screen size is 176x2, 208x2)? I just thought this dimensions are doubled 176x208 for some reason like letting old...
Hi!
Can I download RMS from 6230i phone to the PC to test an error which occurs then I load game data from RMS on the emulator? It is easy with Series 60 phones, but I donno if it's possible on...
Any ideas? Please...
Hi!
I have the problem with the http connection. If I let the phone ask the user each time the application connects to the internet, the app hanges after the user refuses the connection in the...
I have the same problem.
The images I load are not very big and the app runs well even on 3660.
Any ideas? Is it low free memory size problem or not?
Still no solution...
This bug now appears not only then playing sound but in some other cases too. I've tryed to change obfuscator - the bug started to appear not so often but still exists......
yah
on the emus all is fine %)
Hello! I've got
App.closed
MontyThread - 9
on 7610 and 6260 in the moment when a sound should start playing. I use wav sounds (audio/x-wav).
I found some threads here but no ways to fix...
nope
Where was a single PDF file with a table included. You could find there a lot of info - APIs, JAR restrictions, screen sizes etc. It was very covinient...
still hope to find it...
Hello!
Where was a document with all Java-enabled phones specs on the forum - something like "nokia device matrix". But I can't find it now! Old links doesn't work %( So can I find this doc...
Thanx!
I can't test it now but I'll post the results!
nope
but I call notifyDestroyed() then I want to close my app e.g. then user chooses "Exit" or something. Maybe I should close my app another way? Or just include nutifyDestroyed() into the...
Hello! I've got a strange problem.
My app works fine on the emulator and on Nokia 3650, but it causes a "0 java.lang.NullPointerException" while exiting on the 7610 phone.
Please give me a hint.
I can't recall at the moment sorry.
But I think it was because of trying to accept the same socket twice in the server
Hello. I've found that there's some serios bugs on 6600 how can I fix it?
1. If I do something like
Image res=DirectUtil.createImage(10,10,0x00000000);
Graphics g=res.getGraphics();...
I've found that no exception is thrown - the Player just stops playing and that's all %(
I've tried to setLoopCount(1) and setMediaTime(0) - nothing helps %(
I've got this problem on 3650 too. Trying to fix it...
I use this code:
Player curSound=null;
boolean sound; // true if app uses sound
void startPlayer(Player p){
curSound=p;
try{
curSound.start();
}
Does anybody have a good working example of using subj for playing MIDIs? I hove troubles with it %(
My app has some sounds loaded from MIDI files. I need to stop them sometimes before I play...
Hello!
Sometimes (not always) I get "javax.microedition.media.MediaException: -18" then I try to Start() a Player which was created from MIDI file and no sound is played on the Nokia Series 60 v...
While compiling I see this:
Reading resource file...
Adding icons
Reading icons
Adding captions
Adding capability
Adding data types
Adding view data
Adding file ownership info <===== How...
Thanx
And what about the ownership information?
None of Nokia and S60 examples has it (supplier unknown is diaplayed) but other applications shows the company name during installation.
How can I add the information about company name, app version etc to the sis file to be visible during the installation?
OK The problem is solved this way:
_LIT8(KMessageRus,"<Russian text>");
_LIT8(KCharSetWin1251,"windows-1251");
iConverter=CCnvCharacterSetConverter::NewL();
TUint tid=...