Quote:
Originally Posted by icallaci
Using the code I show above, what should I use instead of replace_bytes = 13FA5A6, 0A, 58? Thanks--I think you have figured out why some code works while other code doesn't.
Edit: the only change from your original code is the very last part, where I added an entry for font-size for my Aura HD: {\n\tmin-height: 40px;\n\tmax-height: 70px;\n\tfont-size: 26px;\n\tqproperty-footerMargin: 15;\n}
|
I count your replacement string to be 104 characters long (counting '\n' and '\t' as one character each), so try adding the terminating null as
Code:
replace_bytes = 13FA5B8, 3B, 58