Hi to all,
I'm trying to install my app, but my problem is that, its gives Error while installing the app in devices as Fatal error: [Unknown] While installing in the Remote Device.
Please Can any me help regarding this issue.
Thanks in Advance.
Printable View
Hi to all,
I'm trying to install my app, but my problem is that, its gives Error while installing the app in devices as Fatal error: [Unknown] While installing in the Remote Device.
Please Can any me help regarding this issue.
Thanks in Advance.
Check if you are using RI or any such options for any executable in your pkg file also check if you are trying to access any private folder.
[QUOTE=kamalakshan;743028]Check if you are using RI or any such options for any executable in your pkg file also check if you are trying to access any private folder.[/QUOTE]
Thanks for your Reply Kamalakshan
My .pkg file
[CODE]; ShoutcastEngine.pkg
;
;
;Language - standard language definitions
&EN
;
; Application UID
#{"Shoutcast Engine"},(0xE020240A),1,0,0
;
;Supports Series 60 v 3.x
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
;
; Localised Vendor Name
%{"Forum Nokia"}
;
; Unique Vendor name
:"Forum Nokia"
;
;Files to install
"$(EPOCROOT)epoc32\release\armv5\urel\ShoutcastEngine.dll"-"!:\sys\bin\ShoutcastEngine.dll"
"$(EPOCROOT)epoc32\DATA\Z\resource\Plugins\ShoutcastEngine.rsc"-"!:\Resource\Plugins\ShoutcastEngine.rsc"
"$(EPOCROOT)epoc32\winscw\c\Shoutcast\shoutcast.pls" -"!:\shoutcast\shoutcast.pls"
[/CODE]
This is the sample project from Nokia "ShoutcastEngine" from S60Internet Radio.
Pls can you tell me is there any wrong in that pkg files.
[QUOTE=jameskittu;743033]Thanks for your Reply Kamalakshan
My .pkg file
[CODE]; ShoutcastEngine.pkg
;
;
;Language - standard language definitions
&EN
;
; Application UID
#{"Shoutcast Engine"},(0xE020240A),1,0,0
;
;Supports Series 60 v 3.x
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
;
; Localised Vendor Name
%{"Forum Nokia"}
;
; Unique Vendor name
:"Forum Nokia"
;
;Files to install
"$(EPOCROOT)epoc32\release\armv5\urel\ShoutcastEngine.dll"-"!:\sys\bin\ShoutcastEngine.dll"
"$(EPOCROOT)epoc32\DATA\Z\resource\Plugins\ShoutcastEngine.rsc"-"!:\Resource\Plugins\ShoutcastEngine.rsc"
"$(EPOCROOT)epoc32\winscw\c\Shoutcast\shoutcast.pls" -"!:\shoutcast\shoutcast.pls"
[/CODE]
This is the sample project from Nokia "ShoutcastEngine" from S60Internet Radio.
Pls can you tell me is there any wrong in that pkg files.[/QUOTE]
Could you build sis file using this pkg. Do u have ARM Compiler?
I feel the path should have been gcce instead of armv5
[QUOTE=kamalakshan;743057]Could you build sis file using this pkg. Do u have ARM Compiler?
I feel the path should have been gcce instead of armv5[/QUOTE]
Yeah I can able to compile the project.
Now I'm try using the GCCE path & let u know once I test the app.
[QUOTE=jameskittu;743063]Yeah I can able to compile the project.
Now I'm try using the GCCE path & let u know once I test the app.[/QUOTE]
How were you able to compile for armv5?