@@ -5,8 +5,8 @@ title: Custom Bootloader
55export const kaeru_images = [
66 {
77 " payload_version" : " 1.0.0" ,
8- " firmware_version" : " UHA34.29-5 " ,
9- " url" : " https://penangf.fuckyoumoto.xyz/assets/modding/kaeru/1.0.0/kaeru-UHA34.29-5 .img"
8+ " firmware_version" : " UHA34.29-20 " ,
9+ " url" : " https://penangf.fuckyoumoto.xyz/assets/modding/kaeru/1.0.0/kaeru-UHA34.29-20 .img"
1010 },
1111];
1212
@@ -58,9 +58,11 @@ In addition, it extends the functionality by adding new options for customizing
5858- Blocks ``` fastboot flash preloader ```
5959- Removes orange state
6060- Spoofs verified state to green
61+ - Spoofs bootloader lock status
6162- Block ``` fastboot flashing lock ```
6263- Adds ``` fastboot oem help ```
6364- Adds ``` fastboot oem hexdump ```
65+ - Adds ``` fastboot oem bldr_spoof ```
6466
6567## Kaeru
6668
@@ -154,6 +156,10 @@ $ fastboot flash lk chouchou-UHA34.29-10.img
154156 ```
155157
156158### Troubleshooting
159+ #### The "no permit flash no sign partition" error appears
160+ To fix this, flash kaeru/chouchou to lk_a and lk_b through fastbootd (recovery),
161+ then go back to bootloader mode, and the issue will be fixed.
162+
157163#### No image on the screen after flashing ChouChou
158164In some regions, due to incompatibility between DTBO and LK, the screen may not display an image.
159165To fix this, you need to [ flash the stock firmware] ( ../info/flash_stock.md ) from a compatible region (e.g. RETEU) via fastboot.
0 commit comments