Add your own so library to Android/system/lib

Source: Internet
Author: User

Run the following command:

1. Remount the/system directory to enable read/write: Mount-O remount, RW/dev/null/System

2. Modify the permission for this file: chmod 777/System

3. Use the DD and MV commands to copy the file to the system:

Dd If =/data/COM. Simo. simomate/lib/Libpcap. So of =/system/lib/Libpcap. So
MV/data/COM. Simo. simomate/lib/Libpcap. So/system/lib/

Note: Some mobile phones have deleted some common commands. solution:

1. Obtain the source code of the corresponding command in toolbox, compile and generate the command file, and copy it to the/system/bin directory.

2. Install busybox and use the busybox command. The busybox command is richer than the Toolbox command.

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.