Languages

Menu
Sites
Language
Cant debug app on simulator
I cant debug my app on simulator, when i try to deploy the console log write this:
[Starting deploy process...]
[RDS] RDS mode is enabled.
[RDS] Cannot find information of the latest launch.
 
[Creating the package...]
 
[Created the package:C:\Users\martin\workspace\Flash_ligth\Debug-Tizen-Emulator\a94747mdb9-1.0.0-i386.tpk]
 
[Transferring the package...]
 
[Transferred the package:C:\Users\martin\workspace\Flash_ligth\Debug-Tizen-Emulator\a94747mdb9-1.0.0-i386.tpk -> /opt/apps/PKGS/a94747mdb9-1.0.0-i386.tpk]
 
[Installing the package...]
$ pkgcmd -l  | grep a94747mdb9
$ pkgcmd -q -i -t tpk -p /opt/apps/PKGS/a94747mdb9-1.0.0-i386.tpk; echo cmd_ret:$?;
package path is /opt/apps/PKGS/a94747mdb9-1.0.0-i386.tpk
processing request 1 failed
cmd_ret:254
(13.593 sec)
How can i resolve this?
Sorry for my bad english
 
Edited by: Michael Shaver on 03 Jun, 2013

Responses

5 Replies
kavish
You have to create certificate for your application by using below link. https://developer.tizen.org/help/topic/org.tizen.gettingstarted/html/dev... Now need to Sign the application package with the help of below link. https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.app... After that build and run your application. After that you can debug your application.
kavish
You have to create certificate for application by using below link. https://developer.tizen.org/help/topic/org.tizen.gettingstarted/html/dev... Now need to Sign the application package. For that use below link. https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.app... After that build and run your application. After that you can debug your application.
kavish
To Debugging Applications on the Emulator follow below link. https://developer.tizen.org/help/topic/org.tizen.native.appprogramming/html/app_dev_process/debugging_app_emulator.htm If you want to debugging Applications on a Target Device use below link. https://developer.tizen.org/help/topic/org.tizen.native.appprogramming/html/app_dev_process/debugging_app_target.htm
Pushpa G
Try generating certificate and Insert signing process Follow below steps and go through Tizen help link document. 1) Create a package file of the application with the help of given link. https://developer.tizen.org/help/topic/org.tizen.native.appprogramming/html/app_dev_process/packaging_app.htm 2) Once Package file generated need tTo sign the application package. Use below link for Signing the Application Package. https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.appprogramming%2Fhtml%2Fapp_dev_process%2Fsigning_application_package.htm 3) Once your package file is ready, push the tpk file created under opt/apps/PKGS folder This you can find in connection explorer tab
Pushpa G
Follow below steps and go through Tizen help link document. 1) Create a package file of the application with the help of given link. https://developer.tizen.org/help/topic/org.tizen.native.appprogramming/html/app_dev_process/packaging_app.htm 2) Once Package file generated need tTo sign the application package. Use below link for Signing the Application Package. https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.appprogramming%2Fhtml%2Fapp_dev_process%2Fsigning_application_package.htm 3) Once your package file is ready, push the tpk file created under opt/apps/PKGS folder This you can find in connection explorer tab