Telltale v1.0.3-beta.1
Pre-releasePre-release. What has been verified, and what has not:
- Every screen walked against the built-in demo simulator, and the
protocol layer run in CI against an ELM327 simulator this project did
not write — plus a second one, on the private side, whose server
cannot be published.- Never connected to a real vehicle. Bluetooth LE is verified as
far as scanning and permissions; no ELM327 adapter of any kind has
been connected to this build.TEST_EVIDENCE.mdandDEVICE_VERIFICATION.mdrecord exactly what
was checked, including the checks that turned out to be worthless.If you have an adapter and a car, this is the build to try. Settings →
匯出紀錄 exports a verbatim transcript of everything the adapter said;
an issue with that file attached is the most useful thing you can send.預發行版本。 每個畫面都對內建模擬器走過,協定層在 CI 裡跑過一個
第三方 ELM327 模擬器(私有端還有第二個,它的 server 無法公開),
但從未連過真車 —— 藍牙 LE 只驗到掃描與權限,
沒有連過任何一顆 ELM327 轉接器。有轉接器又有車的話,這就是該試的版本;
出問題請到「設定 → 匯出紀錄」把逐字紀錄存下來,附在 issue 裡送回來。
Telltale 1.0.3+4
English | 繁體中文 below
A ready-made APK for anyone who would rather not run a Flutter
toolchain. Same source, same features as the Google Play build —
nothing is held back.
| File | telltale-v1.0.3-beta.1.apk (56M) |
| SHA-256 | 3de70872334e3e5a8436dfa3cb50c62e1ddfbc75d83f7fa06024bc3ce0335b1b |
| Signing certificate | 7e97b3dd0b3f11a9a593cf8d182d49032490022938cecaafde90b53d5825414d |
This build is signed with the community key, not the Google Play
key. It therefore cannot update — and cannot be updated by — an
install that came from the Play Store; Android will refuse with a
signature mismatch. Uninstall one before installing the other. The two
keys are separate on purpose: sharing them would let anything that
compromised CI publish a replacement for a store install.
Verify before installing:
sha256sum telltale-v1.0.3-beta.1.apk
給不想自己架 Flutter 環境的人的現成 APK。原始碼相同、功能與 Google Play
版完全一致,沒有閹割。
這份是社群簽章金鑰簽的,不是 Google Play 的上架金鑰。 所以它無法用來更新
從 Play 商店安裝的版本,反之亦然 —— Android 會以簽章不符拒絕。要換過去請先解除
安裝。兩把金鑰刻意分開:共用的話,任何入侵 CI 的人就能發布一個能取代商店安裝的版本。
安裝前請先核對 SHA-256。