简体   繁体   中英

adb shell “Bus Error” while running sqlite3 file.db

I am unable to use "sqlite3" in my Asus Zenfone 5. Its rooted device and has sqlite3 in /system/xbin. Whenever I run as root, for "sqlite3 file.db", It shows me following error.

Bus error  

Its too time consuming to move the .db file to laptop and perform operation and move back there. Suggest something to work with it.

The issue is fixed now. It was due to two separate versions of adb installed. One through Ubuntu apt-get and one through Android SDK. I purged the apt one. All good now. Technically: Packages were conflicting.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM