Languages

Menu
Sites
Language
How to sign the package using web-signing.bat

I am trying to sign the package, but unable to find out any information on how to use the tool web-signing (BTW, the tooling side of Tizen really needs some improvement). Is there such a tool. I already tried to certification but due to this issue my submission is rejected. So please help me out.

Responses

6 Replies
Raghu Kona

Hi Imgen Tata,

Please refer https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.gettingstarted%2Fhtml%2Fdev_env%2Fcertificate_generator.htm for generating a certificate. Once you create the certificate, you can sign your application with it. 

If you would like to generate using command line interface, please refer https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Fide_sdk_tools%2Fusing_cli.htm. However I would recommend using the IDE.

Regards,

Raghu Kona

Imgen Tata

Thanks for the answer.

About the IDE, I really want to use the IDE. I am an IDE guy, I hate command line junk (IMHO, of course). The thing is in the Tizen IDE, there is no way I can find that allow me to exclude certain files when building the package which makes it a no-go. When I develop, I don't use it. It's slow to hell a lot of times, even on my top-specced laptop - fastest SSD, 8G fastes RAM, best Intel Haswell i7. The intellisense is a joke at best. The only time I use it is when I want to test on emulator and that's it.

All in my humble opinion though. The tizen platform has potential, but its tooling does need a major overhaul.

Raghavendra Reddy Shiva

Tizen IDE allows you to exclude specific files or folders in your project from getting built (or included). You need to use the “Resource Filters” (Right click on your project-> Properties-> “Resource” , it’s the first option) feature to achieve this. Hope that helps !!

Imgen Tata

Thanks, will check this out. It's a big thing for me as for now I am manully cherry picking the files to package. Now I can do it once and automatically.

Imgen Tata

This thing is not working.

 

I created a exclude filter like below image, still all the folders and *.ts and *.map files is still in the generated wgt file. What a junk IDE it is!!

Raghavendra Reddy Shiva