I use dynamic setting list example form nokia.
I would like it to select second or third values instead of first at begin.
What should I do?
Below is code.
/*Enumerated text setting item*/...
Type: Posts; User: b4605318; Keyword(s):
I use dynamic setting list example form nokia.
I would like it to select second or third values instead of first at begin.
What should I do?
Below is code.
/*Enumerated text setting item*/...
Hello everyboy I use my 6630 to test program.
I try to create new multiple messages in inbox.
In phone memory it works fine.
But If I switch Memory in use of message to Memory Card
it can...
Do you forget to include .rsg ?
I use NMIT to generate image(.jpg) DCF file and DR file.
I move .dcf to my phone (6681) via usb cable.
and then use now sms/mms gateway to send dr file(xml)
to my phone.
When my phone...
iClientMtmReg = CClientMtmRegistry::NewL(*iSession);
iSmsMtm = STATIC_CAST( CSmsClientMtm*, iClientMtmReg->NewMtmL(KUidMsgTypeSMS));
...
TApaTaskList taskList(iEikonEnv->WsSession());
TApaTask task = taskList.FindApp(KWmlBrowserUid);
_LIT(KUrl,"www.xxx.com");
const TBuf<20> link(KUrl);
if (task.Exists())
{
// If...
I use this code to create new message and save it in inbox.
_LIT(KAddress,"[test]");
_LIT(KBody,"test");
TBuf<10> aAddress(KAddress);
TBuf<20> aMessage(KBody);
...
Hello, Yucca
From your code. Can I try it on emulator? Or it must try on real devices.
I try it on Series 60 2nd FP3
_LIT(KFileName , "c:\\content.dcf");
TBufC<20> iFileName...
HI, nitin
Does DRMCommon api that exist in series 60 v2.0 or newer work?
If I have DCF (Video) file in MMC and I wanna write program
to check detail such as rights or control it to load...
Thank very much yucca.
However, From the above quote . Do you mean that DCF file with video not support in 3250 ? I don't have real device to test.
But my job now is doing with dcf video file....
Thanks yucca.
Do you have any examples on DRMCommon api.
I found this thread that it doesn't work.
http://discussion.forum.nokia.com/forum/showthread.php?t=60633&highlight=DRMCommon
Do you...
Anyone tried DRMCommon ?
Do you have any examples? Is it work?
and What series of phone it can test this api?
thanks.
Hi, Cherem
Could you please send me some examples (OGG and real player) ?
this e-mail boybell@gmail.com
thanks so much.
Thanks , yucca
In my case, I want user to download DCF file to his/her MMC directly.
When he/she open DCF file, How it handle user to download key from
http connection?
like .dm It works...
emm. I see Cherem.
Because my video file format is come from .3gp. I only encrypt it by some standard method such as AES Encryption.
So I think that when I would like to play it. I must...
Hi,Cherem
b4605318 is my student ID , I tried many name. But it is exist. So I use this name :-D
Ok, this means that I don't need to do this task ("But, if you want to decode MPEG4...
Thanks ,Cherem. I'm from thailand ;-)
from your advices.
I understand that I must do 2 tasks.
1). Encode .3gp to my format which i can use windows tools , Right?
I must demultiplex it...
Thanks , Cherem
May be my english is not good. In my project I wanna do the first choice.
1. Is you want to encode famous file like .3gp and .mpeg4 to your own file format .xxx, write it to...
Hi ,Cherem.
Thanks for your kind. You make me much more understand.
In my project. First stone, I want to encrypt famous video format such as .3gp , .mpeg4 to my own format (.xxx) and use my...
Hi , Cherem
Thanks for your reply.
Up to my understanding now. I have 2 ways to do it.
1. Implement MMF plug-in . From the above quote why i must implement
- codec (for encode) and -...
Hi, All
If i wanna users to download movie files to his/her mmc with locked.
and then must download key from internet to unlock it before playing.
Can DRM handle this? What i must...
Hi , cherem
DSA is direct screen access.
Can't I implement only controller?
and handle encode and decode in controller.
I don't have any basic of writing video MMF.
and this is my project...
Hi , every body
If i wanna encode .3gp file with some techniques and named it .xxx .
And then I wanna play this file by decode it per frame and play.
What plugin i must to implement. Is only...
Hi , every body
If i wanna encode .3gp file with some techniques and named it .xxx .
And then I wanna play this file by decode it per frame and play.
What plugin i must to implement. Is only...
I try to set repeating information for alarm.
First I try to set alarm daily with these codes.
CAgnAppt* appt=CAgnAppt::NewL(iParaFormatLayer,iCharFormatLayer);...