Hi,
Thanks for nice discussion!! Currently the problem is the customer dislikes the clipboard solution, so I have to try to make with FEP:)
Regards,
STeN
Type: Posts; User: stenlik; Keyword(s):
Hi,
Thanks for nice discussion!! Currently the problem is the customer dislikes the clipboard solution, so I have to try to make with FEP:)
Regards,
STeN
Hi wizard_hu_,
Many thanks for tips:
This surely works, i.e. worked some years ago - I was using that quite often. Good idea to try to use it with combination the soft keyboard...
Do...
Hi wizard_hu_,
Thanks for the answer - I found the link as well - but I was a bit worried if I do not need the COE environment for it...
Our use-case is following:
There are existing...
Hi,
Does anybody know if it is possible in Symbian to replace data in the clipboard from background running non-GUI daemon? Next time user paste the data in UI application into CEikEdwin the...
Hi,
there were couple of discussions on MSDN forums, here and stackoverflow as well about using the "Managed C++" for WP7 development.
Even with Mango update the Silverlight or XNA...
Hi marou2023,
what kind of problem you have? I am sure we can help you, but you must describe it in more detail...
Regards,
Petr
Hi,
I am looking for a little bit TRICKY technical solution for below described use case for S^3 devices:
SOUND INTERJECTION
1/Does anybody experience with sound interjection? I would like to...
Hi,
I am using the CCmApplicationSettingsUi dialog to ask user for the destination or the IAP. I am doing that only if the "Always ask" setting for the network connection is set in my...
Hi,
yes i already went through this and got all information - it is great article and clarifies everything. I was confused by the description in the device section, which does not mention NFC.
...
Hi,
thanks for answers - the 80kB is more then enough - for me 16kB should be sufficient. My post was more related to the general behavior, which is I believe not correct. I was quickly...
Hi,
This is probably a known bug/behavior, so I am posting this is to warn other developers. When the EPOCSTACKSIZE specified in .mmp is too big (which is anyway not a good practice), when...
Hi,
problem marked as 2. in my previous reply is solved - see there: http://discussion.forum.nokia.com/forum/showthread.php?203448-AAC-via-CMdaAudioOutputStream-on-Simbyan-3&p=844305#post844305....
Hi,
the problem is solved - the CMdaAudioOutputStream::Open() parameter is kept in SDK probably only for historical reasons (my guess) - so passing NULL is fine there. Then call SetDataTypeL()...
Hi ssolovie,
I have similar problem, I am streaming MP3 with 44100 sample rate and 2 channels. I set:
TMdaAudioDataSettings iStreamSettings;
iStreamSettings.iSampleRate =...
Thanks for reply!
Regards,
STeN
Hi,
now the playing is much more better - I am streaming the 128 kbps .mp3 for more then 60 minutes without problem. Crucial were:
Putting sockets into 2nd thread
Do not wait with...
Hi,
I am not sure why the CMdaAudioOutputStream is implemented in a way that the caller should keep the TPtr8/TPtrC8 passed to WriteL(), but after implementing a simple FIFO to hold those...
Thanks guys!
Kind Regards,
STeN
Hi chenziteng,
I have tried to register again since wizard_hu_ mentioned here(http://discussion.forum.nokia.com/forum/showthread.php?222287-Symbian-not-open-source-anymore) that he was able to...
Hi,
I was initially thinking all C7 phones comes with NFC. But in the devices(https://www.forum.nokia.com/Devices/) it is stated that C7-00 does not have NFC, while C7 Astound has. How/where the...
Hi,
1/ Thanks. I totally forgot about the RMsgQueue:(
2/ I will check the sources - what I really liked on www.symbian.org was the possibility to search source code, since doing it manually on...
Hi,
I have a question related to the CMdaAudioOutputStream::WriteL().
When the CMdaAudioOutputStream::WriteL() method is called more than once in row (means not waiting for the...
Hi,
thanks for the reply - it bring two more questions:
1/ This is more or less my experience - thread is notified, but if called twice and there was no time for executing RunL(), the call is...
Hi,
i would like to double check that I did not missed something:
The http://symbian.nokia.com/ pages are not useful at all for applications developers, since the source code as mentioned...
Hi,
1/ Socket handling active object priority - If everything is in one thread, the socket active object the priority must be set to the higher one - e.g. EPriorityUserInput. It has positive...