简体   繁体   中英

adb Android shell on Windows 7

I have just installed ADT on Windows 7, but know little to nothing of Linux and ash shell commands.

So how do you do this? (Preferably without rooting the device).

There is usually no sudo on Android devices, if the device is rooted, you would find su to log as root.

A lot of it depends on what device you are trying to get access to.

BTW, that has nothing to do with Windows 7 having shell commands or not, when you run adb , those are commands running on the device itself.

If the device is not rooted and access to /data is restricted, you won't be able to access it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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