instalation problem on the N73

Login to reply to this topic.
Tue, 2008-05-06 08:19
Joined: 2007-08-23
Forum posts: 15

Hi symbian masters.

I have problem with installation SIS file to the device N73.

I create SIS file, creates was OK. after i copy SIS file to the device.

On the device via browser I started install my sis file, but installation stops with message Unable to install.

what I should to do ? I have check with App.Manager, my application was not installed to the device et.

My pkg file.
; mobiJAX_S60.pkg

; Languages
&EN

; Header
#{"mobiJAX_S60"},(0xefde671), 1, 0, 0

; Platform compatibility
[0x101F7961], 0, 0, 0, {"Series60ProductID"}

; vendor
%{"Numobiq Inc"}
:"Vendor Name"

; Display at install
;"notice.txt" - "", FILETEXT, TEXTEXIT

; Target

"\Symbian\9.1\S60_3rd_MR_2\Epoc32\BUILD\Numobiq\device\ports\S60\MOBIJAX\GCCE\UREL\mobiJAX.exe"-"!:\sys\bin\mobiJAX.exe"
"\Symbian\9.1\S60_3rd_MR_2\Epoc32\Data\z\resource\apps\mobiJAX.rSC"-"!:\resource\apps\mobiJAX.rsc"
"\Symbian\9.1\S60_3rd_MR_2\Epoc32\Data\z\resource\apps\mobiJAX.mif"-"!:\resource\apps\mobiJAX.mif"
"\Symbian\9.1\S60_3rd_MR_2\Epoc32\Data\z\private\10003a3f\import\apps\mobiJAX_reg.rsc"-"!:\private\10003a3f\import\apps\mobiJAX_reg.rsc"

; remove log file during uninstall
""-"C:\data\mobi\numobiq_port.log",FILENULL
""-"C:\data\mobi\numobiq_port.log.txt",FILENULL
""-"C:\data\mobi\netid.txt",FILENULL
""-"C:\data\mobi\alarms.db",FILENULL

; Load-on-boot file
"\Symbian\9.1\S60_3rd_MR_2\Epoc32\Data\A0003972.rsc"- "!:\private\101f875a\import\[A0003972].rsc"


Tue, 2008-05-06 10:40
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: instalation problem on the N73

This message may come up when your installation file (.sis/.sisx) copies files to other application's private folder, i.e. privateuid. Note that Symbian 9 introduces data caging concept, it means you don't have access to other application's private folder.

Try to change the path of the below:

"\Symbian\9.1\S60_3rd_MR_2\Epoc32\Data\z\resource\apps\mobiJAX.rSC"-"!:\private\10003a3f\import\apps\mobiJAX.rsc"

Review other paths if only changing above doesnt work.

Tue, 2008-05-06 11:52
Joined: 2007-08-23
Forum posts: 15
Re: instalation problem on the N73

I have change the pkg file, but still not working.

the message is : Unable to install.
#{"mobiJAX_S60"},(0xefde671), 1, 0, 0

; Platform compatibility
[0x101F7961], 0, 0, 0, {"Series60ProductID"}

; vendor
%{"Numobiq Inc"}
:"Vendor Name"

; Display at install
;"notice.txt" - "", FILETEXT, TEXTEXIT

; Target

"\Symbian\9.1\S60_3rd_MR_2\Epoc32\BUILD\Numobiq\device\ports\S60\MOBIJAX\GCCE\UREL\mobiJAX.exe"-"!:\sys\bin\mobiJAX.exe"

but its installs fine without exe file.

Tue, 2008-05-06 12:19
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: instalation problem on the N73

Sorry I had not noticed the earlier source path in your pkg paths, i was looking only at destination paths. Your source is wrong.
should be more like
\Symbian\9.1\S60_3rd_MR_2\Epoc32\release\gcce\urel\mobiJAX.exe

Tue, 2008-05-06 12:37
Joined: 2007-08-23
Forum posts: 15
Re: instalation problem on the N73

after compiling with the line:
abld build gcce
compiler makes exe file here : \Symbian\9.1\S60_3rd_MR_2\Epoc32\BUILD\Numobiq\device\ports\S60\MOBIJAX\GCCE\UREL\mobiJAX.exe

Tue, 2008-05-06 12:50
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: instalation problem on the N73

Well I would use abld build gcce urel.

Till date I have always used the exe from the above mentioned path, and its worked fine for me. You can check the paths in other pkg files available on the net to confirm it!!

Tue, 2008-05-06 13:21
Joined: 2007-08-23
Forum posts: 15
Re: instalation problem on the N73

Thx, you was right, I used frong file path.

now, its OK.

\Symbian\9.1\S60_3rd_MR_2\Epoc32\release\gcce\urel\mobiJAX.exe

Beer for you man! thx.

Tue, 2008-05-06 14:07
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: instalation problem on the N73

Will remember that Eye-wink But on a serious note..glad that you could sort out the problem

  • Login to reply to this topic.