Created
April 15, 2023 18:07
-
-
Save d3nd3/956027bcc6b0a21269b05c8ff0fb709f to your computer and use it in GitHub Desktop.
Exagear License for pi-legacy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rmdir '/opt/exagear/lic' | |
| rm '/opt/exagear/bin/actool' | |
| # non legacy versions | |
| printf '\x00\xf0\x20\xe3\x01\x00\xa0\xe3' | dd of='/opt/exagear/bin/ubt_x32a32_al_mem2g' bs=1 seek=866740 count=8 conv=notrunc 2> /dev/null | |
| printf '\x00\xf0\x20\xe3\x01\x00\xa0\xe3' | dd of='/opt/exagear/bin/ubt_x32a32_al_mem3g' bs=1 seek=996256 count=8 conv=notrunc 2> /dev/null | |
| # legacy version (pi0 armv6) | |
| printf '\x01\x00\xa0\xe3\x01\x00\xa0\xe3' | dd of='/opt/exagear/bin/ubt_x32a32_al' bs=1 seek=1071816 count=8 conv=notrunc 2> /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment