EZFastboot simplifies fastboot and has a nice GUI written in Tauri and React.
See Tauri's documentation for Getting Started
Note
pnpm is highly recommended
Clone the project
git clone https://github.com/zalnaRs/ez-fastboot
Go to the project directory
cd ez-fastboot
Install dependencies
pnpm i
Start
pnpm tauri dev
- Flashing
- Ereasing Partitons
- Boot
Currently there is no prebuilt packages to install. Come back later or build it yourself.
To build this project run
pnpm run build
See this repository's project.
Mainly I want to add more backends. So for example Heimdall (for Samsung ODIN support).