參考資訊:
https://github.com/MerlijnWajer/bionic-clown-boot/tree/solana
https://github.com/tmlind/droid4-kexecboot/blob/master/2023-12-26/droid4-kexecboot.img
步驟如下:
1. 下載檔案
$ sudo apt-get install fastboot $ cd $ wget https://github.com/tmlind/droid4-kexecboot/blob/master/2023-12-26/droid4-kexecboot.img $ wget https://github.com/MerlijnWajer/bionic-clown-boot/blob/solana/allow-mbmloader-flashing-mbm.bin $ wget https://github.com/MerlijnWajer/bionic-clown-boot/blob/solana/boot.img
2. 按住電源 + 音量上 + 音量下,選擇進入Fastboot模式
3. 安裝Kexecboot
$ fastboot flash mbm allow-mbmloader-flashing-mbm.bin $ fastboot reboot-bootloader $ fastboot flash bpsw droid4-kexecboot.img $ fastboot flash boot boot.img $ fastboot reboot