Android can view the system database under ADB, androidadb

Source: Internet
Author: User

Android can view the system database under ADB, androidadb

Recently, we have a requirement that we need to obtain the database data of the system without using apk. OK, let's look at how to implement it. Of course, in the ADB operating system database, you must have the root permission.

1. ADB connects to the mobile phone

2. adb shell combined with find to find db files

Adb shell find/-name '*. db'-type f
3. Export

Adb pull/data/com. android. providers. contacts/databases/contacts2.db/local

4. Open the database with sqlite

OK. You can do what you want to do later.



How can java software on the computer query the android sqlite database through adb?

I don't know. It seems that I can execute "adb shell cd/data/com. test/databases/& ls can display the file directory under databases. If only & is used, only the files under the root directory are displayed.

How does the android adb shell check the memory occupied by the file system operated by the current program?

In this way, the bottom layer of the android system is a cropped linux system. Therefore, the linux system is basically bright enough to run. How to use commands to view the linux system and how to view the android system?

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.