You've probably fixed this now,, but since it took me 10 mins to find this link and 10 mins to find a fix, i'll stick a response up..
with the 'standard grey phone' the demo works immediately but...
Type: Posts; User: davefb; Keyword(s):
You've probably fixed this now,, but since it took me 10 mins to find this link and 10 mins to find a fix, i'll stick a response up..
with the 'standard grey phone' the demo works immediately but...
I had exactly the same problem on the phone. Samples less than "about 10,000 samples" would fail when using 8khz. I got round this by modifying the code so that it would load a sample then PAD it...
Hi ,
i'm putting some audio into my app and following the wavegen example (which uses CMdaAudioOutputStream). I stuck the code into my app, no problem with the "screeching" sfx which came with...
LOL,
thanks for this ,it saved me asking the "what the heck has happened with the emulator" question..
i'd be less annoyed if i hadn't already asked "what is different between 1.0 and 1.2 sdks"...
Okay ,just managed to get the new sdk. Is there any reason to install this rather than 1.0 ? It *seems* to have no real changes except having some required software ( java runtime stuff) being...
Hi,
i'm trying to use the *type* example as a basis for viewing some help text. the problem i have is that when i uncomment the "EEikDlgItemNonFocusing" in the rss file, the text area is now...
it is far from enjoyable having just written a nice pixel scrolling tile based system with sub pixel motion accuracy,, for it then to look appalling... it looks better with a 'wait till you have to...
After spending a week on this ( as the docs state that using system calls will double-buffer and remove screen 'flicker') , i gave up especially as nobody responded at the time. Recently there has...
Just to expand what ivo said.
nmake must be on your 'path'. this is achieved by running the cvars32.bat file. However you must remember to run this in the same "command window" as you then try to...
oops, got an error and clicked refresh :-/
i got an error trying to delete as well....
okay,
i think i've finally got my setting list working. So here's a couple of pointers if you're having any trouble...
1. i think i had most trouble because i started by looking at the...
The link will help get "multiple keypresses" however, the 7650 controller seems to be considered as a single key.How can i be sure ? well in my game i have 'push controller' and '5' mapped to the...
The documentation clearly states ,[ Symbian OS v6.1 Edition for C++ » API Guide » Multi Media Server » Audio Streaming Overview ]
"Client applications must ensure that the data is in 16 bit PCM...
Either that , or ..
it's putting 0xAC into the string, like your telling it ;)
"\x0D\x0AConnection"
thats why the 0x0a and 'C' are replaced by 0xAC in the output
-dave-
in fact nicked...
As a follow up..
I've been told by my publisher that
"All nokia phones should support through a proprietary sprint extension - not through Midp."
Can i have confirmation that vibrate isnt...
Hi ,
I've seen a number of posts requesting information about this . Most replies seem to be 'try the graphics demo', 'try the bouncing ball demo' or 'try direct screen access' . Well none of these...