app_launch
Launch a Flipper app by name over BLE, skipping UI navigation. Optionally pass a file path to open directly. Requires app not already running.
Instructions
Launch a Flipper app BY NAME over BLE (app_start_request) — skips UI navigation. name: exact app name, e.g. 'NFC', 'Sub-GHz', '125 kHz RFID', 'Infrared', 'GPIO', 'U2F', 'iButton', 'Bad USB' (get exact names from the USB read server's app_list). args (optional): a launch argument — typically a FILE PATH to open directly (a .sub/.nfc/.ir); many apps jump straight to that file. then_screenshot (default True): capture the first screen. FAILS if an app is already running (app_exit first) or the name is unknown. Real action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| args | No | ||
| then_screenshot | No |