; *** FCAMem 0.3 Alpha *** ; *** Read and writes Memory *** ; !!!!! This patch is dangerous !!!!! ; Author: fca00000 , fca00000-at-yahoo-dot-es ; Date: 2005.11.15 version 0.1 ; Date: 2005.11.20 version 0.2 ; Date: 2005.12.11 version 0.3 ; Firmware: Siemens-SX1 Possibly all versions. Tested on Iberia15.2 and O2-14 ; Omap: Core-Img (Z1) ; ; Allow to read and write the memory ; This patch needs a program called FCAMem.sis ; Install the patch and the program, choose the first menu MemRead and type: ; -the address, for example 50000000 ; -size, for example 00001000 ; then it will create file e:\zz\mem.bin with the content of the memory ; ; this line modifies PowerMeasLdd.GetCaps so that allows read replace:0610A0E1040052E30420A0A3530100EB04D08DE2:0710A0E1400052E34020A0A3530100EB04D08DE2 ; this line modifies edosyin.GetCaps so that allows write replace:0400A0E10610A0E1040052E30420A0A3AC0100EB04D08DE27080BDE830402DE9:0400A0E10610A0E1040052E30420A0A3009087E504D08DE27080BDE830402DE9 ; ; this line modifies ekern.exe ExecHandler:LowerCase to write R11 into R8, only if R9=0x69 replace:00008DE510309FE5003093E50D00A0E1001093E5733C00EB000000EA2004008004D08DE20080BDE8:00008DE540309FE5003093E50D00A0E1001093E5733C00EB690059E30B00001A00B088E5090000EA ; warning: reading a non-existing address will reboot your mobile ; and writing data is even worse. This can break your phone ; This patch is useless for almost everyone, except people making patches. ; Dedicated to Z-Team and oslik.ru ; ; The address and size need to have 8 digits in hexadecimal. ; Some addresses: ; flash-ROM: 50000000, only 01000000 bytes ; address_dma: 5800F800, only 00001000 bytes ; address_cam: 58005800, only 00001000 bytes ; address_tci: 5800EC00, only 00001000 bytes ; address_wire: 58002000, only 00001000 bytes ; address_wireTx: 58002018, only 00001000 bytes ; address_WireClk: 58002010, only 00001000 bytes ; address_mmc: 58006800, only 00001000 bytes ; address_config: 5800D000, only 00001000 bytes ; chunk-SvData: 80000000, only 00008000 bytes, but this depends on the free mem ; chunk-SvStack: 80400000, only 00010000 bytes, but this depends on the free mem ; ;**************************************** ; Este parche permite leer y escribir la memoria del SX1. ; Solo es util para gente que hace parches, quienes posiblemente saben ingles. Por eso ; no lo traduzco. ; !!!!! Este parche es peligroso !!!!! ;**************************************** ; end of FCAMem