简体   繁体   English

对于旧版本的Tizen-如何在Tizen模拟器中卸载应用程序?

[英]For old version of Tizen - How to uninstall an app in Tizen emulator?

This question is for one of the earliest versions of Tizen and does not apply to current versions 该问题适用于Tizen的最早版本之一,不适用于当前版本

I'm just getting started with Tizen. 我刚刚开始使用Tizen。 I managed to install a HelloWorld app on the emulator, but I can't find a way to uninstall it. 我设法在模拟器上安装了HelloWorld应用程序,但是找不到卸载它的方法。 What am I missing? 我想念什么?

Please see the following screen shot of the Settings menu on the emulator. 请在仿真器上查看以下“设置”菜单的屏幕截图。 The pre-loaded apps are listed under Application, but the app I installed is not there. 预加载的应用程序在“应用程序”下列出,但我安装的应用程序不存在。

Tizen模拟器上的设置

You can do it by using sdb command. 您可以使用sdb命令来完成。

$ sdb -e uninstall <AppId>

You can find your app's AppId in manifest.xml. 您可以在manifest.xml中找到应用程序的AppId。 AppId consists of random 10 characters (alphabets and digits). AppId包含10个随机字符(字母和数字)。

BTW, Tizen 2.1 (yet to be publicly released) has uninstall function in the Settings app. 顺便说一句,Tizen 2.1(尚未公开发布)在“设置”应用中具有卸载功能。

Open tizen shell by right-clicking on the emulator then select [Shell]. 右键单击仿真器,打开tizen shell,然后选择[Shell]。

wrt-installer -ug <guid>

or 要么

wrt-installer -un <package_name>

You can find guid at [Overview] page of config.xml. 您可以在config.xml的[概述]页面上找到guid。

Package name is the tizen application ID. 软件包名称是tizen应用程序ID。 You can find it at [Tizen] page of config.xml. 您可以在config.xml的[Tizen]页面中找到它。

for example, 例如,

wrt-installer -ug http://yourdomain/HelloWorld

or 要么

wrt-installer -un Spp6vzPOlp

在tizen watch emulator上,右键单击>控制面板> App Manager(左侧菜单)> Unninstaller

It's Simple just click on the settings icon which i rounded below (fig 1). 这很简单,只需单击我在下面四舍五入的设置图标(图1)。 Then the user apps will show a close icon(fig 2), just click on the close button which you need :) 然后,用户应用程序将显示一个关闭图标(图2),只需单击您需要的关闭按钮即可:)

图片1

image2

From the documentation: 从文档中:

you can uninstall the app on the phone via Settings > All > Manage applications. 您可以通过设置>所有>管理应用程序在手机上卸载该应用程序。 Select the app from the list, then click on the Uninstall button. 从列表中选择应用程序,然后单击“卸载”按钮。 You can also update an existing app from the command line with: 您还可以使用以下命令从命令行更新现有应用程序:

https://wiki.tizen.org/wiki/Manually_installing_apps https://wiki.tizen.org/wiki/Manually_installing_apps

On top left of the Tizen menu screen there is a setting icon, just click that icon and you can view all the user installed applications which can be uninstalled. Tizen菜单屏幕的左上方有一个设置图标,只需单击该图标,您就可以查看所有可以卸载的用户安装的应用程序。 Select your application from it and your app is uninstalled. 从中选择您的应用程序,然后您的应用程序将被卸载。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM