Ok
Thanks for your reply.
Type: Posts; User: akki.sulochana; Keyword(s):
Ok
Thanks for your reply.
Ok
Thanks for your reply.
But my doubt is, what do I submit for publishing on Ovi store now ? Just my application.sis ?(without embedding PenguiBooksIndia Pvt.Ltd_OviPublishCert_Feb23.sis) ?
Does Ovi store modify my...
Hi,
i got the .cert file,key file and .sis file from OVI store.
After that how i use the sis file in my application?
i Used that sis file in my pkg file like this
@"PenguiBooksIndia...
Sorry, I didnt quite get you, is the packaging with installer "must" for any application on Ovi store
I have an application to publish to Ovi store.Its a non- Qt application. I have received the certificate, key , installer and Uid's .
I do not have any dependant libraries used (like...
I tried SetExtentToWholeScreen ,SetRect(0,0,width , height) and setExtent. The dialog always appears at the bottom half of the screen.
Not sure whats the probelm.
Hello,
Is it possible to make the dialog , which is represented by CAknMessageQueryDialog, to appear full screen . I tried to fetch the screen width and height , and tried to do SetSize on...
I have a dialog of type CAknMessageQueryDialog, and I want to add customised buttons for that dialog and hence I am using CEikButtonGroupContainer, and I face error in creating the button for this...
Hi want to create the custom cba bttons.for this i am using the below dlg in my container class
CEikButtonGroupContainer* cba1 = CEikButtonGroupContainer::NewL(CEikButtonGroupContainer::EView,...
Hi i solve the problem by deleting the EXIT() from my code.
yes i used My application UID3 for didclaimer text.and also i tested on device.
Hi this is my ConstructL function from Appui
BaseConstructL(CAknAppUi::EAknEnableSkin | EAppOrientationPortrait);
// Connect to the file server session
RFs fsSession; ...
It is exiting without prssing any key. and also that text is not showing long time
ok thanks its working fine.
Now i am facing one more problem .
In My device The Disclimer text is not showing long time. Is there any time limitaion to give to my text in my Appui class?
Hi Thanks for your reply i am following the below link to create the disclimer text,
http://wiki.forum.nokia.com/index.php/CS000935_-_Showing_a_manufacturer_disclaimer_during_the_first_launch
In...
Hi i am getting the below error in error in my project.
make[1]: *** No rule to make target...
Is there any example code to call disclaimer text in view and container?
i want launch the application first and after the application's landing screen is shown(which has a button), everytime, at the press of the button i want to display the disclaimer.
Is it possible...
Hi, thanks to all
i solved my problem by changing the mbm file in my carbide mmp file .
what steps i follwed is in my MMP file edited the mbm file and delete the old one and after i loaded the...
Yes ,i am using the same name to the new one.
Hi,
when i try to build my application it showing the below error,
MAKEFILEBUILD_HELP VERBOSE=-s
A subdirectory or file \Symbian\9.2\S60_3rd_FP1_2\epoc32\WINSCW\c\resource\help already exists....
I want to add the disclaimer text ofter installation.when try to open the application it will show. is it possible to add the text ofter installation?
is there any example code how to put in the pkg file?
Hi
I want to add the Disclaimer text to my application please some one give me some example code how to add the disclaimer text.