Android OS Forum banner

Gfree sim_unlock help

4.8K views 4 replies 2 participants last post by  kdskills  
#1 ·
okay so i have CID (with all the ones) and s-off but the simlock will not go thru i used gfree_verify and it ran but @secu_flag: 0 and simlock: 00 how do i make it unlock im on stock rom (im rooted ofc) not sure whats going on did some googling even checked the thread an issue simiar to this one i couldnt find could anybody out their help me
 
#3 ·
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Paula>cd c:\adb\android-sdk\platform-tools

C:\ADB\android-sdk\platform-tools>adb shell
$ su
su
# stop ril-daemon
stop ril-daemon
# cat /dev/smd0 &
cat /dev/smd0 &
# echo -e 'ATE1\r' > /dev/smd0
echo -e 'ATE1\r' > /dev/smd0
# 0

#

# echo -e 'ATV1\r' > /dev/smd0
echo -e 'ATV1\r' > /dev/smd0
# ATV1
OK

# echo -e 'AT@CID?\r' > /dev/smd0
echo -e 'AT@CID?\r' > /dev/smd0
# AT@CID?
@CID: 11111111

OK
echo -e 'AT@SIMLOCK?40\r' > /dev/smd0
echo -e 'AT@SIMLOCK?40\r' > /dev/smd0
# AT@SIMLOCK?40
@SIMLOCK= 00

OK

# echo -e 'AT@SIMLOCK?AA\r' > dev/smd0
echo -e 'AT@SIMLOCK?AA\r' > dev/smd0
# AT@SIMLOCK?AA
@secu_flag: 0

OK