Hello Every Buddy,
I am trying first time install my Symbian C++ app on Sony Ericsson U8i.
But it cant support. Any change needed in Pkg file?
Hello Every Buddy,
I am trying first time install my Symbian C++ app on Sony Ericsson U8i.
But it cant support. Any change needed in Pkg file?
Thanks&Regard,
Dharam
Today might be a great and wonderful day. It depends on you
What excatly are you trying to install to it ? and what is the behaviour ?
I am making Symbian C++ (S60 3rd ) app that contain audio/video recording and location modules.
But at the end of installation process it give a msg - count not install.
Thanks&Regard,
Dharam
Today might be a great and wonderful day. It depends on you
ok, so then see what goes wrong with the installation, for example, you could start by removing lines from the pkg, and trying the incmplete sis installation untill you figure out which lines in the pkg are giving you the problem. and then you could copy paste those offending lines here.
Do you have embedded installation files (from plug-in packs for example)? They may not work on non-Nokia devices.
Otherwise you could simply try with an S60 3rd Hello World, if there is some basic issue with installing S60 3rd edition code.
Ok, I got the problem.
Problem in this particular line :"..\data\splashscreen.png" -"! :\data\splashscreen.png"
after comment this line my app was installed.
Thanks&Regard,
Dharam
Today might be a great and wonderful day. It depends on you
Generally it is a good idea to put your stuff into folders specific to your application (like your private folder and/or some folder with the name of your application perhaps with its UID) and/or give them file names which unlikely occur in other applications (like splashcreen_0x<your UID>.png)