You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 22, 2024. It is now read-only.
I've decrypted iBSS, then patched it with iBoot64Patcher and pack it back to img4.
Then I've uploaded it to device via: irecovery -f ibss.patched.img4
So far so good, I can speak with iBSS, for example execute some commands like irecovery -c 'bgcolor 100 100 250'
The problems begins when I'm uploading original apple bootlogo: irecovery -f bootlogo.img4 irecovery -c setpicture irecovery -c 'bgcolor 0 0 0'
Apple logo not appearing and I can make a conclusion that iBSS fails to validate logo signature.