God of War Splash by antagonizzzt.zip
3.2 MB
God of War splash logo by @antagonizzzt
Three ways to flash
1. Flash the zip directly from recovery
2. Fastboot method - goto fastboot and enter
3. Root method - Put the logo.bin file in the internal storage (no sub folders). Open termux and type "su" then copy paste the command below.
Screenshots
Three ways to flash
1. Flash the zip directly from recovery
2. Fastboot method - goto fastboot and enter
fastboot flash logo logo.bin
3. Root method - Put the logo.bin file in the internal storage (no sub folders). Open termux and type "su" then copy paste the command below.
dd if=/sdcard/logo.bin of=/dev/block/platform/bootdevice/by-name/logo
Screenshots
🔥4❤1
For modifying the lk I needed some useless space closer to the required address range. So I utilised the unused function "aging test mode" that is present at the address 0x4c404460.
Then I modified those codes like this refer above image.
So normally it works like,
This moded version works like,
Modded and self tested (Realme Narzo 30 4G RUI3) by @antagonizzzt
Also check: recovery flashable zip
Then I modified those codes like this refer above image.
So normally it works like,
Some function ---> other function
This moded version works like,
Some function ---> my code ---> checks for volume up ---> other function
Modded and self tested (Realme Narzo 30 4G RUI3) by @antagonizzzt
Also check: recovery flashable zip
🔥7❤2👍1
lk-rui3-menu.img
1.3 MB
What's new 🥳
1. Added a new thread.
2. Removed/Patched fastboot restrictions like
How to flash?
or
Recovery flashable version
Screenshots
1. Added a new thread.
Menu-like feature that runs along with fastboot mode you can just trigger these
Functions while in Fastboot (i.e no need to force power off)
UP - Continue to System
Down - Boot to Recovery
Power - Turns off device
2. Removed/Patched fastboot restrictions like
FAILED (remote: 'not support on security')
fastboot: error: Command failed
So some restricted commands will work
How to flash?
fastboot flash lk lk-rui3-menu.imgor
Recovery flashable version
Screenshots
🔥5❤1