Skip to content

A user-friendly Fastboot ToolBox & Payload Dumper for Windows

License

Notifications You must be signed in to change notification settings

libxzr/FastbootEnhance

Repository files navigation

Fastboot Enhance

A user-friendly Fastboot ToolBox & Payload Dumper for Windows

What can it do?

  • Show fastboot vars
  • Switch between fastbootd, bootloader, recovery & system
  • Switch between A & B slot
  • Flash Payload.bin in fastbootd
  • Flash images
  • Erase partitions
  • Delete logical partitions
  • Create logical partitions
  • Resize logical partitions
  • Unpack Payload.bin
  • Extract specific image from Payload.bin
  • Show Payload vars
  • Show dynamic partition metadata

Usage

  • Make sure .NET Framework 4.5+ is supported

  • Download Release.zip from Github Releases

  • Unzip

  • Click FastbootEnhance.exe

Note

  • Incremental packages are not supported

( I don't have a plan to support it in the future because it is quite useless )

  • Still you are able to extract correct image from incremental packages if the checksum passes

( The checksum will be automatically done if "ignore checksum" is not checked )

Building

  • Clone and build it with Visual Studio

Credits