yet another recognizer problem
| Sat, 2006-05-20 14:34 | |
|
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 |
|






Forum posts: 723
Tote
Gabor Torok
Software architect, Agil Eight (http://www.agileight.com/)
Blog: http://mobile-thoughts.blogspot.com/
Forum posts: 174
http://ptrmobile.blogspot.com/
Forum posts: 104
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
Forum posts: 40
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