언어 설정

Menu
Sites
Language
Error when pushing the file on the emulator

Hello everyone,

I am trying to push my .wgt file on the tizen emulator but I got always this error message "Failed to push the items: Remote path is a file."!

Any idea how to resolve this problem?

Thanks

Responses

5 댓글
Alex Ashirov

Hi,

Usually such message appears if you have not selected a folder on the tizen emulator before pushing. You need to open list of folders in the connection explorer and select folder into which you want to copy your widget. Then you will be able to push it.

karray gargouri

Thank you very much,  this is it... I didn't select a floder.

Another thing, I tried to deploy a .wgt file on the emultor (using the CLI), but I, sometimes, got this error message (installation has failed - package already installed) even I have changed the emulator.

Do you have any idea?

Alex Ashirov

Hello,

Could you please specify exactly which CLI command do you use?

karray gargouri

I used these commands:

==================================================

From the connection explorer, select the emulator or device and push the widget file into the /tmp folder. 

Type the below commands in terminal:

1) sdb shell

2) su -

3) cd /tmp

4) wrt-installer -i yourapp.wgt

These steps will install your application on the emulator or device.

==================================================

 

Alex Ashirov

Hi,

Probablu you need to use wrt-installer -iu yourapp.wgt as we last command.