i sucsecsfull install my aplication on my n97 but when i installing this on 5800 i can see Error, but progress bar was full on 2/3
sorry for my badly english
i sucsecsfull install my aplication on my n97 but when i installing this on 5800 i can see Error, but progress bar was full on 2/3
sorry for my badly english
Last edited by dimzhur; 2011-01-28 at 13:50.
ok , so what error did you got while installing on 5800? Also, is your application self-signed/open signed online/signed by developer certificate?
Do Remember to Search for your query on Google/Forum Wiki& DiBo , it really saves your time & You get your queries answered(in most of the cases) before posting them on Dibo itself. :)
Check if you can get a detailed error message: http://blogs.forum.nokia.com/blog/lu...er-debug-guide
It is a good idea to set your device to English for the experiments, and include the exact messages in your question.
i don`t see any detail about error, but i can install this on 5730 without autostart after inslall
does the autostart work in any other device ?
please be very specific about your query, one liners won't help you out. what exactly does the error message appears when your try installing the application on 5800?
Do Remember to Search for your query on Google/Forum Wiki& DiBo , it really saves your time & You get your queries answered(in most of the cases) before posting them on Dibo itself. :)
when i try installing on 5800 i can see just alert (Error, aplication don`t can install, without any codes )
for autostart i use this code
"$(EPOCROOT)Epoc32\release\gcce\urel\prv_0xE1BE2248.exe" -"!:\system\apps\10003a3f\prv_0xE1BE2248.exe",FR,RI
For Auto start you should be use like as
"$(EPOCROOT)Epoc32\release\gcce\urel\prv_0xE1BE2248.exe" -"!:\sys\bin\prv_0xE1BE2248.exe",RI
The installer has no such error message. Get the English message, and/or pick the English translation of the message from the suggested blog entry. Like "Unable to install", etc.That code can not work. Starting from S60 3rd edition, .exe files are to be placed in \sys\bin folder, the kernel will not load executables from any other location.for autostart i use this code
If this starter facility appears to work on any device, that device probably has a prv_0xE1BE2248.exe in its \sys\bin folder, and that might get started.
Last edited by dimzhur93; 2011-01-28 at 18:37.
dimzhur93, if the language is a problem, please use the Russian Developer Forum - Форум Российских разработчиков, there are Russian speaking developers there ready to help you.
With this type of errors, there are a few easy thing to try.
1) Remove the FR, RI flags
The installation may fail because the application is executed but it panics and that causes the installer to abort.
2) Comment out the file copying parts of the PKG script one by one
This way you can find out at which stage the installation fails and then you can focus on that component to understand what there might be wrong with it.
3) Post the entire PKG script here
-- Lucian