
Originally Posted by
Beep88
Can you not lock by flashing specific codes found in customize.xml to the phone using customize_upgrade.xml?
For instance the following locks the phone to network and sp (Network=Rogers, SP=Fido in Canada). Look at the cust pack for Z710 for Fido_Canada
- <simlock>
<number-of-mnc-digits>3</number-of-mnc-digits>
<cnl>302720FFDD00</cnl>
<cnl>302370FFDD00</cnl>
<cnl>302720FF0000</cnl>
- <lock simlock-category="sp">
<status>locked-to-cnl</status>
<retries>5</retries>
<autolock>false</autolock>
</lock>
- <lock simlock-category="nw">
<status>locked-to-cnl</status>
<retries>5</retries>
<autolock>false</autolock>
</lock>
</simlock>