Skip to content

Instantly share code, notes, and snippets.

@d3nd3
Created April 15, 2023 18:07
Show Gist options
  • Save d3nd3/956027bcc6b0a21269b05c8ff0fb709f to your computer and use it in GitHub Desktop.
Save d3nd3/956027bcc6b0a21269b05c8ff0fb709f to your computer and use it in GitHub Desktop.
Exagear License for pi-legacy
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