Hey all,
I just stumbled on this thread myself, and I'm having the exact same problem.
I've got different versions of audio players I've gotten to work on more than ten different phones from...
Type: Posts; User: drakest1; Keyword(s):
Hey all,
I just stumbled on this thread myself, and I'm having the exact same problem.
I've got different versions of audio players I've gotten to work on more than ten different phones from...
Hey Wang,
nope, didn't know about platformRequest. Will try that. But I suspected as much that it isn't quite deployed yet. At least I know what JSR to be on the look out for. Sigh! Typical J2ME ....
Hello all,
does anyone know if there`s a J2ME class or API that allows you to make the phone call a particular number automatically, without any user interaction? Note this is not for MESSAGING a...
Hey JW,
congratulations! And thanks for the tip too. Have to say that's kinda silly. But at least the solution's finally out in the open. :)
d.
Hello Petib,
thanks for the reply. I am aware of the colour space support on the 6680. My icon files are 256-colour (8-bit) regular Windows Bitmap files. The odd thing is that these files worked...
Hey JW,
no, I haven't yet. I don't really know how to solve it, and haven't heard from anyone else about it, as you can see. You have any ideas or suggestions?
Thanks!
d.
Hello all,
I finally figured out the problem. In this case the problem wasn't with the "SetVolume" function per se. Rather this reason is due to a quirk of the Nokia 6680.
All Nokia phones allow...
Hello Troyanker,
yeah, this is really a strange problem.
I had already been checking the input values to SetVolume() to make sure they weren't invalid.
Here's something more that's even more...
Hello Troyanker,
I'm seeing this on the phone itself. It's a Nokia 6680. I'm compiling using Series 60 2nd Edition FP2, Symbian v8.0a.
d.
Hello troyanker,
that certainly makes sense, but unfortunately that's not the case with my problem. Unless the phone is receiving an inordinate number of calls every time I run my program, something...
Hey all,
I'm using the CMdaAudioOutputStream class, together with the MMdaAudioOutputStreamCallback listener class, to play some regular PCM audio. However for some reason, when I call SetVolume()...
Hello all,
I think I'm using the right encoding format string. What I'm using is "audio/amr", which is what I've used for other phones, not just the Nokia series 60 phones, but Motorola and...
Hey all,
does anyone else have trouble playing AMR data in the 6230i? I've got AMR-playing code that works for Nokia series 60,Motorola, Sony-Ericsson phones. But none of the various versions I have...
Hey all,
I've been trying to build a J2ME app for the Nokia Series 40 6230i type phones (which include the 6230i itself). During the build process, which I'm doing from the command line, I encounter...
Hello Adrien,
that's good information to know. However it's not quite the problem I'm dealing with right now. I'm having trouble with the icons that show up in the context pane and list sections in...
Hello Antony,
thanks for the reply. I am aware that the 6680 supports more colours, but strangely enough that's not what I am seeing in the icons -- other graphics images I use in my application,...
Hello all,
I recently installed a couple of my applications on the Nokia 6680, and the icons that show on the list and the context pane look really weird. The colours are all off, even though the...
Hello all,
I recently installed a couple of my applications on the Nokia 6680, and the icons that show on the list and the context pane look really weird. The colours are all off, even though the...
Hey thanks! The info was quite helpful.
A quick question about CMMFDescriptorBuffer:
If I allocate two buffers, one for source data and one for decoded data, and on running...
Hello again,
I should also add that currently I'm using the AMR to PCM decoder class together with CMdaAudioOutputStream. I either need some solution to replace the AMR to PCM conversion, giving me...
Hello again,
I should also add that currently I'm using the AMR to PCM decoder class together with CMdaAudioOutputStream. I either need some solution to replace the AMR to PCM conversion, giving me...
Hello all,
I've been using the class CAMRtoPCMDecoder to decode AMR data on the Nokia 6600, ie. Series 60 Symbian 6.1 phones. However I've discovered that future versions of Symbian, and newer...
Hello all,
I've been using the class CAMRtoPCMDecoder to decode AMR data on the Nokia 6600, ie. Series 60 Symbian 6.1 phones. However I've discovered that future versions of Symbian, and newer...
Hey all,
I'm trying to use the MMAPI Player class to play two AMR audio files consecutively on a 3650 phone. I set up one Player object, call start() on it, and when I get the END_OF_MEDIA message,...
Yes, I know that can be done, however the problem I've been asked to investigate (and possibly solve!) is to actually delete the application after it is run, sort of a Mission Impossible type thing....