Procedure for getting a file from the Data Partition to the computer

Source: Internet
Author: User

The premise is: we want to get a file in the Data Partition under the sdcard, and then execute the ADB command from the sdcard to the PC end.

1. First, make sure that the mobile phone is already root, because do you have the root mobile phone? Do you have the permission?

2. Go to the "Data Partition" page to obtain the highest permission. Run the CMD command: su to obtain the highest permission.

3. Find a file under data and execute Cat file name/mnt/sdcard

4. Take the copied file out of sdcard.

# Cat/data/COM. Android. providers. telephony/databases/>/mnt/sdcard/for Android systems with special circumstances
CAT/data/COM. Android. providers. telephony/databases/>/mnt/sdcard/
Cannot create/mnt/sdcard/: is a directory
# Cat/data/COM. Android. providers. telephony/databases/>/mnt/sdcard/
CAT/data/COM. Android. providers. telephony/databases/>/mnt/sdcard/
Cat: not found
# Cat/data/COM. Android. providers. telephony/databases/>/mnt/sdcard/
CAT/data/COM. Android. providers. telephony/databases/>/mnt/sdcard/
Cannot create/mnt/sdcard/: is a directory
# Cp/data/COM. Android. providers. telephony/databases/*/sdcard/
CP/data/COM. Android. providers. telephony/databases/*/sdcard // Android system with or without special circumstances
# Cd/sdcard
CD/sdcard
# Ls-l

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.