Android uses ADB pull or push to copy mobile phone files to the computer, copy mobile phone database to the computer, and copy computer database to the mobile phone

Let's talk about ADB command configuration first. If you encounter ADB, it is not an internal or external command, nor is it a runnable program or batch file. Configuring environment variables

1. ADB is not an internal or external command, nor is it a runnable program or batch file.

Solution: find the path in my computer - properties - advanced computer configuration - environment variables and system variables, and add the platform tools of SDK.

2. Use the command line to copy the files on the mobile phone to the computer

Copy folder command, such as copying the log folder to the current directory of the computer

Copy the folder to a folder under the current folder, such as copy 360 folder to 360 of the current folder

3. How to copy the database file of an app to the computer

This method requires a root phone

First copy the database file to the mobile phone sdcard

That is, after entering the Su input command, execute this command (copy contacts_app.db to the sdcard card)

Invalid Sign

4. By the way, learn the push command

File contacts_ Copy app.db to sdcard of mobile phone

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>