언어 설정

Menu
Sites
Language
Newbie needs support

Hello Experts,

  I just installed Tizen SDK to hands on with Native Development. I am totally new to this however I am an old champ of Symbian S60. I am bit confuse here, so looking for some guidence to clear my doubts.

I tried to find some Native sample Apps/Codes but couldn't get that here. Then I thought to try WebApp

For SampleWeb Application I followed URL https://developer.tizen.org/downloads/sample-web-applications which have list of few apps, I downloaded "Bubblewrap" from https://01.org/html5webapps/webapps/bubblewrap and tried to load/run this Code from Tizen IDE as mentioned in URL https://developer.tizen.org/downloads/sample-web-applications/load-web-app-tizen-sdk  (I skipped step 3 as mentioned in URL). But I am getting several Errors while Building the project. Also it aborts Build process for some Certificate issue and ask to select Certificate path. 

AFAIK in other platforms Cert and Key are essentials for Device installation. I only need to test it on Emulator. Please help me understand the process for to run a sample code on Tizen IDE.

Is there any repositary/wiki where I can get some complete working codes/samples to run with this SDK.

 Thanks in advance.

-N

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

12 댓글
kavish
Use below link to create certificate for your application using below link. https://developer.tizen.org/help/topic/org.tizen.gettingstarted/html/dev... Use below link to sign the application package with the help of below link. https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Fapp_dev_process%2Fsigning_application_package.htm after that Certificate issue problem will be solved. For other error if you post exact error then it will help to solve your problem.
Hey Kavish, Thanks Man for suggestions. It seems the 1st Link is dead or expired. If its about Generate Certificates then I followed another URL for Generate Certificates and used "certificate-generator.bat" for creating the .p12 file. I successfully created a Test.p12 in SDK->Tools location. Now I am confuse while following steps mentioned in 2nd URL. Actually the IDE is my machine have bit different options. Window > Preferences > Tizen SDK > Secure Profiles shows a Window which doesn't have any "Insert signature at launching" Check Box there.However I added one TestProfile as SetActive there and gave my Test.p12 pathe & Password there. And clicked OK. Now I select File->New->TizenNativeProject->Tizen Native->AccountApp in IDE Now I can build the SampleProject (AccountApp) but can't run in Emulator. When I select Run->Run As->1 Tizen Native Application it gives Alert "There is no device to launch" Then I also tried to Emulator Manager for Connection View, where I created an Test Emulator and Launched. But After Launching I can see Emulator Blacj screen with some Booting Message Only. And still I get "No Device to Launch" Alert while Run the project. I'm not sure if its right way thats why I gave Screen URL for all key steps performed here. I uploaded all the key Screen Shots on Flikr for more clarity but unfortunately System is not allowing me to post URLs. :( Thanks P.S. Using Windows7 32Bit machine.
To understand problem more closely , Please refer the below URL having screen shots. http://www.flickr.com/photos/superbyte_new_car
kavish
HI superbyte, I think your Tizen SDK not installed properly. Just uninstall Tizen SDK using install manager. Once uninstall complete then delete "tizen-sdk" folder from your device . After that again reinstall your Tizen SDK. It will be good if you are using latest Tizen SDK version 2.1 from given link: https://developer.tizen.org/downloads/tizen-sdk After that you try above above procedure. if you face any problem you can write back here so that you will get help.
Well, downloaded SDK from same location just two days back. And it's SDKv2x only, I guess latest one. Also used SDK install manager & SDK rom image to install. If you say I can again do same process. But just curious if its not problem with Windows7 32Bit.
Kavish, Is it compulsory to have Intel HAXM (https://developer.tizen.org/downloads/sdk/installing-sdk/hardware-accelerated-execution-manager) I forgot to mentions, I don't have HAXM support in my computer and while installation I got HAXM installation failed message, rest other things worked fine during Installation. And seem this Emulator problem is not only with me. https://developer.tizen.org/forums/sdk-ide/tizen-emulator-not-starts I have missing "Insert signature at launching" checkbox in Window > Preferences > Tizen SDK > Secure Profiles for Certificate registration & Emulator showing Black Screen with Booting message. Bit confuse that which is more serious problem. Because the Screen in one help document is also not shwoing that CheckBox, however they're mentioning to select the checkbox. https://developer.tizen.org/documentation/dev-guide?redirect=https%3A//developer.tizen.org/help/topic/org.tizen.native.appprogramming/html/app_dev_process/debugging_app.htm
Hello experts, any idea for above doubts? I m still struck with it. Any help would be highly appreciated.
kavish
It is not compulsory to have Intel HAXM., I have not installed Intel HAXM but able to lunch emulator without any problem. Open the emulator manager and check that HW Virtualization is enable or disable. If it enabled then you can launch emulator. If it is Disabled it will show Black Screen with Booting message. Try above method and your problem will be solved.
Hi Kavish, Here i am little bit confuse, please clear my doubt, you are saying, If CPU doesnt support, we have to ENABLE HWV in Emulator Manger, otherwise DISABLE, is that right, or reverse is right?
kavish
If HW Virtualization enabled then your emulator launch faster. If HW Virtualization DISABLE then your emulator launch take more time and it will show Black Screen with Booting message. But after that emulator will launch. So it will be good to keep HW Virtualization enabled.
But what if my Machine(Laptop with Intel Centrino2) doesn't have Intel VT hardware. Then I have to HW Virtualization Disable or Enable? Can I also Enable HW Virtualization even though I don't have support of Intel VT. While installation it gave message "Failed to install HAXM support". Now please clear me should I have to disable or Enable it in Emulator. Thanks
Pushpa G
If you dont have Intel VT hardware, its better to disable HW virtualization and also by default in emulator manager it will show disabled if VT Hardware not there. Check Tizen IDE>Help>Help contents>Getting Started with Tizen > Development Environment > Tizen SDK > Emulator > Using the Extended Emulator Features>Using Hardware Virtualization for more details