So...
I'm not sure if this is a good section for this tutorial, if it isn't good, just move the topic :)
Tutorial by Leito07 and mc_kibel (from centrumse.pl)
All rights reserved!
Idea by Leito07 - he gave me offsets and informations about WBXML. I wrote a WBXML Template for WinHex (it is first beta-version, we don't know all values, it will be updated as soon, as possible).
Copy the text from codebox, paste it to the notepad and save as wbxml with tpl extension:
Code:
template "SE WBXML Editor by mc_kibel & Leito07"
description "SE A2 .wbxml Editor by mc_kibel & Leito07"
begin
hex 0x8E "Un"
hex 0x01 "HK.AUXO1"
hex 0x24 "Un"
hex 0x01 "HK.AUXO2"
hex 0x3B "Un"
hex 0x01 "HK.BEARN"
hex 0x38 "Un"
hex 0x01 "HK.BEARP"
hex 0x8B "Un"
hex 0x01 "HK.MIC1G"
hex 0x77 "Un"
hex 0x01 "HK.RXDPGA12"
hex 0x13 "Un"
hex 0x01 "HK.RXDGPA34"
hex 0x13 "Un"
hex 0x01 "HK.RXFILTER"
hex 0x27 "Un"
hex 0x01 "HK.SPKRN"
hex 0x13 "Un"
hex 0x01 "HK.SPKRNADD"
hex 0x13 "Un"
hex 0x01 "HK.SPKRNSUM"
hex 0x10 "Un"
hex 0x01 "HK.SPKRP"
hex 0x13 "Un"
hex 0x01 "HK.SPKRPADD"
hex 0x13 "Un"
hex 0x01 "HK.SPKRPSUM"
hex 0x57 "Un"
hex 0x01 "HK.TXDPGA12"
end
Move this file to the WinHex folder.
Run WinHex, open WBXML file. Press ALT + F12 and select SE WBXML Editor by mc_kibel & Leito07.
So.. lets go modify ;)

HK.AUX - sound "capacity" - lower value = quieter sound
HK.SPKRN - "general" volume - lower value = quieter sound
HK.SPKRP - distortion filter - lower value = less distortion
HK.RXFILTER - sound quality - lower value = better quality
HK.RXDPGA - bass - lower value = more bass
HK.TXDPGA - treble - lower value = more treble
I hope it will be useful for ya.
Regards :)