rohith_kugve
rohith_kugve

Reputation: 29

how to install tpk in TizenOS from within the device?

I have a Tizen app compiled in Tizen Sdk and packaged as a .tpk file. I want to install this on a real device. The device i work with does not have USB OTG and I am not able to connect SDB on Ethernet for some reason. However I am able to copy the .tpk file to the Tizen device with a pen drive. Now my question is how to I install this .tpk? Thanks.

Upvotes: 0

Views: 5313

Answers (1)

user2862133
user2862133

Reputation: 11

pkgcmd -i -t tpk -p /path/to/file

Upvotes: 1

Related Questions