Dear all,
I'm trying to write a Software Installer package as described here :
http://wiki.forum.nokia.com/index.php/Installing_Java_apps_and_WRT_widgets_using_sis_files
and everything is OK...
Type: Posts; User: iit-developer; Keyword(s):
Dear all,
I'm trying to write a Software Installer package as described here :
http://wiki.forum.nokia.com/index.php/Installing_Java_apps_and_WRT_widgets_using_sis_files
and everything is OK...
ok thank you so much wizard_hu your reply are always very useful.
Paolo
Hi all,
I would to read the 'memory in use' property from inbuilt 'camera' Application.
Just to be more clear:
I would to read value of 'Camera->Settings->Memory in use'.
In a post i found...
Hi all,
following the wizard's advice i searched on the OSS code repository in the "mdfunittest/codecapi/video/src/" section and i' ve found the videoplayfile_cov.cpp file.
In this cpp there a...
hi symbianyucca and thank you for your reply,
i know that the API plug-in have no compatibility promise but on my device (N96) i can correctly initialize the devvideo decoder calling the...
Hi all,
i'm triyng to use the devvideo library and i'm able to correctly initialize the decoder but when i try to call the GetSnapshotL() function a KErrNotSupported is always returned to me....
ok,
and there is no way to pass these "frames" to a video decoder who can decode them?
Regards
Hi wizard_hu_ and thank you so much for all the info that you gave me...
i'm checking the function exported by the 3gplibrary and in specific of the C3GPParse class but i can't find a method that...
Hi all,
i'm encountering an error at the emulator startup on the Symbian^3 Nokia SDK.
The Carbide log file says:
...
Thank you wizard_hu_,
can you please show me how to put the TDes8 into a CFbsBitmap.
Regards
Supposing that the buffer contains coded data, exists a funtion to decode this data into a jpg file?
Best Regards
Hi all,
i'm interested in the 3gplibrary usage.
I have to extract frames from a video file (in 3gp or mp4 format) and save these images to file system and this lib seems to be helpful for me.
In...
Thank you so much wizard_hu_,
i didn't know this source repository....
I really appreciate your help.
Hi all,
i' ve found the 3gplibrary.lib and the c3gplibrary.h in the PDK as suggested by wizard_hu_.
The header file define the C3GPParse class as a NONSHARABLE_CLASS.
So to use this class i've...
ok thank you so much i'll try to download the PDK
Hi sybianyucca,
the dll i'm talking about is the 3gplibrary.dll defined in the Symbian^3 SDK for Nokia Devices.
I' ve download the platform but in the SDK is present only the 3gplibrary.dll file...
Hi all,
i would load a DLL in my application.
I know the difference between Static and Polymorfic DLL (and the usage of RLibrary)
In the SDK i'm able to find only the .dll file and no .h neither...
ok thank you so much wizard_hu_,
whenever i have some news i will inform the forum.
Best regards
you're right wizard_hu,
c:\data is the "Phone Memory" and VideoClip dir is under c:\data but in the N96 doesn't exist the c:\data\Videos\ dir that is the return value of PathInfo::VideoPath.
Why...
Yes wizard_hu_,
i' ve checked the content of VideoPath and i find that the value of this constant is C:\Data\Videos\.
My N96 saves by default the video taken from its camera in C:\VideoClip\ so...
Thank's wizard_hu_,
but i have tried also to be notified also on one single directory like this:
videosPath = PathInfo::PhoneMemoryRootPath();
videosPath.Append(PathInfo::VideosPath());...
Hi all,
i' m writing a file system observer that notify me when a new file has been added to the default images and videos directory (on the root C: and on the external memory i.e. E:).
To get...
Ok thank you so much janza,
you show me an indirect way to get notified when some application running in the device is accessing the built-in camera.
So do you think is not possible to receive...
Can anybody confirm or deny what TongMuan is saying?
Is possible with MCameraObserver2 to implement an observer for the built-in camera that notify me if some application (not the mine but whatever...
ok thank you so much wizard_hu