Languages

Menu
Sites
Language
How to push and install an application to a device with the SDK?

Hello, I would like to know how and if it is possible to install an application with the connection explorer view from the IDE? Then I think I have to push a wgt file  to the device, but first I don't have the permission to access  most of the folders , and second, I can't find the phone folder which you can access on phone itself, so that I can find the location where I would install the application file on the phone. To which location on the phone should I push the wgt file and how to install?

My question is not how to run an application from the IDE on the phone, but how to install a wgt file on the phone. I can't manage to install the MTP USB Device driver and also I can't run the emulator because my cpu doesn't support intel Virtualization Technology (VT-x)

Thanks

 

 

 

Edited by: van Egdom on 07 Jun, 2013

Responses

2 Replies
Marco Buettner
To install your application rightclick on your project -> run as -> Tizen Web Application or Tizen Native Application
Mahesh Lingsugur
Hi celaeno, as said by Marco above, you may install and run the app on phone using Run As > Tizen Web/Native App Alternatively, to push a file to your phone's FS using connection explorer, you might need to enable the sdb root mode using command "sdb root on". And then, push or drag-n-drop the tpk file to "/opt/media/Downloads" which later may be installed from phone's 'My Files'.