adb_profile_save
Persist a device profile to the library after detection or create a manual profile with custom quirks and notes.
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) |