WO2014137025A1 - 안드로이드 어플리케이션의 타이젠 설치가능 패키지 자동변환 방법 - Google Patents

안드로이드 어플리케이션의 타이젠 설치가능 패키지 자동변환 방법 Download PDF

Info

Publication number
WO2014137025A1
WO2014137025A1 PCT/KR2013/003595 KR2013003595W WO2014137025A1 WO 2014137025 A1 WO2014137025 A1 WO 2014137025A1 KR 2013003595 W KR2013003595 W KR 2013003595W WO 2014137025 A1 WO2014137025 A1 WO 2014137025A1
Authority
WO
WIPO (PCT)
Prior art keywords
tizen
android
file
package
application
Prior art date
Application number
PCT/KR2013/003595
Other languages
English (en)
French (fr)
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 CN201380074383.0A priority Critical patent/CN105027078A/zh
Priority to US14/773,241 priority patent/US20160019040A1/en
Priority to EP13876858.5A priority patent/EP2966565A4/en
Priority to JP2015560083A priority patent/JP6001199B2/ja
Publication of WO2014137025A1 publication Critical patent/WO2014137025A1/ko

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/51Source to source
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code

Definitions

  • the present invention relates to a technology for automatically converting a previously secured Android application into a Tizen installable package.
  • the present invention focuses on the reality that there are already a large number of smart terminal applications (Android applications) that can run on the Android platform, and there are popular applications that have a large number of users.
  • the present invention relates to a technology for automatically converting into an application package form that can be downloaded and installed on a smart terminal of the Tizen platform.
  • the smart terminal provides a convenience of allowing a single terminal to use functions in an area previously processed by a computer, an area provided by a mobile communication service, and various other electronic dictionaries. Such smart terminals are usually manufactured and provided in a form that a user can carry. Representative smart terminals include smart phones, smart pads, tablet computers (PCs), and smart set-top boxes and smart televisions (TVs).
  • PCs tablet computers
  • TVs smart televisions
  • the operating system (OS) of the smart terminal is divided into Apple's own operating system (iOS) and the Android operating system (Android OS) released by Google, and in 2012, the Android platform based on the Android operating system. This accounted for 70% of the world market.
  • the Android platform is a software stack released by Google-led Open Handset Alliance (OHA). It is a software package that includes the Linux kernel, virtual machine (VM), framework, and application. Provides a basis for development.
  • the Android platform is now the trend of smart devices. As of 2012, more than 400 million units are sold annually in the form of smartphones, and there are active movements in the form of smart pads, set-top boxes, and smart televisions. In line with this movement, the development of Android applications is also active, including popular applications such as Angry Birds and Katok.
  • a computer-readable recording medium that records a program for converting an EMB and WifiJava application to an Android application (Patent application 10-2010-0034068)
  • an object of the present invention is to take advantage of the reality that there are already a large number of smart terminal applications (Android applications) that can run on the Android platform, and there are popular applications that secure a large number of users. It is to provide a technology that automatically converts Android applications into an application package form that can be downloaded and installed on a smart terminal of the recently proposed Tizen platform.
  • the information extraction module 210 from the Android application package 10, Android application configuration information and Android icon file and Android class file First step to extract the Android library file;
  • a fifth step of the Tizen compression module 230 compressing the generated Tizen file tree structure data to generate the Tizen installable package 20.
  • the package combination module 220 the step of identifying the specifications of the Tizen terminal to install the Tizen installable package; It is preferable that the package combination module 220 generates a Tizen class file by optimizing the Android class file according to the Android standard according to the identified Tizen terminal specification.
  • the computer-readable recording medium includes an information extraction module 210 for extracting the Android application configuration information, the Android icon file, the Android class file, and the Android library file from the Android application package 10; Convert the extracted Android application configuration information into Tizen desktop file, generate Tizen icon file, Tizen class file, Tizen library file from Android icon file, Android class file, Android library file, Tizen desktop file
  • a package combination module 220 for generating a Tizen file tree structure according to a Tizen application using a Tizen icon file, a Tizen class file, and a Tizen library file; Tizen installable package conversion program of the Android application comprising a;
  • Tizen compression module 230 for compressing the data of the generated Tizen file tree structure to generate a Tizen installable package (20).
  • the package combination module 220 identifies the specifications of the Tizen terminal to download and install the Tizen installable package, and optimizes the Android class file according to the Android standard according to the identified Tizen terminal specification to optimize the Tizen class file. It is desirable to produce.
  • a number of existing Android applications (especially, popular Android applications) can be automatically converted into a Tizen installable package, so that developers of Android applications can conveniently obtain Tizen applications. There is this.
  • FIG. 1 is a diagram illustrating a process of converting an Android application package into a Tizen installable package according to the present invention
  • FIG. 2 is an internal functional block diagram of a computer with a conversion tool according to the present invention
  • FIG. 3 is a diagram illustrating a conversion process for converting an Android application package into a Tizen installable package according to the present invention
  • FIG. 4 is a diagram illustrating a file extracted and generated in each module constituting a conversion system according to the present invention
  • FIG. 5 is a control flowchart when converting an Android application package into a Tizen installable package according to the present invention.
  • FIG. 1 is a diagram illustrating a process of converting an Android application package into a Tizen installable package according to the present invention, wherein the Android application package 10 is a Tizen installable package 20 in the conversion system 100 according to the present invention.
  • Figure is a diagram showing the form converted to.
  • the Android application package 10 is a code package for providing the download, installation, uninstall, program execution of a specific application to the smart terminal of the Android platform.
  • a game application, a search application, an office application, a map application, etc. for an Android smartphone are each managed by the Android application package 10.
  • the Tizen installable package 20 is a code package for providing download, installation, and uninstallation of a specific application to the smart terminal of the Tizen platform.
  • the Tizen installable package 20 also includes code for program execution, but the present invention does not guarantee the execution of the program on the Tizen platform, and the Tizen installable package 20 converted in accordance with the present invention in the Tizen terminal.
  • the Android driving module should be additionally provided in the Tizen terminal (however, the scope of the present invention is not limited thereto).
  • a process of converting the Android application package 10 into a Tizen installable package in the conversion system 100 will be described below.
  • the Android application package is input or stored in the conversion system 100 having a tool for converting the Android application package 10 into a Tizen installable package 20. Thereafter, the user drives the conversion tool, selects the conversion target Android application package 10, and requests conversion to the Tizen installable package 20 through a menu operation.
  • the conversion system 100 then converts the Android application package 10 into a Tizen installable package 20 using a conversion tool.
  • the Android application package 10 is converted into a Tizen installable package 20 which can be downloaded / installed / uninstalled from a Tizen terminal through a conversion tool.
  • the configuration and operation of the conversion tool will be described in detail with reference to the drawings described below.
  • FIG. 1 it is assumed that a tool for converting the Android application package 10 into a Tizen installable package 20 is included in an external conversion system 100. If the processing capacity is acceptable, it can be configured to be embedded in the smart terminal.
  • the Tizen smart terminal is an Android for driving the converted Tizen installable package 20. It can be configured to include additional execution modules.
  • the present invention will be mainly described in the case where the Android application package 10 is converted into a Tizen installable package 20 in a conversion system 100 having a conversion tool for convenience of description.
  • the conversion system 100 includes a user UI unit 101, a transceiver unit 102, a memory 103, a conversion controller 110, an information extraction module 210, and a package combination module. 220, the Tizen compression module 230, and in addition to these may be further included as needed.
  • 'module' and 'means' mean a logical unit of program code and hardware resources as a functional and structural combination of hardware and software for carrying out the technical idea of the present invention. It does not necessarily mean a physically connected code or one kind of hardware can be easily understood by an average person skilled in the art.
  • the conversion control unit 110 controls various operations performed in the conversion system 100 according to the present invention, and in particular, extracts information to convert the Android application package 10 into a Tizen installable package 20.
  • the module 210, the package combination module 220, and the Tizen compression module 230 are controlled.
  • the user UI unit 101 recognizes a user's operation signal and provides the converted control unit 110 to the user, while providing information on various processes performed in the conversion system 100 to the user on a display screen.
  • the transceiver 102 is a module for connecting to the outside through a wired or wireless network such as a mobile communication network (3G, 4G, LTE, WIBRO) or wired or wireless LAN (LAN, Wi-Fi) to perform a data interface or data conversion.
  • a wired or wireless network such as a mobile communication network (3G, 4G, LTE, WIBRO) or wired or wireless LAN (LAN, Wi-Fi) to perform a data interface or data conversion.
  • the memory 103 may include a nonvolatile region for temporarily storing various data generated during the operation of the conversion controller 110 and a nonvolatile region for storing a program code or a database.
  • the memory 103 includes an area for storing a conversion tool for converting the Android application package 10 into a Tizen installable package 20, and the Android application package 10 and a Tizen installable package 20 ) May be stored.
  • the storage unit 13 may include a RAM, a ROM, a flash memory, an MRAM (magnetic material RAM), a PRAM (phase change RAM), an FRAM (ferroelectric RAM), a web disk, a cloud disk, and the like.
  • the information extraction module 210, the package combination module 220, and the Tizen compression module 230 are actual operations for converting the Android application package 10 into a Tizen installable package 20 according to the present invention.
  • FIG. 3 is a diagram illustrating a conversion process for converting the Android application package 10 into a Tizen installable package 20 according to the present invention, and the components shown in FIG. 3 use a conversion tool stored in the memory 103.
  • the conversion control unit 110 is driven, the means for performing each operation is illustrated.
  • step S300 the Android application package 10 is input to the information extraction module 210. That is, after the Android application package 10 is stored in the memory 103 of the conversion system 100 and the user selects a specific Android application package 10 while the conversion tool is driven in the conversion system 100. This is the case where conversion to the Tizen installable package 20 is requested.
  • the information extraction module 210 extracts various information and files for configuring the Tizen package from the APK file in the form of the Android application package 10.
  • the information extraction module 210 obtains information of various files from a file in the form of an Android application package in step S310.
  • the information extraction module 210 first extracts an "AndroidManifest.xml" file from the Android application package 10 and parses the extracted file to obtain application basic configuration information. Parsing is a process in which a compiler or interpreter understands a program and analyzes the syntax or syntax of each sentence.
  • the information extraction module 210 extracts an icon file from resource files of the Android application package 10. Since the icon file is a specific preset type, the icon file can be extracted from the resource file. In addition, the information extraction module 210 extracts an Android class file (classes.dex) and a library (shared object) file from the Android application package 10.
  • an Android class file classes.dex
  • a library shared object
  • the files extracted by the information extraction module 210 are provided to the package combination module 220 in step S320.
  • the package combination module 220 converts the Tizen package file into a structure using various files provided above. That is, the package combination module 220 forms an application package structure that can be downloaded, installed, and uninstalled from the Tizen terminal using various information and files extracted by the information extractor 210 from the Android application package 10.
  • the directory and file structure of the Tizen installable package 20 generated by the package combination module 220 are as follows.
  • app directory A directory that stores files in the Android application package format.
  • bin directory A directory that stores executable files that run Android applications.
  • dalvik-cache directory This directory optimizes the "classes.dex" extracted from the Android application package 10 and stores the resulting files. The optimization process is performed by utilizing the optimization function of the Android standard provided by being implemented in the standard Android Software Development Kit (Android SDK).
  • data directory A directory that stores library files used by Android applications.
  • res directory A directory for storing icon files registered in Tizen terminal.
  • Desktop file File that stores Tizen application information file, application name, executable file path, icon file path and other application options.
  • the package combination module 220 converts the file into a Tizen format file in step S330
  • the package combination module 220 provides the converted data to the Tizen compression module 230 in step S340.
  • the Tizen compression module 230 receives directory and file information input from the package combining module 220 and compresses the provided data into a Tizen installable package format.
  • the compression format used by Tizen applications was originally called RPM, but was renamed as TPK due to the official release of the Tizen 2.0 SDK (Software Development Kit). As such, it is generally referred to herein as Tizen compression.
  • Tizen compression is done in a form that can be executed immediately after installing a program provided by Linux.
  • An example of such a compressed file list format is shown in the following ⁇ Table>.
  • FIG. 4 is a diagram illustrating a file extracted and generated by each module 210, 220, 230 constituting a conversion system according to the present invention.
  • the information extraction module 210 extracts information for constituting the package 20 of the Tizen application from the APK file in the form of the Android application package 10. That is, the information extraction module 210 extracts "AndroidManifest.xml" from the Android application package 10 and parses the extracted file to obtain the Android application configuration information 211. In addition, the Android icon file 212, the Android class file 213, and the library file 213 in the resource file are extracted from the Android application package 10.
  • the information extracted by the information extraction module 210 is provided to the package combination module 220, and the package combination module 220 recombines these information to generate various data for use in a Tizen application. That is, the package combination module 220 generates a Tizen desktop file 221 using the Android application configuration information 211, and generates a Tizen icon file 222 using the Android icon file 212.
  • the Tizen class file 223 is generated using the Android class file 213, and the Tizen library file 224 is generated using the Android library file 214.
  • the Tizen icon file 222, the Tizen class file 223, and the Tizen library file 224 can recycle the Android icon file 212, the Android class file 213, and the Android library file 214. have.
  • the recombination generated file that is, the Tizen desktop file 221, the Tizen icon file 222, the Tizen class file 223, and the Tizen library file ( 224 is provided to a Tizen compression module 230.
  • the Tizen compression module 230 compresses these provided files into a Tizen installable package 20 according to the Tizen standard to complete file generation.
  • FIG. 5 is a control flowchart when converting the Android application package 10 into a Tizen installable package 20 according to the present invention.
  • a conversion tool is driven and required for conversion to the Android application package 10 which is stored in advance or provided via a network. Alternatively, if the Android application package 10 is pre-stored or provided through a network, the conversion tool of the conversion system 100 is driven for conversion.
  • the information extraction module 210 extracts the Android application configuration information 211 from this in step S402. Also, the information extraction module 210 extracts the Android icon file 212, the Android class file (classes.dex) 213, and the Android library file 214 from the Android application package 10 through steps S404 to S408. do.
  • steps S400 to S408 is a process performed by the information extraction module 210.
  • the file extracted by the information extraction module 210 is provided to the package combination module 220.
  • the package combination module 220 generates the Tizen desktop file 221 from the Android application configuration information 211 in operation S410, and generates the Tizen class file 223 using the Android class file 213 in operation S412. Create At this time, the Tizen class file 223 can be recycled by importing the Android class file 213 as it is.
  • the Tizen class file 213 is pre-optimized through the optimization function provided in the Android SDK. It is preferable to utilize the class file 223.
  • the Android standard requires an optimization process in the process of installing the Android application package 10 on the Android terminal, it is preferable to go through the optimization process in advance in the conversion process as the present invention.
  • the optimization process is performed in advance accordingly.
  • the Tizen class file 223 is generated by performing the optimization process in advance, a later process can be performed when the Tizen installable package 20 is installed in the Tizen terminal, thereby improving user satisfaction.
  • the package combination module 220 generates a file tree structure (Tizen file tree structure) suitable for the Tizen application structure in step S414 and accordingly, the Tizen library file. Form 224.
  • the Tizen compression module 230 compresses the format to be used in the Tizen terminal in step S416.
  • the format of Tizen compression is as shown in ⁇ Table>, but the Tizen compressed file formed by matching the format is based on the specifications required by Tizen in the basic format. Therefore, the Tizen compressed file is downloaded, installed, or uninstalled on the Tizen terminal. This is possible. Accordingly, in the present invention, the Tizen compressed file thus formed is referred to as Tizen installable package 20.
  • the invention can also be embodied in the form of computer readable codes on a computer readable recording medium.
  • the computer-readable recording medium includes all kinds of recording devices in which data that can be read by a computer system is stored.
  • Examples of computer-readable recording media include ROM, RAM, CD-ROM, magnetic tape, floppy disk, optical data storage, and the like, which may be implemented in the form of a carrier wave (eg, transmission over the Internet). .
  • the computer readable recording medium can also store and execute computer readable code in a distributed manner over networked computer systems. And functional programs, codes, and code segments for implementing the present invention can be easily inferred by programmers in the technical field to which the present invention belongs.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Devices For Executing Special Programs (AREA)

Abstract

본 발명은 안드로이드 플랫폼에서 구동할 수 있는 스마트 단말용 어플리케이션(안드로이드 어플리케이션)이 이미 다수 확보되어 있고 이중에는 대규모 사용자를 확보한 인기 어플리케이션이 존재한다는 현실에 착안한 것으로, 이와 같은 안드로이드 어플리케이션을 최근에 제안된 타이젠 플랫폼의 스마트 단말에도 다운로드하여 설치할 수 있는 어플리케이션 패키지 형태로 자동 변환해주는 기술에 관한 것이다. 본 발명에 따르면 기존에 확보된 다수의 안드로이드 어플리케이션(특히, 인기 안드로이드 어플리케이션)을 자동으로 타이젠 설치가능 패키지로 변환할 수 있어 안드로이드 어플리케이션의 개발업체는 편리하게 타이젠 어플리케이션을 확보할 수 있게 되는 장점이 있다. 뿐만 아니라 타이젠 단말에 본 발명에 따른 자동변환 모듈을 탑재하는 경우에는 안드로이드 어플리케이션을 다운받아 타이젠용으로 자동 변환한 후 설치 및 구동할 수 있게 되는 장점이 있다.

Description

안드로이드 어플리케이션의 타이젠 설치가능 패키지 자동변환 방법
본 발명은 기존에 확보되어 있는 안드로이드 어플리케이션을 타이젠(TIZEN) 설치가능 패키지로 자동 변환하는 기술에 관한 것이다.
보다 상세하게 본 발명은 안드로이드 플랫폼에서 구동할 수 있는 스마트 단말용 어플리케이션(안드로이드 어플리케이션)이 이미 다수 확보되어 있고 이중에는 대규모 사용자를 확보한 인기 어플리케이션이 존재한다는 현실에 착안한 것으로, 이와 같은 안드로이드 어플리케이션을 최근에 제안된 타이젠 플랫폼의 스마트 단말에도 다운로드하여 설치할 수 있는 어플리케이션 패키지 형태로 자동 변환해주는 기술에 관한 것이다.
스마트 단말은 기존에 컴퓨터에서 처리할 수 있었던 영역의 작업과 이동통신 서비스에서 제공받을 수 있었던 영역, 그 밖에 다양한 전자사전 등의 기능이 하나의 단말에서 사용할 수 있도록 하는 편의를 제공한다. 이러한 스마트 단말은 통상 사용자가 휴대할 수 있는 형태로 제작되어 제공되고 있다. 대표적인 스마트 단말로는 스마트폰, 스마트패드, 태블릿컴퓨터(PC) 등이 있으며, 그 외에 스마트 셋톱박스, 스마트 텔레비전(TV) 등이 선보이고 있다.
한편, 현재까지 스마트 단말의 운영체제(OS)는 애플 자체의 운용체제(iOS)와 구글(Google)에서 공개한 안드로이드 운영체제(Android OS)로 양분되어 있는데, 2012년에는 안드로이드 운영체제를 기초로 하는 안드로이드 플랫폼이 전세계 시장의 70%를 차지하였다. 안드로이드 플랫폼은 구글이 주도하는 OHA(Open Handset Alliance)에서 공개한 소프트웨어 스택으로서 리눅스 커널(Linux Kernel), 가상머신(VM), 프레임워크, 어플리케이션(applicatoin)을 모두 포함하는 소프트웨어 패키지이며, 안드로이드 어플을 개발하기 위한 기초를 제공한다.
안드로이드 플랫폼은 현재 스마트 단말의 대세를 이루고 있다. 2012년 기준으로 스마트폰의 형태로만 연간 4억대 이상 판매되고 있으며, 스마트패드나 셋톱박스, 그리고 스마트 텔레비전의 형태로도 활발한 움직임이 있다. 이러한 움직임에 발맞추어 안드로이드 어플리케이션의 개발도 활발한데, 이중에는 앵그리버드나 카톡 등과 같이 인기 어플리케이션도 다수이다.
이러한 상황에서 삼성전자와 인텔이 중심이 되어 리눅스 기반의 개방형 플랫폼인 타이젠을 2012년 하반기에 제시하였다. 이처럼 새로운 플랫폼이 등장하면, 기존의 플랫폼에 따라 어플리케이션을 제공하던 업체들은 새로운 플랫폼에 맞춰 어플리케이션 디자인부터 프로그래밍까지 많은 작업을 다시 해야만 신규 플랫폼에에 맞는 어플리케이션을 제공할 수 있다.
즉, 타이젠이라는 새로운 플랫폼의 등장으로 인해 많은 어플리케이션 제공 업체들은 동일한 어플리케이션을 타이젠을 사용하는 스마트 단말에 제공하기 위해 많은 시간과 노력을 재투자해야 하는 문제가 생겼다. 이에 따라 해당 기술분야에 있어서는 어플리케이션 개발에 중복투자를 방지하고 기존의 어플리케이션 리소스를 최대한 활용할 수 있는 기술개발이 절실히 요구되고 있다.
[관련기술문헌]
1. 에스케이브이엠 및 위피자바 응용프로그램을 안드로이드 응용프로그램으로 변환하는 프로그램을 기록한 컴퓨터로 판독가능한 기록매체(특허출원 10-2010-0034068호)
2. 위피기반 어플리케이션을 위한 멀티플랫폼 변환장치 및 방법(특허출원 10-2009-0134217호)
3. 스마트 기기에서의 다중 운영체제 플랫폼(특허출원 10-2011-0076171호)
4. 임베디드 및 모바일 기기에서 특정 런타임 기반의 콘텐츠를 다른 기종의 단말에서 구동하는 방법(특허출원 10-2010-0024192호)
본 발명의 목적은 기존에 확보되어 있는 안드로이드 어플리케이션을 타이젠 설치가능 패키지로 자동 변환하는 기술을 제공하는 것이다.
보다 상세하게 본 발명의 목적은 안드로이드 플랫폼에서 구동할 수 있는 스마트 단말용 어플리케이션(안드로이드 어플리케이션)이 이미 다수 확보되어 있고 이중에는 대규모 사용자를 확보한 인기 어플리케이션이 존재한다는 현실을 활용하기 위한 것으로, 이와 같은 안드로이드 어플리케이션을 최근에 제안된 타이젠 플랫폼의 스마트 단말에도 다운로드하여 설치할 수 있는 어플리케이션 패키지 형태로 자동 변환해주는 기술을 제공하기 위한 것이다.
상기의 과제를 달성하기 위한 본 발명에 따른 안드로이드 어플리케이션의 타이젠 설치가능 패키지 자동변환 방법은, 정보 추출 모듈(210)이 안드로이드 어플리케이션 패키지(10)로부터 안드로이드 어플리케이션 구성정보와 안드로이드 아이콘 파일과 안드로이드 클래스 파일과 안드로이드 라이브러리 파일을 추출하는 제 1 단계; 패키지 조합 모듈(220)이 그 추출된 안드로이드 어플리케이션 구성정보를 타이젠 데스크탑 파일로 변환하는 제 2 단계; 패키지 조합 모듈(220)이 안드로이드 아이콘 파일, 안드로이드 클래스 파일, 안드로이드 라이브러리 파일로부터 타이젠 아이콘 파일, 타이젠 클래스 파일, 타이젠 라이브러리 파일을 생성하는 제 3 단계; 패키지 조합 모듈(220)이 타이젠 데스크탑 파일, 타이젠 아이콘 파일, 타이젠 클래스 파일, 타이젠 라이브러리 파일을 이용하여 타이젠 어플리케이션에 따른 타이젠 파일 트리 구조를 생성하는 제 4 단계; 타이젠 압축 모듈(230)이 그 생성된 타이젠 파일 트리 구조의 데이터를 압축하여 타이젠 설치가능 패키지(20)를 생성하는 제 5 단계;를 포함하여 구성된다.
이때, 제 3 단계는, 패키지 조합 모듈(220)이 타이젠 설치가능 패키지를 다운로드 설치할 타이젠 단말의 사양을 식별하는 단계; 패키지 조합 모듈(220)이 그 식별된 타이젠 단말 사양에 따라 안드로이드 클래스 파일을 안드로이드 표준에 따라 최적화하여 타이젠 클래스 파일을 생성하는 단계;를 포함하여 구성되는 것이 바람직하다.
또한, 본 발명에 따른 컴퓨터로 판독가능한 기록매체는, 안드로이드 어플리케이션 패키지(10)로부터 안드로이드 어플리케이션 구성정보와 안드로이드 아이콘 파일과 안드로이드 클래스 파일과 안드로이드 라이브러리 파일을 추출하는 정보 추출 모듈(210); 그 추출된 안드로이드 어플리케이션 구성정보를 타이젠 데스크탑 파일로 변환하고, 안드로이드 아이콘 파일, 안드로이드 클래스 파일, 안드로이드 라이브러리 파일로부터 타이젠 아이콘 파일, 타이젠 클래스 파일, 타이젠 라이브러리 파일을 생성하며, 타이젠 데스크탑 파일, 타이젠 아이콘 파일, 타이젠 클래스 파일, 타이젠 라이브러리 파일을 이용하여 타이젠 어플리케이션에 따른 타이젠 파일 트리 구조를 생성하는 패키지 조합 모듈(220); 그 생성된 타이젠 파일 트리 구조의 데이터를 압축하여 타이젠 설치가능 패키지(20)를 생성하는 타이젠 압축 모듈(230);을 포함하여 이루어지는 안드로이드 어플리케이션의 타이젠 설치가능 패키지 변환 프로그램을 기록한 것이다.
이때, 패키지 조합 모듈(220)은 타이젠 설치가능 패키지를 다운로드 설치할 타이젠 단말의 사양을 식별하고, 그 식별된 타이젠 단말 사양에 따라 안드로이드 클래스 파일을 안드로이드 표준에 따라 최적화하여 타이젠 클래스 파일을 생성하는 것이 바람직하다.
본 발명에 따르면 기존에 확보된 다수의 안드로이드 어플리케이션(특히, 인기 안드로이드 어플리케이션)을 자동으로 타이젠 설치가능 패키지로 변환할 수 있어 안드로이드 어플리케이션의 개발업체는 편리하게 타이젠 어플리케이션을 확보할 수 있게 되는 장점이 있다.
뿐만 아니라 타이젠 단말에 본 발명에 따른 자동변환 모듈을 탑재하는 경우에는 안드로이드 어플리케이션을 다운받아 타이젠용으로 자동 변환한 후 설치 및 구동할 수 있게 되는 장점이 있다.
도 1은 본 발명에 따라 안드로이드 어플리케이션 패키지를 타이젠 설치가능 패키지로 변환하는 과정을 도식화한 도면,
도 2는 본 발명에 따라 변환 툴을 가진 컴퓨터의 내부 기능 블록 구성도,
도 3은 본 발명에 따라 안드로이드 어플리케이션 패키지를 타이젠 설치가능 패키지로 변환하기 위한 변환 프로세스를 나타내는 도면,
도 4는 본 발명에 따라 변환 시스템을 구성하는 각 모듈에서 추출 및 생성되는 파일을 도식화한 도면,
도 5는 본 발명에 따라 안드로이드 어플리케이션 패키지를 타이젠 설치가능 패키지로 변환할 경우의 제어 순서도.
이하 도면을 참조하여 본 발명을 상세하게 살펴본다. 이하에 첨부된 본 발명의 도면은 본 발명의 이해를 돕기 위해 제공되는 것으로, 본 발명의 권리범위는 도면에 예시된 구현 형태에 한정되지 않는다.
도 1은 본 발명에 따라 안드로이드 어플리케이션 패키지를 타이젠 설치가능 패키지로 변환하는 과정을 도식화한 도면으로, 안드로이드 어플리케이션 패키지(10)가 본 발명에 따른 변환 시스템(100)에서 타이젠 설치가능 패키지(20)로 변환되는 형태를 도식화하여 도시하였다.
이때, 안드로이드 어플리케이션 패키지(10)는 안드로이드 플랫폼의 스마트 단말에 특정 어플리케이션의 다운로드, 인스톨, 언인스톨, 프로그램 실행을 제공하기 위한 코드 패키지이다. 예를 들어 안드로이드 스마트폰을 위한 게임 어플리케이션, 검색 어플리케이션, 오피스 어플리케이션, 지도 어플리케이션 등은 각자 안드로이드 어플리케이션 패키지(10)로 관리된다.
타이젠 설치가능 패키지(20)는 타이젠 플랫폼의 스마트 단말에 특정 어플리케이션의 다운로드, 인스톨, 언인스톨을 제공하기 위한 코드 패키지이다. 타이젠 설치가능 패키지(20)에는 프로그램 실행을 위한 코드도 포함되어 있지만 본 발명에서는 타이젠 플랫폼에서의 프로그램 실행까지는 보장하지 않으며, 타이젠 단말에서 본 발명에 따라 변환된 타이젠 설치가능 패키지(20)를 실행하려면 안드로이드 구동모듈이 타이젠 단말에 추가로 마련되어야 하는 것으로 가정한다(단, 본 발명의 권리범위가 여기에 한정되는 것은 아니다).
변환 시스템(100)에서 안드로이드 어플리케이션 패키지(10)가 타이젠 설치가능 패키지로 변환되는 과정을 설명하면 아래와 같다. 안드로이드 어플리케이션 패키지(10)를 타이젠 설치가능 패키지(20)로 변환하기 위한 툴(Tool)을 가진 변환 시스템(100)에 안드로이드 어플리케이션 패키지가 입력 또는 저장된다. 이후 사용자가 변환 툴을 구동시키고, 변환 대상 안드로이드 어플리케이션 패키지(10)를 선택한 후 메뉴 조작을 통해 타이젠 설치가능 패키지(20)로 변환을 요구한다. 그러면 변환 시스템(100)는 안드로이드 어플리케이션 패키지(10)를 변환 툴을 이용하여 타이젠 설치가능 패키지(20)로 변환한다.
즉, 안드로이드 어플리케이션 패키지(10)는 변환 툴을 통해 타이젠 단말에서 다운로드/인스톨/언인스톨(Download/Install/Uninstall) 할 수 있는 형태인 타이젠 설치가능 패키지(20)로 변환된다. 변환 툴의 구성 및 동작에 대해서는 후술되는 도면을 참조하여 상세히 설명한다.
도 1에서는 안드로이드 어플리케이션 패키지(10)를 타이젠 설치가능 패키지(20)로 변환하기 위한 툴이 외부의 변환 시스템(100)에 포함된 경우를 가정하였으나, 타이젠 플랫폼 기반의 스마트 단말의 내장 메모리와 처리 용량이 허용 가능한 경우라면 스마트 단말에 내장하도록 구성할 수 있다.
또한 안드로이드 어플리케이션 패키지(10)가 타이젠 설치가능 패키지(20)로 변환되어 타이젠용 스마트 단말에서 사용되는 경우 타이젠용 스마트 단말은 그 변환된 타이젠 설치가능 패키지(20)를 구동하기 위한 안드로이드 실행모듈을 추가로 포함하도록 구성할 수 있다.
이하의 설명에서는 설명의 편의를 위해 변환 툴을 가진 변환 시스템(100)에서 안드로이드 어플리케이션 패키지(10)가 타이젠 설치가능 패키지(20)로 변환되는 경우를 중심으로 본 발명을 설명한다.
도 2는 본 발명에 따라 변환 툴을 가진 변환 시스템(100)의 내부 기능 블록 구성도이다. 도 2를 참조하면, 본 발명에 따른 변환 시스템(100)은 사용자 UI부(101), 송수신부(102), 메모리(103), 변환 제어부(110), 정보 추출 모듈(210), 패키지 조합 모듈(220), 타이젠 압축 모듈(230)을 포함하며, 이들 외에 필요에 따라 추가적인 구성이 더 포함될 수도 있다.
한편, 본 명세서에서 '모듈' 및 '수단'은 발명의 기술적 사상을 수행하기 위한 하드웨어와 소프트웨어의 기능적, 구조적 결합으로서 프로그램 코드와 하드웨어 리소스의 논리적인 단위를 의미한다. 반드시 물리적으로 연결된 코드를 의미하거나 한 종류의 하드웨어를 의미하지 않음은 본 발명의 기술분야의 평균적 전문가에게는 용이하게 이해될 수 있다.
먼저, 변환 제어부(110)는 본 발명에 따라 변환 시스템(100)에서 수행되는 각종 동작의 제어를 수행하며, 특히 안드로이드 어플리케이션 패키지(10)를 타이젠 설치가능 패키지(20)로 변환하기 위해 정보 추출 모듈(210), 패키지 조합 모듈(220), 타이젠 압축 모듈(230)에 대한 제어를 수행한다.
사용자 UI부(101)는 사용자의 조작신호를 인식하여 변환 제어부(110)로 제공하는 한편, 변환 시스템(100)에서 수행되는 각종 프로세스에 관한 정보를 디스플레이 화면으로 사용자에게 제공한다.
송수신부(102)는 이동통신망(3G, 4G, LTE, WIBRO)이나 유무선 랜(LAN, Wi-Fi)과 같은 유무선 네트워크를 통해 외부와 접속하기 위한 모듈로서 데이터 인터페이스 또는 데이터 변환을 수행한다.
메모리(103)는 변환 제어부(110)의 동작 중에 발생되는 각종 데이터를 임시로 저장하기 위한 비발성 영역 및 프로그램 코드나 데이터베이스 등을 저장하기 위한 비휘발성 영역을 포함할 수 있다. 또한 메모리(103)는 안드로이드 어플리케이션 패키지(10)를 타이젠 설치가능 패키지(20)로 변환하기 위한 변환 툴을 저장하기 위한 영역을 포함하며, 안드로이드 어플리케이션 패키지(10)와 타이젠 설치가능 패키지(20)를 저장하는 영역을 포함할 수 있다. 저장부(13)는 램(RAM), 롬(ROM), 플래시메모리, MRAM(자성체 램), PRAM(상변화 램), FRAM(강유전체 램), 웹디스크, 클라우드 디스크 등으로 구성될 수 있다.
그리고, 정보 추출 모듈(210), 패키지 조합 모듈(220), 타이젠 압축 모듈(230)은 본 발명에 따라 안드로이드 어플리케이션 패키지(10)를 타이젠 설치가능 패키지(20)로 변환하기 위한 실제적인 동작을 수행하는 기능 모듈로서, 이하에서는 이들을 중심으로 상세하게 설명한다.
도 3은 본 발명에 따라 안드로이드 어플리케이션 패키지(10)를 타이젠 설치가능 패키지(20)로 변환하기 위한 변환 프로세스를 나타내는 도면이며, 도 3에 도시된 구성요소는 메모리(103)에 저장된 변환 툴을 변환 제어부(110)가 구동할 경우 각각의 동작을 수행하는 수단을 도식화한 것이다.
S300 단계에서 안드로이드 어플리케이션 패키지(10)가 정보 추출 모듈(210)로 입력된다. 즉, 변환 시스템(100)의 메모리(103)에 안드로이드 어플리케이션 패키지(10)가 저장되어 있고, 변환 시스템(100)에서 변환 툴이 구동된 상태에서 사용자가 특정의 안드로이드 어플리케이션 패키지(10)를 선택한 후에 타이젠 설치가능 패키지(20)로의 변환을 요구한 경우이다.
그에 따라, 정보 추출 모듈(210)은 안드로이드 어플리케이션 패키지(10) 형태인 APK 파일에서 타이젠 패키지를 구성하기 위한 각종 정보와 파일을 추출한다. 정보 추출 모듈(210)은 S310 단계에서 안드로이드 어플리케이션 패키지 형태의 파일에서 각종 파일의 정보를 획득한다.
구체적으로 살펴보면, 먼저 정보 추출 모듈(210)은 안드로이드 어플리케이션 패키지(10)로부터 "AndroidManifest.xml" 파일을 추출하고, 그 추출된 파일을 파싱하여 어플리케이션 기본 구성 정보를 얻는다. 여기서 파싱은 컴파일러 또는 인터프리터가 프로그램을 이해하는 과정의 한 단계로서 각 문장의 문법적인 구성 또는 구문을 분석하는 과정을 의미한다.
그리고 정보 추출 모듈(210)은 안드로이드 어플리케이션 패키지(10)의 리소스 파일 중에서 아이콘 파일을 추출한다. 아이콘 파일은 미리 설정된 특정한 형태이므로 이를 통해 리소스 파일 중에서 아이콘 파일을 추출할 수 있다. 또한 정보 추출 모듈(210)은 안드로이드 어플리케이션 패키지(10)로부터 안드로이드 클래스 파일(classes.dex)과 라이브러리(shared object) 파일을 추출한다.
이처럼 정보 추출 모듈(210)이 추출한 파일들은 S320 단계와 같이 패키지 조합 모듈(220)로 제공된다.
S330 단계에서 패키지 조합 모듈(220)은 위 제공된 각종의 파일을 이용하여 타이젠 패키지 파일의 구조로 변환한다. 즉, 정보 추출기(210)가 안드로이드 어플리케이션 패키지(10)로부터 추출한 각종 정보와 파일을 이용하여 패키지 조합 모듈(220)은 타이젠 단말에서 다운로드, 인스톨, 언인스톨이 가능한 어플리케이션 패키지 구조를 형성하는 것이다.
이때, 패키지 조합 모듈(220)이 생성하는 타이젠 설치가능 패키지(20)의 디렉토리 및 파일 구조는 다음과 같다.
1. app 디렉토리 : 안드로이드 어플리케이션 패키지 형식의 파일을 저장하는 디렉토리이다.
2. bin 디렉토리 : 안드로이드 어플리케이션을 실행시키는 실행 파일을 저장하는 디렉토리이다.
3. dalvik-cache 디렉토리 : 안드로이드 어플리케이션 패키지(10)에서 추출한 "classes.dex"를 최적화하고 그 결과로 얻어지는 파일을 저장하는 디렉토리이다. 여기서 최적화 과정은 표준의 안드로이드 소프트웨어 개발킷(Android SDK(Software Development Kit))에 구현되어 제공되는 안드로이드 표준의 최적화 기능을 활용하여 수행한다.
4. data 디렉토리 : 안드로이드 어플리케이션이 로딩하여 사용하는 라이브러리 파일을 저장하는 디렉토리이다.
5. res 디렉토리 : 타이젠 단말에 등록되는 아이콘 파일을 저장하는 디렉토리이다.
6. desktop 파일 : 타이젠 어플리케이션 정보 파일, 어플리케이션 이름, 실행 파일 경로, 아이콘 파일 경로, 그 외 어플리케이션 옵션을 저장하는 파일이다.
이처럼 패키지 조합 모듈(220)이 S330 단계에서 타이젠 형식의 파일이 되도록 변환한 후 패키지 조합 모듈(220)은 S340 단계에서 타이젠 압축 모듈(230)로 그 변환된 데이터를 제공한다.
S350 단계에서 타이젠 압축 모듈(230)은 패키지 조합 모듈(220)로부터 입력된 디렉토리 및 파일 정보를 제공받고, 그 제공된 데이터를 타이젠 설치가능 패키지 형식으로 압축한다. 타이젠 어플리케이션에서 사용하는 압축 형식은 원래 RPM이라고 불렸으나 타이젠 2.0 SDK(소프트웨어 개발키트)가 정식 배포되면서 TPK라는 명칭으로 변경되었다. 그에 따라 본 명세서에서는 일반적으로 타이젠 압축이라고 부른다.
타이젠 어플리케이션은 앞서 설명한 바와 같이 리눅스를 기반으로 하기 때문에 리눅스 기반에서 제공하는 프로그램을 설치한 후 바로 실행할 수 있는 형태의 형식으로 타이젠 압축하는 것이다. 이처럼 압축되는 파일 리스트 형식의 일 예를 다음의 <Table>에 나타내었다.
Figure PCTKR2013003595-appb-I000001
도 4는 본 발명에 따라 변환 시스템을 구성하는 각 모듈(210, 220, 230)에서 추출 및 생성하는 파일을 도식화한 도면이다.
전술한 바와 같이, 정보 추출 모듈(210)은 안드로이드 어플리케이션 패키지(10) 형태인 APK 파일에서 타이젠 어플리케이션의 패키지(20)를 구성하기 위한 정보를 추출한다. 즉, 정보 추출 모듈(210)은 안드로이드 어플리케이션 패키지(10)로부터 "AndroidManifest.xml"을 추출하고, 그 추출된 파일을 파싱하여 안드로이드 어플리케이션 구성정보(211)를 얻는다. 또한, 안드로이드 어플리케이션 패키지(10)로부터 리소스 파일 중의 안드로이드 아이콘 파일(212), 안드로이드 클래스 파일(213), 라이브러리 파일(213)을 추출한다.
이처럼 정보 추출 모듈(210)이 추출한 정보는 패키지 조합 모듈(220)로 제공되고, 패키지 조합 모듈(220)은 이들 정보를 재조합하여 타이젠 어플리케이션에서 사용할 각종 데이터를 생성한다. 즉, 패키지 조합 모듈(220)은 안드로이드 어플리케이션 구성정보(211)를 이용하여 타이젠 데스크탑 파일(221)을 생성하고, 안드로이드 아이콘 파일(212)을 이용하여 타이젠 아이콘 파일(222)를 생성하며, 안드로이드 클래스 파일(213)를 이용하여 타이젠 클래스 파일(223)를 생성하며, 안드로이드 라이브러리 파일(214)을 이용하여 타이젠 라이브러리 파일(224)을 생성한다. 이때, 타이젠 아이콘 파일(222), 타이젠 클래스 파일(223), 타이젠 라이브러리 파일(224)은 안드로이드 아이콘 파일(212), 안드로이드 클래스 파일(213), 안드로이드 라이브러리 파일(214)을 재활용할 수 있다.
이처럼 패키지 조합 모듈(220)이 데이터 재조합을 완료되면, 그 재조합 생성된 파일, 즉 타이젠 데스크탑 파일(221), 타이젠 아이콘 파일(222), 타이젠 클래스 파일(223), 타이젠 라이브러리 파일(224)은 타이젠 압축 모듈(230)로 제공된다. 타이젠 압축 모듈(230)은 이들 제공된 파일을 타이젠 규격에 따른 타이젠 설치가능 패키지(20)로 압축하여 파일 생성을 완료한다.
도 5는 본 발명에 따라 안드로이드 어플리케이션 패키지(10)를 타이젠 설치가능 패키지(20)로 변환할 경우의 제어 순서도이다.
변환 시스템(100)에서 변환 툴이 구동되고 미리 저장되거나 네트워크를 통해 제공된 안드로이드 어플리케이션 패키지(10)에 대한 변환이 요구된다. 혹은, 미리 저장되거나 네트워크를 통해 안드로이드 어플리케이션 패키지(10)가 제공되면 변환을 위해 변환 시스템(100)의 변환 툴이 구동된다.
S400 단계에서 변환 시스템(100)이 안드로이드 어플리케이션 패키지(즉, APK 파일)(10)을 입력받으면, S402 단계에서 정보 추출 모듈(210)은 이로부터 안드로이드 어플리케이션 구성정보(211)를 추출한다. 또한, 정보 추출 모듈(210)은 안드로이드 어플리케이션 패키지(10)로부터 S404 단계 내지 S408 단계를 통해 안드로이드 아이콘 파일(212), 안드로이드 클래스 파일(classes.dex)(213), 안드로이드 라이브러리 파일(214)을 추출한다.
따라서 S400 단계 내지 S408 단계의 과정은 정보 추출 모듈(210)에서 수행되는 과정이다. 앞서 살핀 바와 같이 정보 추출 모듈(210)에서 추출된 파일은 패키지 조합 모듈(220)로 제공된다.
그러면 패키지 조합 모듈(220)은 S410 단계에서 안드로이드 어플리케이션 구성정보(211)에서 타이젠 데스크탑 파일(221)을 생성하고, S412 단계에서 안드로이드 클래스 파일(213)을 이용하여 타이젠 클래스 파일(223)을 생성한다. 이때, 타이젠 클래스 파일(223)은 안드로이드 클래스 파일(213)을 그대로 가져와서 재활용할 수 있는데, 예컨대 안드로이드 SDK에 마련되어 제공되는 최적화 기능을 통해 안드로이드 클래스 파일(213)을 미리 최적화한 결과물을 타이젠 클래스 파일(223)로 활용하는 것이 바람직하다.
안드로이드 표준에서는 안드로이드 어플리케이션 패키지(10)를 안드로이드 단말에 인스톨하는 과정에서 최적화 과정을 거치도록 되어 있기 때문에, 본 발명과 같은 변환 과정에서 미리 최적화 과정을 거치는 것이 바람직하다. 안드로이드 어플리케이션 패키지(10)를 타이젠 단말용으로 변환할 경우 당해 타이젠 단말을 미리 식별 내지 특정할 수 있으므로 그에 맞도록 최적화 과정을 미리 수행하는 것이다. 최적화 과정을 미리 수행하여 타이젠 클래스 파일(223)을 생성하는 경우에는 이후에 타이젠 설치가능 패키지(20)를 타이젠 단말에서 인스톨할 때 빠른 처리가 가능하여 사용자 만족도를 제고할 수 있다.
이후 앞서 수신한 안드로이드 어플리케이션 데이터와 앞서 변환된 데이터를 이용하여 패키지 조합 모듈(220)은 S414 단계에서 타이젠 어플리케이션 구조에 맞는 파일 트리 구조(타이젠 파일 트리 구조)를 생성하고 그에 따라 타이젠 라이브러리 파일(224)을 형성한다.
이처럼 모든 변환이 완료된 데이터는 타이젠 압축 모듈(230)로 제공된다. 그러면 타이젠 압축 모듈(230)은 S416 단계에서 타이젠 단말에서 사용할 수 있는 형식으로 압축한다. 이처럼 타이젠 압축되는 형식은 앞서 <Table>에 예시한 바와 같은데, 이와 같이 형식을 맞추어 형성된 타이젠 압축파일은 기본 형식에 있어서 타이젠에서 요구하는 사양을 맞춘 것이므로 타이젠 단말에 다운로드, 인스톨, 언인스톨이 가능하다. 그에 따라, 본 발명에서는 이와 같이 형성된 타이젠 압축파일을 타이젠 설치가능 패키지(20)라고 부른다.
그리고 나서, S418 단계에서 타이젠 압축 모듈(230)은 그 압축되어 생성된 타이젠 설치가능 패키지(20)를 출력한다.
이상의 설명에서는 변환 툴을 가진 컴퓨터에서 수행되는 경우를 가정하여 설명하였으며, 이때 타이젠 단말에서는 변환된 프로그램을 실행하기 위해 별도의 안드로으드 어플리케이션 실행 프로그램이 탑재되어야 한다. 하지만, 이상에서 설명한 바의 내용을 스마트 단말에서 자동으로 수행하도록 프로그램을 변경하여 탑재할 수도 있다.
본 발명은 또한 컴퓨터로 읽을 수 있는 기록매체에 컴퓨터가 읽을 수 있는 코드의 형태로 구현하는 것이 가능하다. 이때, 컴퓨터가 읽을 수 있는 기록매체는 컴퓨터 시스템에 의하여 읽혀질 수 있는 데이터가 저장되는 모든 종류의 기록 장치를 포함한다.
컴퓨터가 읽을 수 있는 기록매체의 예로는 ROM, RAM, CD-ROM, 자기테이프, 플로피디스크, 광 데이터 저장장치 등이 있으며, 캐리어웨이브(예: 인터넷을 통한 전송)의 형태로 구현되는 것도 포함한다. 또한 컴퓨터가 읽을 수 있는 기록매체는 네트워크로 연결된 컴퓨터 시스템에 분산된 방식으로 컴퓨터가 읽을 수 있는 코드가 저장되고 실행될 수 있다. 그리고 본 발명을 구현하기 위한 기능적인 프로그램, 코드, 코드 세그먼트들은 본 발명이 속하는 기술 분야의 프로그래머들에 의해 용이하게 추론될 수 있다.
이상과 같이 본 명세서와 도면에는 본 발명의 실시예에 대하여 개시하였으며, 비록 특정 용어들이 사용되었으나 이는 단지 본 발명의 기술 내용을 쉽게 설명하고 발명의 이해를 돕기 위한 일반적인 의미에서 사용된 것이지, 본 발명의 범위를 한정하고자 하는 것은 아니다. 본 명세서에 제시된 실시예 외에도 본 발명의 기술적 사상에 바탕을 둔 다른 변형예가 가능하다.

Claims (6)

  1. 정보 추출 모듈(210)이 안드로이드 어플리케이션 패키지(10)로부터 안드로이드 어플리케이션 구성정보와 안드로이드 아이콘 파일과 안드로이드 클래스 파일과 안드로이드 라이브러리 파일을 추출하는 제 1 단계;
    패키지 조합 모듈(220)이 상기 추출된 안드로이드 어플리케이션 구성정보를 타이젠 데스크탑 파일로 변환하는 제 2 단계;
    상기 패키지 조합 모듈(220)이 상기 안드로이드 아이콘 파일, 안드로이드 클래스 파일, 안드로이드 라이브러리 파일로부터 타이젠 아이콘 파일, 타이젠 클래스 파일, 타이젠 라이브러리 파일을 생성하는 제 3 단계;
    상기 패키지 조합 모듈(220)이 상기 타이젠 데스크탑 파일, 타이젠 아이콘 파일, 타이젠 클래스 파일, 타이젠 라이브러리 파일을 이용하여 타이젠 어플리케이션에 따른 타이젠 파일 트리 구조를 생성하는 제 4 단계;
    타이젠 압축 모듈(230)이 상기 생성된 타이젠 파일 트리 구조의 데이터를 압축하여 타이젠 설치가능 패키지(20)를 생성하는 제 5 단계;
    를 포함하여 구성되는 안드로이드 어플리케이션의 타이젠 설치가능 패키지 자동변환 방법.
  2. 청구항 1에 있어서,
    상기 제 3 단계는,
    상기 패키지 조합 모듈(220)이 상기 타이젠 설치가능 패키지를 다운로드 설치할 타이젠 단말의 사양을 식별하는 단계;
    상기 패키지 조합 모듈(220)이 상기 식별된 타이젠 단말 사양에 따라 상기 안드로이드 클래스 파일을 안드로이드 표준에 따라 최적화하여 상기 타이젠 클래스 파일을 생성하는 단계;
    를 포함하는 것을 특징으로 하는 안드로이드 어플리케이션의 타이젠 설치가능 패키지 자동변환 방법.
  3. 청구항 2에 있어서,
    상기 타이젠 파일 트리 구조는
    Figure PCTKR2013003595-appb-I000002
    로 구성되는 것을 특징으로 하는 안드로이드 어플리케이션의 타이젠 설치가능 패키지 자동변환 방법.
  4. 안드로이드 어플리케이션 패키지(10)로부터 안드로이드 어플리케이션 구성정보와 안드로이드 아이콘 파일과 안드로이드 클래스 파일과 안드로이드 라이브러리 파일을 추출하는 정보 추출 모듈(210);
    상기 추출된 안드로이드 어플리케이션 구성정보를 타이젠 데스크탑 파일로 변환하고, 상기 안드로이드 아이콘 파일, 안드로이드 클래스 파일, 안드로이드 라이브러리 파일로부터 타이젠 아이콘 파일, 타이젠 클래스 파일, 타이젠 라이브러리 파일을 생성하며, 상기 타이젠 데스크탑 파일, 타이젠 아이콘 파일, 타이젠 클래스 파일, 타이젠 라이브러리 파일을 이용하여 타이젠 어플리케이션에 따른 타이젠 파일 트리 구조를 생성하는 패키지 조합 모듈(220);
    상기 생성된 타이젠 파일 트리 구조의 데이터를 압축하여 타이젠 설치가능 패키지(20)를 생성하는 타이젠 압축 모듈(230);
    을 포함하여 이루어지는 안드로이드 어플리케이션의 타이젠 설치가능 패키지 변환 프로그램을 기록한 컴퓨터로 판독가능한 기록매체.
  5. 청구항 4에 있어서,
    상기 패키지 조합 모듈(220)은 상기 타이젠 설치가능 패키지를 다운로드 설치할 타이젠 단말의 사양을 식별하고, 상기 식별된 타이젠 단말 사양에 따라 상기 안드로이드 클래스 파일을 안드로이드 표준에 따라 최적화하여 상기 타이젠 클래스 파일을 생성하는 것을 특징으로 하는 안드로이드 어플리케이션의 타이젠 설치가능 패키지 변환 프로그램을 기록한 컴퓨터로 판독가능한 기록매체.
  6. 청구항 1 내지 청구항 3 중 어느 하나의 항에 따른 안드로이드 어플리케이션의 타이젠 설치가능 패키지 자동변환 방법을 실행하기 위한 프로그램을 기록한 컴퓨터로 판독 가능한 기록매체.
PCT/KR2013/003595 2013-03-08 2013-04-25 안드로이드 어플리케이션의 타이젠 설치가능 패키지 자동변환 방법 WO2014137025A1 (ko)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CN201380074383.0A CN105027078A (zh) 2013-03-08 2013-04-25 将安卓应用程序自动转换成泰泽安装包的方法
US14/773,241 US20160019040A1 (en) 2013-03-08 2013-04-25 Method for automatically converting android application to tizen installable package
EP13876858.5A EP2966565A4 (en) 2013-03-08 2013-04-25 METHOD FOR AUTOMATIC CONVERSION OF ANDROID APPLICATION IN TIZEN INSTALLABLE SOFTWARE
JP2015560083A JP6001199B2 (ja) 2013-03-08 2013-04-25 アンドロイドアプリケーションのタイゼン導入可能パッケージ自動変換方法及びこのためのコンピュータ読み取り可能な記録媒体

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR20130025110A KR101427562B1 (ko) 2013-03-08 2013-03-08 안드로이드 어플리케이션의 타이젠 설치가능 패키지 자동변환 방법 및 이를 위한 컴퓨터로 판독가능한 기록매체
KR10-2013-0025110 2013-03-08

Publications (1)

Publication Number Publication Date
WO2014137025A1 true WO2014137025A1 (ko) 2014-09-12

Family

ID=51491525

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2013/003595 WO2014137025A1 (ko) 2013-03-08 2013-04-25 안드로이드 어플리케이션의 타이젠 설치가능 패키지 자동변환 방법

Country Status (6)

Country Link
US (1) US20160019040A1 (ko)
EP (1) EP2966565A4 (ko)
JP (1) JP6001199B2 (ko)
KR (1) KR101427562B1 (ko)
CN (1) CN105027078A (ko)
WO (1) WO2014137025A1 (ko)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020526120A (ja) * 2017-09-30 2020-08-27 中興通訊股▲ふん▼有限公司Zte Corporation モバイル端末による複数動画再生方法、モバイル端末、および可読記憶媒体

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9740856B2 (en) * 2015-05-13 2017-08-22 SEWORKS, Inc. Apparatus and method for managing gaming engine file in a mobile platform
CN105573764B (zh) * 2015-12-24 2019-03-22 北京大学 一种面向智能手表的Android应用重构方法

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20100024192A (ko) 2008-08-25 2010-03-05 삼성전기주식회사 카메라 장치
KR20100034068A (ko) 2008-09-23 2010-04-01 유형래 차량용 시동버튼
KR20100036298A (ko) * 2010-03-18 2010-04-07 (주)디지탈아리아 임베디드 및 모바일 기기에서 특정 런타임 기반의 콘텐츠를 다른 기종의 단말에서 구동하는 방법
KR20110076171A (ko) 2009-12-29 2011-07-06 홍진혁 라벨 보호 커버 및 이를 이용한 서류철
KR20110077591A (ko) * 2009-12-30 2011-07-07 링크젠 주식회사 위피 기반 어플리케이션을 위한 멀티 플랫폼 변환 장치 및 방법
KR20110114754A (ko) * 2010-04-14 2011-10-20 (주)앵글스톤테크놀러지 에스케이브이엠 및 위피자바 응용프로그램을 안드로이드 응용프로그램으로 변환하는 프로그램을 기록한 컴퓨터로 판독가능한 기록매체
KR101095426B1 (ko) * 2011-07-06 2011-12-16 (주)티비스톰 엑스렛 어플리케이션 실행 방법 및 기록매체

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6854123B1 (en) * 2000-05-09 2005-02-08 International Business Machines Corporation Method, system, and program for mapping standard application program interfaces (APIs) to user interface APIs
US20090007081A1 (en) * 2006-05-26 2009-01-01 Lau Allen N L System and Method of Generating Applications for Mobile Devices
US8171470B2 (en) * 2006-08-29 2012-05-01 Adobe Systems Incorporated Software installation and support
US9063765B2 (en) * 2008-04-28 2015-06-23 Kaazing Corporation System and methods for distributed execution of computer executable programs utilizing asymmetric translation
CN102053836B (zh) * 2010-12-31 2013-04-10 广东欧珀电子工业有限公司 一种Android应用开发的版本管理工具的实现方法
US9383985B2 (en) * 2011-06-10 2016-07-05 Unisys Corporation Automated modification of pre-generated MSI packaged applications
US9176773B2 (en) * 2011-06-29 2015-11-03 Microsoft Technology Licensing, Llc Virtual machine migration tool
WO2013097202A1 (en) * 2011-12-30 2013-07-04 Intel Corporation Apparatuses and methods for web application converter systems
US8910115B2 (en) 2012-04-02 2014-12-09 Kony Solutions, Inc. Systems and methods for application development

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20100024192A (ko) 2008-08-25 2010-03-05 삼성전기주식회사 카메라 장치
KR20100034068A (ko) 2008-09-23 2010-04-01 유형래 차량용 시동버튼
KR20110076171A (ko) 2009-12-29 2011-07-06 홍진혁 라벨 보호 커버 및 이를 이용한 서류철
KR20110077591A (ko) * 2009-12-30 2011-07-07 링크젠 주식회사 위피 기반 어플리케이션을 위한 멀티 플랫폼 변환 장치 및 방법
KR20100036298A (ko) * 2010-03-18 2010-04-07 (주)디지탈아리아 임베디드 및 모바일 기기에서 특정 런타임 기반의 콘텐츠를 다른 기종의 단말에서 구동하는 방법
KR20110114754A (ko) * 2010-04-14 2011-10-20 (주)앵글스톤테크놀러지 에스케이브이엠 및 위피자바 응용프로그램을 안드로이드 응용프로그램으로 변환하는 프로그램을 기록한 컴퓨터로 판독가능한 기록매체
KR101095426B1 (ko) * 2011-07-06 2011-12-16 (주)티비스톰 엑스렛 어플리케이션 실행 방법 및 기록매체

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2966565A4

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020526120A (ja) * 2017-09-30 2020-08-27 中興通訊股▲ふん▼有限公司Zte Corporation モバイル端末による複数動画再生方法、モバイル端末、および可読記憶媒体
JP7095835B2 (ja) 2017-09-30 2022-07-05 中興通訊股▲ふん▼有限公司 モバイル端末による複数動画再生方法、モバイル端末、および可読記憶媒体

Also Published As

Publication number Publication date
EP2966565A4 (en) 2016-11-16
US20160019040A1 (en) 2016-01-21
KR101427562B1 (ko) 2014-08-07
JP2016515243A (ja) 2016-05-26
JP6001199B2 (ja) 2016-10-05
EP2966565A1 (en) 2016-01-13
CN105027078A (zh) 2015-11-04

Similar Documents

Publication Publication Date Title
WO2014185573A1 (ko) 안드로이드 어플리케이션의 타이젠 설치가능 패키지 자동변환을 이용한 적응 실행 방법
CN108536524B (zh) 资源更新方法、装置、终端及存储介质
US20160162272A1 (en) Method and apparatus for loading a rendering engine
CN109918055B (zh) 一种应用程序的生成方法及设备
CN102081535B (zh) 基于Android的应用程序升级方法、系统及应用开发平台
CA2768752C (en) Terminal device of non-android platform for executing android applications, and computer readable recording medium for storing program of executing android applications on non-android platform
WO2015035908A1 (zh) 一种智能电视操作系统
CN107733985B (zh) 一种云计算系统功能组件部署方法及装置
CN105718289A (zh) 一种组件关系建立方法及其设备
CN103324474B (zh) 基于Linux操作系统跨体系构造ISO的方法及模块
US20140310332A1 (en) Method for accessing plural cloud storages, electronic apparatus and non-transitory computer readable medium
CN111930382B (zh) 应用页面的接入方法、装置及设备
CN111740948A (zh) 数据包发布方法、动态更新方法、装置、设备及介质
CN104636122B (zh) 一种能力组件的共享方法和设备
CN112631622A (zh) 应用安装方法、装置、服务器及计算机可读介质
CN111427594A (zh) 应用程序运行方法及装置
WO2014137025A1 (ko) 안드로이드 어플리케이션의 타이젠 설치가능 패키지 자동변환 방법
KR101117165B1 (ko) 이기종 운영체제 계층 모듈에서 동작하는 웹기반어플리케이션의 연동이 가능한 모바일 단말기용 웹 플랫폼 유닛
EP3327565A1 (en) Method and equipment for running a file
CN106778270B (zh) 一种恶意应用程序的检测方法及系统
CN104063306A (zh) 智能终端软件测试中的自动登录方法、装置和系统
WO2013168963A1 (ko) 스크린 해상도가 다른 각각의 스마트 단말기에 엔스크린을 제공하는 방법 및 장치
CN113448585B (zh) 一种线程池的编译方法、装置、电子设备和存储介质
WO2011152593A1 (en) Data upload method using shortcut
KR101617765B1 (ko) 안드로이드 어플리케이션 패키지의 자동 변환 방법

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201380074383.0

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13876858

Country of ref document: EP

Kind code of ref document: A1

REEP Request for entry into the european phase

Ref document number: 2013876858

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2013876858

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 2015560083

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 14773241

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE