Changes

no edit summary
Line 313: Line 313:  
         <td>Sets the service mode. Possible values are:
 
         <td>Sets the service mode. Possible values are:
 
             <ul>
 
             <ul>
                 <li>3gonly</li>
+
                 {{#ifeq:{{{2g}}}|1|<li>2g</li>|}}
                 <li>4gonly</li>
+
                 {{#ifeq:{{{3g}}}|1|<li>3g</li>|}}
 +
                {{#ifeq:{{{4g}}}|1|<li>lte</li>|}}
 
                 <li>auto</li>
 
                 <li>auto</li>
 
             </ul>
 
             </ul>
Line 344: Line 345:  
Each example above contains a single parameter but you can also send out multiple parameters in one message. For example:
 
Each example above contains a single parameter but you can also send out multiple parameters in one message. For example:
   −
  cellular apn=internet service=3gonly
+
  cellular apn=internet service=3go
    
This message would set your APN to "internet" and the service mode of the mobile connection to "3G Only". You can also send a message that would include all of the parameters above:
 
This message would set your APN to "internet" and the service mode of the mobile connection to "3G Only". You can also send a message that would include all of the parameters above:
   −
  cellular apn=internet auth_mode=pap service=3gonly username=user password=pass roaming=0
+
  cellular apn=internet auth_mode=pap service=3g username=user password=pass roaming=0
    
<b>Note:</b> only "apn=" or "auto_apn=" is required in a message. For example, to set custom APN:
 
<b>Note:</b> only "apn=" or "auto_apn=" is required in a message. For example, to set custom APN:

Navigation menu