Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tizen app not installing on device

I'm trying to install a simple app (built from samples) on Samsung Tizen Z2 device using Tizen Studio 1.0.1 on both MacOS,Win7 and getting error 23: Signature verification failed.

My device shows properly in Connection Explorer. Also generated the certificate using Certificate Manager. Please help.

like image 900
Jeet Avatar asked Dec 06 '16 11:12

Jeet


People also ask

Why are apps not installing on my Samsung Smart TV?

Turn on your Samsung TV and go to Settings > System Information. Select Software Update. Once updates are already downloaded, choose the latest update to install to your smart TV. Once the update process is done, launch the Samsung App Store and download your desired app.

Why is my phone app refusing installation?

Corrupted storage, especially corrupted SD cards, is one of the most common reasons why Android app not installed error occurs. Unwanted data might contain elements that disturb the storage location, causing the Android app can't install error.

How do I install an APK file on my Tizen smart TV?

Can I install the APK file on Samsung Smart TV? You cannot install APK files as you would with an Android device to a Samsung TV.


1 Answers

Check privileges. Is there any unnecessary privileges or you missed any privileges which is needed for your app.

If you think you have generated the certificate appropriately, the right click on the device id from connection explorer and click "permit to install".

If you still face the problem, remove all the certificates you have created. You may follow this guide carefully. I think, the problem is with certificate type.

Please make sure you have installed Samsung certificate extention from Package Manager.

enter image description here

And you have created Samsung certificate not the Tizen certificate.


Addendum:

If the Samsung Certificate Extension is not showing up in the Extension SDK-Tab it must first be enabled in the Package Manager - Configuration, accesible via the tools-icon. Package Manager - Config Extension SDK

like image 105
Iqbal hossain Avatar answered Nov 06 '22 16:11

Iqbal hossain