KR20050020033A - Management method for program list in mobile terminal - Google Patents

Management method for program list in mobile terminal Download PDF

Info

Publication number
KR20050020033A
KR20050020033A KR1020030057672A KR20030057672A KR20050020033A KR 20050020033 A KR20050020033 A KR 20050020033A KR 1020030057672 A KR1020030057672 A KR 1020030057672A KR 20030057672 A KR20030057672 A KR 20030057672A KR 20050020033 A KR20050020033 A KR 20050020033A
Authority
KR
South Korea
Prior art keywords
file
program
list
list file
backup
Prior art date
Application number
KR1020030057672A
Other languages
Korean (ko)
Inventor
김인경
Original Assignee
엘지전자 주식회사
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 엘지전자 주식회사 filed Critical 엘지전자 주식회사
Priority to KR1020030057672A priority Critical patent/KR20050020033A/en
Publication of KR20050020033A publication Critical patent/KR20050020033A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions

Abstract

PURPOSE: A method for managing a program list on a mobile terminal is provided to prevent damage of a list-related file by performing correction in only the case that a program-related list file is normally operated after backup, and correct the program-relate list file by checking configuration contents of a program in the case that the program-related list file is damaged during a program deleting process. CONSTITUTION: It is checked whether program deletion is set or not. If the program deletion is set, the backup of the program-related list file is performed. The corresponding program is deleted and the list file is corrected. In the case that correction of the file list is failed, the list file is recovered by using a backup file.

Description

프로그램 목록 관리 방법{MANAGEMENT METHOD FOR PROGRAM LIST IN MOBILE TERMINAL}MANAGEMENT METHOD FOR PROGRAM LIST IN MOBILE TERMINAL}

본 발명은 자바 어플리케이션(Java application)에 관한 것으로 특히, 이동 단말기에 있어서 프로그램 목록 관리 방법에 관한 것이다. BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to Java applications, and more particularly, to a program list management method in a mobile terminal.

현재 휴대폰으로 인터넷에 연결하여 자바 프로그램을 다운로드할 수 있는데, 프로그램을 선택하여 저장하게 되면 특정 디렉토리(예로 Media:\Java) 안의 목록 관련 파일(예로, list.txt)이 수정되고 폴더를 만들어(예로 Media:\java\0) 그 안에 프로그램 관련된 파일들을 저장하게 된다. You can now download Java programs by connecting to the Internet with your mobile phone. Selecting and saving a program will modify the list-related files (e.g. list.txt) in a specific directory (e.g. Media: \ Java) and create a folder (e.g. Media: \ java \ 0) It stores program related files in it.

만일, 자바 메뉴에서 다운받은 프로그램을 삭제하면 해당 폴더가 삭제되고 목록 관련 파일도 수정된다. If you delete a program downloaded from the Java menu, the folder is deleted and the list related files are modified.

그러나, 종래에는 자바 프로그램 삭제 시 비정상적인 상황이 발생하는 경우 목록을 관리하는 파일에 이상이 발생할 수 있다. However, in the related art, when an abnormal situation occurs when deleting a Java program, an error may occur in a file managing a list.

즉, 종래에는 삭제 도중에 예외 상황이 발생하는 경우(예로 battery off) 실제 프로그램 관련 파일들이 삭제되지 않았음에도 목록 관련 파일만이 손상되어 프로그램 목록을 보여주지 못하는 경우가 발생되는 문제점이 있다. That is, conventionally, when an exception occurs during deletion (for example, battery off), even if the actual program related files are not deleted, only the list related files are damaged and the program list cannot be displayed.

따라서, 본 발명은 종래의 문제점을 개선하기 위하여 프로그램 관련 목록 파일을 수정하기 전에 백업하였다가 정상적으로 동작하는 경우에만 수정하여 목록 관련 파일의 손상을 방지할 수 있도록 창안한 프로그램 목록 관리 방법을 제공함에 목적이 있다. Accordingly, an object of the present invention is to provide a program list management method created to prevent damage to the list-related file by modifying only when the program-related list file is backed up and modified normally to improve the conventional problem. There is this.

또한, 본 발명은 프로그램 삭제 과정에서 프로그램 관련 목록 파일이 손상된 경우 프로그램의 구성 내용을 확인하여 프로그램 관련 목록 파일을 수정하도록 함에 다른 목적이 있다. In addition, the present invention has another object to modify the program-related list file by checking the configuration of the program when the program-related list file is damaged during the program deletion process.

본 발명은 상기의 목적을 달성하기 위하여 임의의 프로그램을 삭제할 것인지 확인하는 단계와, 상기에서 프로그램 삭제로 확인되면 프로그램 관련 목록 파일을 백업하는 단계와, 해당 프로그램을 삭제하고 목록 파일을 수정하는 단계와, 프로그램의 구성 내용을 참조하여 현재 목록 파일 수정이 성공하였는지 확인하는 단계와, 상기에서 목록 파일 수정이 실패한 경우 백업 파일을 이용하여 목록 파일을 복구하는 단계와, 상기에서 목록 파일 수정/복구가 완료되면 백업 파일을 삭제하는 단계를 수행함을 특징으로 한다. The present invention comprises the steps of checking whether to delete any program in order to achieve the above object, if it is confirmed that the program delete in the step of backing up the program-related list file, deleting the program and modifying the list file; Checking whether the modification of the current list file is successful by referring to the configuration of the program; recovering the list file using a backup file when the modification of the list file fails; and modifying / recovering the list file is completed. And deleting the backup file.

또한, 본 발명은 상기의 목적을 달성하기 위하여 상기 단계를 수행함에 있어서, 목록 파일 수정이 실패한 경우 프로그램의 구성 내용을 참조하여 목록 파일을 재수정하는 단계를 수행하도록 구성함을 특징으로 한다. In addition, the present invention is characterized in that the step of re-modifying the list file with reference to the configuration of the program when the list file modification fails in performing the above steps to achieve the above object.

이하, 본 발명을 도면에 의거 상세히 설명하면 다음과 같다. Hereinafter, the present invention will be described in detail with reference to the drawings.

현재 이동통신 서비스 중에서 컨텐츠 다운로드 서비스가 활성화되어 있다. Currently, a content download service is activated among mobile communication services.

현재 다운로드 서비스에는 HTTP(Hyper Text Transfer Protocol)이 사용된다. 이때, 클라이언트(휴대 단말)에서는 HTTP의 GET method에서 "Ragne" 헤더에 원하는 다운로드 시작 위치를 지정할 수 있다. 그러면 컨텐츠 서버는 지정된 위치부터 컨텐츠를 전송하게 된다. Currently, Hyper Text Transfer Protocol (HTTP) is used for the download service. At this time, the client (mobile terminal) can specify the desired download start position in the "Ragne" header in the HTTP GET method. The content server then transmits the content from the specified location.

그러나, 컨텐츠 다운로드 서비스를 이용할 경우 패킷 당 요금이 비싸 하나의 컨텐츠만을 다운로드받는 경우에도 사용자에게 많은 요금이 부과되어 서비스 이용에 큰 부담이 된다. However, if the content download service is expensive, even if only one content is downloaded per packet, a lot of charges are imposed on the user.

또한, 현재 이동 단말에서는 최대 128Kbps(2.5G), 384Kbps(3G)의 속도로 다운로드하게 되어 있어 유선망보다 다운로드 속도가 현저히 느리다. In addition, the current mobile terminal downloads at speeds of up to 128 Kbps (2.5G) and 384 Kbps (3G), which is significantly slower than the wired network.

따라서, 본 발명의 실시예에서는 하나의 컨텐츠를 여러 대의 단말로 분산하여 다운로드 하는 방법을 적용하여 상기 문제점을 개선한다. Therefore, in the embodiment of the present invention, the problem is solved by applying a method of distributing and downloading one content to a plurality of terminals.

즉, 본 발명의 실시예에서는 하나의 단말에서 전체 컨텐츠를 다운로드받는 것이 아닌 근거리에 다운로드 서비스를 이용할 수 있는 다수의 단말기들을 동기화시켜서 하나의 컨텐츠를 나누어 다운로드 받고 이를 취합함으로써 저가격 및 빠른 속도로 서비스를 제공받을 수 있도록 하는 방법을 이용하여 상기 문제점을 개선하는 것이다. That is, in the embodiment of the present invention, by downloading a plurality of contents by synchronizing a plurality of terminals that can use a download service at a short distance rather than downloading the entire contents from one terminal, and collecting them, the service is provided at a low cost and a high speed. It is to improve the problem by using a method to be provided.

본 발명의 실시예에서 파일 다운로드를 위해 제안된 방법을 도1의 구성도 및 도2의 동작 순서도를 참조하여 설명하면 다음과 같다. The proposed method for file download in an embodiment of the present invention will be described with reference to the configuration diagram of FIG. 1 and the operation flowchart of FIG. 2.

먼저, 컨텐츠를 나누어 다운로드받으려면 근거리(예로, 적외선 통신이 가능한 거리)에서 다운로드 서비스 이용이 가능한 단말기들이 존재하여야 한다. First, in order to download content separately, terminals that can use a download service at a short distance (for example, an infrared communication distance) must exist.

사용자는 이용하고자 하는 컨텐츠를 결정하고 도1과 같이 적외선 통신을 이용하여 각 단말기들에게 이용하게 될 컨텐츠의 정보(제목, server URL, 파일 크기)를 공유하고 서비스 받을 컨텐츠의 다운로드 시작 위치를 결정한다. The user decides the content to use and shares information (title, server URL, file size) of the content to be used for each terminal by using infrared communication as shown in FIG. .

각각의 단말기에서 정해진 만큼의 컨텐츠를 다운로드 받으면 각각의 단말기에 저장된 파일들을 근거리 통신을 이용하여 서로 주고 받아 하나의 완전한 컨텐츠 파일을 생성하게 된다. When a predetermined amount of content is downloaded from each terminal, files stored in each terminal are exchanged with each other using short-range communication to generate one complete content file.

따라서, 상기 과정과 같이 3대의 단말기를 이용할 경우 각각의 단말기에서 1/3 만큼의 요금과 3배 빠른 속도로 컨텐츠를 다운로드하는 효과가 발생하게 된다. Therefore, when using three terminals as described above, the effect of downloading the contents at a rate of three thirds and three times as fast as each terminal is generated.

즉, 상기의 방법을 근거리에 다수(N대)의 휴대 단말이 있는 경우에 적용하면 전체 다운로드 컨텐츠의 파일 크기(S)를 N으로 나누어 각 단말에서는 S/N만큼을 나누어 다운로드하도록 한다. 이후, 각각의 단말기에서는 다운로드받은 컨텐츠를 근거리 통신(IrDA, Bluetooth, Wireless Lan)을 이용하여 다른 단말기와 서로 송수신하여 완전한 하나의 파일을 얻을 수 있다. That is, when the above method is applied to a case where there are a large number (N units) of portable terminals in a short distance, the file size (S) of the entire download content is divided by N so that each terminal divides and downloads S / N. Thereafter, each terminal may transmit and download the downloaded content to another terminal using near field communication (IrDA, Bluetooth, Wireless Lan) to obtain a complete file.

따라서, 이용자들은 서로 다운로드받고 싶은 컨텐츠를 적은 부담(1/N)으로 이용할 수 있다. 뿐만 아니라 무선망에서 실제 다운로드받는 시간도 1/N로 줄일 수 있으므로 사용자가 느끼는 다운로드 속도도 N배 만큼 증가하게 된다. Therefore, users can use the content which they want to download with little burden (1 / N). In addition, since the actual download time in the wireless network can be reduced to 1 / N, the download speed felt by the user is increased by N times.

즉, 상기의 방법은 연동할 수 있는 단말기의 수에 제한이 없어 확장할 수 있으므로 2대 이상의 단말기만 있으면 종래 방법에 비하여 최소한 1/2 이상 저렴한 요금과 2배 이상의 다운로드 속도로 서비스를 이용할 수 있음을 알 수 있다. That is, the above method can be extended without limiting the number of terminals that can be interworked, so if only two or more terminals are needed, the service can be used at least 1/2 lower rate and twice the download speed than the conventional method. It can be seen.

한편, 본 발명의 실시예에서 자바 프로그램을 삭제하는 경우 프로그램 목록 파일의 손상 방지를 위한 동작 과정을 도3의 동작 순서도를 참조하여 설명하면 다음과 같다. Meanwhile, when the Java program is deleted in the embodiment of the present invention, an operation process for preventing damage to the program list file will be described with reference to the operation flowchart of FIG. 3.

우선, 파일 시스템 관련하여 자바 프로그램을 삭제하여 프로그램 목록 파일을 수정하는 경우 목록 파일을 수정하기 전에 목록 파일을 백업(backup)한다. First, in case of modifying program list file by deleting Java program related to file system, backup the list file before modifying the list file.

이때, 상기 백업 과정에서 오류가 발생하였는지를 알기 위하여 백업 목록 파일과 원본 목록 파일을 비교한다. 만일, 비교 결과가 일치하지 않아 백업 과정에서 오류가 발생한 것으로 판단되면 해당 목록 파일의 백업 과정을 다시 실행한다. At this time, the backup list file is compared with the original list file to know whether an error occurs in the backup process. If the comparison results do not match and it is determined that an error has occurred in the backup process, the backup process of the corresponding list file is executed again.

그리고, 백업 목록 파일과 원본 목록 파일이 일치하는 것으로 판단되면 해당 자바 프로그램을 삭제함과 아울러 프로그램 목록 파일을 수정한다. If it is determined that the backup list file matches the original list file, the corresponding Java program is deleted and the program list file is modified.

이후, 프로그램의 구성 내용을 확인하여 프로그램 관련 목록 파일이 정상적으로 수정되었는지 확인한다. After that, check the program contents to see if the program-related list file has been correctly modified.

만일, 해당 프로그램은 삭제되지 않고 목록 파일만이 수정된 경우로 확인되면 현재 수정된 목록 파일을 백업 파일로 변경한다. 이와 같이 백업 파일을 이용하여 목록 파일을 복구한 경우 해당 프로그램 관련 목록 파일의 백업 과정부터 재실행하여 해당 프로그램을 삭제하고 프로그램 관련 목록 파일을 수정할 수 있다. If the program is confirmed that only the list file is modified without being deleted, the currently modified list file is changed to a backup file. As such, when the list file is restored using the backup file, the program may be deleted and the program related list file may be corrected by executing the backup process of the program related list file again.

또한, 해당 프로그램은 삭제되었으나 목록 파일이 수정되지 않은 경우로 확인되면 현재의 프로그램 구성 내용을 참조하여 목록 파일을 수정하도록 구성할 수 있다. 이 경우 수정된 목록 파일과 백업 파일을 비교하여 목록 파일의 수정이 정상적으로 이루어졌는지 확인할 수 있다. In addition, if it is determined that the program is deleted but the list file is not modified, the program may be modified to refer to the current program configuration. In this case, the modified list file can be compared with the backup file to check whether the modification of the list file is successful.

이후, 프로그램 관련 목록 관리 파일이 정상적으로 변경된 것으로 확인되면 백업 파일을 삭제함으로써 자바 프로그램의 목록 관리 파일의 손상을 방지한다. After that, if it is confirmed that the program-related list management file has been changed normally, the backup file is deleted to prevent damage to the list management file of the Java program.

상기에서 상세히 설명한 바와 같이 본 발명은 프로그램 삭제 과정에서 백업 파일을 이용하여 프로그램 관련 목록 파일의 손상을 방지함으로써 시스템 동작의 오류를 미연에 방지할 수 있는 효과가 있다. As described in detail above, the present invention has an effect of preventing an error in a system operation by preventing damage to a program related list file by using a backup file in a program deletion process.

도1은 본 발명의 실시예에서 프로그램 다운로드 방법을 보인 구성도. 1 is a block diagram showing a program download method in an embodiment of the present invention.

도2는 본 발명의 실시예에서 프로그램 다운로드 과정을 보인 동작 순서도. 2 is an operation flowchart showing a program download process in an embodiment of the present invention.

도3은 본 발명의 실시예에서 프로그램 목록 수정 과정을 보인 동작 순서도. 3 is a flowchart illustrating an operation of modifying a program list in an embodiment of the present invention.

Claims (7)

임의의 프로그램 삭제가 설정되는지 확인하는 단계와, Confirming that random program deletion is set, 상기에서 프로그램 삭제로 확인되면 프로그램 관련 목록 파일을 백업하는 단계와, Backing up the program-related list file if it is confirmed that the program is deleted; 해당 프로그램을 삭제하고 목록 파일을 수정하는 단계와, Deleting the program and modifying the listing file, 목록 파일이 정상적으로 수정되었는지 확인하는 단계와, Verifying that the list file was modified successfully, 상기에서 목록 파일 수정이 실패한 경우 백업 파일을 이용하여 목록 파일을 복구하는 단계를 수행함을 특징으로 하는 프로그램 목록 관리 방법. And recovering the list file by using the backup file when the list file modification fails. 제1항에 있어서, 목록 파일 백업 단계는 The method of claim 1, wherein the step of backing up the list file is 상기 백업 파일과 원본 파일이 동일한지 비교하는 과정과, Comparing the backup file with the original file, 상기 비교 결과가 일치하지 않으면 백업 과정을 재실행하는 과정을 포함하는 것을 특징으로 하는 프로그램 목록 관리 방법. And performing a backup process again if the comparison result does not match. 제1항에 있어서, 목록 파일 복구 단계는 The method of claim 1 wherein the list file recovery step is 수정된 목록 파일과 백업 파일을 비교하는 과정과, Comparing the modified list file with the backup file, 상기 비교 결과를 참조하여 해당 프로그램이 삭제되지 않고 목록 파일만이 수정된 경우로 확인되면 현재 수정된 목록 파일을 백업 파일로 변경하는 과정과, If it is determined that only the list file is modified without deleting the corresponding program by referring to the comparison result, changing the currently modified list file into a backup file; 상기에서 목록 파일 복구가 완료되면 백업 파일을 삭제하는 과정을 포함하는 것을 특징으로 하는 프로그램 목록 관리 방법. The program list management method comprising the step of deleting the backup file when the list file recovery is completed. 제1항에 있어서, 백업 파일을 이용하여 목록 파일을 복구한 경우 해당 프로그램 관련 목록 파일의 백업 과정으로 복귀하는 단계를 포함하여 프로그램 관련 목록 파일 수정을 재실행하는 것을 특징으로 하는 프로그램 목록 관리 방법. The program list management method of claim 1, further comprising: returning to a backup process of the program-related list file when the list file is restored using the backup file. 임의의 프로그램 삭제가 설정되는지 확인하는 단계와, Confirming that random program deletion is set, 상기에서 프로그램 삭제로 확인되면 프로그램 관련 목록 파일을 백업하는 단계와, Backing up the program-related list file if it is confirmed that the program is deleted; 해당 프로그램을 삭제하고 목록 파일을 수정하는 단계와, Deleting the program and modifying the listing file, 목록 파일이 정상적으로 수정되었는지 확인하는 단계와, Verifying that the list file was modified successfully, 상기에서 목록 파일 수정이 실패한 경우 프로그램의 구성 내용을 참조하여 목록 파일을 재수정하는 단계를 수행함을 특징으로 하는 프로그램 목록 관리 방법. And re-modifying the list file by referring to the configuration of the program when the list file modification fails. 제5항에 있어서, 목록 파일 백업 단계는 The method of claim 5, wherein the step of backing up the list file is 상기 백업 파일과 원본 파일이 동일한지 비교하는 과정과, Comparing the backup file with the original file, 상기 비교 결과가 일치하지 않으면 백업 과정을 재실행하는 과정을 포함하는 것을 특징으로 하는 프로그램 목록 관리 방법. And performing a backup process again if the comparison result does not match. 제5항에 있어서, 목록 파일 재수정 단계는 The method of claim 5, wherein the modifying the list file 수정된 목록 파일과 백업 파일을 비교하는 과정과, Comparing the modified list file with the backup file, 상기 비교 결과를 참조하여 해당 프로그램은 삭제되었으나 목록 파일이 수정되지 않은 경우로 확인되면 현재의 프로그램 구성 내용을 참조하여 목록 파일을 수정하는 과정과, If the program is deleted by referring to the comparison result but the list file is not modified, the process of modifying the list file with reference to the current program configuration content; 상기에서 목록 파일 재수정이 완료되면 백업 파일을 삭제하는 과정을 포함하는 것을 특징으로 하는 프로그램 목록 관리 방법. And deleting a backup file when the list file re-editing is completed.
KR1020030057672A 2003-08-20 2003-08-20 Management method for program list in mobile terminal KR20050020033A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020030057672A KR20050020033A (en) 2003-08-20 2003-08-20 Management method for program list in mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020030057672A KR20050020033A (en) 2003-08-20 2003-08-20 Management method for program list in mobile terminal

Publications (1)

Publication Number Publication Date
KR20050020033A true KR20050020033A (en) 2005-03-04

Family

ID=37229008

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020030057672A KR20050020033A (en) 2003-08-20 2003-08-20 Management method for program list in mobile terminal

Country Status (1)

Country Link
KR (1) KR20050020033A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100703375B1 (en) * 2005-12-12 2007-04-03 삼성전자주식회사 Method for managing log in bluetooth of wireless terminal
CN101222527B (en) * 2008-01-25 2011-12-07 中兴通讯股份有限公司 Method and system for protecting terminal key configuration
CN103648033A (en) * 2013-12-19 2014-03-19 珠海迈科电子科技有限公司 Recovery method and system for set top box (STB) program list

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100703375B1 (en) * 2005-12-12 2007-04-03 삼성전자주식회사 Method for managing log in bluetooth of wireless terminal
CN101222527B (en) * 2008-01-25 2011-12-07 中兴通讯股份有限公司 Method and system for protecting terminal key configuration
CN103648033A (en) * 2013-12-19 2014-03-19 珠海迈科电子科技有限公司 Recovery method and system for set top box (STB) program list

Similar Documents

Publication Publication Date Title
US8825815B2 (en) System and method for client synchronization for a communication device
JP5235837B2 (en) Content providing method for mobile communication terminal
US8272030B1 (en) Dynamic security management for mobile communications device
CN102129378B (en) A kind of software menu updating method and device
KR100680296B1 (en) Method for providing continuous downloading service of large size contents through wireless network and record media recored program for realizing the same
US9497620B2 (en) Method and system for implementing smart card remote operation based on smart card web server
JP2019506654A (en) Page jump method and apparatus
CN106021023B (en) Application program recovery method and device and terminal
US10621201B2 (en) Method and apparatus for storing and retrieving profile data for electronic devices
JP2006505029A (en) Server processing to update the version of the dataset present on the wireless device
WO2004072825A2 (en) A method and system to securely update files via a network
CA2474565A1 (en) System and method for updating dataset versions resident on a wireless device
CN109495874B (en) Profile downloading method and device
CN109814913A (en) Method and device for splitting, recombining and operating application package
CN103227836A (en) Off-line downloading method and off-line downloading server
CN107018189A (en) Migrate application data and receive the method and device of application data
CN103218221A (en) Control switching method and device of software interface
CN111770153A (en) Object downloading method and device, electronic equipment and storage medium
CN102256241B (en) Method, server and intelligent card for acquiring bearer independent protocol (BIP) information of terminal
KR20050020033A (en) Management method for program list in mobile terminal
CN108259556A (en) Method for parameter configuration and terminal
JP4592694B2 (en) Database synchronization
CN114138317A (en) Method and system for software increment upgrading
CN102137058A (en) Page access method and device based on tab page
CN114928602A (en) Encryption method, decryption method and OTA (over the air) upgrading system

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application