adb命令重置_adb命令删除手机密码设置

Android DebugBridge version 1.0.20

-d

- directs command to the only connected USB device

returns an error if more than one USB device is

present.

-e

- directs command to theonly running emulator.returns an error if more than one emulator is running.

-s &ltserialnumber&gt –directs command to the USB device or emulator withthe given serial number

-p &ltproduct name or path&gt – simple product namelike ’sooner’, or

a relative/absolute pathto a product

out directory like ‘out/target/product/sooner’.

If -p is not specified, the ANDROID_PRODUCT_OUT

environment variable is used, which must

be an absolute path.

devices

– list all connecteddevices

device commands:

adb push &ltlocal&gt &ltremote&gt – copy file/dir todevice

adb pull &ltremote&gt &ltlocal&gt – copy file/dir fromdevice

adb sync [ &ltdirectory&gt ] – copy host-&gtdeviceonly if changed

(see ‘adb help all’)

adbshell – run remote shell interactively

adb shell &ltcommand&gt – run remote shell command

adb emu&ltcommand&gt – run emulator console command

adb logcat [ &ltfilter-spec&gt ] – View device log

adb forward &ltlocal&gt &ltremote&gt – forward socket connections

forward specs are one of:

tcp:&ltport&gt

localabstract:&ltunix domain socket name&gt

localreserved:&ltunix domain socket name&gt

localfilesystem:&ltunix domain socket name&gt

dev:&ltcharacter device name&gt

jdwp:&ltprocess pid&gt (remote only)

adb jdwp

– list PIDs of processes hosting a JDWP transport

adb install [-l] [-r] &ltfile&gt – push this package file to the device and installit

(‘-l’ means forward-lock the app)

(‘-r’ means reinstall the app, keeping its data)

adb uninstall [-k] &ltpackage&gt – remove this app package from the device

(‘-k’ means keep the data and cache directories)

adbbugreport – return all information from the device

that should be included in a bug report.

adbhelp – show this help message

adbversion – show version num

DATAOPTS:

(nooption) – don’t touch the data partition

-w – wipe the data partition

-d – flash the data partition

scripting:

adb wait-for-device –block until device is online

adbstart-server – ensure that there is a server running

adb kill-server – kill the server if it is running

adbget-state – prints: offline | bootloader | device

adbget-serialno – prints: &ltserial-number&gt

adbstatus-window – continuously print device status for a specified device

adbremount – remounts the /system partition on the device re

ad-write

adbroot – restarts adb with root permissions

networking:

adb ppp &lttty&gt [parameters] – Run PPP over USB.

Note: you should not automatically start a PDP connection.

&lttty&gt refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1

[parameters] – Eg. defaultroute debug dump local notty usepeerdns

adb sync notes: adb sync [ &ltdirectory&gt ]

&ltlocaldir&gt can be interpreted in several ways:

- If &ltdirectory&gt is not specified, both /system and /data partitions willbe updated.

- If it is “system” or “data”

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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值