I have built the latest stable SQLite3 binary for
(ει€) ARM (ει€γγγΎγ§) all devices. I built it as I have an app that requires it, and distribute it with my app
TeMeFI , as a lot of people asked to not have to install it as a separate step. TeMeFI app does a LOOOOOT of SQL,
To use this on your device (RO devices), (ει€) I *think* the easiest way is to install the SQLite3 module from the magisk module repository, and simply unzip the contents in the attached file, and replace the binary that is in /data/adb/modules/sqlite3/system/bin/sqlite3, set the owner & group to ROOT and permissions to 755 (ει€γγγΎγ§)
Alternatively, you could use my app
TeMeFI, which also includes a menu item to create a Magisk module on the fly.;
Please feel free to use and distribute any of these binaries, without any attribution, or feeling you need to get my explicit permission;
just do not claim it was YOU that built it.
OR you could build it yourself using the simple instructions I followed at:
SQLite CLI and Library build scripts for...
github.com
github.com
I used the latest stable NDK
The MD5 of the zip file (not any internal binary) for v3.51.1 is MD5: D17106CA2CEF79722F7F2C8AAF615C93
Architectures included are:
- arm64-v8a
- armeabi-v7a
- x86
- x86_64
- riscv64
But I only test the ARM64 based binary.
Enjoy!