Quote:
Originally Posted by icallaci
When I use your settings (which are for the Glo) on my Aura HD, the Page # of # is off the bottom of the screen. When I try to insert only the padding-bottom statement into the patch (no matter what numbers I use for the other settings), the KoboRoot.tgz file is created with no error messages, but the Aura HD just ignores the patch and reverts to its default spacing.
|
I've noticed that kpg.exe leaves the replacement string unterminated when using replace_xor. This means that if you replace say `Original` with `New` then the patched file will contain the string `Newginal` instead of `New`.
I think this might be causing some of the problems people have with getting the footer patch to work, as the end of the old string might override the new string depending on what the new combined string looks like.
You could try adding some space to the end of the replacement string to overwrite more of the original string. Or maybe adding some junk characters to the end of the new string will cause the CSS interpreter to stop when it can't parse the junk.
If you are running Linux you could try to apply the patch with my program in
this post to see if there is a difference, as it does terminate the string when the replacement is shorter than the original.