Languages

Menu
Sites
Language
Tizen SDK - Cannot uninstall webapp

I have been developing my App all day today - now all of a sudden, I am unable to uninstall the App.

Uninstalling the package... > Fail
Error occurred at the below step.
 `Uninstalling the package...`
 (Return Code:1009)Tizen Web Application uninstall failed.
During un-installation, some errors happen

The App does not appear on the TV, however when I look at the list of Apps installed through the Tizen SDK, it shows the App.

How can I uninstall the App and continue developing?

Responses

5 Replies
s arefin

Hi,

You can try using SDB
https://developer.tizen.org/development/tools/common-tools/smart-development-bridge

sdb uninstall <appid>  // Uninstall the application from the device.

thanks.

Fernsehfee Support

Unfortunately, SDB brings no results. It responds always "closed". (masked the ID - I tried multiple variants, but I don't think that is the issue in this case)

Failed SDB commands

Fernsehfee Support

Not even a factory reset helped (factory reset kept the developer mode active, so I am not convinced that really did anything anyway...)

Fernsehfee Support

Ignore that, it seems that I just went through initial set up again. Trying factory reset now.

Fernsehfee Support

So, to be certain, I factory reset and almost everything was reset.

 

The user, password, settings, etc were all reset. However, my App is still installed on the device and is in a failed state. You can see it in #10.

 

Failed