Android下pm 命令详解

Sam在看相关PackageManager代码时,无意中发现Android下提供一个pm命令,通常放在/system/bin/下。这个命令与Package有关,且非常实用。所以研究之。


0. Usage:
usage: pm [list|path|install|uninstall]
        pm list packages [-f]
        pm list permission-groups
        pm list permissions [-g] [-f] [-d] [-u][GROUP]
        pm list instrumentation [-f][TARGET-PACKAGE]
        pm list features
        pm path PACKAGE
        pm install [-l] [-r] [-t] [-iINSTALLER_PACKAGE_NAME] [-s] [-f] PATH
        pm uninstall [-k] PACKAGE
        pm enable PACKAGE_OR_COMPONENT
        pm disable PACKAGE_OR_COMPONENT
        pm setInstallLocation [0/auto] [1/internal][2/external]

The list packages command prints all packages.  Options:
  -f: see their associated file.

The list permission-groups command prints all known
permission groups.

The list permissions command prints all known
permissions, optionally only those in GROUP.  Options:
  -g: organize by group.
  -f: print all information.
  -s: short summary.
  -d: only list dangerous permissions.
  -u: list only the permissions users willsee.

The list instrumentation command prints allinstrumentations,
or only those that target a specified package.  Options:
  -f: see their associated file.

The list features command prints all features of thesystem.

The path command prints the path to the .apk of apackage.

The install command installs a package to the system.  Options:
  -l: install the package withFORWARD_LOCK.
  -r: reinstall an exisiting app, keeping itsdata.
  -t: allow test .apks to be installed.
  -i: specify the installer packagename.
  -s: install package on sdcard.
  -f: install package on internalflash.

The uninstall command removes a package from the system.Options:
  -k: keep the data and cache directoriesaround.
after the package removal.

The enable and disable commands change the enabled stateof
a given package or component (written as"package/class").

The getInstallLocation command gets the current installlocation
  0 [auto]: Let system decide the bestlocation
  1 [internal]: Install on internal devicestorage
  2 [external]: Install on externalmedia

The setInstallLocation command changes the default installlocation
  0 [auto]: Let system decide the bestlocation
  1 [internal]: Install on internal devicestorage
  2 [external]: Install on externalmedia



1. 具体使用方法
1.1:察看已安装的包:
pm list package
此时则显示所有已经安装的包名。

pm list package -f
也显示associated文件所在目录(即保存的APK文件)

1.2:察看已知的权限组:
pm list permission-groups

1.3:察看所有已知的权限
pm list permissions

1.4: 列出所有硬件相关信息
pm list features

结果通常类似:
feature:reqGlEsVersion=0x20000
feature:android.hardware.bluetooth
feature:android.hardware.camera
feature:android.hardware.location
feature:android.hardware.location.network
feature:android.hardware.microphone
feature:android.hardware.sensor.accelerometer
feature:android.hardware.sensor.compass
feature:android.hardware.touchscreen
feature:android.hardware.wifi


1.5:列出指定包名的  associated 文件(APK存档文件) 所在
例如:
pm path com.TDiJoy.fane
package:/mnt/asec/com.TDiJoy.fane-1/pkg.apk


1.6: 安装APK:
pm install [-l] [-r] [-t] [-i INSTALLER_PACKAGE_NAME] [-s] [-f]PATH

PATH 指 APK文件绝对路径和文件名。

例如:
pm install /data/3dijoy_fane.apk

这几个参数很有用:
-r: 安装一个已经安装的APK,保持其数据不变。
-i:指定安装的包名。(没试出来)
-s: 安装到SDCard上
-f: 安装到内部Flash上。



1.6:卸载APK:
pm uninstall 包名。
例如:
pm uninstall com.TDiJoy.fane


1.7: 得到和设置缺省安装位置:
The getInstallLocation command gets the current installlocation
  0 [auto]: Let system decide the bestlocation
  1 [internal]: Install on internal devicestorage
  2 [external]: Install on externalmedia

The setInstallLocation command changes the default installlocation
  0 [auto]: Let system decide the bestlocation
  1 [internal]: Install on internal devicestorage
  2 [external]: Install on externalmedia

pm  getInstallLocation
得到缺省的安装位置。

设置:
pm setInstallLocation <0|1|2>

0: 自动。
1:内部Flash。
2:扩展存储设备。






实例:如何在海信2.2 STB上将APK安装到U盘中:
Sam首先尝试使用:
pm setInstallLocation 2
之后安装之,没有用。

后来做如下尝试:

  在其它设置->存储设备->制定默认存储设备中选择U盘为默认存储设备。

   # pm install  -s xxxx.apk


就可以成功。

转自:http://blog.sina.com.cn/s/blog_602f877001018b94.html###

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值