Thanks for sharing!
Type: Posts; User: ykasidit; Keyword(s):
Thanks for sharing!
Update: "Symbian Foundation signed an agreement with CodeSourcery to help us implement this idea. The planned delivery is January 2010."
See here: http://ideas.symbian.org/Idea/View?ideaid=1440
Haha, sorry, these ways are probably only acceptable for non-consumer custom/engineering applications.
I never tried APS because my target device was fp2 (and fp1).
If only uplink, you can mute...
Hello nadis,
I mean buy a cheap wired hands-free set and cut (open the mirophone box, cut with a scissor or use a soldering gun to melt the lead that connects the microphone piece out) the...
I still cant find a direct way to get only downlink too.
Indirect ways are possible - depending on your application. If it's not a real consumer application and you have control of the deploy...
For those interested in symbian c++ dev using gnupoc + eclipse CDT - please visit http://wiki.forum.nokia.com/index.php/Develop_Symbian_C%2B%2B_on_Linux_using_Gnupoc_and_Eclipse_CDT
You can see...
Dear Nokia,
After watching the Nokia Developer Summit videos showing the great success they have in selling so many devices, something like another forum member posted "Nokia manufactures ~500...
Thanks yucca.
Perhaps I would keep the symbian app running in the emulator... periodically reading input from some files and putting the computed results in other files.
Dear Sirs/Madams,
The problem is I got some computation that need to put in a widows command line application, but the same thing was already written in Symbian C++.
Is it possible to use the...
Dear gailu,
After my employer joining the SPN, I can't find any solution to this VID problem using the Binary Access Kit yet.
However, I used a work around for playing to uplink: I make another...
Just tried the new Carbide.C++ 2.0 via Wine in Ubuntu 8.10 (just plain wine install as suggested by http://www.winehq.org/site/download-deb)
(I'd like to say that I have some success using...
Hello,
Similar problem as you described in that thread but this happens on wav, and happens randomly - not always.
Can any Forum Nokia Experts provide some light?
Thanks for the information, Sorcery.
Then it should probably be a firmware bug. I see that the wav headers are normal - same 8khz mono exactly like that which was recorded without problem in other...
Dear Sirs/Madams,
I used to use CMdaAudioRecorderUtility for recording for quite a while, no problem in FP1 (tested on 6120classic, N81 8GB), but in FP2 (6210 Navigator) I observe 20-50% of...
Hello,
To use, read about, or set that - you need the "extra" documentation, libs and headers that come with the Binary Access Kit (which your company can get after you applies/enters the Symbian...
Hello nital_shah,
Thanks for your help!
However, I already had success with the normal recording to a wav file but it has sound coming from microphone too.
The problem is that: how to record...
Hello,
I tried the code above on 6210 navigator and it encountered -1 (notfound) since the InitializeL... Any experts can help?
For others searching on this, the solution is here:
http://discussion.forum.nokia.com/forum/showthread.php?p=486523&posted=1#post486523
After reading about extended error codes (which should normally be sent in the completion code to the client who sets extended in SetExtendedErrorGranularity of RTelServer) and analyzing this...
I think there's no "open" work around for this on those phones.
I observed that the problem (cell id during voice call) is fixed on 6210 Navigator, you can try the S60 fp2 phones, please share...
Greetings,
Great topic, thanks for sharing the compression code.
The way to make a zip that has one file according to the fist post works, but the result is a GZip, not a normal zip, that's why...
Greetings, thanks for the wiki entry basus3!
I triend installing things - successfully installed the java, perl (unzip, set path in regedit), s60sdk, carbide.
But when running carbide itself -...
As a summary to get around this:
Carbide > Help > Software updates > Find and install > ... Next > Choose only the Carbide.C++ update site.
After successful update and restart of Carbide:...
Like fogo99 said.
I confirm that it works for MMS - tested:
TBuf<24> aAddress;
iMmsClientMtm->SwitchCurrentEntryL(aMsvEntrySelection->At(i)); ...
You have to develop your own FTP stack. It's not too difficult, but not too easy - you can check the steps through the RFC and many open source ftp stacks, and see the flow in FileZilla.
This IS...