Sqlite3 not found

Source: Internet
Author: User

I found that there was no sqlite3 in Xiaomi today, and it was a sqlite3: not found error when I typed the command.

Solution:

1) The Mount/system directory can be read and written.

> Adb shell

# Mount-o remount, rw-t yaffs2/dev/block/mtdblock3/system

2) push sqlite3 to the device

> Adb push sqlite3/system/xbin

3) Modify permissions

# Chomd 4755/system/xbin/sqlite3

// Very important test: Execute sqlite3 to check whether it can be executed. If it cannot be executed, push the dependent library file of sqlite3 to the device, if sqlite3 can be executed normally, you do not need to push libncurses. so (this library file is extracted from 2.3.5 and cannot be used. It is available on 4.0.3. if you do not want to use it, you can create your own virtual machine and extract it from the virtual machine)

# Sqlite3

> Adb push libncurses. so/system/lib

4) Restore/system to read-only

# Mount-o remount, ro-t yaffs2/dev/block/mtdblock3/system

 

Note: The related files are in the compressed package.

Download: http://www.bkjia.com/uploadfile/2012/0410/20120410110318587.rar
 


 

Have fun :)

 

From ticket

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.