One-Way Push Notification Display Update Mechanism

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing display update technologies on terminal devices, such as smartphones, require multiple communications and can fail if one communication attempt fails, leading to delayed updates and increased user operation, especially in unstable wireless communication environments.

Innovation Solution

A display control method that receives a push notification via one-way communication, extracts data based on identification information, and updates the display content once, reducing the number of necessary communications and ensuring immediate update without user intervention.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If multiple communication steps are used for content update, then the update can be completed reliably, but the update time increases and user operation is required

Engineering Contradiction:
Improveupdate completion reliabilityVSAvoidupdate time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The server sends a push notification in advance to inform the terminal of available content updates. The terminal device proactively checks for updates based on this notification and automatically downloads updated content without waiting for user initiation, thus reducing update time while maintaining reliability through pre-arranged communication protocols

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system implements a feedback mechanism where the terminal device automatically reports its update status back to the server. The server monitors communication success and can trigger retry mechanisms or alternative delivery methods if initial updates fail, ensuring reliable completion without requiring additional user operations

Inventive Principle:
Principle #23Feedback

2Reliability

If communication retry mechanism is implemented, then update reliability improves, but the total communication time increases

Engineering Contradiction:
Improvecommunication success rateVSAvoidcommunication duration
Core Design Contradiction:
ReliabilityVSDuration of action of moving object

Solution Approach 1:

The system employs periodic communication attempts with predetermined intervals rather than continuous retry. The terminal device schedules update checks at regular intervals, and the server sends periodic notifications, allowing the system to balance reliability with time efficiency by not indefinitely extending communication duration

Inventive Principle:
Principle #19Periodic action

Solution Approach 2:

The communication retry mechanism dynamically adjusts parameters such as retry intervals and timeout durations based on network conditions and update priority. High-priority updates may trigger immediate retries with shorter intervals, while lower-priority updates use extended intervals, optimizing the balance between reliability and communication duration

Inventive Principle:
Principle #35Parameter changes

3Ease of operation

If automatic display update is implemented, then user operation is reduced, but the processing load on server increases

Engineering Contradiction:
Improveuser operation requirementVSAvoidserver processing load
Core Design Contradiction:
Ease of operationVSUse of energy by moving object

Solution Approach 1:

The system extracts and separates critical update information into push notifications sent to terminals, while the terminal device autonomously handles the complex tasks of checking update availability, downloading content, and refreshing displays. This distribution of processing load reduces server energy consumption while maintaining automatic update functionality

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The terminal device is designed to autonomously manage the update process including receiving notifications, determining update necessity, downloading content, and automatically refreshing the display without user intervention. The server's role is minimized to sending notifications and providing update content when requested, significantly reducing its processing load

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS10516750B2Display control method, display control device, and recording medium
Publication Date: 2019.12.24 FUJITSU LTD
  • US10516750B2 patent drawing
  • US10516750B2 patent drawing
  • US10516750B2 patent drawing

AI summary

A non-transitory computer-readable recording medium stores a display control program that causes a computer to execute a process. The process includes, receiving a notification from a terminal in one-way communication, when identification information included in the received notification is detected, extracting data included in the notification, and updating display contents of a display device from first display contents to second display contents based on the extracted data.