Quote:
Originally Posted by doctorbook
This patch works very well on firmware 3.1.1.
Its creator has done an excellent job. Congratulations!
My question is: is it possible to create a version that works on firmware 3.2.0 or 3.3.0?
Thanks
I apologize for my bad English (google translator)
|
For 3.3.0, you can try:
Code:
<Patch>
patch_name = `prevent firmware update`
patch_enable = `yes`
# alternative 1
#change `5.0.0` , `99.10` , `999.9` or similar
#replace_string = C3E87C, `3.1.1`, `5.9.9`
# alternative 2
replace_string = C48280, `https://api.kobobooks.com/1.0/UpgradeCheck/%1/%2/%3/%4/%5`, `https://api.kobobooks.com/1.0/UpgradeCheck/%1/%2/%3/9.9/N`
# alternative 3
#replace_string = C48280, `https://api.kobobooks.com/1.0/UpgradeCheck/%1/%2/%3/%4/%5`, `https://api.kobobooks.com/1.0/UpgradeCheck/%1/%2/k/99.9/N`
</Patch>
For 3.3.1 you can try:
Code:
<Patch>
patch_name = `prevent firmware update`
patch_enable = `yes`
# alternative 1
#change `5.0.0` , `99.10` , `999.9` or similar
#replace_string = C41874, `3.1.1`, `5.9.9`
# alternative 2
replace_string = C4B2A0, `https://api.kobobooks.com/1.0/UpgradeCheck/%1/%2/%3/%4/%5`, `https://api.kobobooks.com/1.0/UpgradeCheck/%1/%2/%3/9.9/N`
# alternative 3
#replace_string = C4B2A0, `https://api.kobobooks.com/1.0/UpgradeCheck/%1/%2/%3/%4/%5`, `https://api.kobobooks.com/1.0/UpgradeCheck/%1/%2/k/99.9/N`
</Patch>
Regards,
David