yet another recognizer problem

Login to reply to this topic.
Sat, 2006-05-20 14:34
Joined: 2003-10-21
Forum posts: 40
Hi everybody,
I've encountered a strange problem and I couldn't find help on other posts. Hope you can help me.
I have a recognizer that is embedded in my application sis file. The recognizer works great. It starts the app after install and after phone boot.
However, there seems to be a problem when I re-install the app for the second time. My application doesn't install at all even though I get a message saying the install succeeded. Even more strange is that on the following re-install attempt, the application is installed OK. The problem repeats on every second re-install.
When I remove the recognizer embedded in my application sis file, the problem doesn' happen.

BTW, the problem happens on my Nokia 7610. On other models it works OK (6600, 6630)

Can you please help me?

Imzadi

Sun, 2006-05-21 22:29
Forum Nokia Champion
Joined: 2003-10-01
Forum posts: 723
Re: yet another recognizer problem
Odd. Do you uninstall the previous version each time before installing the new version? Btw, what's the speficiation of your pkg file?

Tote

Gabor Torok
Software architect, Agil Eight (http://www.agileight.com/)
Blog: http://mobile-thoughts.blogspot.com/

Mon, 2006-05-22 09:20
Joined: 2005-06-09
Forum posts: 174
Re: yet another recognizer problem
Some 2nd ed. FP1 devices (or all of them, I don't know) have issues with embedded SIS files.  Check the Known Issues document from Nokia.

Mon, 2006-05-22 15:11
Joined: 2006-04-05
Forum posts: 104
Re: yet another recognizer problem
Hi,

I have noticed wierd behaviour of recognisers on the 7610 before.  Eventually I tracked it down to the order in which the files are referenced in the pkg file. 

The problems i was getting are not exactly the same as what you are seeing but it rings a bell because you are getting the problem on this specific device.

Try putting the line that copies over the mdl file at the very end of the pkg.  It solved my problem, though as i say, your issue could be unrelated.

PL
Mon, 2006-05-22 15:45
Joined: 2003-10-21
Forum posts: 40
Re: yet another recognizer problem
Thank you very much tote, puterman and petxolobo  Smiley
As puterman wrote, there is a problem. Check FN techinical library V 1.25 under "Reinstallation problem in early SW builds on devices compliant with S60 2nd Edition, Feature Pack 1".
It describes the problem and the work around is just like petxolobo wrote, simply moved the recognizer before the application files and it works!
I just hope it won't cause problems on differnet models.

Thanks guys!!!!
imzadi
  • Login to reply to this topic.