Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A .bat file to automatically install a GSI on your Android device

NotificationsYou must be signed in to change notification settings

FeDeveloper95/GSI-Flash-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

This batch script simplifies the process of flashing a Generic System Image (GSI) on your Android device.

  • If the device is in AndroidOS or Recovery, it reboots the device into fastboot mode usingadb reboot bootloader.
  • If the device is in Bootloader mode, it reboots into fastboot mode usingfastboot reboot fastboot.
  • If the device is already in Fastboot mode, it proceeds directly to the flashing process.

The flashing process:

  • Erases necessary partitions usingfastboot erase.
  • Flashes the vbmeta image with verity and verification disabled.
  • Flashes the system image.
  • Flashes the recovery image.
  • Reboots the device.

Requirements:

  • An Android device with anunlocked bootloader.
  • ADB and Fastboot tools installed and configured on your computer.
  • Necessary GSIimage files (vbmeta.img, system.img, recovery.img) in the same directory as the script.

Tested on:

  • OnePlus Nord CE 5G (ebba) using AOSP 15 GSI by Ponces

Disclaimer:

This script is provided as-is, without any warranty. Use it at your own risk. Make sure you have a backup of your device before flashing a GSI.


[8]ページ先頭

©2009-2026 Movatter.jp