CN107222525B - Data network connection state display method, terminal and computer readable storage medium - Google Patents

Data network connection state display method, terminal and computer readable storage medium Download PDF

Info

Publication number
CN107222525B
CN107222525B CN201710337754.XA CN201710337754A CN107222525B CN 107222525 B CN107222525 B CN 107222525B CN 201710337754 A CN201710337754 A CN 201710337754A CN 107222525 B CN107222525 B CN 107222525B
Authority
CN
China
Prior art keywords
data network
type
access point
information
connection state
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710337754.XA
Other languages
Chinese (zh)
Other versions
CN107222525A (en
Inventor
江禹
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nubia Technology Co Ltd
Original Assignee
Nubia Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nubia Technology Co Ltd filed Critical Nubia Technology Co Ltd
Priority to CN201710337754.XA priority Critical patent/CN107222525B/en
Publication of CN107222525A publication Critical patent/CN107222525A/en
Application granted granted Critical
Publication of CN107222525B publication Critical patent/CN107222525B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/75Indicating network or usage conditions on the user display
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/04Processing captured monitoring data, e.g. for logfile generation
    • H04L43/045Processing captured monitoring data, e.g. for logfile generation for graphical visualisation of monitoring data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/10Architectures or entities
    • H04L65/1016IP multimedia subsystem [IMS]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Mining & Analysis (AREA)
  • Multimedia (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The embodiment of the invention discloses a method for displaying a data network connection state, a terminal and a computer readable storage medium; the method for displaying the connection state of the data network comprises the following steps: acquiring information of a data network with a preset access point type in a notification layer and reporting the information to a display layer; and judging whether to update the current connection state of the data network of the preset access point type on the display interface according to the information of the data network of the preset access point type on the display layer. The terminal includes: the invention also relates to a computer program stored on a memory and executable on a processor for implementing the steps of the method for displaying the connection status of a data network according to the invention. The computer readable storage medium has stored thereon a display program of a data network connection state for realizing the steps of the display method of a data network connection state provided by the present invention. The invention can simply and accurately display the current network state of the important data network.

Description

Data network connection state display method, terminal and computer readable storage medium
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a method and an apparatus for displaying a connection status of a data network, and a computer-readable storage medium.
Background
The android platform is used as a mobile intelligent terminal platform with the highest market occupation ratio nowadays, and is a main way for a user to access the mobile internet. However, the network environment faced by the terminal is complex and changeable, so that whether the access channel is available or not also changes at any time, and the mobile phone terminal system must provide a function for reminding the user whether the connection between the user terminal and the internet is established or not, whether the connection is still valid or not in the using process, and whether the connection is correctly disconnected or not after the user actively disconnects the connection.
The user determines the current connection state of the terminal to the network using these functions and acquiring information from these functions through the status bar SystemUI.
Because the network Access modes provided by current network operators are divided into a plurality of types, each type has unique application, and the Access modes are independent from each other, the android platform also processes the Access modes separately, and the Access point types (APNs) are used for processing the connection independently. And the status of these connections are all displayed in a status bar to inform the user.
More specifically, when each APN accesses the network, a DataConnection object is generated in the system, and the object is used to identify the connection between the APN and the operator network, and the most important attribute of the object is the connection status, which is the status displayed on the terminal interface in the status bar. The user judges whether a certain network is connected or not by means of the state, and further judges whether the corresponding function is available or not.
The current mainstream chip platform supports multi-APN access. I.e. allowing multiple types of APNs to access the operator network simultaneously at the same time. After they access successfully, they will establish their own DataConnection object to identify the status of this access. The life cycle between them is also independent, i.e. at the same time, it is possible that some APN connection types are normally connected, while other APN connection states are disconnected. In the existing status bar display, the status of the signal bar is either connected or disconnected. All APN types are displayed in the same semaphore bar with the same priority, i.e. all DataConnection state changes cause the connection state of the status bar to change. Therefore, in the prior art, the user cannot accurately judge whether a certain APN access is in a connected state according to the connected state of the status bar.
In addition, because the status bar occupies a small proportion of the screen of the mobile phone, the android system displays all types of access statuses in the same signal bar, including access types that the user rarely touches, such as dun type, or access types that the user does not care about, such as MMS type. The state change of these connection types may affect the user to determine the data state of the connection types really concerned, such as internet access service, and in many cases, may result in that the user cannot obtain the information really concerned. The user experience is affected, and in some special scenarios, such as roaming, the misjudgment may cause serious economic loss to the user.
Disclosure of Invention
The embodiment of the invention provides a method and a device for displaying a data network connection state and a computer readable storage medium, aiming at correctly displaying the access state of a data network really concerned by a user on a display interface.
In view of this, in a first aspect of the embodiments of the present invention, a method for displaying a connection status of a data network is provided, where the method includes the following steps:
acquiring information of a data network with a preset access point type in a notification layer and reporting the information to a display layer;
and judging whether to update the current connection state of the data network of the preset access point type on a display interface according to the information of the data network of the preset access point type on the display layer.
In one possible design, the types of data networks include: at least two of a Default type, an MMS type, an IMS type.
In one possible design, the current connection status of the data networks of the Default type and IMS type is displayed on a status bar of the display interface.
In one possible design, the data networks of the Default type and IMS type are represented by different icons on the status bar.
In one possible embodiment, the current connection status of the MMS-type data network is displayed on an interface for receiving or sending multimedia messages.
In a possible design, the information about the data network of the preset access point type includes a connection state of the data network of the preset access point type, a network type of an accessed operator, an access point type, and a state change reason.
In a possible design, after the information of the data network of the preset access point type is obtained by the notification layer and reported to the display layer, the method further includes:
and caching the information of the data network with the preset access point type.
In a possible design, the determining, in a display layer, whether to update a current connection state of the data network of the preset access point type on a display interface according to the information of the data network of the preset access point type specifically includes:
judging whether the information of the data network of the preset access point type is changed or not;
if so, acquiring the connection state and the state change reason of the data network of the preset access point type;
and determining whether to update the current connection state of the data network of the preset access point type on a display interface according to the connection state and the state change reason.
A second aspect of an embodiment of the present invention provides a terminal, including: the display device comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the computer program realizes the steps of the display method of the data network connection state provided by the embodiment of the invention when being executed by the processor.
A third aspect of the embodiments of the present invention provides a computer-readable storage medium, where a display program of a data network connection state is stored on the computer-readable storage medium, and when the display program of the data network connection state is executed by a processor, the steps of the method for displaying the data network connection state provided in the embodiments of the present invention are implemented.
According to the technical scheme, the influence of the connection state change of the APNs of various types on the signal bar is filtered based on the attention degree of the user to various types of data connection, and the connection state of the data network with the preset access point type is only displayed on the state bar, so that the user can conveniently check the current network state of the important data network.
Drawings
Fig. 1 is a schematic diagram of a hardware structure of a mobile terminal implementing various embodiments of the present invention;
fig. 2 is a diagram of a communication network system architecture according to an embodiment of the present invention;
FIG. 3 is a diagram illustrating a method for displaying connection status of a data network according to an embodiment of the present invention;
FIG. 4 is a diagram of a notification layer and a display layer according to an embodiment of the invention;
FIG. 5 is a diagram illustrating another embodiment of a method for displaying connection status of a data network according to the present invention;
FIG. 6 is a diagram illustrating a status bar of a display interface according to an embodiment of the invention;
fig. 7 is a schematic diagram of another embodiment of a method for displaying a connection status of a data network according to the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
In the following description, suffixes such as "module", "component", or "unit" used to denote elements are used only for facilitating the explanation of the present invention, and have no specific meaning in itself. Thus, "module", "component" or "unit" may be used mixedly.
The terminal may be implemented in various forms. For example, the terminal described in the present invention may include a mobile terminal such as a mobile phone, a tablet computer, a notebook computer, a palmtop computer, a Personal Digital Assistant (PDA), a Portable Media Player (PMP), a navigation device, a wearable device, a smart band, a pedometer, and the like, and a fixed terminal such as a Digital TV, a desktop computer, and the like.
The following description will be given by way of example of a mobile terminal, and it will be understood by those skilled in the art that the construction according to the embodiment of the present invention can be applied to a fixed type terminal, in addition to elements particularly used for mobile purposes.
Referring to fig. 1, which is a schematic diagram of a hardware structure of a mobile terminal for implementing various embodiments of the present invention, the mobile terminal 100 may include: RF (Radio Frequency) unit 101, WiFi module 102, audio output unit 103, a/V (audio/video) input unit 104, sensor 105, display unit 106, user input unit 107, interface unit 108, memory 109, processor 110, and power supply 111. Those skilled in the art will appreciate that the mobile terminal architecture shown in fig. 1 is not intended to be limiting of mobile terminals, which may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
The following describes each component of the mobile terminal in detail with reference to fig. 1:
the radio frequency unit 101 may be configured to receive and transmit signals during information transmission and reception or during a call, and specifically, receive downlink information of a base station and then process the downlink information to the processor 110; in addition, the uplink data is transmitted to the base station. Typically, radio frequency unit 101 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like. In addition, the radio frequency unit 101 can also communicate with a network and other devices through wireless communication. The wireless communication may use any communication standard or protocol, including but not limited to GSM (Global System for Mobile communications), GPRS (General Packet Radio Service), CDMA2000(Code Division Multiple Access 2000), WCDMA (Wideband Code Division Multiple Access), TD-SCDMA (Time Division-Synchronous Code Division Multiple Access), FDD-LTE (Frequency Division duplex Long Term Evolution), and TDD-LTE (Time Division duplex Long Term Evolution).
WiFi belongs to short-distance wireless transmission technology, and the mobile terminal can help a user to receive and send e-mails, browse webpages, access streaming media and the like through the WiFi module 102, and provides wireless broadband internet access for the user. Although fig. 1 shows the WiFi module 102, it is understood that it does not belong to the essential constitution of the mobile terminal, and may be omitted entirely as needed within the scope not changing the essence of the invention.
The audio output unit 103 may convert audio data received by the radio frequency unit 101 or the WiFi module 102 or stored in the memory 109 into an audio signal and output as sound when the mobile terminal 100 is in a call signal reception mode, a call mode, a recording mode, a voice recognition mode, a broadcast reception mode, or the like. Also, the audio output unit 103 may also provide audio output related to a specific function performed by the mobile terminal 100 (e.g., a call signal reception sound, a message reception sound, etc.). The audio output unit 103 may include a speaker, a buzzer, and the like.
The a/V input unit 104 is used to receive audio or video signals. The a/V input Unit 104 may include a Graphics Processing Unit (GPU) 1041 and a microphone 1042, the Graphics processor 1041 Processing image data of still pictures or video obtained by an image capturing device (e.g., a camera) in a video capturing mode or an image capturing mode. The processed image frames may be displayed on the display unit 106. The image frames processed by the graphic processor 1041 may be stored in the memory 109 (or other storage medium) or transmitted via the radio frequency unit 101 or the WiFi module 102. The microphone 1042 may receive sounds (audio data) via the microphone 1042 in a phone call mode, a recording mode, a voice recognition mode, or the like, and may be capable of processing such sounds into audio data. The processed audio (voice) data may be converted into a format output transmittable to a mobile communication base station via the radio frequency unit 101 in case of a phone call mode. The microphone 1042 may implement various types of noise cancellation (or suppression) algorithms to cancel (or suppress) noise or interference generated in the course of receiving and transmitting audio signals.
The mobile terminal 100 also includes at least one sensor 105, such as a light sensor, a motion sensor, and other sensors. Specifically, the light sensor includes an ambient light sensor that can adjust the brightness of the display panel 1061 according to the brightness of ambient light, and a proximity sensor that can turn off the display panel 1061 and/or a backlight when the mobile terminal 100 is moved to the ear. As one of the motion sensors, the accelerometer sensor can detect the magnitude of acceleration in each direction (generally, three axes), can detect the magnitude and direction of gravity when stationary, and can be used for applications of recognizing the posture of a mobile phone (such as horizontal and vertical screen switching, related games, magnetometer posture calibration), vibration recognition related functions (such as pedometer and tapping), and the like; as for other sensors such as a fingerprint sensor, a pressure sensor, an iris sensor, a molecular sensor, a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor, which can be configured on the mobile phone, further description is omitted here.
The display unit 106 is used to display information input by a user or information provided to the user. The Display unit 106 may include a Display panel 1061, and the Display panel 1061 may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like.
The user input unit 107 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the mobile terminal. Specifically, the user input unit 107 may include a touch panel 1071 and other input devices 1072. The touch panel 1071, also referred to as a touch screen, may collect a touch operation performed by a user on or near the touch panel 1071 (e.g., an operation performed by the user on or near the touch panel 1071 using a finger, a stylus, or any other suitable object or accessory), and drive a corresponding connection device according to a predetermined program. The touch panel 1071 may include two parts of a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 110, and can receive and execute commands sent by the processor 110. In addition, the touch panel 1071 may be implemented in various types, such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. In addition to the touch panel 1071, the user input unit 107 may include other input devices 1072. In particular, other input devices 1072 may include, but are not limited to, one or more of a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, a mouse, a joystick, and the like, and are not limited to these specific examples.
Further, the touch panel 1071 may cover the display panel 1061, and when the touch panel 1071 detects a touch operation thereon or nearby, the touch panel 1071 transmits the touch operation to the processor 110 to determine the type of the touch event, and then the processor 110 provides a corresponding visual output on the display panel 1061 according to the type of the touch event. Although the touch panel 1071 and the display panel 1061 are shown in fig. 1 as two separate components to implement the input and output functions of the mobile terminal, in some embodiments, the touch panel 1071 and the display panel 1061 may be integrated to implement the input and output functions of the mobile terminal, and is not limited herein.
The interface unit 108 serves as an interface through which at least one external device is connected to the mobile terminal 100. For example, the external device may include a wired or wireless headset port, an external power supply (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device having an identification module, an audio input/output (I/O) port, a video I/O port, an earphone port, and the like. The interface unit 108 may be used to receive input (e.g., data information, power, etc.) from external devices and transmit the received input to one or more elements within the mobile terminal 100 or may be used to transmit data between the mobile terminal 100 and external devices.
The memory 109 may be used to store software programs as well as various data. The memory 109 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. Further, the memory 109 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The processor 110 is a control center of the mobile terminal, connects various parts of the entire mobile terminal using various interfaces and lines, and performs various functions of the mobile terminal and processes data by operating or executing software programs and/or modules stored in the memory 109 and calling data stored in the memory 109, thereby performing overall monitoring of the mobile terminal. Processor 110 may include one or more processing units; preferably, the processor 110 may integrate an application processor, which mainly handles operating systems, user interfaces, application programs, etc., and a modem processor, which mainly handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 110.
The mobile terminal 100 may further include a power supply 111 (e.g., a battery) for supplying power to various components, and preferably, the power supply 111 may be logically connected to the processor 110 via a power management system, so as to manage charging, discharging, and power consumption management functions via the power management system.
Although not shown in fig. 1, the mobile terminal 100 may further include a bluetooth module or the like, which is not described in detail herein.
In order to facilitate understanding of the embodiments of the present invention, a communication network system on which the mobile terminal of the present invention is based is described below.
Referring to fig. 2, fig. 2 is an architecture diagram of a communication Network system according to an embodiment of the present invention, where the communication Network system is an LTE system of a universal mobile telecommunications technology, and the LTE system includes a UE (user equipment) 201, an E-UTRAN (Evolved UMTS Terrestrial Radio Access Network) 202, an EPC (Evolved Packet Core) 203, and an IP service 204 of an operator, which are in communication connection in sequence.
Specifically, the UE201 may be the terminal 100 described above, and is not described herein again.
The E-UTRAN202 includes eNodeB2021 and other eNodeBs 2022, among others. Among them, the eNodeB2021 may be connected with other eNodeB2022 through backhaul (e.g., X2 interface), the eNodeB2021 is connected to the EPC203, and the eNodeB2021 may provide the UE201 access to the EPC 203.
The EPC203 may include an MME (mobility management Entity) 2031, an HSS (Home Subscriber Server) 2032, other MMEs 2033, an SGW (Serving GateWay) 2034, a PGW (PDN GateWay) 2035, and a PCRF (Policy and Charging Rules Function) 2036, and the like. The MME2031 is a control node that handles signaling between the UE201 and the EPC203, and provides bearer and connection management. HSS2032 is used to provide registers to manage functions such as home location register (not shown) and holds subscriber specific information about service characteristics, data rates, etc. All user data may be sent through SGW2034, PGW2035 may provide IP address assignment for UE201 and other functions, and PCRF2036 is a policy and charging control policy decision point for traffic data flow and IP bearer resources, which selects and provides available policy and charging control decisions for a policy and charging enforcement function (not shown).
The IP services 204 may include the internet, intranets, IMS (IP Multimedia Subsystem), or other IP services, among others.
Although the LTE system is described as an example, it should be understood by those skilled in the art that the present invention is not limited to the LTE system, but may also be applied to other wireless communication systems, such as GSM, CDMA2000, WCDMA, TD-SCDMA, and future new network systems.
Based on the above mobile terminal hardware structure and communication network system, the present invention provides various embodiments of the method.
Referring to fig. 3, fig. 3 is a schematic diagram of an embodiment of a method for displaying a connection status of a data network according to the present invention, including:
301. starting;
302. acquiring information of a data network of a preset Access Point (APN) type in a notification layer and reporting the information to a display layer;
generally, before or at the same time of reporting, the notification layer may cache information of the data network of the preset access point type; more specifically, the notification layer only caches the information of the data network of the preset access point type, and does not cache other data;
303. judging whether to update the current connection state of the data network of the preset access point type on a display interface according to the information of the data network of the preset access point type on the display layer;
304. and (6) ending.
Referring to fig. 4, in the present invention, the service layer 401 is responsible for the actual control of data service connection, including connection establishment, validity judgment, production cycle maintenance, etc. of each data service; more specifically, the data service includes access point types such as a Default access type, an MMS type (multimedia message network access type), an IMS type (IP multimedia type), a fota type, and the like; notifying the current data connection state of an upper display layer and caching the latest data connection state at a notification layer 402; the display layer 403 is responsible for displaying the current data connection state on the display interface of the terminal, so that the user can know the current data connection state in time; more specifically, it may be displayed in a status bar. In this embodiment, the information of the data network of the preset access point type is obtained at the notification layer, where the information of the data network of the preset access point type is a fine data connection state, that is, the information includes not only the connection state of the data network but also a specific type of the data network, a state change reason, and the like, and when the display layer 403 receives the information of the data network of the preset access point type, it needs to further determine whether to update the current connection state of the data network of the preset access point type on the display interface.
Referring to fig. 5, fig. 5 is a schematic diagram of an embodiment of a method for displaying a connection status of a data network according to the present invention, including:
501. starting;
502. acquiring information of a data network with access point types of at least two of a Default type, an MMS type and an IMS type in a notification layer and reporting the information to a display layer;
more specifically, each data network access method provided by the operator corresponds to a specific access point type, wherein the access point types affecting the terminal used by the user, that is, the access point types really concerned by the user, include the following:
a Default type (Default access type) mainly used for accessing an internet network;
the MMS type (multimedia message network access type) is mainly used for accessing an operator multimedia message network when a user sends a multimedia message;
the IMS type (IP multimedia type) is mainly used to access an operator IMS network when a user starts a high-definition voice call or a high-definition video call function of a terminal.
Other access point types: such as hipri type, suppl type, cbs type, etc., but access to these networks is generally not triggered by the user's own initiative, but by the network used by the terminal in order to maintain normal operation for data exchange with the operator. Are not associated with the daily use of the user, and therefore, in general, the user does not need to be concerned with the access status of these networks;
generally, before or at the same time of reporting, the notification layer may cache information of at least two data networks of a Default type, an MMS type, and an IMS type; more specifically, the notification layer only caches information of at least two data networks of a Default type, an MMS type and an IMS type, and does not cache other data;
503. judging whether to update the current connection state of the data network of the preset access point type on a display interface according to the information of the data network of the Default type, MMS type or IMS type on the display layer;
in an embodiment of the present invention, as shown in fig. 6, the current connection status of the data networks of the Default type and the IMS type is displayed on a status bar 602 of the display interface 601; the data networks of the Default type and the IMS type are represented by different icons on the status bar, and the shape of the specific icon is not limited in the present invention; in addition, the status bar 602 can be at the top or the bottom of the display interface 601, and the position of the status bar 602 is not limited by the present invention;
in this embodiment, the MMS type is not displayed in the status bar 602, and the current connection status of the MMS type data network may be displayed on an interface for receiving or sending multimedia messages; in the specific implementation, the related operations of the multimedia message can be monitored, when the operations of receiving, editing or sending the multimedia message are executed, the current connection state of the MMS type data network is temporarily displayed on the status bar, and certainly, the current connection state can also be displayed on an interface for receiving or sending the multimedia message instead of the status bar;
504. and (6) ending.
As shown in fig. 6, in another optional embodiment of the method for displaying a connection status of a data network according to the embodiment of the present invention, the method includes:
601. starting;
602. acquiring information of a data network with a preset access point type in a notification layer and reporting the information to a display layer;
generally, before or at the same time of reporting, the notification layer may cache information of the data network of the preset access point type; more specifically, the notification layer only caches the information of the data network of the preset access point type, and does not cache other data;
in another optional embodiment of the present invention, the preset access point types include at least two of a Default type, an MMS type, and an IMS type;
603. the display layer judges whether the information of the data network of the preset access point type is changed or not; if yes, go to step 604; if not, go to step 606;
604. acquiring the connection state and the state change reason of the data network of the preset access point type;
605. determining whether to update the current connection state of the data network of the preset access point type on a display interface according to the connection state and the state change reason;
if the data network is temporarily disconnected due to the system operation, the current connection state of the data network of the preset access point type on the updating display interface can be selected not to be updated;
606. and (6) ending.
Optionally, on the basis of any one of the embodiments corresponding to fig. 3 to fig. 6, in an optional embodiment of the method for displaying a connection state of a data network according to the embodiment of the present invention, the information of the data network of the preset access point type includes a connection state of the data network of the preset access point type, a network type of an access operator, an access point type, and a reason for changing the state.
Wherein, the connection state is used for representing the current connection state of a certain type of APN; the network type of the accessed operator, such as a 4G LTE network, a 3G WCDMA network or a 2G GSM network, etc.; the access point type comprises a Default type, an MMS type, an IMS type and the like; the reason for the state change is used to indicate the reason for the change of the data connection state, and is the active disconnection of the user or the disconnection caused by the network fluctuation.
In this embodiment, the data format is adopted to cache data in the notification layer, so that the display layer can obtain more information and can perform more refined display according to the type of the APN.
Optionally, on the basis of any of the foregoing embodiments, in an optional embodiment of the method for displaying a connection state of a data network according to an embodiment of the present invention, as shown in fig. 7, when the step of determining, in the display layer, whether to update the current connection state of the data network of the preset access point type on the display interface according to the information of the data network of the preset access point type is executed, the method may include the following steps:
701. starting;
702. judging whether the data network is the information of a Default type data network or not on a display layer; if not, go to step 703; if yes, as shown in step 707, the connection status of the Default type data network on the status bar is refreshed; more specifically, before the connection state of the data network of the Default type on the status bar is refreshed, the operator network registered by the data network of the Default type can be acquired;
703. judging whether the information is information of an IMS type data network on a display layer; if not, go to step 704; if yes, as shown in step 706, the connection status of the IMS type data network on the status bar is refreshed;
704. judging whether the information is the information of the MMS type data network on a display layer; if yes, then as shown in step 705, update the connection status of the MMS type data network; if not, go to step 708;
708. and (6) ending.
The present invention also provides a display device of a data network connection state, the display device of the data network connection state comprising: the display method comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the computer program realizes the steps of the display method of the data network connection state provided by the invention when being executed by the processor.
More specifically, the computer program is executed by the processor to implement the steps of:
acquiring information of a data network with a preset access point type in a notification layer and reporting the information to a display layer; generally, before or at the same time of reporting, the notification layer may cache information of the data network of the preset access point type; more specifically, the notification layer only caches the information of the data network of the preset access point type, and does not cache other data;
judging whether to update the current connection state of the data network of the preset access point type on a display interface according to the information of the data network of the preset access point type on the display layer;
referring to fig. 4, in the present invention, a service layer 401 is responsible for the actual control function of data service connection, including connection establishment, validity judgment, production cycle maintenance, etc. of each data service; the notification layer 402 is responsible for notifying the upper layer UI of the current data connection state and caching the latest data connection state; the display layer 403 is responsible for displaying the current data connection state on the display interface of the terminal, so that the user can know the current data connection state in time. In this embodiment, the notification layer only obtains information of the data network of the preset access point type, and does not obtain information of all data services any more, and when receiving the information of the data network of the preset access point type, the display layer 403 needs to further determine whether to update the current connection state of the data network of the preset access point type on the display interface.
In an alternative embodiment of the invention, the computer program is executed by the processor to carry out the steps of:
acquiring information of a data network with access point types of at least two of a Default type, an MMS type and an IMS type in a notification layer and reporting the information to a display layer; more specifically, each data network access method provided by the operator corresponds to a specific access point type, wherein the access point types affecting the terminal used by the user, that is, the access point types really concerned by the user, include the following: a Default type (Default access type) mainly used for accessing an internet network; the MMS type (multimedia message network access type) is mainly used for accessing an operator multimedia message network when a user sends a multimedia message; the IMS type (IP multimedia type) is mainly used to access an operator IMS network when a user starts a high-definition voice call or a high-definition video call function of a terminal. Other access point types: such as hipri type, suppl type, cbs type, etc., but access to these networks is generally not triggered by the user's own initiative, but by the network used by the terminal in order to maintain normal operation for data exchange with the operator. Are not associated with the daily use of the user, and therefore, in general, the user does not need to be concerned with the access status of these networks; generally, before or at the same time of reporting, the notification layer may cache information of at least two data networks of a Default type, an MMS type, and an IMS type; more specifically, the notification layer only caches information of at least two data networks of a Default type, an MMS type and an IMS type, and does not cache other data;
judging whether to update the current connection state of the data network of the preset access point type on a display interface according to the information of the data network of the Default type, MMS type or IMS type on the display layer;
in an embodiment of the present invention, as shown in fig. 6, the current connection status of the data networks of the Default type and the IMS type is displayed on a status bar 602 of the display interface 601; the data networks of the Default type and the IMS type are represented by different icons on the status bar, and the shape of the specific icon is not limited in the present invention; in addition, the status bar 602 can be at the top or the bottom of the display interface 601, and the position of the status bar 602 is not limited by the present invention; in this embodiment, the MMS type is not displayed in the status bar 602, and the current connection status of the MMS type data network may be displayed on an interface for receiving or sending multimedia messages; in the specific implementation, the related operations of the multimedia message can be monitored, and when the operations of receiving, editing or sending the multimedia message are executed, the current connection state of the data network of the MMS type is temporarily displayed on the status bar, and certainly, the current connection state can also be displayed on an interface for receiving or sending the multimedia message instead of the status bar.
In an alternative embodiment of the invention, the computer program is executed by the processor to carry out the steps of:
acquiring information of a data network with a preset access point type in a notification layer and reporting the information to a display layer; generally, before or at the same time of reporting, the notification layer may cache information of the data network of the preset access point type; more specifically, the notification layer only caches the information of the data network of the preset access point type, and does not cache other data; in another optional embodiment of the present invention, the preset access point types include at least two of a Default type, an MMS type, and an IMS type;
the display layer judges whether the information of the data network of the preset access point type is changed or not; if so, acquiring the connection state and the state change reason of the data network of the preset access point type;
determining whether to update the current connection state of the data network of the preset access point type on a display interface according to the connection state and the state change reason; at this time, if the data network is temporarily disconnected due to the system operation, at this time, the current connection state of the data network of the preset access point type on the update display interface may be selected not to be updated.
In an optional embodiment of the present invention, the information about the data network of the preset access point type includes a connection state of the data network of the preset access point type, a network type of an accessed operator, an access point type, and a state change reason.
Wherein, the connection state is used for representing the current connection state of a certain type of APN; the network type of the accessed operator, such as a 4G LTE network, a 3G WCDMA network or a 2G GSM network, etc.; the access point type comprises a Default type, an MMS type, an IMS type and the like; the reason for the state change is used to indicate the reason for the change of the data connection state, and is the active disconnection of the user or the disconnection caused by the network fluctuation.
In this embodiment, the data format is adopted to cache data in the notification layer, so that the display layer can obtain more information and can perform more refined display according to the type of the APN.
In an optional embodiment of the present invention, when the display layer determines whether to update the current connection state of the data network of the preset access point type on the display interface according to the information of the data network of the preset access point type, the computer program is executed by the processor to implement the following steps:
judging whether the data network is the information of a Default type data network or not on a display layer; if so, refreshing the connection state of the data network of the Default type on the status bar; more specifically, before the connection state of the data network of the Default type on the status bar is refreshed, the operator network registered by the data network of the Default type can be acquired;
if the judgment result is not the information of the data network of the Default type, judging whether the information is the information of the data network of the IMS type on a display layer; if yes, refreshing the connection state of the IMS type data network on the status bar;
if the judgment result is not the information of the IMS type data network, judging whether the information is the information of the MMS type data network on a display layer; if yes, updating the connection state of the MMS type data network; if not, the process is ended.
The invention also provides a computer readable storage medium, on which a display program of the data network connection state is stored, and when the display program of the data network connection state is executed by a processor, the steps of the display method of the data network connection state provided by the embodiment of the invention are realized.
More specifically, the display program of the data network connection status is executed by the processor to implement the steps of:
acquiring information of a data network with a preset access point type in a notification layer and reporting the information to a display layer; generally, before or at the same time of reporting, the notification layer may cache information of the data network of the preset access point type; more specifically, the notification layer only caches the information of the data network of the preset access point type, and does not cache other data;
judging whether to update the current connection state of the data network of the preset access point type on a display interface according to the information of the data network of the preset access point type on the display layer;
referring to fig. 4, in the present invention, a service layer 401 is responsible for the actual control function of data service connection, including connection establishment, validity judgment, production cycle maintenance, etc. of each data service; the notification layer 402 is responsible for notifying the upper layer UI of the current data connection state and caching the latest data connection state; the display layer 403 is responsible for displaying the current data connection state on the display interface of the terminal, so that the user can know the current data connection state in time. In this embodiment, the notification layer only obtains information of the data network of the preset access point type, and does not obtain information of all data services any more, and when receiving the information of the data network of the preset access point type, the display layer 403 needs to further determine whether to update the current connection state of the data network of the preset access point type on the display interface.
In an optional embodiment of the invention, the display program of the data network connection status is executed by the processor to implement the steps of:
acquiring information of a data network with access point types of at least two of a Default type, an MMS type and an IMS type in a notification layer and reporting the information to a display layer; more specifically, each data network access method provided by the operator corresponds to a specific access point type, wherein the access point types affecting the terminal used by the user, that is, the access point types really concerned by the user, include the following: a Default type (Default access type) mainly used for accessing an internet network; the MMS type (multimedia message network access type) is mainly used for accessing an operator multimedia message network when a user sends a multimedia message; the IMS type (IP multimedia type) is mainly used to access an operator IMS network when a user starts a high-definition voice call or a high-definition video call function of a terminal. Other access point types: such as hipri type, suppl type, cbs type, etc., but access to these networks is generally not triggered by the user's own initiative, but by the network used by the terminal in order to maintain normal operation for data exchange with the operator. Are not associated with the daily use of the user, and therefore, in general, the user does not need to be concerned with the access status of these networks; generally, before or at the same time of reporting, the notification layer may cache information of at least two data networks of a Default type, an MMS type, and an IMS type; more specifically, the notification layer only caches information of at least two data networks of a Default type, an MMS type and an IMS type, and does not cache other data;
judging whether to update the current connection state of the data network of the preset access point type on a display interface according to the information of the data network of the Default type, MMS type or IMS type on the display layer;
in an embodiment of the present invention, as shown in fig. 6, the current connection status of the data networks of the Default type and the IMS type is displayed on a status bar 602 of the display interface 601; the data networks of the Default type and the IMS type are represented by different icons on the status bar, and the shape of the specific icon is not limited in the present invention; in addition, the status bar 602 can be at the top or the bottom of the display interface 601, and the position of the status bar 602 is not limited by the present invention; in this embodiment, the MMS type is not displayed in the status bar 602, and the current connection status of the MMS type data network may be displayed on an interface for receiving or sending multimedia messages; in the specific implementation, the related operations of the multimedia message can be monitored, and when the operations of receiving, editing or sending the multimedia message are executed, the current connection state of the data network of the MMS type is temporarily displayed on the status bar, and certainly, the current connection state can also be displayed on an interface for receiving or sending the multimedia message instead of the status bar.
In an optional embodiment of the invention, the display program of the data network connection status is executed by the processor to implement the steps of:
acquiring information of a data network with a preset access point type in a notification layer and reporting the information to a display layer; generally, before or at the same time of reporting, the notification layer may cache information of the data network of the preset access point type; more specifically, the notification layer only caches the information of the data network of the preset access point type, and does not cache other data; in another optional embodiment of the present invention, the preset access point types include at least two of a Default type, an MMS type, and an IMS type;
the display layer judges whether the information of the data network of the preset access point type is changed or not; if so, acquiring the connection state and the state change reason of the data network of the preset access point type;
determining whether to update the current connection state of the data network of the preset access point type on a display interface according to the connection state and the state change reason; at this time, if the data network is temporarily disconnected due to the system operation, at this time, the current connection state of the data network of the preset access point type on the update display interface may be selected not to be updated.
In an optional embodiment of the present invention, the information about the data network of the preset access point type includes a connection state of the data network of the preset access point type, a network type of an accessed operator, an access point type, and a state change reason.
Wherein, the connection state is used for representing the current connection state of a certain type of APN; the network type of the accessed operator, such as a 4G LTE network, a 3G WCDMA network or a 2G GSM network, etc.; the access point type comprises a Default type, an MMS type, an IMS type and the like; the reason for the state change is used to indicate the reason for the change of the data connection state, and is the active disconnection of the user or the disconnection caused by the network fluctuation.
In this embodiment, the data format is adopted to cache data in the notification layer, so that the display layer can obtain more information and can perform more refined display according to the type of the APN.
In an optional embodiment of the present invention, when the display layer determines whether to update the current connection status of the data network of the preset access point type on the display interface according to the information of the data network of the preset access point type, the display program of the connection status of the data network is executed by the processor to implement the following steps:
judging whether the data network is the information of a Default type data network or not on a display layer; if so, refreshing the connection state of the data network of the Default type on the status bar; more specifically, before the connection state of the data network of the Default type on the status bar is refreshed, the operator network registered by the data network of the Default type can be acquired;
if the judgment result is not the information of the data network of the Default type, judging whether the information is the information of the data network of the IMS type on a display layer; if yes, refreshing the connection state of the IMS type data network on the status bar;
if the judgment result is not the information of the IMS type data network, judging whether the information is the information of the MMS type data network on a display layer; if yes, updating the connection state of the MMS type data network; if not, the process is ended.
According to the method and the device for displaying the connection state of the data network and the computer readable storage medium, provided by the embodiment of the invention, only the information of the data network with the preset access point type is reported to the display layer, so that the data network information which does not influence daily operation is not reported any more, and the necessary requirement of the data network information is ensured; in addition, the invention modifies the data format of the data connection state cached in the notification layer, and adds the information of the access point type, so that the display layer can correctly inquire the access state of the internet connection after restarting.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (8)

1. A method for displaying connection status of a data network, the method comprising the steps of:
acquiring information of a data network with a preset access point type in a notification layer and reporting the information to a display layer; the information of the data network with the preset access point type comprises the connection state of the data network with the preset access point type, the network type of an accessed operator, the access point type and a state change reason; before or at the same time of acquiring information of a data network with a preset access point type in a notification layer and reporting the information to a display layer, the notification layer only caches the information of at least two data networks in a Default type, an MMS type and an IMS type, and does not cache other data;
judging whether to update the current connection state of the data network of the preset access point type on a display interface according to the information of the data network of the preset access point type on the display layer;
judging whether to update the current connection state of the data network of the preset access point type on a display interface according to the information of the data network of the preset access point type on the display layer, wherein the method specifically comprises the following steps:
judging whether the information of the data network of the preset access point type is changed or not;
if so, acquiring the connection state and the state change reason of the data network of the preset access point type;
determining whether to update the current connection state of the data network of the preset access point type on a display interface according to the connection state and the state change reason;
and when the data network is temporarily disconnected due to the system operation reason, not updating the current connection state of the data network of the preset access point type on the display interface.
2. The method of displaying the connection status of the data network according to claim 1, wherein the type of the data network comprises: at least two of a Default type, an MMS type, an IMS type.
3. The method of displaying connection status of data network according to claim 2, wherein the current connection status of the data network of the Default type and the IMS type is displayed on a status bar of the display interface.
4. A method of displaying the connection status of a data network according to claim 3, wherein the data networks of the Default type and IMS type are represented by different icons on the status bar.
5. The method of claim 2, wherein the current connection status of the MMS-type data network is displayed on an interface for receiving or transmitting the MMS.
6. The method for displaying connection status of data network according to claim 1, wherein after the notification layer obtains the information of the data network of the preset access point type and reports the information to the display layer, the method further comprises:
and caching the information of the data network with the preset access point type.
7. A terminal, comprising: memory, processor and computer program stored on the memory and executable on the processor, which computer program, when being executed by the processor, carries out the steps of the method of displaying a connection status of a data network according to any one of claims 1 to 6.
8. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a display program of a data network connection state, which when executed by a processor implements the steps of the display method of a data network connection state according to any one of claims 1 to 6.
CN201710337754.XA 2017-05-15 2017-05-15 Data network connection state display method, terminal and computer readable storage medium Active CN107222525B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710337754.XA CN107222525B (en) 2017-05-15 2017-05-15 Data network connection state display method, terminal and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710337754.XA CN107222525B (en) 2017-05-15 2017-05-15 Data network connection state display method, terminal and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN107222525A CN107222525A (en) 2017-09-29
CN107222525B true CN107222525B (en) 2021-07-23

Family

ID=59944383

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710337754.XA Active CN107222525B (en) 2017-05-15 2017-05-15 Data network connection state display method, terminal and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN107222525B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112369062A (en) * 2018-08-27 2021-02-12 Oppo广东移动通信有限公司 UI display method and device, terminal equipment and storage medium
WO2020042957A1 (en) * 2018-08-29 2020-03-05 Oppo广东移动通信有限公司 Ui display method and apparatus, terminal device, and storage medium
CN109819458B (en) * 2019-02-19 2022-11-01 维沃移动通信有限公司 Network connection method, terminal device and computer readable storage medium
CN111669752B (en) * 2020-05-15 2022-07-08 Oppo(重庆)智能科技有限公司 Network processing method and device, storage medium and electronic equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101951433A (en) * 2010-09-02 2011-01-19 宇龙计算机通信科技(深圳)有限公司 Method and system for processing application icon and mobile terminal
CN103533165A (en) * 2013-10-10 2014-01-22 成都达信通通讯设备有限公司 Multi-APN (Access Point Name) concurrency method supporting Android applications of handheld equipment and system thereof
WO2015142768A1 (en) * 2014-03-19 2015-09-24 Microsoft Technology Licensing, Llc Hybrid telecommunications network connection indicator
CN106357907A (en) * 2016-09-21 2017-01-25 西安中科创达软件有限公司 Display method of data icons and mobile terminal

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101951433A (en) * 2010-09-02 2011-01-19 宇龙计算机通信科技(深圳)有限公司 Method and system for processing application icon and mobile terminal
CN103533165A (en) * 2013-10-10 2014-01-22 成都达信通通讯设备有限公司 Multi-APN (Access Point Name) concurrency method supporting Android applications of handheld equipment and system thereof
WO2015142768A1 (en) * 2014-03-19 2015-09-24 Microsoft Technology Licensing, Llc Hybrid telecommunications network connection indicator
CN106357907A (en) * 2016-09-21 2017-01-25 西安中科创达软件有限公司 Display method of data icons and mobile terminal

Also Published As

Publication number Publication date
CN107222525A (en) 2017-09-29

Similar Documents

Publication Publication Date Title
CN107038245B (en) Page switching method, mobile terminal and storage medium
CN112799577B (en) Method, terminal and storage medium for projecting small window
CN112667340A (en) Screen refresh control method, mobile terminal and computer readable storage medium
CN107635070B (en) Message reminding method, terminal and storage medium
CN107862217B (en) Position information acquisition method, mobile terminal and computer storage medium
CN107222525B (en) Data network connection state display method, terminal and computer readable storage medium
CN107172605B (en) Emergency call method, mobile terminal and computer readable storage medium
CN113067734B (en) Electronic price tag upgrading method, electronic price tag system, electronic terminal and storage medium
CN112822538A (en) Screen projection display method, screen projection device, terminal and storage medium
CN110020386B (en) Application page sharing method, mobile terminal and computer readable storage medium
CN112601268A (en) Electronic price tag sleep period switching method, electronic price tag device and electronic price tag
CN107707755B (en) Key using method, terminal and computer readable storage medium
CN111158617A (en) Screen-casting content synchronization method, mobile terminal and computer-readable storage medium
CN108063863B (en) Information browsing method, terminal, server and computer readable storage medium
CN111970738B (en) Network switching control method, device and computer readable storage medium
CN112423102A (en) Small window screen projection control method and device and computer readable storage medium
CN112437472A (en) Network switching method, equipment and computer readable storage medium
CN109062688B (en) Memory allocation method, server and mobile terminal
CN110955397A (en) Method for setting frame rate of game terminal, game terminal and storage medium
CN108040116B (en) Message pushing method, router and computer readable storage medium
CN107404568B (en) Control switch management method and mobile terminal
CN108183833B (en) Response processing method and device and computer readable storage medium
CN112667339B (en) Screen refresh rate setting method, terminal and computer readable medium
CN109379719B (en) Application program broadcast processing method and device and computer readable storage medium
CN108650403B (en) Message sending method, mobile terminal and server

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant