Address Book export after Android phone screen fails

Source: Internet
Author: User
Tags db browser for sqlite

The touch screen fails when the phone is flooded, but other entity keys (power and volume) are available and other functions are normal.

    1. After the shutdown, press and hold the power and volume up to vibrate, release the power, hold down the volume, and enter recovery mode.
    2. In recovery mode, the phone is backed up with a menu option, which can take up to 10 minutes and the backed-up files are located in a time-named folder clockworkmod/backup the phone's storage.
    3. In recovery mode, the USB connection is enabled via the menu Mount option and the phone is connected to the computer via USB, and the computer should recognize the phone and view the files.
    4. Copy the data portion of the backup file, including Data.ext4.tar (data.ext4.tar.a/b), to the computer, and then remove the phone.
    5. Open the command line at the file location of your computer and use the instructions to merge multiple tar files: type data.ext4.tar.a data.ext4.tar.b >> Data.ext4.tar to generate the merged uncompressed file.
    6. Unzip the compressed file, where the data/com.android.providers.contacts/databases directory is found, where the contact2.db file is the SQLite data file that holds the contact information. The original compressed file can then be discarded.
    7. Use the SQLite tool, such as DB Browser for Sqlite, to open the data file and explore the Raw_contact and data tables.
    8. Build the SQL statement select RAW_CONTACT_ID,DATA1,DATA2,DATA3,DATA4 from data to query, copy the query results to the Excel document. The database file can then be discarded.
    9. Edit the Excel file and export it to CSV format.
    10. Using the CSV to VCard tool, export the CSV as a VCF file, and note the Utf-8 encoding.
    11. Save the exported vcf file "to UTF-8 no BOM encoding format" using a text editor (such as notepad++) that can be encoded for conversion.
    12. Transfer the VCF file to your new phone and open it with your own contact tool to complete the import.

Address Book export after Android phone screen fails

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.