DisablePinLock: Difference between revisions
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 |- |'''SendMms''' |Port index, Destination number, FilePath1, [FilePath2, FilePath3, FilePath4, Subject, Timeout, CcNUmbers, BccNUmbers] |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SendSMmsText 0 0612345678 "/mnt/sdcard/data/testmms" SMS SENT </syntaxhighlight> Category:R2D...") Tag: 2017 source edit |
No edit summary |
||
Line 8: | Line 8: | ||
!Returns | !Returns | ||
|- | |- | ||
|''' | |'''DisablePinLock''' | ||
|Port index, | |Port index, PINCode | ||
|[[R2D2 Error Codes|Error Code]] in case of error. | |[[R2D2 Error Codes|Error Code]] in case of error. | ||
|} | |} | ||
Line 17: | Line 17: | ||
'''EXAMPLE'''<syntaxhighlight lang="text"> | '''EXAMPLE'''<syntaxhighlight lang="text"> | ||
~# | ~# DisablePinLock 0 "1234" | ||
OK | |||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:R2D2]] | [[Category:R2D2]] | ||
[[Category:MMS]] | [[Category:MMS]] |
Revision as of 09:28, 2 April 2025
This command suppresses pin code lock on the SIM.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
DisablePinLock | Port index, PINCode | Error Code in case of error. |
OUTPUT
None
EXAMPLE
~# DisablePinLock 0 "1234"
OK