Phase 0: toolchain + on-device DB spike #1
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/1/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Proves the full build→deploy pipeline for a native PocketBook InkPad Color 3 app and documents the device's reading-state database.
What's here
src/main.cpp) that cross-compiles to an ARM.app.CMakeLists.txt+scripts/build.shusing the PocketBook SDK 6.3.0 Docker image (linksinkview+freetype; handles the image'sbashentrypoint).docs/device-db-notes.md: confirmedexplorer-3.db/books_settingsschema — read status (completed) for EPUB & PDF,cpage/npagepercentage for both, EPUB positions stored as standard CFI, and the SQLite WAL caveat.docs/phase0-runbook.md: build / deploy / spike steps..gitignoreexcludes build output and personal device data (docs/spike/).Verification
Built end to end and launched successfully on the physical device.
Next
Phase 1 — config panel +
KavitaClient+ library browser (load/unload).🤖 Generated with Claude Code