User contributions for Administrator
A user with 4,612 edits. Account created on 9 April 2020.
2 April 2025
- 09:3509:35, 2 April 2025 diff hist +19 m GetPinLockStatus added Category:R2D2 using HotCat
- 09:3409:34, 2 April 2025 diff hist +407 N GetPinLockStatus Created page with "This command gives the status of the pin code lock on the SIM. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetPinLockStatus''' |Port index |PIN locking status |} '''OUTPUT''' PinLock status in the following format: "%s\n", status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetPinLockStatus 0 PIN LOCK ENABLED ~# GetPinLockStatus 1 PIN LOCK DISABLED </syntaxhighlight>" Tag: Visual edit
- 09:3309:33, 2 April 2025 diff hist +17 m GetIMEI added Category:SIM using HotCat current
- 09:3309:33, 2 April 2025 diff hist +19 m GetIMEI added Category:R2D2 using HotCat
- 09:3309:33, 2 April 2025 diff hist +342 N GetIMEI Created page with "This command gets module IMEI number for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetIMEI''' |Port index |GSM port IMEI |} '''OUTPUT''' Command output in the following format: "%s\n", imei '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetIMEI 1 895825000699682 </syntaxhighlight>" Tag: Visual edit
- 09:3209:32, 2 April 2025 diff hist +17 m EnterPUKCode added Category:SIM using HotCat current
- 09:3109:31, 2 April 2025 diff hist +19 m EnterPUKCode added Category:R2D2 using HotCat
- 09:3109:31, 2 April 2025 diff hist +340 N EnterPUKCode Created page with "This command allows to enter a PUK code. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''EnterPUKCode''' |Port index, PIN code, PUK code |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# EnterPUKCode 0 "12345678" "1234" OK </syntaxhighlight>" Tag: Visual edit
- 09:2909:29, 2 April 2025 diff hist −2 EnablePinLock No edit summary current Tag: Visual edit
- 09:2909:29, 2 April 2025 diff hist +368 N EnablePinLock Created page with "This command activates 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> Category:R2D2 Category:SIM" Tag: 2017 source edit
- 09:2809:28, 2 April 2025 diff hist +17 m DisablePinLock added Category:SIM using HotCat current
- 09:2809:28, 2 April 2025 diff hist −17 m DisablePinLock removed Category:MMS using HotCat
- 09:2809:28, 2 April 2025 diff hist −126 DisablePinLock No edit summary Tag: Visual edit
- 09:2709:27, 2 April 2025 diff hist +495 N DisablePinLock 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
- 09:2609:26, 2 April 2025 diff hist +21 m GetNeighborCellsInfoVerbose added Category:NETWORK using HotCat
- 09:2609:26, 2 April 2025 diff hist +19 m GetNeighborCellsInfoVerbose added Category:R2D2 using HotCat
- 09:2409:24, 2 April 2025 diff hist +17 m SendMmsMessage added Category:MMS using HotCat current
- 09:2409:24, 2 April 2025 diff hist +19 m SendMmsMessage added Category:R2D2 using HotCat
- 09:2409:24, 2 April 2025 diff hist +2,186 N SendMmsMessage Created page with "This command sends a specified MMS message from the specified GSM port. Data session should be UP on the specified GSM port with appropriate APN and MMS parameters set to send MMS out. MMS message is composed from the content of the specified media files that cab be of the following File Type: UTF8, UTF16, UCS2, US_ASCII, JPEG, GIF, TIFF, PNG, WBMP, SMIL or SPECIFIC. Up to four media files can be specified. All email and number parameters can contain multiple addresses..." Tag: Visual edit
- 09:1809:18, 2 April 2025 diff hist +17 m SetMmsParameters added Category:MMS using HotCat current
- 09:1809:18, 2 April 2025 diff hist +19 m SetMmsParameters added Category:R2D2 using HotCat
- 09:1809:18, 2 April 2025 diff hist +463 N SetMmsParameters Created page with "This command sets MMS Center address, MMS proxy address, MMS expiration time and sending timeout for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetMmsParameters''' |Port index, MMSC URL, [MMS Proxy Expiry, Timeout] |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SetMmsParameters 0 "http://mmsc.mobilecompany.org/" </syntaxhighlight>" Tag: Visual edit
- 09:1609:16, 2 April 2025 diff hist +1,128 N SendMmsTextAndWaitDelivery Created page with "This command sends a specified MMS message from the specified GSM port. Data session should be UP on the specified GSM port with appropriate APN and MMS parameters set to send MMS out. This command sends MMS text to the specified destination number, with specified text (entered between double quotes, coded as UTF-8), from the specified GSM port. The MMS title can be specified as an optional parameter. For this MMS the Delivery Report is requested. Command waits until..." current Tag: Visual edit
- 09:1409:14, 2 April 2025 diff hist +1 SendMmsText No edit summary current Tag: 2017 source edit
- 09:1209:12, 2 April 2025 diff hist +929 N SendMmsText Created page with " This command sends a specified MMS message from the specified GSM port. Data session should be UP on the specified GSM port with appropriate APN and MMS parameters set to send MMS out. This command sends MMS to the specified destination number, with specified text (entered between double quotes, coded as UTF-8), from the specified GSM port. The MMS title can be specified as an optional parameter. Command exits as soon as the MMS is submitted to MMSC. '''COMMAND''' {|..." Tag: 2017 source edit
- 09:1109:11, 2 April 2025 diff hist +25 Category:R2D2 No edit summary Tag: 2017 source edit
- 09:1109:11, 2 April 2025 diff hist +39 N Category:MMS Created page with "This page lists commands related to MMS" current Tag: 2017 source edit
- 09:1009:10, 2 April 2025 diff hist +17 m SendMmsAndWaitDelivery added Category:MMS using HotCat current
- 09:1009:10, 2 April 2025 diff hist +433 SendMmsAndWaitDelivery No edit summary Tag: Visual edit
- 09:0809:08, 2 April 2025 diff hist +479 N SendMmsAndWaitDelivery Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |AcceptCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Category:R2D2|R2..." Tag: 2017 source edit
- 09:0709:07, 2 April 2025 diff hist +17 m SendMms added Category:MMS using HotCat current
- 09:0609:06, 2 April 2025 diff hist +19 m SendMms added Category:R2D2 using HotCat
- 09:0609:06, 2 April 2025 diff hist +764 N SendMms Created page with "This command sends a specified MMS message from the specified GSM port. Data session should be UP on the specified GSM port with appropriate APN and MMS parameters set to send MMS out. MMS is sent to the specified destination number, with up to 4 media files. This command allows optionally to set a subject and CC number and BCC back as destinations. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SendMms''' |Port index, Destination number..." Tag: Visual edit
- 08:5908:59, 2 April 2025 diff hist +21 m GetGeneralTimeout added Category:GENERAL using HotCat current
- 08:5908:59, 2 April 2025 diff hist +19 m GetGeneralTimeout added Category:R2D2 using HotCat
- 08:5608:56, 2 April 2025 diff hist +18 m SetFtpParameters added Category:DATA using HotCat current
- 08:5508:55, 2 April 2025 diff hist +19 m SetFtpParameters added Category:R2D2 using HotCat
- 08:5208:52, 2 April 2025 diff hist +21 m GetGsmOperatorList added Category:NETWORK using HotCat current
- 08:5208:52, 2 April 2025 diff hist −22 m GetGsmOperatorList removed Category:SMS using HotCat
- 08:5208:52, 2 April 2025 diff hist −24 m GetGsmOperatorList removed Category:Voice using HotCat
- 08:5208:52, 2 April 2025 diff hist +18 m GetGsmOperatorList added Category:R2D2 using HotCat
- 08:5208:52, 2 April 2025 diff hist −22 m GetGsmOperatorList removed Category:CDR using HotCat
- 08:4808:48, 2 April 2025 diff hist −48 MediaWiki:Sidebar No edit summary Tag: 2017 source edit
1 April 2025
- 22:5522:55, 1 April 2025 diff hist −27 MediaWiki:Sidebar No edit summary Tag: 2017 source edit
- 22:5322:53, 1 April 2025 diff hist +17 MediaWiki:Sidebar No edit summary Tag: 2017 source edit
- 22:4422:44, 1 April 2025 diff hist +200 MediaWiki:Print.css No edit summary Tag: Reverted
- 22:3422:34, 1 April 2025 diff hist +6 Category:R2D2 No edit summary Tag: 2017 source edit
- 22:3422:34, 1 April 2025 diff hist +18 m CloseUSSDSession added Category:USSD using HotCat current
- 22:3322:33, 1 April 2025 diff hist +44 N Category:USSD Created page with "This page lists all commands related to USSD" current Tag: 2017 source edit
- 22:3322:33, 1 April 2025 diff hist +24 Category:R2D2 No edit summary Tag: 2017 source edit