Hi,
I am working on Symbian 3rd edition.
I have some hindi content in a file, I am first converting this from utf8 to Unicode using function CnvUtfConverter::ConvertToUnicodeFromUtf8 the...
Type: Posts; User: anglina; Keyword(s):
Hi,
I am working on Symbian 3rd edition.
I have some hindi content in a file, I am first converting this from utf8 to Unicode using function CnvUtfConverter::ConvertToUnicodeFromUtf8 the...
Hi All,
I am developing an application for Symbian 5th edition.
I am using CBrCtlInterface API for browser in my application
I have inherited MBrCtlLinkResolver for ResolveEmbeddedLinkL &...
Try to find out the line of code responsible for the panic.. by using breakpoints while debugging or using logs.
you have to make you own logic for that.
first read the file data then use your parsing logic to get required data.
Try again after deleting all the binary files created. sometimes i also faced strange errors, which got resolved just after removing all the binaries manually.
I know its not a technical solution,...
Is there any description in "Problems" tab for those errors?
I am facing the same issue.. Did you found any solution??
Hi All,
In most of the qwerty board phones, key code generated for 'u' is 85 & for '*' is 42. But on some phones like E5 it gives key code 42 for both 'u' & '*'.
I my application...
This may be helpful for you --
http://wiki.forum.nokia.com/index.php/CS000933_-_Detecting_S60_platform_version_at_run_time
can you write your code here? so that we can help you solving the problem.
Hi Poonam,
When you are getting the error info, while installing the application?? or when launching after successfull intallation??
If you are getting error during...
Yes they are symbian error codes
This link may be helpful for you..
http://wiki.forum.nokia.com/index.php/Bring_application_to_foreground_with_a_keypress
Are you canceling key capturing in destructor of AppUi, as there may be a case you are skipping CancelCaptureKey.
try to use RecvOneOrMore() in place of Recv()..
The first one is not working as At() function is from parent class CArrayFixBase - Base class for arrays of fixed length objects.
Thus for string you are supposed to not use this.
second one is...
Try to set status pane before creating associated container in DoActivateL()
One more thing to share regarding Nokia E71x .. we have two nokia E71x phones all is working fine on the phone we bought from indian market but Video playing fails on the other one which we imported...
No, i am not getting any callback neither MvpuoOpenComplete gets called nor MvpuoEvent , its verified.
The reported devices are only -
Nokia E71x
Nokia 5800
Thanks,
Anil Jha
hi vineet,
I have tried playing both 3gp and mp4 video files, but the problem is not with the format as its not fail always.. While playing the same file it successfully played 2 out of 10...
No OpenFileL is not leaving i have already tried to trap, there is no error on calling OpenFileL also i have tried your previour suggestion but got no success..
hi all,
i have debugged all the function and found that on calling OpenFileL the callback function MvpuoOpenComplete is not called...
please tell me the possible reasons of this outcome.
...
I am not getting any error code after calling play only the screen becomes black..
I am not calling funtions which are not behaving correctly in 5th edition.. present in known issues.
I am only...
Hi all,
I am porting one of my application from symbian 3rd edition to 5th edition..
In 5th edition CVideoPlayerUtility is not working fine for me the callback from...