Languages

Menu
Sites
Language
How can I find tizen embeded apps in the devices?

For example, I want to find tpk of videoplayer
in tizen devices or emulator.
but I can't find the path, anybody know?

Responses

4 Replies
daniel kim

Hi,

I've checked it on the device through Connection Explorer. but there is no path which contains the tpk file of application.

Alex Dem

Hi,
There are no *tpk packages of preinstalled apps on emulator & device filesystem (I have checked this way):

C:\tizen-sdk\tools>sdb root on
C:\tizen-sdk\tools>sdb shell
sh-3.2# find / -name "*.tpk"

Alexey.

懂事长 李

Thanks.

I checked more. and find that when tpk file is installed.

it will be unzip and copy to serveal dir s(like bin,  res ,  data, shared ..etc)

If I want to get tpk files, I should zip all those files and sign again.

not funny...

Alex Dem

Hi,
just fyi:
https://developer.tizen.org/forums/general-support/how-can-i-get-tizen2.3-emulators-sample-app..
Pleloaded apps sources should be appeared here in future:
https://review.tizen.org/git
Alexey.