TypeScript port of mouseos/android-checkin-py.
- Download and unzip latest artifact
./checkin --fingerprint "YOUR_DEVICE_FINGERPRINT" --model "YOUR_DEVICE_MODEL"
git clone https://github.com/ycrack/android-checkin-ts.git
buf generate
deno run --allow-net main.ts --fingerprint "YOUR_DEVICE_FINGERPRINT" --model "YOUR_DEVICE_MODEL"
checkin.proto is based on the code below: