Read-only archive of the All About Symbian forum (2001–2013) · About this archive

UIQ ERROR-Incombatible Installer Version

5 replies · 3,242 views · Started 26 September 2003

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??? 😞

Attachments: gamenew.sis (73 KB)

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.

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. 😃

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???

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! 😊

pg_india wrote: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??? 😞