cant find my application

Login to reply to this topic.
Mon, 2006-02-06 10:08
Joined: 2005-12-07
Forum posts: 35
hi guys, help again. i have already create a sis file for my project. but i cant find my application in the phone. i am using nokia 6670. the manager file shows tat the program is inside. but i can find the icon and run it.

this is my pkg file.

; Installation file for RTx application
;
;Languages
&EN
;
; UID is the app's UID
;
#{"RTx"},(0x01EF0030),1,0,0
;
;Supports Series 60 v 0.9
;This line indicates that this installation is for the Series 60 platform v0.9
;This line must appear _exactly_ as shown below in the sis file
;If this line is missing or incorrect, the sis file will not be able
;to be installed on Series 60 v0.9 platforms
(0x101F6F88), 0, 0, 0, {"Series60ProductID"}
;
; Four files to install
;
"RTx.app"-"!:\system\apps\RTx\RTx.app"
"RTx.rsc"-"!:\system\apps\RTx\RTx.rsc"
"RTx_caption.rsc"-"!:\system\apps\RTx\RTx_caption.rsc"
"RTx.aif"-"!:\system\apps\RTx\RTx.aif"


what can be the problem? thanks!

Mon, 2006-02-06 10:38
Joined: 2005-08-31
Forum posts: 21
Re: cant find my application
your aif file may be the ptoblem Smiley
check if your app i hiden or you may have a wrong UID in the aif

Mon, 2006-02-06 13:36
Joined: 2005-01-18
Forum posts: 26
Re: cant find my application
please check the path for .mbm file also......if u use the .bmp files.
and also the. aif file.
Tue, 2006-02-07 02:05
Joined: 2005-12-07
Forum posts: 35
Re: cant find my application
i think my .aif file is the problem. i cant find the aif file in my computer. there's no link to link. where can i create or find the .aif file?
Tue, 2006-02-07 06:08
Joined: 2005-01-18
Forum posts: 26
Re: cant find my application
the aif file entry is in your .mmp file
like........
AIF application name.aif ..\aif.........

after your building the file also generate in your C:\Symbian\7.0s\Series60_v20\Epoc32\data\z\system\apps\application name

I hope this will help you Cheezy
Tue, 2006-02-07 06:40
Forum Nokia Champion
Joined: 2005-08-31
Forum posts: 124
Re: cant find my application
check ur aif folder


it contain a fine myappaif.rss open it and check for this line

hidden=KAppIsHidden;

comment this line

and u will find ur application icon desktop of ur mobile

Regards,
Mateen maldar


Mateen Maldar

Tue, 2006-02-07 06:42
Joined: 2005-12-07
Forum posts: 35
Re: cant find my application
hi, sorry. i dont understand. as i know, i gt a aif folder. but dont have any .aif file inside. there's ony a RTxaif.rss file for my project. is tat the one? so must i put this  link into my pkg file?

thanks!
Tue, 2006-02-07 06:51
Joined: 2005-12-07
Forum posts: 35
Re: cant find my application
check ur aif folder


it contain a fine myappaif.rss open it and check for this line

hidden=KAppIsHidden;

comment this line

and u will find ur application icon desktop of ur mobile

Regards,
Mateen maldar

__________________________
thanks for your reply.
but i dont have the line inside my file.
this is all i got inside my RTxaif.rss.


#include <aiftool.rh>

RESOURCE AIF_DATA
    {
    app_uid=0x01EF0030;
    num_icons=2;
    embeddability=KAppNotEmbeddable;
    newfile=KAppDoesNotSupportNewFile;
    }

// End of File
Tue, 2006-02-07 06:54
Forum Nokia Champion
Joined: 2005-08-31
Forum posts: 124
Re: cant find my application
hi


as per i know there might be something wrong in ur application. can u mail me ur files so that i can check and try it out.

mateen_maldar@hotmail.com

regards,
Mateen maldar

Mateen Maldar

  • Login to reply to this topic.