BIG problem with instalation on Symbian phone

8 posts / 0 new
Last post
mirekk36
mirekk36's picture
Offline
Mobile Conjurer
Joined: 14 Aug 2010
Posts:
BIG problem with instalation on Symbian phone

When I try to install my compiled *.SIS application for Nokia E72 , after this - AppName = "ee99c54" and don't start anymore. I can only delete this app from phone.

What the chicken word ? .... In simulator it works propelly.

This situation is from build r1831 .... any idea what i make wrong ?? or ???

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Fredrik Eldh
Fredrik's picture
Offline
Mobile Sorcerer
Joined: 16 Feb 2009
Posts:

That was my fault. The Symbian resource file was changed in a way our packager couldn't handle. However, the change was made in r1832, so r1831 and earlier should work fine. Please use an earlier version to build for Symbian until the problem is resolved.

mirekk36
mirekk36's picture
Offline
Mobile Conjurer
Joined: 14 Aug 2010
Posts:

Fredrik ---> When this problem will be resolved ???

mirekk36
mirekk36's picture
Offline
Mobile Conjurer
Joined: 14 Aug 2010
Posts:

I see:
r1863 Trunk: Tool package now works with s60v3. Added prerequisites to RuntimeBuilder and ReleasePackageBuild.

but in newer r1869 always i have after compiling:

Created U:\MoSync\workspace1\BTMcon\Output\Release\s60v3\1\ee98ec56.sis

and this app: ee98ec56 is installed on my phone, and can't start Sad

mirekk36
mirekk36's picture
Offline
Mobile Conjurer
Joined: 14 Aug 2010
Posts:

and now, i see:

r1879 Trunk, uidcrc: Added vcproj. RuntimeBuilder: fixed Symbian builds.

but in r1881 we have next problems with compiling:

mosync-problem-r1881.jpg mosync-problem2-r1881.jpg
Sam Pickard
rival's picture
Online
Mobile Archmage
Joined: 19 Mar 2009
Posts:

I've just bumped into this one myself. It was caused by having an application icon XML document, which doesn't have a suitable (i.e. SVG) icon for Nokia. It attempts to add the icon to the package and then fails. The solution is to add the SVG icon, or remove (or rename) the application icon xml.

Julian
Julian's picture
Offline
Joined: 4 Aug 2011
Posts:
mirekk36 wrote:

and now, i see:

r1879 Trunk, uidcrc: Added vcproj. RuntimeBuilder: fixed Symbian builds.

but in r1881 we have next problems with compiling:

Hi Sam,
I try to add SVG file, remove and rename the icon xml but it still happens.
What is the problem?

Thanks,

Sam Pickard
rival's picture
Online
Mobile Archmage
Joined: 19 Mar 2009
Posts:

Can you have a look in the console? I spotted my problem because I could see the last operation it was trying to perform was to inject the icon. What is the last command it attempted to execute?