Hi all,
Have had major prolem getting the class that allows control over the phone and utilises a static method to do the vibro
thingy - in fact I've cannot even get it to compile; the class does...
Type: Posts; User: thromboyd; Keyword(s):
Hi all,
Have had major prolem getting the class that allows control over the phone and utilises a static method to do the vibro
thingy - in fact I've cannot even get it to compile; the class does...
Hello,
could help but notice that you have overridden your global Sound
variable sound with a local one with the same name when dealing with the wav file - i reckon if you remove that one line it...
Not sure but I think maybe the problem could be that your .wav file is named
*.WAV
instead of
*.wav
java definitely cares about cases, and any file named *.WAV does
not get put into the...
I'm also having problems with setGain().
I can get it to work for WAV files on the emulator but not on the
phone (7650). On the phone, I get an application error, which
cause the MIDlet to quit...
Thanks for the advice,
That certainly sounds like the issue with the repainting, I may well consider something like that in future - the bug disappeared
after calling the full screen repaint with...
I am trying to produce some MIDlets for the 7650 with some success, however, I have found a couple of intriguing disparities between the series 60 emulator and the phone itself.
1. I've been...
The problem could well be that you are running MIDP 2.0,
I think that the 7650 will only run MIDP1.4 or whatever the designation is, but certainly not 2.0
I've noticed that there are two different WAV file formats.
The 60 series emulator will play the 'PCM' format but not
the 'windows ADPCM' format, which gives an error just like that
described, you...