When i deploy my Tizen project on emulator then it's giving a error "Transferring the package... > Fail Error occurred at the below step. Transferring the package...
(Return Code:2)unknown error" .
How can i fix it, and also on developer mode in my emulator.
Asked
Active
Viewed 2,692 times
3

Sameer
- 91
- 2
- 7
-
Is this for the TV or wearable? Version of the IDE/emulator? Any additional details would be helpful. – davesaus May 23 '16 at 18:56
-
This is for TV and Tizen IDE Version : 2.4.0_Rev6. – Sameer May 24 '16 at 05:25
-
Did you setup your author & device certificates? If so, did you do "Permit to install applications" on the emulator? Sorry for so many questions, but you'll learn this IDE can be very fickle if every step isn't followed exactly as expected. And, as you've seen, the returned error messages are usually less than helpful. – davesaus May 24 '16 at 14:35
-
1I did "Permit to install applications" on the emulator and now all is working.. Thanks.davesaus – Sameer May 26 '16 at 04:58
1 Answers
2
The answer to this issue was:
- Make sure both author and device certificates were setup properly.
- From the 'Connection Explorer' in the Tizen IDE, right-click on the device, then select 'Permit to install applications'.

davesaus
- 436
- 2
- 9
-
1I have TizenStudio 1.1.0 and don't have the 'Permit to install applications' in the right-click menu. I'm getting this error, and I think that the problem is that I'm missing this permission. – Parmaia Feb 13 '17 at 16:04
-
2To make the "Permit to install applications" action available, install "Samsung Certificate Extension" (you find it in the "Extension SDK"-tab in the Package Manager). ([source](http://stackoverflow.com/questions/40994548/tizen-app-not-installing-on-device/41003293#41003293)) – pasbi May 16 '17 at 22:13