# AOSPで遊ぼ

1 min read
Table of Contents

使用端末

Zenfone max pro m1 (3+32GB) https://www.asus.com/jp/mobile-handhelds/phones/zenfone/zenfone-max-pro-m1/

※USB2.0を明示しないとCFWがインストール不可能なので注意

事前準備

  1. adb/fastbootが使える
  2. GSIを準備する https://smartasw.com/archives/4816

install fastboot

Terminal window
adb reboot bootloader
# if after A10, into fastbootd
# fastboot reboot fastboot
fastboot erase system
fastboot flash system
fastboot erase userdata
fastboot erase metadata
fastboot reboot

install orangefox

fastboot flash recovery "${path2orangefox_recovery.img}"
fastboot reboot recovery
# wipe -> format_data
# reboot recovery
# install from rom.zip
# reboot system

install AOSP

参考

orangefox: https://orangefox.download/ cfw情報: https://t.me/s/Asus_X00TD

My avatar

読んでくれてありがとうございます。
質問・感想等は以下またはSNSからどうぞ。

気ままに書いていきますので今後もよろしくお願いします。


More Posts

Comments