FAQ

Official documentation

Official documentation link

How to generate dev certificate for non-partner ?

## init dev certificate
tizen certificate -a dev -p 123456 -c FR -s France -ct Nantes -o Tizen -u Development -n User -e user@company.com -f dev

How can I add certificate in keychain ?

CERT_AUTHOR=author.p12
CERT_AUTHOR_PWD=PROJECT_PASSWORD
PROFILE_NAME=Project-prod
tizen security-profiles add -n $PROFILE_NAME -a $CERT_AUTHOR -p $CERT_AUTHOR_PWD

How can I set a default password for the certificate ?

# https://developer.tizen.org/ko/forums/sdk-ide/how-get-distributor-certificate-password?langswitch=ko
distributor.signer (default password): tizenpkcs12passfordsigner

How can I know or list the installed applications ?

sdb shell 0 applist

How to get the debug port from application ?

sdb -s IP_TV shell 0 debug APP_ID

How to install an application ?

tizen install -n APP_ID -t DEVICE_TARGET (name)

How can I uninstall an app from cli ?

tizen uninstall -p APP_ID -t DEVICE_TARGET (name)