View Full Version : UIQ ERROR-Incombatible Installer Version


pg_india
26-09-2003, 02:40 PM
I have a jar file which i want to convert into sis file so that i can install on the mobile phone. although the jar file can be directly installed but then also i thgt of giving a try.

i installed the uiq 7.0 from symbian.

Now i am creating the sis file using following method:
http://www.kajetan.nu/docs/SymbianSDK.html(given at this site)

I am able to create the sis file but the problem is when i am trying to install it onto the emulator it says "INCIMPATIBLE INSTALLER VERSION".

I am copying the .pkg file for reference:

; Installation header
#{"Turtle"},(0x01000123),1,0,0,TYPE=SISAPP
;
(0x101F80BE), 1, 0, 0, {"SonyEricssonP80xPlatformProductID"}
;
; Files
"\Symbian\UIQ_70\erj\GameNew\install\GameNew.aif"-"!:\System\Apps\GameNew\GameNew.aif"
"\Symbian\UIQ_70\erj\GameNew\install\GameNew.app"-"!:\System\Apps\GameNew\GameNew.app"
"\Symbian\UIQ_70\erj\GameNew\install\GameNew.jar"-"!:\System\Apps\GameNew\GameNew.jar"
"\Symbian\UIQ_70\erj\GameNew\install\GameNew.txt"-"!:\System\Apps\GameNew\GameNew.txt"
;

The same UID i am giving while creating the aif files using the AIFBUILDER.
I am attaching the sis file if someone let me know whether the file is workin on real mobile or not as i don't have the mobile phone!!
Could someone help me??? :(

Raven
26-09-2003, 04:01 PM
Hi,

Your SIS gets installed just fine on the P800. I can't actually run it though, it just says 'Starting...", and nothing happens. But that might just be my phone, I've had the same problem running a Personal Java app once before...

Cheers.

sidneylopsides
26-09-2003, 10:23 PM
Same here, only works if installed onto the internal memory, but it doesn't start. It says it cannot be launched if it s on the Memory Stick. :D

pg_india
27-09-2003, 04:05 AM
Thanks Raven and sidneylopsides for the reply!!!
-----
"Same here, only works if installed onto the internal memory, but it doesn't start. It says it cannot be launched if it s on the Memory Stick"
-----
Do you mean that there is no problem in running the application when installing on internat memory!!! Is the application starting when installed on internal memory??

Whats memory stick???

sidneylopsides
27-09-2003, 09:57 AM
The P800 allows you to install on the phones memory or a removable memory stick.
I tried installing on both, on the internal memory it said starting and then nothing happened
On the memory stick it said it could not be started. Hope that helps! :)

nitro112
27-10-2004, 04:40 PM
I have a jar file which i want to convert into sis file so that i can install on the mobile phone. although the jar file can be directly installed but then also i thgt of giving a try.

i installed the uiq 7.0 from symbian.

Now i am creating the sis file using following method:
http://www.kajetan.nu/docs/SymbianSDK.html(given at this site)

I am able to create the sis file but the problem is when i am trying to install it onto the emulator it says "INCIMPATIBLE INSTALLER VERSION".

I am copying the .pkg file for reference:

; Installation header
#{"Turtle"},(0x01000123),1,0,0,TYPE=SISAPP
;
(0x101F80BE), 1, 0, 0, {"SonyEricssonP80xPlatformProductID"}
;
; Files
"\Symbian\UIQ_70\erj\GameNew\install\GameNew.aif"-"!:\System\Apps\GameNew\GameNew.aif"
"\Symbian\UIQ_70\erj\GameNew\install\GameNew.app"-"!:\System\Apps\GameNew\GameNew.app"
"\Symbian\UIQ_70\erj\GameNew\install\GameNew.jar"-"!:\System\Apps\GameNew\GameNew.jar"
"\Symbian\UIQ_70\erj\GameNew\install\GameNew.txt"-"!:\System\Apps\GameNew\GameNew.txt"
;

The same UID i am giving while creating the aif files using the AIFBUILDER.
I am attaching the sis file if someone let me know whether the file is workin on real mobile or not as i don't have the mobile phone!!
Could someone help me??? :(