Спасибо за ответ. Я тоже смотрел в документации и в исходниках... Не нашел.
Пробел может решить проблему.
Type: Posts; User: crimean; Keyword(s):
Спасибо за ответ. Я тоже смотрел в документации и в исходниках... Не нашел.
Пробел может решить проблему.
Привет,
Кто-нибудь сталкивался с проблемой замены текста "Нажать для ввода" на свой?
Проблема актуальна для Anna, Belle OS. Данный текст отображается в редакторах при фокусировке... А как...
Hello,
Does anybody know how to customize "Tap to enter" message for CEikEdwin on Anna, Belle devices using C++?
Thank you very much!
Hello,
but what do you mean wrapper and QtMobility?
Installation of Qt package to 9.1-9.3 or even to 9.4 could be a real problem for customers, so I do not want to get them in troubles.
Thank you for answering, but this project is for 9.1-Belle devices. So it might be a problem with using Qt on 9.1-9.3 (if it possilbe at all)
For 9.1-9.3 CPbkSingleEntryFetchDlg works perfectly.
...
Hello,
I am facing with the problem of using CPbkSingleEntryFetchDlg on sensor devices like X6,N8.
Dialog is opened fine, but it disappears right after I try to drag the list with finger up or...
Thanks! I will try to find where is UI settings defined. It is not necessarily for me to have an API for this case. If there is any hint or trick - it could be enough.
I know that things should be...
Thank you, however I found that most of settings are in "gsprofilesrv" package, but it does not contain sensor setting like autorotate.
I realize that platform api could have compatibility issues in...
Thank you for answer, but I am not planning to ask paid support. I have source code of Symian s^3 and s^4. If you have a hint where internal Sensor API could be found - I could find it by myself.
Hello,
I wonder if there is a good way to change system setting "Auto-rotate display"?
Reason I want to do this:
1. When user has this option off - phone is in portrait mode always.
2. My app...
This is really strange, because Nokia closed this issue with message "We are closing it now".
What does it mean? Looks like bug is not fixed. On my opinion if it is not possible to fix it Nokia...
Thank you very much for attention! I hope it will help to someone else.
Once more I have convinced that just asking someone for help could be enough for problem solving :)
So, this piece of code...
Have one idea :) What if to simulate of pointer event instead of key? LS button has constant place and screen orientation is portrait only.
I am going to try it in few hours.
Bad from my side, but I found sis file of autospeaker in the internet and installed on N8-Belle. It works. Also I saw via SISContents that this app does not contain MmDD capability.
yes - I am using EStdKeyDevice6 on EEventKeyDown and EEventKeyUp events
this is a code:
TInt SendEventL(RWsSession& aWsSession, TInt aWgId, TUint aCode, TInt aScanCode)
{
TInt err =...
BTW - I tried event sending on 3rd and it works perfect. I do not think it is too bad approach, because phone app has dedicated key for LS - EKeyDevice6. So there is no chance to miss the key :)
...
Thank you, but I already have app published at Nokia Store. It is free and I am not planning to make it not free. Also I am not planning to invest $ into signing. I know well how to use real API.
I...
Hello,
I want to turn on loudspeaker on incoming call automatically. I am on Nokia 5th SDK (not Qt).
First I were using CallAudioControl library, then TelephonyAudioRouting. Both of them require...
Finally I got it work :)
I tried all things I think :) - CVideoPlayerUtility2 with surfaces, etc...
And after all - when it still was not working, I found this line in container ConstructL:
...
Hello :) You cannot believe how I understand you! I have same issue now and it seems I need to rewrite setting handling - to save it by hands. I just need to show password dialog and exit app in case...
May be issue related to one from this link? http://www.developer.nokia.com/Community/Wiki/KIS001654_-_CVideoPlayerUtility_does_not_display_video_on_E72_devices
I found one link: http://www.symlab.org/main/documentation/reference/s3/sdk/GUID-D38456FB-BAA2-5473-B669-F44D5627155B.html
May be CVideoPlayerUtility2 is a solution? Since s^3 has NGA - video should...
Thank you, but video plays ok with native real video player. Audio and Video channels are ok. I have only troubles with playing using CVideoPlayerUtility when mp4 has 1280x720 resolution.
I am investigated behaviour of CVideoPlayerUtility while playing HD (1280x720):
It is not stable and I cannot understand logics. I have succeed with playing 1280x720 few times. It was happen on...
Thank you! I will think of RDA. Currently I added log info to player's code. I will see if it help to solve problem.