Android 14 GSI から Android 15の GSIに移行してみる。
以下から Android 15 の GSI をダウンロードする。
https://github.com/ponces/treble_aosp/releases
ダウンロードするのは、以下の名前のもの。
aosp-arm64-ab-gapps-15.0-20241016.img.xz
手順
- ダウンロードしたら、windows のターミナルを起動し、以下のコマンドを入力する。
wsl
- ダウンロードした .xzファイルを unxzし、.imgを取り出す。
unxz aosp-arm64-ab-gapps-15.0-20241016.img.xz
wsl をexit で抜けて、adb 接続をおこなう。
- powershellで以下のコマンドを入力する。
(※ このとき、adb 承認 画面がタブレットに表示されていたら、承認を押下し、再度以下のコマンドを実行する。)
adb reboot bootloader
- fastboot コマンドを入力し、fastbootdに入る。
fastboot reboot fastboot
- fastbootdに入ったら、以下のコマンドをpowershellから入力し、systemに焼く。
fastboot flash system .\aosp-arm64-ab-gapps-15.0-20241016.img
- Finished. Total time: x.xxx s の表示されたら、再起動コマンドを入力。
fastboot reboot
以上で、Android 14 の GSI から Android 15 の GSIへの移行は終わり。
- 参考:ターミナル(powershell) 実行時の画面ショット