
Originally Posted by
bad_boy640
another problem tho....i reflashed the phone it worked....i put the patches that i had and that always worked and they are working i put back the elfs that i had before but after i put the elfs when the keylock comes on i cant unlock the phone....wats the problem?
The problem read in patch for lock keyboard ( Privacy.vkp ) and see end of the patch:
Code:
...
...
117e294: 313132003931 ???????????? ;Password, no more than 6 digits
117e29a: 31 00
;Replace?? the correct password. Values numbers:
;0 - 30
;1 - 31
;2 - 32
;3 - 33
;4 - 34
;5 - 35
;6 - 36
;7 - 37
;8 - 38
;9 - 39
For example: if you will password 123456 must write 313233343536:
Code:
...
...
117e294: 313132003931 313233343536 ;Password, no more than 6 digits
117e29a: 31 00