i am new about patching stuff but i want to modify function access password patch with your help
all i want to do is put a password while entering to sms archive.
for example you are in sms menu. you want to enter the sms archive and click to the some key and there is a new screen titled "please enter password" you entered password and click ok and you are in sms archive or something like that.This patch only stops reading of smses in archive but still visible who sent message.I dont want that so i please help me to modify this patch
thx in advance
Quote:
; *** Password for Functions Access ***
;
;Firmware : SL45v56
;Author : RizaPN
;
; Assign password to some functions access, such as SMS (Inbox, Outbox, Write SMS) and Voice Message ...
;
; Usage : code * password # [Left Side PLAY]
;
; Password is a number between 1 .. 65535
; Code :
; 0 : disable password (open all access)
; 2 : lock Inbox+Outbox and New Inc.Message function
; 2 : lock Write Message function
; 2 : lock Voice Message function
;
; If you want to lock more than one function, just add the code. For example, code 5 will lock code 1 and code 4, code 7 will lock code 1, code 2, and code 4 ...
;code 2 locks the sms archive also
; To modify password : 0 + old password* new password #
; And then press the Play-Key
;
; Code is entered as a non-permanent parameter, means: it will not saved in the
; phone EEPROM. If the phone turn OFF then ON again, it will use the saved code values.
;
; To save permanent code to the phone, use + instead of * as a delimiter.
;
; The default password, from the fresh EEPROM is 65535 ...
;
; Example : 0 * 6 5 5 3 5 # [LeftSidePLAY]
;
396374: F2FF02FEDAEE1211 E6FF0200DAC710DA
399A9E: F2FF02FEDAEE1211 E6FF0200DAC710DA
39F702: F2FF02FEDAEE1211 E6FF0200DAC710DA
;
35364C: F2FF02FEDAEE1211 E6FF0400DAC710DA
;
3AD668: 46FE0E00 DAC770D9
;
278334: F0C2 CC00
;
27D970: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 46FE62002D1746FE0E00DB00E00C88C0
27D980: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 88C088C0E03C88C0E6FC5514E6FDFD3F
27D990: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF E6FE3700E00FE6F5C200DAC788EE06F0
27D9A0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 0800CB00E0ACE6FD3600DAC7E6828810
27D9B0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 8840DAC7E6828840E00447F22A003D02
27D9C0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DAC7E6828840E6F43E2FBBD898209830
27D9D0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 98409810D740370042F3FE3F2D06E6FD
27D9E0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 3C07E01CDAE698F10D1148403D034820
27D9F0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 2D01F032D7503700F7F8FD3FF6F3FE3F
27DA00: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 47F22A002D03E6F4922FBBB8E01EDB00
27DA10: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF D7503700F3F2FD3FF2F4FE3F3D0F88C0
27DA20: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 88D088E088F0E6F43E2FBBA898F098E0
27DA30: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 98D098C0D7403700F3F2FD3F601F3DCF
27DA40: FFFFFFFFFFFFFFFFFFFF F2FF02FEDAEE1211DB00
;
; Additional Info:
; This patch use EEPROM block 0x1455 (decimal 5205). Use this to add the block into your SL EEPROM :
;
; *) Download data file for block 5205 from my other z-soft site, http://groups.yahoo.com/group/zsoft...es/eep_5205.eep to be used with Skylord's Siemens_EEPROM_tools,
; *) From the left side, press [Init], press the phone ON button, press [Load], select that file, copy to right side using the BIG Right Arrow,
; *) From the right side, select that block ID (5205), press Save Selected ... and then press left side's [Exit]
|
here is the patch code that i want to modify(thx for master Riza for this patch again)