KR100531862B1 - Garbage data collecting method for mobile communication device - Google Patents
Garbage data collecting method for mobile communication device Download PDFInfo
- Publication number
- KR100531862B1 KR100531862B1 KR10-2003-0035735A KR20030035735A KR100531862B1 KR 100531862 B1 KR100531862 B1 KR 100531862B1 KR 20030035735 A KR20030035735 A KR 20030035735A KR 100531862 B1 KR100531862 B1 KR 100531862B1
- Authority
- KR
- South Korea
- Prior art keywords
- garbage
- low power
- terminal
- power mode
- mode
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04B—TRANSMISSION
- H04B1/00—Details of transmission systems, not covered by a single one of groups H04B3/00 - H04B13/00; Details of transmission systems not characterised by the medium used for transmission
- H04B1/38—Transceivers, i.e. devices in which transmitter and receiver form a structural unit and in which at least one part is used for functions of transmitting and receiving
- H04B1/40—Circuits
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W52/00—Power management, e.g. TPC [Transmission Power Control], power saving or power classes
- H04W52/04—TPC
- H04W52/18—TPC being performed according to specific parameters
- H04W52/28—TPC being performed according to specific parameters using user profile, e.g. mobile speed, priority or network state, e.g. standby, idle or non transmission
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Mobile Radio Communication Systems (AREA)
- Telephone Function (AREA)
Abstract
본 발명은 이동 통신 단말기에서 플래시메모리에 대한 쓰레기데이터 모음이 이루어지거나 필요로 할 때, 단말기를 잠시 저 전력 모드(Low power mode)로 전환함으로써 외부로부터의 인터럽트를 방지하고, 원활한 쓰레기 데이터 모음이 수행될 수 있도록 함으로써, 단말기가 안정적으로 동작하도록 하는, 이동 통신 단말기의 쓰레기데이터 모음 방법에 관한 것으로, 플래시메모리를 내부 메모리로 사용하는 이동 통신 단말기에 있어서, 상기 플래시메모리에 대하여 쓰레기데이터 모음을 수행하기 위한 조건인지 판단하는 단계와; 상기 판단에 의해 쓰레기데이터 모음을 수행해야 될 경우, 단말기를 대기 상태에서 저 전력 모드 상태로 전환하는 단계와; 상기 단말기가 저 전력 모드 상태로 전환된 후 쓰레기데이터 모음을 수행하게 하는 단계와; 상기 쓰레기데이터 모음이 완료되는지 판단하여 단말기의 상태모드를 저 전력 모드 상태에서 대기 상태로 전환하는 단계를 포함하여 이루어짐으로써 달성할 수 있다.The present invention prevents interruption from the outside by temporarily switching the terminal to a low power mode when the garbage data collection for the flash memory is made or needed in the mobile communication terminal, and smooth garbage collection is performed. The present invention relates to a garbage collection method of a mobile communication terminal, by which a terminal can be stably operated. In a mobile communication terminal using a flash memory as an internal memory, the garbage data collection is performed on the flash memory. Determining whether it is a condition for; Switching the terminal from a standby state to a low power mode state when garbage collection is to be performed according to the determination; Causing the terminal to perform garbage collection after being switched to a low power mode state; Determining whether the garbage data collection is completed, and switching the state mode of the terminal from the low power mode state to the standby state.
Description
본 발명은 이동 통신 단말기의 쓰레기데이터 모음 방법에 관한 것으로, 특히 이동 통신 단말기에서 내부 메모리로 사용하는 플래시메모리에 대한 쓰레기데이터 모음이 이루어지거나 필요로 할 때, 임의적으로 단말기를 잠시 저 전력 모드(Low power mode)로 전환함으로써 외부로부터의 인터럽트를 방지하고, 원활한 쓰레기 데이터 모음이 수행될 수 있도록 하여 단말기가 안정적으로 동작하도록 하기 위한 이동 통신 단말기의 쓰레기데이터 모음 방법에 관한 것이다.The present invention relates to a garbage data collection method of a mobile communication terminal. Particularly, when garbage data collection is made or required for a flash memory used as an internal memory in a mobile communication terminal, the terminal is temporarily turned off in a low power mode (Low). The present invention relates to a garbage data collection method of a mobile communication terminal for preventing an interrupt from the outside by switching to a power mode, and allowing the terminal to operate stably by allowing smooth garbage collection.
일반적으로, 플래시메모리는 라이트(write) 할 때는 바이트(byte)나 워드(word) 단위로 라이트 할 수 있지만, 삭제(erase)할 때는 디바이스마다 지정된 섹터(sector) 단위로만 삭제할 수 있다. 따라서, 파일 시스템(EFS : Extent File System)은 이러한 플래시메모리의 특성을 이용하기 위해 섹터를 일정 크기의 블록(Block)으로 나누어 관리하고, 각 블록마다 헤더(header)를 두어 기록된 내용을 알 수 있도록 되어 있다.In general, a flash memory can be written in units of bytes or words when writing, but can only be erased in units of sectors designated for each device when erasing. Therefore, in order to take advantage of the characteristics of flash memory, the file system (EFS) manages sectors by dividing them into blocks of a certain size, and includes a header for each block to know the recorded contents. It is supposed to be.
따라서, 블록의 내용이 바뀌게 되면 그 블록에 덮어쓰기(overwrite)를 하는 것이 아니라, 그 블록은 쓰레기(garbage)로 처리하고 다른 비어있는 블록(free block)을 새로 할당하여 바뀐 내용만 다시 기록하게 되는 것이다.Therefore, when the contents of a block change, the block is not overwritten, but the block is treated as garbage, and another free block is newly allocated to record only the changed contents. will be.
예를 들어, 플래시메모리에 기록된 파일명에서 1글자(1 byte)만 수정된 경우에도 덮어쓰기(overwrite)가 불가능하므로, 그 1바이트를 쓰기 위해서는 섹터를 다 지워야 한다(섹터 단위로만 삭제가 가능하므로). 그러나, 섹터를 다 지울 경우 시간 및 전력 소모가 많이 이루어지기 때문에, 실제로는 섹터내의 새로운 블록을 할당해서 수정된 이름을 저장하게 되는 것이다. 상기와 같이 파일을 수정하거나 파일을 지울 때 쓰레기(garbage) 데이터(섹터에서 사용하지 않는 데이터가 기록된 블록)가 생성되는 것이다.For example, even if only one character (1 byte) is modified in the file name recorded in the flash memory, overwriting is not possible. Therefore, to write the 1 byte, the sector must be erased. ). However, when the sector is deleted, a lot of time and power are consumed. In fact, a new block in the sector is allocated to store the modified name. When modifying a file or deleting a file as described above, garbage data (a block in which data not used in a sector is recorded) is generated.
따라서, 상기와 같이 쓰레기(garbage) 데이터가 증가하게 되면 사용자가 사용할 수 있는 블록(free block)이 점점 줄어들게 되고, 플래시메모리의 특성상 섹터 단위로만 삭제할 수 있으므로, 쓰레기 데이터(garbage)도 섹터 단위로 관리하게 되며, 쓰레기데이터 모음(garbage collection)을 통해 상기 쓰레기 데이터를 지우는 작업을 수행하는 것이다.Therefore, as the garbage data increases as described above, free blocks that can be used by the user are gradually reduced, and since garbage can be deleted only in sector units, garbage data is also managed in sector units. In this case, the garbage data is erased through garbage collection.
상기와 같이 쓰레기데이터 모음(garbage collection)을 수행할 경우, 쓰레기 데이터 모음을 수행할 섹터내의 정상적인 데이터가 쓰여있는 블록들은, 다른 섹터의 비어있는 블록(free block)에 복사된 후 해당 섹터의 삭제(sector erase)가 수행된다.When garbage collection is performed as described above, blocks in which normal data in a sector for garbage collection are written are copied to a free block in another sector, and then the corresponding sector is deleted. sector erase).
이때, 상기 쓰레기데이터 모음(garbage collection)은 두 가지 방법으로 수행되는데, 첫 번째는 배경 쓰레기 모음(Background garbage collection) 방법으로, 한 섹터에 대해 정해놓은 기준(threshold) 비율을 넘는 쓰레기 데이터가 생성되었을 때, 자동으로 쓰레기데이터 모음을 수행하는 경우로, 파일 시스템의 특별한 요청없이 자동으로 수행된다.In this case, the garbage collection is performed in two ways, the first of which is a background garbage collection method, where garbage data exceeding a threshold ratio set for a sector is generated. When the garbage collection is performed automatically, it is performed automatically without any special request from the file system.
다음, 두 번째는 적극적 쓰레기 모음(Aggressive garbage collection) 방법으로, 새로 저장할 데이터에 비해서 비어있는 블록(free block)이 모자라는 경우, 파일 시스템의 요청에 의해 강제로 쓰레기데이터 모음이 수행되는 경우이다.Next, aggressive garbage collection is a case where there is not enough free blocks compared to newly stored data, and garbage data collection is forcibly performed at the request of the file system.
따라서, 대부분의 이동 통신 단말기는 플래시메모리를 저장수단으로 사용하는데, 최근 배터리의 성능 증가로 인해서 오랜시간 동안 단말기가 켜져 있는 경우가 많으며, 그 시간동안 많은 SMS, 프로그램 다운로드, 사진 저장, 주소록 변경 등의 플래시메모리의 쓰고 지우는 동작이 빈번히 발생되고, 그에 따른 플래시메모리의 쓰레기 데이터 모음도 자주 발생하게 되었다. Therefore, most mobile communication terminals use flash memory as a storage means, and the terminal is turned on for a long time due to the recent increase in battery performance, and during that time, many SMS, program downloads, photo storage, address book changes, etc. Write and erase of flash memory frequently occurs, and garbage data collection of flash memory frequently occurs.
그런데, 상기와 같이 쓰레기데이터 모음 시에는 많은 전류가 소비되고, 그 때 전화나 메시지 송/수신, 주소록 변경 등에 의한 외부로부터의 인터럽트를 받게 되면, 단말기가 정지하거나 쓰레기데이터 모음이 원활하게 수행되지 못하는 경우가 자주 발생하게 되는 문제점이 있다.However, as described above, a large amount of current is consumed during the collection of garbage data, and when the terminal receives an interrupt from the outside due to a call, message transmission / reception, address book change, etc., the terminal stops or garbage collection cannot be performed smoothly. There is a problem that often occurs.
따라서, 본 발명은 상기와 같은 종래의 문제점을 해결하기 위하여 창출한 것으로, 이동 통신 단말기에서 플래시메모리에 대한 쓰레기데이터 모음이 이루어지거나 필요로 할 때, 임의적으로 단말기를 잠시 저전력 모드(Low power mode)로 전환함으로써 외부로부터의 인터럽트를 방지하고, 원활한 쓰레기 데이터 모음이 수행될 수 있도록 함으로써, 단말기가 안정적으로 동작하도록 하는, 이동 통신 단말기의 쓰레기데이터 모음 방법을 제공함에 그 목적이 있다.Accordingly, the present invention has been made to solve the above-mentioned conventional problems. When the garbage data collection for the flash memory is made or needed in the mobile communication terminal, the terminal is temporarily turned off in a low power mode. It is an object of the present invention to provide a method of collecting garbage data of a mobile communication terminal, which prevents interruption from the outside and enables smooth garbage collection to be performed, thereby enabling the terminal to operate stably.
이와 같은 목적을 달성하기 위한 본 발명은, 플래시메모리를 내부 메모리로 사용하는 이동 통신 단말기에 있어서, 상기 플래시메모리에 대하여 쓰레기데이터 모음을 수행하기 위한 조건인지 판단하는 단계와; 상기 판단에 의해 쓰레기데이터 모음을 수행해야 될 경우, 단말기를 대기 상태에서 저 전력 모드 상태로 전환하는 단계와; 상기 단말기가 저 전력 모드 상태로 전환된 후 쓰레기데이터 모음을 수행하게 하는 단계와; 상기 쓰레기데이터 모음이 완료되는지 판단하여 단말기의 상태모드를 저 전력 모드 상태에서 대기 상태로 전환하는 단계를 포함하여 이루어진 것을 특징으로 한다.According to an aspect of the present invention, there is provided a mobile communication terminal using a flash memory as an internal memory, the method comprising: determining whether a garbage data is collected for the flash memory; Switching the terminal from a standby state to a low power mode state when garbage collection is to be performed according to the determination; Causing the terminal to perform garbage collection after being switched to a low power mode state; Determining whether the garbage data collection is completed, and switching the state mode of the terminal from the low power mode state to the standby state.
본 발명은 이동 통신 단말기의 대기(Idle) 상태에서 쓰레기데이터 모음을 필요로 하는 작업(FGC_task) 시, 제어부(미도시)를 통해 저 전력 모드(Low Power Mode)로 동작하도록 요구하고, 이에 따라 제어부가 단말기를 저 전력 모드로 전환하게 되면, 쓰레기데이터 모음(FGC)을 수행하도록 함으로써, 쓰레기데이터 모음 중 이동 통신 단말기가 기지국으로부터 전화(Call), 메시지(SMS) 등에 의한 인터럽트가 발생되지 않도록 하여, 원활하게 쓰레기데이터 모음 작업(FGC_task)을 종료할 수 있도록 하기 위한 것이다.The present invention requires a control unit (not shown) to operate in a low power mode during a task (FGC_task) requiring garbage collection in the idle state of the mobile communication terminal. When the terminal switches to the low power mode, the mobile terminal performs garbage collection (FGC), so that the mobile communication terminal does not generate an interrupt from a base station (Call), a message (SMS), etc., among garbage collection. This is to allow the garbage data collection task (FGC_task) to terminate smoothly.
물론, 상기 플래시메모리의 쓰레기데이터 모음 작업(FGC_task)이 종료되면, 제어부는 단말기를 저 전력 모드에서 다시 대기(Idle) 상태로 전환하여, 전화와 메시지 수신 등 정상적인 동작이 이루어지도록 한다.Of course, when the garbage data collection task FGC_task of the flash memory is completed, the controller switches the terminal back to the idle state from the low power mode to allow normal operation such as receiving a call and a message.
이하, 본 발명의 바람직한 실시예를 첨부한 도면을 참조하여 설명한다.Hereinafter, with reference to the accompanying drawings, preferred embodiments of the present invention will be described.
도1은 본 발명에 의한 이동 통신 단말기의 쓰레기데이터 모음 과정을 보인 흐름도로서, 실제로 쓰레기데이터를 모으는 작업(FGC_task)과 단말기의 전반적인 운용을 담당하는 제어부 작업(MC_task)과 상기 제어부 작업(MC_task)의 요청 명령에 의해 하드웨어(H/W, ASIC)의 해당 상태(substate)를 운용하는 작업(SRCH_task)을 구분하여 설명하기로 한다.1 is a flowchart illustrating a garbage data collection process of a mobile communication terminal according to an embodiment of the present invention, wherein a task FGC_task which actually collects garbage data and a controller task MC_task and the controller task MC_task in charge of the overall operation of the terminal are performed. The operation (SRCH_task) for operating the corresponding state (substate) of the hardware (H / W, ASIC) by the request command will be described separately.
우선, 쓰레기데이터 모음(FGC)을 수행할 필요가 있는지를 판단해야 하는데(S101), 상술한 바와 같이 배경 쓰레기 모음(Background garbage collection) 방법이나, 적극적 쓰레기 모음(Aggressive garbage collection) 방법에 의해 판단할 수 있다.First, it is necessary to determine whether it is necessary to perform garbage data collection (FGC) (S101). As described above, it is determined by a background garbage collection method or an aggressive garbage collection method. Can be.
상기 판단에 의해 쓰레기데이터 모음을 수행할 필요가 있는 것으로 판단되면, 'FGC_task'는 'MC_task'로 쓰레기데이터 모음 수행을 위한 모드(FGC_mode)로 전환할 것을 요구한다(S102). 여기서, 'FGC_mode'란 단말기의 저 전력 모드(Low Power mode)를 의미하는 것으로, 기지국으로부터 전화(Call)나 메시지(SMS)를 수신할 수 없게된다.If it is determined by the determination that it is necessary to perform the garbage data collection, 'FGC_task' requests to switch to the mode (FGC_mode) for performing garbage data collection with 'MC_task' (S102). Here, 'FGC_mode' means a low power mode of the terminal, and it is impossible to receive a call or a message from the base station.
상기 'FGC_task'로부터 'FGC_mode'로의 전환 요청을 받은(S103) 'MC_task'는, 'SRCH_task'에 저 전력 모드 전환 명령을 내려 단말기를 대기 상태(CDMA_IDLE)에서 저 전력 모드(Low Power Mode) 상태로 전환한다(S104~S108).The MC_task, which has received the switch request from the 'FGC_task' to the 'FGC_mode' (S103), issues a low power mode switching command to the 'SRCH_task' to bring the terminal from the standby state (CDMA_IDLE) to the low power mode state. Switch (S104 to S108).
상기와 같이 단말기가 대기 상태에서 저 전력 모드 상태로 전환되면, 비로소 'FGC_task'는 쓰레기데이터 모음(FGC)을 수행한다(S109).When the terminal is switched from the standby state to the low power mode as described above, 'FGC_task' performs the garbage data collection (FGC) (S109).
다음, 상기 쓰레기데이터 모음(FGC)이 완료되면, 'FGC_task'는 단말기의 정상적인 동작을 위해서, 'MC_task'에 'FGC_mode'를 대기 상태(CDMA_IDLE)로 전환할 것을 요청하고(S110), 상기 상태 전환 요청을 받은 'MC_task'는, 이전의 모드 전환 시와 마찬가지로 'SRCH_task'에 저 전력 모드 해제 명령을 내려 다시 대기 상태(CDMA_IDLE)로 전환한다(S111 ~ S113).Next, when the garbage data collection (FGC) is completed, 'FGC_task' requests the 'MC_task' to switch the 'FGC_mode' to the standby state (CDMA_IDLE) for the normal operation of the terminal (S110), the state switch Upon receiving the request, 'MC_task' issues a low power mode release command to 'SRCH_task' as in the previous mode switching, and switches back to the standby state (CDMA_IDLE) (S111 to S113).
이때, 상기 'FGC_task'의 모드 전환 요청에 의한 'MC_task'에서의 모드 전환 과정을 보다 구체적으로 살펴보면 다음과 같다.At this time, the mode switching process in 'MC_task' by the mode switching request of the 'FGC_task' in more detail as follows.
우선, 대기 상태(CDMA_IDLE)에서 쓰레기데이터 모음 수행을 위한 모드(FGC_mode) 전환 요청을 받은(S103) 'MC_task'는, 해당 플래그(FGCS_request_to_MC)를 온(ON)으로 설정하게 된다(S104).First, 'MC_task' that receives a mode FGC_mode switch request for garbage collection in the standby state CDMA_IDLE (S103) sets the corresponding flag FGCS_request_to_MC to ON (S104).
그러면, 내부적으로 대기 상태를 유지하던 루틴은, 상기 플래그(FGCS_request_to_MC)의 상태를 감시하다가 온(ON)으로 설정되면(S105) 대기 상태를 탈출하게 되고(S106), 'SRCH_task'로 저 전력 모드로의 전환을 명령하여(S107), 'SRCH_task'를 저 전력 모드로 진입하게 한다(S108).Then, the routine that maintains the standby state internally monitors the state of the flag (FGCS_request_to_MC), and if set to ON (S105), exits the standby state (S106), and enters the low power mode as 'SRCH_task'. Command (S107) to switch the 'SRCH_task' to enter the low power mode (S108).
상기와 같이 플래시메모리의 쓰레기데이터 모음을 위해 저 전력 모드로 전환하게 되면, 이후 전화나 단문 메시지 등의 수신을 할 수 없게 되고, 쓰레기데이터 모음(FGC)을 안정적으로 수행하게 되어, 단말기의 동작이 정지되는 등의 현상이 발생하지 않게 된다.When the switch to the low power mode for the garbage data collection of the flash memory as described above, it is not possible to receive a telephone or short message, and to perform the garbage data collection (FGC) stably, the operation of the terminal The phenomenon such as stopping does not occur.
한편, 상기와 같이 저 전력 모드에서 쓰레기데이터 모음의 수행이 완료되면, 'FGC_task'는 'MC_task'에 저 전력 모드의 탈출을 요청하게 되는데, 이 요청을 받은 'MC_task'는 상기 저 전력 모드로의 전환 시와 마찬가지로, 해당 플래그(FGCS_request_to_MC)를 오프(OFF)로 설정해주게 되고(S111), 내부적으로 저 전력 모드 상태를 유지하던 루틴은, 상기 플래그(FGCS_request_to_MC)의 상태를 감시하다가 오프(OFF)로 설정되면(S1112) 'SRCH_task'에게 저 전력 모드 해제를 명령하여 저 전력 모드를 탈출하고(S113), 다시 대기모드 상태로 진입하여 정상적인 동작을 하게 된다(S114).Meanwhile, when the garbage data collection is completed in the low power mode as described above, the 'FGC_task' requests the 'MC_task' to exit the low power mode, and the 'MC_task' receives the request to the low power mode. As in the case of switching, the flag FGCS_request_to_MC is set to OFF (S111), and the routine that maintains the low power mode state internally monitors the state of the flag (FGCS_request_to_MC) and then turns off. When set (S1112), the SRCH_task 'commands the low power mode release to exit the low power mode (S113), and enters the standby mode again to normal operation (S114).
참고로, 이동 통신 단말기의 운용 프로그램은 내부적으로 메인 루프 이외에 여러 동작을 수행하기 위한 다양한 서브 루프로 구성되어 있으며, 동작 모드에 따라 이전에 수행하던 루프를 탈출하여 새로운 루프로 진입하는 과정을 반복하고, 이를 위해 해당하는 플래그를 세팅하는 동작이 이루어지는 것이다. 따라서, 본 업종에 종사하는 사람이라면 상기 실시예의 알고리즘을 코드 레벨로 쉽게 변환하여 실시할 수 있을 것이다.For reference, the operation program of the mobile communication terminal is internally composed of various sub-loops for performing various operations in addition to the main loop, and according to the operation mode, the process of exiting the previously executed loop and entering the new loop is repeated. For this purpose, an operation of setting a corresponding flag is performed. Therefore, a person who is engaged in the present industry can easily convert the algorithm of the above embodiment to the code level.
이상에서 설명한 바와 같이 본 발명 이동 통신 단말기의 쓰레기데이터 모음 방법은, 이동 통신 단말기에서 플래시메모리에 대한 쓰레기데이터 모음이 이루어지거나 필요로 할 때, 임의적으로 단말기를 잠시 저 전력 모드로 전환함으로써 외부로부터의 인터럽트를 방지하여, 원활한 쓰레기 데이터 모음이 수행될 수 있도록 함으로써, 단말기가 안정적으로 동작하도록 하고 그에 따라 제품에 대한 사용자의 신뢰도를 향상시킬 수 있도록 하는 효과가 있다.As described above, according to the garbage data collection method of the mobile communication terminal, when the garbage data collection for the flash memory is made or needed in the mobile communication terminal, the terminal is temporarily switched to a low power mode by temporarily switching to a low power mode. By preventing interruption, smooth garbage data collection can be performed, so that the terminal can be operated stably and thus improve the user's reliability of the product.
도 1은 본 발명에 의한 이동 통신 단말기의 쓰레기데이터 모음 과정을 보인 흐름도.1 is a flow chart showing a garbage data collection process of a mobile communication terminal according to the present invention.
Claims (5)
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR10-2003-0035735A KR100531862B1 (en) | 2003-06-03 | 2003-06-03 | Garbage data collecting method for mobile communication device |
US10/856,618 US7437557B2 (en) | 2003-06-03 | 2004-05-28 | Garbage collection system and method for a mobile communication terminal |
CNB2004100473872A CN1333611C (en) | 2003-06-03 | 2004-06-03 | Garbage collection system and method for a mobile communication terminal |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR10-2003-0035735A KR100531862B1 (en) | 2003-06-03 | 2003-06-03 | Garbage data collecting method for mobile communication device |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20040104203A KR20040104203A (en) | 2004-12-10 |
KR100531862B1 true KR100531862B1 (en) | 2005-11-29 |
Family
ID=37379907
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR10-2003-0035735A KR100531862B1 (en) | 2003-06-03 | 2003-06-03 | Garbage data collecting method for mobile communication device |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR100531862B1 (en) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100725410B1 (en) | 2006-01-20 | 2007-06-07 | 삼성전자주식회사 | Apparatus and method for executing garbage collection of non volatile memory according to power state |
KR101718024B1 (en) * | 2010-08-12 | 2017-04-05 | 엘지전자 주식회사 | Method for data compressing and mobile terminal using this method |
CN110709810B (en) * | 2017-10-09 | 2021-12-24 | 华为技术有限公司 | Junk data cleaning method and equipment |
CN116909495B (en) * | 2023-09-14 | 2023-12-15 | 合肥康芯威存储技术有限公司 | Storage device and control method thereof |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2001282548A (en) * | 2000-03-29 | 2001-10-12 | Matsushita Electric Ind Co Ltd | Communication equipment and communication method |
EP1271976A1 (en) * | 2001-06-22 | 2003-01-02 | Texas Instruments Incorporated | Cellular handset transceiver system for minimal power consumption |
KR20030015687A (en) * | 2001-08-17 | 2003-02-25 | 엘지전자 주식회사 | Power saving method for mobile communication device |
EP1361708A2 (en) * | 2002-05-08 | 2003-11-12 | Microsoft Corporation | Method and system for managing power consumption of a network interface module in a wireless computing device |
-
2003
- 2003-06-03 KR KR10-2003-0035735A patent/KR100531862B1/en not_active IP Right Cessation
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2001282548A (en) * | 2000-03-29 | 2001-10-12 | Matsushita Electric Ind Co Ltd | Communication equipment and communication method |
EP1271976A1 (en) * | 2001-06-22 | 2003-01-02 | Texas Instruments Incorporated | Cellular handset transceiver system for minimal power consumption |
KR20030015687A (en) * | 2001-08-17 | 2003-02-25 | 엘지전자 주식회사 | Power saving method for mobile communication device |
EP1361708A2 (en) * | 2002-05-08 | 2003-11-12 | Microsoft Corporation | Method and system for managing power consumption of a network interface module in a wireless computing device |
Also Published As
Publication number | Publication date |
---|---|
KR20040104203A (en) | 2004-12-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7437557B2 (en) | Garbage collection system and method for a mobile communication terminal | |
JP3544610B2 (en) | Memory device | |
US8356131B2 (en) | System and method for controlling interruption of a process in electronic equipment based on priority of the process, and program | |
JP4543535B2 (en) | Wireless communication unit and camera system | |
JPH10133940A (en) | Memory device | |
CN102214113B (en) | Method, device and terminal for upgrading operating system | |
JPH10124401A (en) | Memory device | |
CN101770428A (en) | Method for operating non-volatile memory and data storage system using the same | |
CN1445677A (en) | Device and method for controlling information processing system of mobile terminal device using flash memory | |
JP2002157170A (en) | Cellular phone user setting information managing method and system | |
JPH09128276A (en) | Computer system and file managing method used by the same | |
KR100531862B1 (en) | Garbage data collecting method for mobile communication device | |
CN102356396B (en) | Arithmetic processing device, data erasing method, program, storage medium, and remote operation system | |
JP2007520101A (en) | Method and device for pre-storing personal data about a subscriber of a telecommunications network | |
RU2375769C2 (en) | Automatic back up saving in modifications of embedded software | |
CN101320389B (en) | File management method and apparatus | |
JP2004178417A (en) | Processor with nonvolatile memory means and nonvolatile memory control method | |
CN103297620A (en) | Power-down protection system and method for smart phone | |
CN112162704B (en) | Method and device for releasing storage space | |
WO2003077134A1 (en) | Memory rewriting apparatus | |
US20110022797A1 (en) | Storing of frequently modified data in an ic card | |
JP3271935B2 (en) | Control system | |
JP2003047058A (en) | Mobile terminal | |
US20060234773A1 (en) | Fast booting method for mobile communication device | |
JP2930197B2 (en) | Mobile phone |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
E902 | Notification of reason for refusal | ||
E701 | Decision to grant or registration of patent right | ||
GRNT | Written decision to grant | ||
FPAY | Annual fee payment |
Payment date: 20121026 Year of fee payment: 8 |
|
FPAY | Annual fee payment |
Payment date: 20131024 Year of fee payment: 9 |
|
FPAY | Annual fee payment |
Payment date: 20141024 Year of fee payment: 10 |
|
FPAY | Annual fee payment |
Payment date: 20151023 Year of fee payment: 11 |
|
LAPS | Lapse due to unpaid annual fee |