Debug machine without sqlite3 command file import
Sqlite3 Http://pan.baidu.com/s/1bohTMiz
(use old version sqlite3 to import libncurses.so file to/system/lib)
Import the downloaded sqlite3 file into the/system/xbin directory and modify the permissions of the Sqlite3
Permissions are encountered when importing sqlite3 the permissions of the system and XBin folders are modified first
Ls–al viewing system and XBin directory permissions, it is recommended to record permissions for the system and XBin directories
chmod 777 System
chmod 777 XBin
Modify the system and XBin directory permissions successfully. Then copy Sqlite3 to/system/xbin
ADB push Sqlite3/system/xbin
Modify permissions for Sqlite3
chmod 4755/system/xbin/sqlite3
Execute sqlite3 command successfully in shell
Then restore the system and XBin directory permissions.
"Android" Sqlite3 not Found