instalation problem on the N73
| Tue, 2008-05-06 08:19 | |
|
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. ; Languages ; Header ; Platform compatibility ; vendor ; Display at install ; Target "\Symbian\9.1\S60_3rd_MR_2\Epoc32\BUILD\Numobiq\device\ports\S60\MOBIJAX\GCCE\UREL\mobiJAX.exe"-"!:\sys\bin\mobiJAX.exe" ; remove log file during uninstall ; Load-on-boot file |
|






Forum posts: 463
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.
Forum posts: 15
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.
Forum posts: 463
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
Forum posts: 15
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
Forum posts: 463
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!!
Forum posts: 15
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.
Forum posts: 463
Will remember that
But on a serious note..glad that you could sort out the problem