sqlite3: not found

前端 未结 3 1774
陌清茗
陌清茗 2020-12-02 14:51

I am trying to reach the sqlite database on my device using the procedure described here: How can i see SQLite Database (No emulator)?

However, I keep on getting sql

3条回答
  •  醉梦人生
    2020-12-02 15:18

    1. Go to Play store --> search for Titanium Backup & install it
    2. adb shell
    3. su
    4. cp /data/data/com.keramidas.TitaniumBackup/files/sqlite3 /system/xbin/
    5. cd /system/xbin/
    6. chmod 755 sqlite3
    7. adbd reboot (just in case)
    8. Enjoy the result

提交回复
热议问题