Thanks for your reply.
my application is built for release, i can't build OS. i just want to know whether the panic is caused by application, and how to fix it.
Type: Posts; User: Julischeng; Keyword(s):
Thanks for your reply.
my application is built for release, i can't build OS. i just want to know whether the panic is caused by application, and how to fix it.
I run my application on a type phone, sometimes the kernel restarts. Open crash log, show information below. The sdk said "This fault is raised in debug builds only", Does it mean that panic would...
我想在我的程序启动之后,暂停正在播放的音乐,哪位知道怎么做?
谢谢!
we have developed a video player, when Music Player in background, sound will be mixed. So i want to pause the music Player, does anybody know how to do?
No extract item for CBA, maybe the method is not right
Thanks for reply, this is the text color.
I just want to background color, like the background color of CBA
i make the color of my control consistently with the theme highlight color, does somebody know how to get it?
这只是我的测试代码,
一般介绍是,操作都是先wait, 再signal,但是如果先signal再wait,后果是怎样,找不到结论,一直怀疑这里有问题。自己做实验,发觉也没有问题。
我开启了两个线程,一个计时器,以下就是我的关键代码:
TInt CTestMultiThreadAppUi::ThreadProc1(void* pParam)
{
CTestMultiThreadAppUi*...
如题,我所说的Post就是像Windows的PostMessage一样的Post Command,以前都是直接调用appui的HandleCommandL,这个直接调用的,没有进入队列,有时候会产生一些问题,不知道都是怎么做的,谢谢指点!
小拖影很肯定是你自己画出来的,只要搞清是本次画出来的还是上次画出来就知道问题所在了
颜色深度不同就会有颜色转换,这需要时间的
我参照Nokia的例子http://wiki.forum.nokia.com/index.php/CS001031_-_NSSTTS_Utility_API写了个程序,但是发现播报人不是小颖,播放质量也远不及小颖,谁搞过这方面的研究,赐教一下!
这是我的Style 设置:
iStyle.iLanguage =...
HQTTS female voice?
I have a female voice in my phone named xiaoying, my phone's language is Chinese, it can speak SMS very well.
i have develop a program refer to sample code http://wiki.forum.nokia.com/index.php/CS001031_-_NSSTTS_Utility_API, it can play text , but i find it can't play Chinese well like the built-in Speaker...
Open menu doesn't trigger HandleForegroundEventL and focus change event, and user select the menu can open some dialog, some need press left soft key to close it and some need right soft key, event...
I want to stop my engine when popup dialog or menu, does somebody know how capture that event?
do you solve this problem?
I was also trouble by that problem?
I have the same problem, does anybody solve this problem?
Some code of our project need to be optimized by asm, and we compile them using RVCT2.2 , but it seems that the compiler can't recognize...
I have added this event to process and set view rect, but didn't solve that problem.
I have two views, like realplayer, one for browser file,another for display. The browser file view was set to portrait and the display view set to landscape, when switch back from display view, there...
I know it, but i think maybe someone has some method to support it. However, rvct is developing continually
I have install S60 FP1 SDK, RVDS4.0 and PDT in my computer, when i select armv5 build configuration to build, it reports:
cannot open source input file...
Thank you!
You are right
But it occurs after i fill data to CMMFDevSound, is it possible to run out of data?
If so, how can i solve it?
I use CMMFDevSound to play audio in my program, and decode the mp3 file myself. I have tested my decoder, it can decode file to pcm file successfully, so i'm sure that my decoder is OK, but when...