GetSimIMSI: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(Created page with "This command suppresses pin code lock on the SIM. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''DisablePinLock''' |Port index, PINCode |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# DisablePinLock 0 "1234" OK </syntaxhighlight>")
 
m (added Category:SIM using HotCat)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
This command suppresses pin code lock on the SIM.
This command gets IMSI number of the SIM card allocated on the specified GSM port.


'''COMMAND'''
'''COMMAND'''
Line 7: Line 7:
!Returns
!Returns
|-
|-
|'''DisablePinLock'''
|'''GetSimIMSI'''
|Port index, PINCode
|Port index
|[[R2D2 Error Codes|Error Code]] in case of error.
|SIM card IMSI
|}
|}
'''OUTPUT'''
'''OUTPUT'''


None
Command output in the following format:
 
"%s\n", imsi


'''EXAMPLE'''<syntaxhighlight lang="text">
'''EXAMPLE'''<syntaxhighlight lang="text">
~# DisablePinLock 0 "1234"
~# GetSimIMSI 3
OK
25158967523874
</syntaxhighlight>
</syntaxhighlight>
[[Category:R2D2]]
[[Category:SIM]]

Latest revision as of 09:40, 2 April 2025

This command gets IMSI number of the SIM card allocated on the specified GSM port.

COMMAND

Command Line Arguments Returns
GetSimIMSI Port index SIM card IMSI

OUTPUT

Command output in the following format:

"%s\n", imsi

EXAMPLE

~# GetSimIMSI 3
25158967523874