Quote Originally Posted by senter View Post
Ready:
Patch VKP;K530 SW-R6BC002 (CID52 version)
;Remove voicerecoreder beep and
;remove beeps when recording a call
;v.2
;(c) SiNgle
;(p) senter
+44140000
019561C0: 1E 00
019561DC: 14 00
00F10C61: D2 E0
00F10CA5: D1 E0
senter,

I'm just about to apply your patch.

I will need a bit of guidance to do the patching process:

I've just managed to backup GDFS using XS++ (just in the case something goes wrong...)

1) will this kind of patch disable any of the phone functions (my SIM-free phone...)
2) in the case I do have to use the GDFS_BACKUP.bin file to restore, will it go back exactly to how it was or should I store data stuff like pix, recordings, mp3 - in a safe place ?
3) finally, I created the patch file in notepad. If I ever want to reverse just the patch - need I just write the specific bits like so :

;undo remove voicerecorder beeps
+44140000
019561C0: 00 1E
019561DC: 00 14
00F10C61: E0 D2
00F10CA5: E0 D1

just reverse them or is there another way to undo a patch ??

edit: I've just noticed in one of your 2007 posts, that XS++ v3.1 can only patch cid49... is that true?
what sw would be best choice for my purpose of patching K530 CID52? (SETool?)
and how to undo patches?

thx for your great help so far, senter.