skills/smithery.ai/android-fastboot

android-fastboot

Installation
SKILL.md

Android Fastboot Operations

⚠️ DANGER ZONE - Fastboot operations write directly to device partitions. Wrong images or interrupted operations can brick devices. Always verify:

  1. Correct device (check fastboot getvar product)
  2. Correct images for exact device model
  3. Bootloader is unlocked (for flashing)
  4. Battery > 50%

Entering Fastboot Mode

# From ADB (device running)
adb reboot bootloader
Installs
3
First Seen
Apr 22, 2026
android-fastboot from smithery.ai