Sign in
Use the same credentials as the mobile app.
| Session | Task | Platform | Status | Files | Created |
|---|
Create tasks for trainers to record in the mobile app.
| ID | Platform | Title | Instruction |
|---|
New task
Install the Recorder App
Trainers need the mobile app to record trajectories. Install it before starting a task.
Android — physical device
- On your Android device, tap Download APK above (or sideload via USB).
- If prompted, enable Install unknown apps for your browser.
- Open the downloaded file to install.
- After first launch: Settings → Accessibility → Installed services → Mobile Trajectory Recorder → turn on.
- Grant screen capture permission when you tap Start Recording.
Android — emulator (macOS / Linux)
Use the same APK above. Requires Android Studio or Android SDK (ANDROID_HOME).
Android Studio: Device Manager (phone icon) → Create Virtual Device → Pixel 7, API 30+ → Play to launch.
CLI — list and start an AVD:
$ANDROID_HOME/emulator/emulator -list-avds $ANDROID_HOME/emulator/emulator -avd <avd_name> &
Download and install APK:
curl -o app-release.apk "" adb wait-for-device adb install -r app-release.apk
Then in the emulator: Settings → Accessibility → Installed services → Mobile Trajectory Recorder → On.
Full walkthrough: android-distribution.md on GitHub.
Enter this in the mobile app login screen (same address as this page).
iOS
iOS cannot be installed from this page. Options without the App Store:
- Simulator (macOS only): build and run from Xcode.
- USB + Xcode (free Apple ID): connect device, run from Xcode (expires in 7 days).
- TestFlight or Ad-hoc IPA (paid Apple Developer account): admin distributes build.
Full guide: ios-distribution.md on GitHub.