Guest g_montel Posted February 14, 2003 Report Posted February 14, 2003 Hello there, Did anyone try the SIM funcitons in Smartphone ? I tried the different SimUnlockPhone functions with no result. SimSetLockingStatus This function sets the locking status of the phone. This is part of the SIM Manager API set that allows access to information stored on the SIM card. HRESULT SimSetLockingStatus ( HSIM hSim, DWORD dwLockingFacility, LPTSTR lpszPassword, BOOL fEnabled ); Parameters hSim Points to a valid HSIM handle. dwLockingFacility A SIM_LOCKFACILITY constant. Value Description SIM_LOCKFACILITY_CNTRL Lock control surface. SIM_LOCKFACILITY_PH_SIM Lock phone to SIM card. SIM_LOCKFACILITY_PH_FSIM Lock phone to first SIM card. SIM_LOCKFACILITY_SIM Lock SIM card. SIM_LOCKFACILITY_SIM_PIN2 Lock SIM card. SIM_LOCKFACILITY_SIM_FIXEDIALING SIM fixed dialing memory. SIM_LOCKFACILITY_NETWORKPERS Network personalization. SIM_LOCKFACILITY_NETWORKSUBPERS Network subset personalization. SIM_LOCKFACILITY_SERVICEPROVPERS Service provider personalization. SIM_LOCKFACILITY_CORPPERS Corporate personalization. Do you think it could be possible to unlock phone this way ? Thanks gm
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now