adb_profile_save
Save detected or manually composed device profiles with custom quirks and notes to the profiles library for persistent reuse.
Instructions
Save a device profile to the profiles library. Use after adb_profile_detect to persist the profile, or create a manual profile with custom quirks and notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Profile name (used as filename) | |
| profile | Yes | Profile JSON string (from adb_profile_detect output or manually composed) |