I have tried the autostart option with ensymble but its not working, Any bug reports?
I have tried the autostart option with ensymble but its not working, Any bug reports?
No Bug reports for --autostart in ensymble.
Self-signed applications and applications with UID in the unprotected range cannot register to be automatically started.
Thus in your case one of the above two mentioned issue exists.
So
1) Try to use a default UID provided by ensymble.
2) Get the SIS file (application) signed by a developer certificate or by opensigned online at www.symbiansigned.com The files generated by ensymble are Selfsigned by its certificate.
Best Regards,
Croozeus
Pankaj Nathani
www.croozeus.com
I just tested Ensymble's --autostart option yesterday and it works without any problems.
UID was from "Protected Range" (0x20000000->) and I used developer certificate (with all possible capabilities) from Symbian signed. The command I used was something like this:
Directory "roskis/" contained only one file: default.pyCode:ensymble.py py2sis \ --uid=0x20012345 \ --appname=PuhuvaRoskis \ --version=0.0.1 \ --lang=EN \ --shortcaption="Roskis" \ --caption="Puhuva Roskis" \ --drive=C \ --caps=ALL-TCB-DRM-AllFiles \ --vendor="Aapo Rista" \ --autostart \ --runinstall \ --verbose \ --cert=certs/mydevcert.cer \ --privkey=certs/mydevcert.key \ roskis PuhuvaRoskis-signed.sis
After reboot the application starts and seems to go to the background.
Pankaj Nathani
www.croozeus.com
I have one question regarding creating sis with autostart application on startup.
I am creating this sis using
and signing this sis with symbian online sign.Code:ensymble.py py2sis --uid=0xE0000001 --appname="Test" --version=0.0.1 --shortcaption="test" --caption="test" --caps=ALL-TCB-DRM-AllFiles --autostart --verbose fg.py
I don't have any paid certificate or uid . I want to create this application(sis file) for test purpose. What should I give at uid?
Thanks and Regards,
Niraj Pendal
It used to work for me, but at some point stopped working.