template:epoc32

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
template:epoc32 [2025/03/29 02:54] – created lnrctemplate:epoc32 [2025/11/26 05:48] (current) lnrc
Line 1: Line 1:
-EPOC32 is a mobile operating system. It is a predecessor to Symbian, and its data can be extracted using Symbian tools.+EPOC32 is a mobile operating system. It is a predecessor to Symbian, and its data can be extracted using tools from the Symbian 3 SDK.
   - Install the [[https://archive.org/details/symbian_dev|Symbian SDK]] (Windows)   - Install the [[https://archive.org/details/symbian_dev|Symbian SDK]] (Windows)
   - Find readimage.exe. In a typical Symbian 3 SDK install, it will be located here.<code>C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\epoc32\tools\readimage.exe</code>Put the dump into the same folder as readimage.exe   - Find readimage.exe. In a typical Symbian 3 SDK install, it will be located here.<code>C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\epoc32\tools\readimage.exe</code>Put the dump into the same folder as readimage.exe
   - Open the command line in that folder and paste the following:<code>.\readimage.exe <file name> -z <output folder name></code> This script will create an output folder and place all files inside of it.   - Open the command line in that folder and paste the following:<code>.\readimage.exe <file name> -z <output folder name></code> This script will create an output folder and place all files inside of it.
 +
 +Example<code>.\readimage.exe dump_nor.bin -z output_dir</code>
  
 __NOTE:__ For Sony Ericsson phone NOR dumps, you may need to cut out the data before 0x100000 __NOTE:__ For Sony Ericsson phone NOR dumps, you may need to cut out the data before 0x100000
  
  
  • template/epoc32.1743213297.txt.gz
  • Last modified: 2025/03/29 02:54
  • by lnrc