GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > Other Gsm/Mobile Related Forums > GSM Programming & Reverse Engineering


GSM Programming & Reverse Engineering Here you can post all Kind of GSM Programming and Reverse Engineering tools and Secrets.

Reply
 
LinkBack Thread Tools Display Modes
Old 03-30-2010, 13:34   #1 (permalink)
Junior Member
 
Join Date: Mar 2010
Posts: 13
Member: 1268873
Status: Offline
Thanks Meter: 3
[HELP] Huawei AT Commands


what is the AT Commands for:
1. Verifying if modem is lock or unlocked?
2. Sending unlock codes.
3. locking modems?
4. number of unlock trial attempts.
5. reset attempts counter <-- kahit ito na lang

I read the sticky thread about serial ports..
my modem is unlocked.. so i dont know if the command works..
  Reply With Quote
Old 03-30-2010, 13:50   #2 (permalink)
No Life Poster
 
fr3nsis's Avatar
 
Join Date: Oct 2005
Location: Rome , Italy
Posts: 1,530
Member: 190882
Status: Offline
Sonork: BB PIN: 7C83D9CE
Thanks Meter: 1,282
Donate money to this user
1)with unaccepted sim
-> AT^CARDLOCK?
<-^CARDLOCK: 1,10,0 ............ locked
<-^CARDLOCK: 2,10,0 ............ unlocked

2)->AT^CARDLOCK="11111111" where 11111111 is code
<- OK
<- ERROR

3)i dont know
4)i dont know maybe just sniff other tool
5)i dont know maybe just sniff other tool
  Reply With Quote
The Following 4 Users Say Thank You to fr3nsis For This Useful Post:
Show/Hide list of the thanked
Old 03-30-2010, 13:56   #3 (permalink)
Freak Poster
 
Join Date: Jun 2009
Location: !!!! AWAY FROM BOARD, STUDY !!
Posts: 363
Member: 1055354
Status: Offline
Thanks Meter: 252
4. second number of reply to CARDLOCK inquiry.
  Reply With Quote
The Following 3 Users Say Thank You to sergeymkl For This Useful Post:
Show/Hide list of the thanked
Old 03-30-2010, 14:16   #4 (permalink)
Freak Poster
 
Join Date: Jul 2005
Age: 46
Posts: 366
Member: 163721
Status: Offline
Thanks Meter: 148
AT^CARDUNLOCK="NCK Code" ---> Counter Reset???

Last edited by Gehstock; 03-30-2010 at 14:23.
  Reply With Quote
Old 03-30-2010, 14:29   #5 (permalink)
Junior Member
 
Join Date: Mar 2010
Posts: 13
Member: 1268873
Status: Offline
Thanks Meter: 3
Quote:
Originally Posted by fr3nsis View Post
1)with unaccepted sim
-> AT^CARDLOCK?
<-^CARDLOCK: 1,10,0 ............ locked
<-^CARDLOCK: 2,10,0 ............ unlocked
Quote:
Originally Posted by sergeymkl View Post
4. second number of reply to CARDLOCK inquiry.
<-^CARDLOCK: 1,10,0 ............ locked
<-^CARDLOCK: 2,10,0 ............ unlocked
<-^CARDLOCK: A,B,C ............
A = is to verify if locked or unlocked
B = attempts left? or total given attempts?
C = is for?


Quote:
Originally Posted by Gehstock View Post
AT^CARDUNLOCK="NCK Code" ---> Counter Reset???
you want to say is..
if the modem is unlocked.. the counter is reset.
  Reply With Quote
The Following User Says Thank You to arvie For This Useful Post:
Old 03-30-2010, 14:35   #6 (permalink)
No Life Poster
 
fr3nsis's Avatar
 
Join Date: Oct 2005
Location: Rome , Italy
Posts: 1,530
Member: 190882
Status: Offline
Sonork: BB PIN: 7C83D9CE
Thanks Meter: 1,282
Donate money to this user
i dont have huawei modem for test , but using zte this are sniff for huawei reser counter

AT+CGSN<CR> [len=8]
<LF>
<CR> [len=3]
<LF>AT+CGSN<CR> [len=8]
<CR>[len=0]
<LF>358066025153304<CR> [len=16]
<LF><CR> [len=1]
<LF>OK
AT^CARDUNLOCK="bddca6434df67ee438cc790e9774319b"<C R> [len=49]
<LF>
<CR> [len=3]
<LF><CR> [len=1]
<LF>+ZUSIMR:2<CR> [len=10]
<LF>AT^CARDUNLOCK="bddca6434df67ee438cc790e9774319 b"<CR> [len=49]
<CR>[len=0]
<LF>ERROR
AT^SIMLOCK=2<CR> [len=13]
<LF>
<CR> [len=6]
<LF>AT^SIMLOCK=2<CR> [len=13]
<CR>[len=0]
<LF>ERROR
AT^CARDLOCK="59936818"<CR> [len=23]
<LF>
<CR> [len=6]
<LF>AT^CARDLOCK="59936818"<CR> [len=23]
<CR>[len=0]
<LF>ERROR
AT+CLCK="PN",0,"59936818"<CR> [len=26]
<LF>
<CR> [len=6]
<LF>AT+CLCK="PN",0,"59936818"<CR> [len=26]
<CR>[len=0]
<LF>+CME ERROR
AT^SIMLOCK=2<CR> [len=13]
<LF>
: phone failure<CR> [len=26]
<LF>AT^SIMLOCK=2<CR> [len=13]
<CR>[len=0]
<LF>ERROR
  Reply With Quote
The Following User Says Thank You to fr3nsis For This Useful Post:
Old 03-30-2010, 14:57   #7 (permalink)
No Life Poster
 
fr3nsis's Avatar
 
Join Date: Oct 2005
Location: Rome , Italy
Posts: 1,530
Member: 190882
Status: Offline
Sonork: BB PIN: 7C83D9CE
Thanks Meter: 1,282
Donate money to this user
here is more readable .... on yellow sended frames

  Reply With Quote
The Following User Says Thank You to fr3nsis For This Useful Post:
Old 03-30-2010, 15:06   #8 (permalink)
Freak Poster
 
Join Date: Jul 2005
Age: 46
Posts: 366
Member: 163721
Status: Offline
Thanks Meter: 148
Ah AT^CARDUNLOCK="HASH"
  Reply With Quote
Old 03-30-2010, 16:49   #9 (permalink)
Junior Member
 
Join Date: Mar 2010
Posts: 13
Member: 1268873
Status: Offline
Thanks Meter: 3
Quote:
Originally Posted by fr3nsis View Post
here is more readable .... on yellow sended frames

ERRORs?

AT^CARDUNLOCK="bddca6434df67ee438cc790e9774319b"<C R> [len=49] <-- COnstant values?
  Reply With Quote
Old 03-30-2010, 16:53   #10 (permalink)
No Life Poster
 
fr3nsis's Avatar
 
Join Date: Oct 2005
Location: Rome , Italy
Posts: 1,530
Member: 190882
Status: Offline
Sonork: BB PIN: 7C83D9CE
Thanks Meter: 1,282
Donate money to this user
99,99% no

errors because is zte modem ... i dont have huawei
  Reply With Quote
Old 03-30-2010, 19:17   #11 (permalink)
Freak Poster
 
Join Date: Mar 2009
Posts: 234
Member: 984268
Status: Offline
Thanks Meter: 150
wtf i get this
Quote:
Reading...
AT^CARDLOCK?

^CARDLOCK: 3,0,0
OK
?? what is cardlock:3???
it is a huawei E160G from t-mobile
  Reply With Quote
Old 03-30-2010, 19:45   #12 (permalink)
No Life Poster
 
fr3nsis's Avatar
 
Join Date: Oct 2005
Location: Rome , Italy
Posts: 1,530
Member: 190882
Status: Offline
Sonork: BB PIN: 7C83D9CE
Thanks Meter: 1,282
Donate money to this user
if you know russian mybe this can help

LINK
  Reply With Quote
Old 03-30-2010, 22:22   #13 (permalink)
No Life Poster
 
platforms's Avatar
 
Join Date: Sep 2004
Location: London
Age: 43
Posts: 520
Member: 83090
Status: Offline
Sonork: 1626857
Thanks Meter: 52
What about relocking it to a prefered provider?
  Reply With Quote
Old 03-30-2010, 23:43   #14 (permalink)
Junior Member
 
Join Date: Mar 2010
Posts: 13
Member: 1268873
Status: Offline
Thanks Meter: 3
sir fr3nsis..
the yellow are the inputs?
  Reply With Quote
Old 03-31-2010, 08:35   #15 (permalink)
Freak Poster
 
Join Date: Mar 2005
Location: inside USB cable
Age: 41
Posts: 425
Member: 128122
Status: Offline
Thanks Meter: 256
@arvie

yup the yellow colors are the inputs

-> AT^CARDLOCK?
<-^CARDLOCK: 1,10,0 ............ locked
<-^CARDLOCK: 2,10,0 ............ unlocked


See the blue color. If reply is 1 means lockec to that sim present.
if reply is 2 means unlocked to that present sim.
  Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
AT command error - help ktele Smart-Clip 4 02-01-2010 15:40
AT commands for initiate 3G call & send AT commands to GPRS modem from computer need codec_romania GSM Programming & Reverse Engineering 0 08-26-2006 07:53
AT command +CMGS NEED HELP !!! simonloo Old Ericsson Phones & Sony Phones 0 03-08-2004 12:33
AT commands jonwillow GSM Mobile Links 0 11-04-2001 15:24
How can I use AT command control Nokia6110?Help me! arnom Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 2 07-15-2000 07:35

 



All times are GMT +1. The time now is 01:16.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.22495 seconds with 9 queries

SEO by vBSEO