1

I want to install a tizen app in a remote location. I want to upload the certificate using command line. What is the equivalent command for "Permit to install applications" in context menu

RzR
  • 3,068
  • 29
  • 26
nomem
  • 1,568
  • 4
  • 17
  • 33

1 Answers1

0

What Tizen device are you working on ?

you need to upload the signature xml file into :

sdb push *.xml /home/developer

You can also try CLI SDK and share feedback on tizen wiki

RzR
  • 3,068
  • 29
  • 26
  • 3
    Hi, I've got an error `/home/developer': Permission denied while trying this. Do you know any workaround? (I have turn on developer mode on TV) – Pax0r Nov 20 '17 at 18:56