Huawei E3531 Software

  1. Huawei E3531 Modem Unlocker
  2. Huawei E3531 Mobile Partner Software
  3. Huawei E3531 Software Update

Firmware Huawei E3531. Flashing And Firmware Huawei E3531. Date: 16 Apr 2019; Publisher: Easy-Team. Directory of software & firmware for Huawei products of Enterprise Networking, IT, Unified Communications and Collaboration, Network Management System, Enterprise Wireless, Network Energy and Networking Solutions. This blog provides Huawei / ZTE, modem/router Firmware Update, Dashboard Update, Windows & Mac OS Supported Dashboard and Drivers, this post provides Firmware Update Huawei E3531 & E3533Firmware22.318.05.00.00universal, which can be downloaded from the link which is provided at the end of the Huawei E3531 & E3533Firmware22.318.05.00.00universal specification. Contact HUAWEI service center for answers on Warranty and System Updates. Visit online support to quickly get support on products, after sales service,software updates,answers to FAQs and troubleshooting tips. HUAWEI E3531 looks like the HUAWEI E3131 USB Stick, which is also supports the HSPA+ download speed up to 21Mbps and upload speed to 5.76Mbps. Huawei USB Drivers allows you to connect your Huawei Smartphone and Tablets to the computer without the need of any software. Huawei USB drivers is an important of all Huawei smartphones & tablets.

The Huawei HiLink modules provide access to the HTTP API for Huawei USB modems. The E3531 modem is specifically supported but the modules may work for other Huawei USB dongles that provide the HiLink HTTP interface.

The modules provide access to the HiLink API which is not the same as accessing the dongle through AT commands over a serial device.

The API allows you read and send SMS messages, start and stop your data connection and monitor your data usage. This module provides the interface for the only currently tested USB device.

Data Connection Notes

( Notes on managing your data connection )

General Method Responses

All methods except the new constructor return a response hash. If the response contains the element code then there has been an error. Details of the error may be in the message element of the response.

The code returned may be an error code from the HiLink API itself or it may be an HTTP response code if there is some problem with connection to the API. For example the response may contain the following:

A successful response will never contain a code element.

Requests that successfully return information contain the information in the response hash.

Successful command requests return a simple success hash

A successful request or command will never return a code element in the response. A request or command that encounters an error will always return a code element in the reponse.

Methods

    ConstructorLoginDataSMSMain InformationDevice ControlAccess ControlData Traffic MonitoringGeneric MethodsData ProfilesFixed HiLink Configuration Values

Create a new instance of the class

The HiPi::Huawei::E3531 uses a default ip address 0f 192.168.8.1 for the modem interface. If you are experimenting with the modules for use with a different model, you may specify a different ip address in the contructor.

If you specify 'debug' in the constructor, the modules will dump full request and respose details to STDOUT.

If your E3531 has a password set, many of the methods require you to login.

The login method can be called routinely in your code as it will only attempt to login if your device requires it.

Win

The default username and password for the E3531 are 'admin' and 'admin'.

Successful $response is a success hash

You should not need to logout unless you have a long running session that times out. The logout method logs you out of the API and clears your session.

Successful $response is a success hash

Connect modem to the network

Successful $response is a success hash

See : Data Connection Notes

Disconnect modem from the network

Successful $response is a success hash

See : Data Connection Notes

Set mobile data on

Successful $response is a success hash

Huawei E3531 Software

See : Data Connection Notes

Set mobile data off

Successful $response is a success hash

See : Data Connection Notes

Get the basic status of the modem

On success, the returned $response will be a hash with the keys as follows:

Of particular interest is the ConnectionStatus value that indicates the current data connection status.

You can import the following constants to check the current value of ConnectionStatus

  • HILINK_CONNSTATUS_CONNECTING ( 900, connecting )
  • HILINK_CONNSTATUS_CONNECTED ( 901, connected )
  • HILINK_CONNSTATUS_DISCONNECTED ( 902, disconnected )
  • HILINK_CONNSTATUS_DISCONNECTING ( 903, disconnecting )

See : Data Connection Notes

Get the current mobile data status of the modem.

On success, the returned $response will be a hash with the value dataswitch:

  • dataswitch 0 : mobile data is switched off
  • dataswitch 1 : mobile data is switched on

See : Data Connection Notes

Return the contents of the SMS inbox.

Successful $response will contain hash with the following values

Messages with an Smstat value of 0 are unread. You can mark a message as read by calling
$hilink->set_sms_read( $index )
using the Index value of the message.

You can delete a message by calling
$hilink->delete_sms( $index )
using the Index value of the message.

Returns the contents of the SMS outbox

Huawei E3531 Software

Successful $response will contain hash with the following values

You can delete a message by calling
$hilink->delete_sms( $index )
using the Index value of the message.

Returns ant draft messages stored on your device

Successful $response will contain hash with the following values

You can delete a message by calling
$hilink->delete_sms( $index )
using the Index value of the message.

You can send SMS messages to one or more recipients using this method.

$recipients can be a string containing the recipient number or a reference to an array of strings containing multiple numbers.

$message must be a Perl string containing your message. Do not pass encoded octets. The SMS will be sent as 1 or more GSM 03.38 encoded texts if all characters can be represented in the GSM 03.38 encoding.

If all characters cannot be represented in the GSM 03.38 encoding the SMS will be sent as 1 or more texts encoded as UCS-2. When encoding as UCS-2, any characters that cannot be encoded are replaced with '?'.

You can force encoding in GSM 03.38 by setting the following flag:
$hilink->force_gsm(1)
If this flag is set, the message is encoded as GSM 03.08 with any characters that cannot be encoded replaced with '?'.

On success $response is a hash containing the following values.

Set an SMS message in the inbox as read using its 'Index' value.

On success $response is a hash containing the following values.

Delete an SMS message using its 'Index' value.

On success $response is a hash containing the following values.

Provides a list of SMS message counts. Onlt the 'Local' values seem useful.

On success $response is a hash containing the following values.

Returns basic information about your device.

On success $response is a hash containing the following values.

Returns information about your device

On success $response is a hash containing the following values.

A wrapper around get_device_info() to return just the serial number.

On success $response is a hash containing the following values.

Provides current notification status. Assume the HiLink web app must display notifications.

On success $response is a hash containing the following values.

Returns the connection information. Some of these values can be set in the HiLink web app.

On success $response is a hash containing the following values.

Get current network information

On success $response is a hash containing the following values.

Get current signal information

On success $response is a hash containing the following values.

Reboot the device. You will loose access to the device while it reboots.

On success $response is a hash containing the following values.

Shut down the device. This will disconnect the modem.

On success $response is a hash containing the following values.

Restore all settings to the factory defaults. You will lose all your SMS information, traffic settings and the admin password will be reset to the default.

Note that if the device is password protected, you will need to login to access this method. This means this method cannot be used to recover from a forgotten password.

On success $response is a hash containing the following values.

If your device is password protected, and you have forgotten your password, the device_restore method is not available to you. This method allows you to reset the device to factory defaults including the password by passing the Serial Number of your device.

Note that as with the device_restore method all of your SMS data and any settings will be lost.

On success $response is a hash containing the following values.

WARNING: Not all versions of the E3531 firmware implement this method so it seems possible that if you change the password and forget it, an E3531 that does not have this method would be permanently locked.

Returns the current login status of this session.

If 'State' is 0 then either no login is required or the current session is already logged in.

You should not need to call this method yourself. The login method calls this method first to see if login is actually required.

On success $response is a hash containing the following values.

Returns if the device is set to require a login to access methods such as send_sms or get_inbox

On success $response is a hash containing the following values.

Whether the device requires login can be set by calling set_password_required( $bool )

Sets if the device requires a password or not. Pass 1 to switch on, 0 to switch off.

If the device currently requires a password, you must be logged in to call this method.

For some versions of the E3531 the HiLink web app does not allow modification of the password or setting the password required. This may be because if you forget the password there appears to be no way to reset the device if the device_serial_restore method is not implemented.

This module will check if your E3531 HiLink web app allows modification of passwords and therefore supports device_serial_restore. If it does not then calling this method will return an error.

If you want to ignore this safety measure and use passwords on such a device, you can override the safety in the module constructor but be aware that if you change a password and forget it then you will be locked out of your device.

If your device doesn't support device_serial_restore then you must also be certain that the default password is still 'admin' before you switch passwords on. If it isn't, you will be locked out.

On success $response is a hash containing the following values.

To override safety and use passwords on a device that does not support device_serial_restore

If you are using passwords you can change the admin user password using this method.

On success $response is a hash containing the following values.

For some versions of the E3531 the HiLink web app does not allow modification of the password or setting the password required. This may be because if you forget the password there appears to be no way to reset the device if the device_serial_restore method is not implemented.

This module will check if your E3531 HiLink web app allows modification of passwords and therefore supports device_serial_restore. If it does not then calling this method will return an error.

If you want to ignore this safety measure and change passwords on such a device, you can override the safety in the module constructor but be aware that if you change a password and forget it then you will be locked out of your device.

To override safety and change passwords on a device that does not support device_serial_restore

Called by set_password_required and change_password methods, this method returns if the HiLink web app allows modification of the password settings and therefore if it is safe for this module to alter password settings.

On success $response is a hash containing the following values.

Returns data traffic statistics

On success $response is a hash containing the following values.

Return data traffic statistics for the current month as defined in the data plan.

On success $response is a hash containing the following values.

Reset all traffic counters to zero

On success $response is a hash containing the following values.

Returns the current monthly data plan stored on the device as set in the HiLink web app.

On success $response is a hash containing the following values.

Set the data plan details

$day : a day number between 1 and 31

$limit : monthly limit. Append the suffix 'MB' or 'GB' to a number

$threshold : notification threshold percentage. A number between 1 and 100

On success $response is a hash containing the following values.

Turn the data plan off

On success $response is a hash containing the following values.

If you investigate the HiLink API further and find additional useful resources, you can access them using the generic_get method.

On success $response is a hash containing the values returned from the call. For example

If you investigate the HiLink API further and find additional useful resources, you can set them using the generic_post_xml method.

On success $response is a hash containing the values returned from the call. For example

Retrun the data profile information

On success $response is a hash containing the following values

Get the fixed device configuration. This appears to determine what is available in the HiLink web app.

On success $response is a hash containing the values returned from the call. For example

Get the fixed global configuration. This appears to determine what is available in the HiLink web app.

On success $response is a hash containing the values returned from the call. For example



Data Connection Notes

To connect to the internet

  • Data must be switched on
  • You must be connected to the network

To switch data on

To connect to network

If data is switched on the modem will connect on demand anyway, disconnecting after the configured inactivity period has passed.

You may disconnect the modem yourself using the command

Huawei E3531 Modem Unlocker

The modem will connect again on demand unless you switch data off

Huawei E3531 Mobile Partner Software

Even if data is switched off and the modem is disconnected, the interface and default routes will still be configured. To remove the interface completely you have to identify the interface that connects to the USB modem. Testing on a Pi3+ which has its own ethernet interface, the USB modem always configured as eth1. You may develop a more precise way of identifying the interface by, for example, creating udev rules or looking for the IP4 MAC address, which for the E3531 always appears to be 00:1e:10:1f:00:00

Huawei E3531 Software Update

To bring the interface back up