I downloaded an example application (source code and a prebuild sis file) to see if I could build an application and install it on my 6260.
When I install the prebuild sis file everything works fine, but when I build the source code and make my own sis something is wrong. I can install the sis on the 6260, but the application doesn't show up in the menu. It does show up in the list of installed applications, so install and uninstall works fine.
The application also works fine on the emulator.
I'm using Eclipse with the symbian plugin with Series60 SDK v2.1
I'm not sure where to look, so any help is appreciated.
Thanks, I found the problem..
You were right, it was the .pkg file, I was making the sis with the WINS files. I changed the path so it uses the ARMI files and now it works.