Almost one year after I first posted this, I found myself having to work on the Nokia6230i again, and again I face the same problem.
This time along, I realize that just omitting serviceRepaints()...
Type: Posts; User: killarkai; Keyword(s):
Almost one year after I first posted this, I found myself having to work on the Nokia6230i again, and again I face the same problem.
This time along, I realize that just omitting serviceRepaints()...
I encounter this problem a few times already.
A few check list that I can remember:
1. Make sure the field list adhere to this format:
[field-name]:[space][content]
2. if you want to leave...
The workaround is to run through the game(or the parts the require the most computing power) once using autopilot(AI), and disguise it as a loading screen :)
My oh my, its year 2005 already and...
I know this is a post that is 2 years ago, but I believe many people are still working on 7650, can anyone verify that this is indeed a 7650 specific bug?
I know this is a bug scarcely encountered...
I have no idea why it worked for me.
To make my phone crash during sound play I just had to change GameCanvas To Canvas! It's that simple.
Good luck in searching for your solution, looks like...
I'm not aware of any other solution as for now... I'm doing porting work too, try to reason with your superiors to approve a change to Gamecanvas, theres not much code change needed.
I used writing messages to RMS to debug this problem, and found out prefetch() sometimes freezes the phone too. After a good few days of stripping down the code(and subsequently repatching), I found...
for wav/mp3 like sounds, you may use AMR
You're talking about the OTT format, I remember there's a pdf somewhere in this Forum Nokia addressing the formats(you need to dig deep), I believe you got those bytes using the Nokia Development...
I am aware that on the 6230i only one player can be in the prefetched state at a time, therefore, doing a deallocation is a MUST before playing another sound. However, calling either deallocate or...
disable the key tone under your profiles, other than that I don't think there is any other way for now.
Jin Kai
to be honest i don't know what the byte code means too. But i think there are some documentations in the nokia forum site.
However, if you know a bit of music theory, you can make music using XML...
could you paste your code here? or send it over to killarkai@yahoo.com, just wanna double check. Maybe i need to upgrade the firmware...
Thanks!
Jin Kai
to make matters simpler, i tried Nokia's blockgame and tone midlet on the 7650, and it still sounds pitifully soft, i couldn't hear it at all!
and if i set gain to 255, (or anything other than the...
i used your method and managed to get my game to pause, but what about that system error? do you have a way to solve that too?
I am using nokia 7650 on my tests, i'm not sure does it happen to other handsets, but you can try it out. What i'm sure is it DOES happen to the "Blockgame" that Nokia shared as code example.
Here...
same here... desperately need to get around this problem
I'm developing this game that utilizes Nokia's sound class. When testing i discovered that tones played in the emulator sound loud and clear, but when ported to the actual device(i used 7650) it...
I'm developing this game that utilizes Nokia's sound class. When testing i discovered that tones played in the emulator sound loud and clear, but when ported to the actual device(i used 7650) it...
first question:
hello i would like to write some tones using XML, i searched all over the net but couldn't find any, could someone direct me to a uesful link? Thank you
second question:
when...
thanx for your attention,
where do i send the midi to?
I found a way around the problem. First i convert the midi to XML (using NDS) , then i modify the XML using notepad, which is much more...
hello guys,
The nokia development suide converter does quite a terrible job on converting midi to byte/OTA/Xhtml, normal tones become either too low or too high, or some short notes will be lost....
the forum couldn't display spaces correctly let me rewrite how it appeared on the emulator and on the actual device
Ignore the "|"'s that appear below i just want to align the text properly, just...
my problem is settled, and i found a bug in the series 60 emulator, well you judge if it is a bug.
to see my problem clearer, i wrote a test program like this:
...
thanks a lot shmoove as always you have been a great help!
i will try to code once i go to work tomorrow!
Jin Kai