PDA

View Full Version : How To SetOperator


stealph
25th January 2007, 08:43 AM
Hi everybody.
This worked for me so hope it helps you.
Extract Rom files, copy nk:nbf to your device folder ie:PH20B, copy SetOperator &
xda3nbftool(found in PH20B1) into PH20B copy this folder into C drive (C:\PH20B) or whichever is your
local/main drive

Now click Start-run,type cmd click ok
in the command line window type the following (where [ENTER] means hit the ENTER key)
cd \ (space after cd) [ENTER]
cd PH20B [ENTER]
SetOperator O2UK001 (your code) [ENTER]

when completed type exit [ENTER}

hardingt0110
25th January 2007, 06:30 PM
basically cd means change directory.

starting from c:\, and wanting to get to c:\my documents\pocket pc\helmi rom\ph20b, you would type:

cd c:
cd my documents\pocket pc\helmi rom\ph20b
setoperator .....................

stealph
25th January 2007, 09:05 PM
I copied the folder Ph20B to C: drive to simplify the command prompt
if you type cd C: it just copies the same line of text
Type cd \
you get
C:\>
Type cd PH20B after >
you get
C:\PH20B> then type SetOperator & code after > and hey Presto you get

Setting Operator to[???????] for ROM

updated checksum to ????????

Completed

C:\PH20B> type exit after > to close prompt

hardingt0110
25th January 2007, 09:30 PM
if you type cd C: it just copies the same line of text


sorry, typo - i meant c:\

stealph
25th January 2007, 10:14 PM
No problem :)
After searching for ages for a step by step guide, i remembered i'd done something with command prompt to intergrate XPsp2 into XP and it helped me to understand this.
Just hope it helps others:D