·
4 commits
to main
since this release
PikminBot Jogger v1.2 — simulates a jog for Pikmin Bloom.
Features:
- Mock GPS moves at configurable speed (0.5-30 km/h) along a heading (straight) or a loop (radius 20-5000m)
- Steps stream to Health Connect in 30s batches (0-10/s)
- Movement + steps computed from real elapsed time — measured speed matches config
- Exported foreground service: am start-foreground-service -n com.pikminbot.jogger/.JogService --es mode loop --ef speed_kph 8.0 --ei heading 90 --ef steps_per_sec 2.5 --ei radius_m 100 --ei duration_min 30
Note: only one app can be the system mock-location provider at a time — selecting Jogger disables MockLoc until re-selected.