WO2012086930A2 - 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러 및 방법 - Google Patents
안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러 및 방법 Download PDFInfo
- Publication number
- WO2012086930A2 WO2012086930A2 PCT/KR2011/008833 KR2011008833W WO2012086930A2 WO 2012086930 A2 WO2012086930 A2 WO 2012086930A2 KR 2011008833 W KR2011008833 W KR 2011008833W WO 2012086930 A2 WO2012086930 A2 WO 2012086930A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- library
- external
- directory
- android platform
- installer
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44521—Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/65—Updates
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2216/00—Indexing scheme relating to additional aspects of information retrieval not explicitly covered by G06F16/00 and subgroups
- G06F2216/01—Automatic library building
Definitions
- SmartPhones various kinds of smartphones (SmartPhones) have been produced, and smartphones are widely used.
- smartphone software platforms such as Apple's iOS and Google's Android are being installed on smartphones and developing as platforms.
- the Android mobile platform is receiving a lot of attention due to the advantage of being an open platform, and the usage of the Android mobile platform is continuously increasing.
- API application programming interface
- these external libraries are part of the application code and included within the application.
- the library code is duplicated for each application. Therefore, the file size of the application is larger than that of sharing one library code, which causes a waste of storage space.
- the dynamic library addition installer of the Android platform includes an external directory generator that generates an external directory for storing a library, and a library for generating library information including at least one of library name information and library location information. And a control unit for storing the information generating unit and the library in an external directory and storing the generated library information in an external library management directory.
- the installer for adding a dynamic library of the Android platform may further include a determining unit determining whether a library is already installed, and the external directory generating unit may generate an external directory according to the determination result.
- the dynamic library addition installer of the Android platform may further include a library receiver that receives a library from an external device.
- the external directory generator can create an external directory in the application framework layer or library layer of the Android platform.
- a method of adding a dynamic library to an Android platform may include: generating an external directory to store a library, generating library information including at least one of library name information and library location information; Storing the library in an external directory and storing the generated library information in an external library management directory.
- the dynamic library addition method of the Android platform may further include determining whether a library is already installed, and generating the external directory may include generating an external directory according to the determination result.
- the dynamic library addition method of the Android platform may further include receiving a library from an external server when a library download request signal is input.
- Creating an external directory may include creating an external directory in an application framework layer or a library layer of the Android platform.
- the library can be added dynamically without replacing the Android platform.
- 1 is a view for explaining a dynamic library addition installer of the Android platform related to an embodiment of the present invention.
- FIG. 2 is a diagram for describing an Android platform including the dynamic library addition installer of FIG. 1.
- FIG. 3 is a view for explaining a dynamic library addition method of the Android platform related to an embodiment of the present invention.
- 1 is a view for explaining a dynamic library addition installer of the Android platform related to an embodiment of the present invention.
- the dynamic library addition installer 100 of the Android platform includes a determination unit 110, a library receiver 120, an external directory generator 130, a library information generator 140, and a controller 150. Include.
- the determination unit 110 may determine whether a library to be added is already installed. If the library to be added is already installed, the dynamic library addition installer 100 of the Android platform does not add the library. On the other hand, if the library to be added is not installed, the library receiver 120 may receive the library to be added from the external device.
- the external device may be an external server, an external memory, an external mobile terminal, or the like.
- the external directory generator 130 may generate an external directory to store the received library.
- the external directory generator 130 may generate an external directory in an application framework layer or a library layer of the Android platform.
- the library information generation unit 140 may generate library information including at least one of library name information and library location information.
- the application can easily determine the location of the library using the location information of the library.
- the controller 150 may store the library to be added in the generated external directory.
- the controller 150 may store the generated library information in an external library management directory.
- the controller 150 may store the library information in an external library management directory generated separately in addition to the directory managing the basic library of the Android platform.
- the controller 150 may restrict the user ID (id) so that the dynamic library addition installer of the Android platform can access only the external directory and the external library management directory. As a result, users who want to add a library do not have access to the native library of the Android platform provided by the manufacturer, thereby maintaining security of the system provided by the manufacturer.
- the controller 150 controls the dynamic library of the Android platform. You can restrict additional installers to access only external directories and external library management directories.
- the user can freely add a library dynamically to an external directory by using the dynamic library adding installer, as well as maintaining security of a system provided by a manufacturer.
- libraries can be added dynamically without replacing the Androit platform.
- FIG. 2 is a diagram for describing an Android platform including the dynamic library addition installer of FIG. 1.
- the dynamic library addition installer 200 may be included in an application layer of the Android platform.
- the dynamic library addition installer 200 may generate the external directory 210 in the application framework layer of the Android platform or the external directory 220 in the library layer.
- the application 230 included in the application layer may access the generated external directories 210 and 220.
- FIG. 3 is a view for explaining a dynamic library addition method of the Android platform related to an embodiment of the present invention.
- a library add signal is input to the dynamic library add installer of the Android platform (300).
- the dynamic library addition installer of the Android platform determines whether the library to be added is already installed (310). If the library you want to add is already installed, the Android platform's add dynamic library installer does not add the library.
- the dynamic library addition installer of the Android platform creates an external directory to store the received library (320).
- the external directory generator 130 may generate an external directory in an application framework layer or a library layer of the Android platform. Adding dynamic libraries on the Android platform The installer can receive the libraries you want to add from an external device.
- the external device may be an external server, an external memory, an external mobile terminal, or the like.
- the dynamic library addition installer of the Android platform generates library information including at least one of library name information and library location information (330).
- the dynamic library addition installer of the Android platform stores the library to be added to the generated external directory (340).
- the dynamic library addition installer of the Android platform stores the generated library information in an external library management directory (350).
- the dynamic library addition method of the Android platform may further include granting a user ID to allow the dynamic library addition installer of the Android platform to access only the external directory and the external library management directory.
- the user can freely add a library dynamically to an external directory by using the dynamic library adding installer, as well as maintaining security of a system provided by a manufacturer.
- the described embodiments may be configured by selectively combining all or part of the embodiments so that various modifications can be made.
- the above-described method may be implemented as code that can be read by a processor in a medium in which a program is recorded.
- processor-readable media include ROM, RAM, CD-ROM, magnetic tape, floppy disk, optical data storage, and the like, and may be implemented in the form of a carrier wave (for example, transmission over the Internet). Include.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Stored Programmes (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러는 라이브러리를 저장할 외부 디렉터리를 생성하는 외부 디렉터리 생성부와, 라이브러리의 이름 정보 및 라이브러리의 위치 정보 중 적어도 하나를 포함하는 라이브러리 정보를 생성하는 라이브러리 정보 생성부 및 라이브러리를 외부 디렉터리에 저장하고, 생성된 라이브러리 정보를 외부 라이브러리 관리 디렉터리에 저장하는 제어부를 포함한다.
Description
안드로이드 플랫폼에 동적으로 라이브러리를 추가할 수 있는 기술에 관한 것이다.
최근, 다양한 종류의 스마트폰(SmartPhone)이 생산되고 있으며, 스마트폰이 널리 보급되고 있다. 또한, Apple 사의 iOS, Google의 안드로이드(Android) 등 다양한 스마트폰용 소프트웨어 플랫폼이 스마트폰에 탑재되고 플랫폼으로서 발전을 하고 있다. 특히, Android 모바일 플랫폼은 개방형 플랫폼이라는 이점 때문에 많은 관심을 받고 있으며, Android 모바일 플랫폼의 사용량이 지속적으로 증가하고 있다.
일반적으로, 모바일 어플리케이션은 모바일 플랫폼에서 제공하는 API(Application Programming Interface)를 이용하여 개발된다. 그러나, 모바일 플랫폼이 모든 기능을 제공할 수는 없으므로 외부 라이브러리들도 어플리케이션 개발에 많이 사용되고 있다.
Android 플랫폼에서 이와 같은 외부 라이브러리들은 어플리케이션 코드의 일부가 되어 어플리케이션 내에 포함된다. 그러나, 같은 외부 라이브러리를 사용하는 어플리케이션이 한 모바일 단말기 안에 다수 존재할 경우, 각 어플리케이션마다 라이브러리 코드를 중복해 포함하게 된다. 따라서, 하나의 라이브러리 코드를 공유할 때보다 어플리케이션의 파일 크기가 커지고 이로 인해 저장 공간의 낭비가 발생한다.
또한, 스마트폰은 제한적인 저장 공간을 가지므로, 추가하고자 하는 라이브러리를 어플리케이션에 포함시키지 않고 모바일 플랫폼에 공유 라이브러리 형태로 추가하여 여러 어플리케이션이 이를 공유해서 사용할 수 있는 방법이 필요하다.
그러나, 현재 Android 모바일 플랫폼에서 새로운 라이브러리를 추가하기 위해서는 추가할 라이브러리를 포함하는 플랫폼 바이너리(binary) 이미지를 새로 생성한 후 모바일 단말기의 플랫폼을 교체해야만 한다.
이와 같은, 오프라인 서비스 방식은 불편하고 매우 비효율적이므로 모바일 단말기 상에 동작 중인 플랫폼에 동적으로 라이브러리를 추가할 수 있는 기법이 필요하다.
안드로이드 플랫폼을 교체하지 않고도, 동적으로 라이브러리를 추가할 수 있는 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러(installer) 및 방법을 제공하기 위한 것이다.
발명의 일 실시예에 따른 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러는 라이브러리를 저장할 외부 디렉터리를 생성하는 외부 디렉터리 생성부와, 라이브러리의 이름 정보 및 라이브러리의 위치 정보 중 적어도 하나를 포함하는 라이브러리 정보를 생성하는 라이브러리 정보 생성부 및 라이브러리를 외부 디렉터리에 저장하고, 생성된 라이브러리 정보를 외부 라이브러리 관리 디렉터리에 저장하는 제어부를 포함한다.
안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러는 라이브러리가 이미 설치되었는지 여부를 판단하는 판단부를 더 포함하고, 외부 디렉터리 생성부는 판단 결과에 따라 외부 디렉터리를 생성할 수 있다.
안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러는 라이브러리를 외부 장치로부터 수신하는 라이브러리 수신부를 더 포함할 수 있다.
외부 디렉터리 생성부는 안드로이드 플랫폼의 어플리케이션 프레임워크 계층 또는 라이브러리 계층에 외부 디렉터리를 생성할 수 있다.
본 발명의 일 실시예에 따른 안드로이드 플랫폼의 동적 라이브러리 추가 방법은 라이브러리를 저장할 외부 디렉터리를 생성하는 단계와, 라이브러리의 이름 정보 및 라이브러리의 위치 정보 중 적어도 하나를 포함하는 라이브러리 정보를 생성하는 단계와, 라이브러리를 외부 디렉터리에 저장하는 단계 및 생성된 라이브러리 정보를 외부 라이브러리 관리 디렉터리에 저장하는 단계를 포함한다.
안드로이드 플랫폼의 동적 라이브러리 추가 방법은 라이브러리가 이미 설치되었는지 여부를 판단하는 단계를 더 포함하고, 외부 디렉터리를 생성하는 단계는 판단 결과에 따라 외부 디렉터리를 생성하는 단계를 포함할 수 있다.
안드로이드 플랫폼의 동적 라이브러리 추가 방법은 라이브러리 다운로드 요청 신호가 입력되면, 라이브러리를 외부 서버로부터 수신하는 단계를 더 포함할 수 있다.
외부 디렉터리를 생성하는 단계는 안드로이드 플랫폼의 어플리케이션 프레임워크 계층 또는 라이브러리 계층에 외부 디렉터리를 생성하는 단계를 포함할 수 있다.
개시된 내용에 따르면, 안드로이드 플랫폼의 교체 없이 동적으로 라이브러리를 추가할 수 있다.
도 1은 본 발명의 일 실시예와 관련된 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러를 설명하기 위한 도면이다.
도 2는 도 1의 동적 라이브러리 추가 인스톨러를 포함하는 안드로이드 플랫폼을 설명하기 위한 도면이다.
도 3은 본 발명의 일 실시예와 관련된 안드로이드 플랫폼의 동적 라이브러리 추가 방법을 설명하기 위한 도면이다.
이하, 첨부된 도면을 참조하여 발명을 실시하기 위한 구체적인 내용을 상세하게 설명한다.
도 1은 본 발명의 일 실시예와 관련된 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러를 설명하기 위한 도면이다.
도 1을 참조하면, 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러(100)는 판단부(110), 라이브러리 수신부(120), 외부 디렉터리 생성부(130), 라이브러리 정보 생성부(140) 및 제어부(150)를 포함한다.
판단부(110)는 라이브러리 추가 신호가 입력되면, 추가하려는 라이브러리가 이미 설치되었는지 여부를 판단할 수 있다. 추가하려는 라이브러리가 이미 설치된 경우, 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러(100)는 라이브러리를 추가하지 않는다. 반면에, 추가하려는 라이브러리가 설치되지 않은 경우, 라이브러리 수신부(120)는 추가하려는 라이브러리를 외부 장치로부터 수신할 수 있다. 예를 들면, 외부 장치는 외부 서버, 외부 메모리, 외부 이동 단말기 등일 수 있다.
외부 디렉터리 생성부(130)는 수신된 라이브러리를 저장할 외부 디렉터리를 생성할 수 있다. 예를 들면, 외부 디렉터리 생성부(130)는 안드로이드 플랫폼의 어플리케이션 프레임워크 계층 또는 라이브러리 계층에 외부 디렉터리를 생성할 수 있다.
라이브러리 정보 생성부(140)는 라이브러리의 이름 정보 및 라이브러리의 위치 정보 중 적어도 하나를 포함하는 라이브러리 정보를 생성할 수 있다. 어플리케이션은 라이브러리의 위치 정보를 이용하여 해당 라이브러리의 위치를 용이하게 파악할 수 있다.
제어부(150)는 추가하려는 라이브러리를 생성된 외부 디렉터리에 저장할 수 있다. 제어부(150)는 생성된 라이브러리 정보를 외부 라이브러리 관리 디렉터리에 저장할 수 있다. 제어부(150)는 안드로이드 플랫폼의 기본 라이브러리를 관리하는 디렉터리 이외에 별도로 생성된 외부 라이브러리 관리 디렉터리에 라이브러리 정보를 저장할 수 있다. 제어부(150)는 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러가 외부 디렉터리 및 외부 라이브러리 관리 디렉터리에만 접근할 수 있도록 사용자(user) 아이디(id)를 이용하여 제한할 수 있다. 따라서, 라이브러리를 추가하려는 사용자가 제조업자가 제공하는 안드로이드 플랫폼의 기본 라이브러리에 접근하지 못하므로, 제조업자가 제공하는 시스템에 대한 보안을 그대로 유지할 수 있다. 예를 들면, 외부 디렉터리 및 외부 라이브러리 관리 디텍터리의 사용자 아이디를 'system'으로 설정하고, 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러의 사용자 아이디를 'system'으로 설정함으로써, 제어부(150)는 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러가 외부 디렉터리 및 외부 라이브러리 관리 디렉터리에만 접근할 수 있도록 제한할 수 있다.
이에 따라, 사용자는 동적 라이브러리 추가 인스톨러를 이용하여 자유롭게 외부 디렉터리에 동적으로 라이브러리를 추가할 수 있을 뿐만 아니라 제조업자가 제공하는 시스템에 대한 보안도 유지할 수 있다.
또한, 안드로이트 플랫폼을 교체하지 않고도 동적으로 라이브러리를 추가할 수 있다.
도 2는 도 1의 동적 라이브러리 추가 인스톨러를 포함하는 안드로이드 플랫폼을 설명하기 위한 도면이다.
도 2를 참조하면, 동적 라이브러리 추가 인스톨러(200)는 안드로이드 플랫폼의 어플리케이션 계층에 포함될 수 있다. 라이브러리 추가 신호가 입력되면, 동적 라이브러리 추가 인스톨러(200)는 안드로이드 플랫폼의 어플리케이션 프레임워크 계층에 외부 디렉터리(210)를 생성하거나 라이브러리 계층에 외부 디렉터리(220)를 생성할 수 있다. 어플리케이션 계층에 포함된 어플리케이션(230)은 생성된 외부 디렉터리(210,220)에 접근할 수 있다.
이에 따라, 안드로이드 플랫폼에 동적으로 라이브러리를 자유롭게 추가할 수 있을 뿐만 아니라 어플리케이션이 추가된 라이브러리에 자유롭게 접근할 수 있다.
도 3은 본 발명의 일 실시예와 관련된 안드로이드 플랫폼의 동적 라이브러리 추가 방법을 설명하기 위한 도면이다.
도 3을 참조하면, 라이브러리 추가 신호가 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러로 입력된다(300). 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러는 추가하려는 라이브러리가 이미 설치되었는지 여부를 판단한다(310). 추가하려는 라이브러리가 이미 설치된 경우, 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러는 라이브러리를 추가하지 않는다.
반면에, 추가하려는 라이브러리가 설치되지 않은 경우, 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러는 수신된 라이브러리를 저장할 외부 디렉터리를 생성한다(320). 예를 들면, 외부 디렉터리 생성부(130)는 안드로이드 플랫폼의 어플리케이션 프레임워크 계층 또는 라이브러리 계층에 외부 디렉터리를 생성할 수 있다. 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러는 추가하려는 라이브러리를 외부 장치로부터 수신할 수 있다. 예를 들면, 외부 장치는 외부 서버, 외부 메모리, 외부 이동 단말기 등일 수 있다.
안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러는 라이브러리의 이름 정보 및 라이브러리의 위치 정보 중 적어도 하나를 포함하는 라이브러리 정보를 생성한다(330). 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러는 추가하려는 라이브러리를 생성된 외부 디렉터리에 저장한다(340). 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러는 생성된 라이브러리 정보를 외부 라이브러리 관리 디렉터리에 저장한다(350). 안드로이드 플랫폼의 동적 라이브러리 추가 방법은 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러가 상기 외부 디렉터리 및 상기 외부 라이브러리 관리 디렉터리에만 접근할 수 있도록 사용자 아이디를 부여하는 단계를 더 포함할 수 있다.
이에 따라, 사용자는 동적 라이브러리 추가 인스톨러를 이용하여 자유롭게 외부 디렉터리에 동적으로 라이브러리를 추가할 수 있을 뿐만 아니라 제조업자가 제공하는 시스템에 대한 보안도 유지할 수 있다.
설명된 실시예들은 다양한 변형이 이루어질 수 있도록 각 실시예들의 전부 또는 일부가 선택적으로 조합되어 구성될 수도 있다.
또한, 실시예는 그 설명을 위한 것이며, 그 제한을 위한 것이 아님을 주의하여야 한다. 또한, 본 발명의 기술분야의 통상의 전문가라면 본 발명의 기술사상의 범위에서 다양한 실시예가 가능함을 이해할 수 있을 것이다.
또한, 본 발명의 일 실시예에 의하면, 전술한 방법은, 프로그램이 기록된 매체에 프로세서가 읽을 수 있는 코드로서 구현하는 것이 가능하다. 프로세서가 읽을 수 있는 매체의 예로는, ROM, RAM, CD-ROM, 자기 테이프, 플로피 디스크, 광 데이터 저장장치 등이 있으며, 캐리어 웨이브(예를 들어, 인터넷을 통한 전송)의 형태로 구현되는 것도 포함한다.
Claims (10)
- 라이브러리를 저장할 외부 디렉터리를 생성하는 외부 디렉터리 생성부;상기 라이브러리의 이름 정보 및 상기 라이브러리의 위치 정보 중 적어도 하나를 포함하는 라이브러리 정보를 생성하는 라이브러리 정보 생성부; 및상기 라이브러리를 상기 외부 디렉터리에 저장하고, 상기 생성된 라이브러리 정보를 외부 라이브러리 관리 디렉터리에 저장하는 제어부를 포함하는 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러.
- 제 1 항에 있어서,상기 라이브러리가 이미 설치되었는지 여부를 판단하는 판단부를 더 포함하고,상기 외부 디렉터리 생성부는,판단 결과에 따라 상기 외부 디렉터리를 생성하는 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러.
- 제 1 항에 있어서,상기 라이브러리를 외부 장치로부터 수신하는 라이브러리 수신부를 더 포함하는 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러.
- 제 1 항에 있어서,상기 외부 디렉터리 생성부는,안드로이드 플랫폼의 어플리케이션 프레임워크 계층 또는 라이브러리 계층에 상기 외부 디렉터리를 생성하는 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러.
- 제 1 항에 있어서,상기 제어부는,상기 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러가 상기 외부 디렉터리 및 상기 외부 라이브러리 관리 디렉터리에만 접근할 수 있도록 사용자 아이디를 부여하는 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러.
- 라이브러리를 저장할 외부 디렉터리를 생성하는 단계;상기 라이브러리의 이름 정보 및 상기 라이브러리의 위치 정보 중 적어도 하나를 포함하는 라이브러리 정보를 생성하는 단계;상기 라이브러리를 상기 외부 디렉터리에 저장하는 단계; 및상기 생성된 라이브러리 정보를 외부 라이브러리 관리 디렉터리에 저장하는 단계를 포함하는 안드로이드 플랫폼의 동적 라이브러리 추가 방법.
- 제 6 항에 있어서,상기 라이브러리가 이미 설치되었는지 여부를 판단하는 단계를 더 포함하고,상기 외부 디렉터리를 생성하는 단계는,판단 결과에 따라 상기 외부 디렉터리를 생성하는 단계를 포함하는 안드로이드 플랫폼의 동적 라이브러리 추가 방법.
- 제 6 항에 있어서,라이브러리 다운로드 요청 신호가 입력되면, 상기 라이브러리를 외부 서버로부터 수신하는 단계를 더 포함하는 안드로이드 플랫폼의 동적 라이브러리 추가 방법.
- 제 6 항에 있어서,상기 외부 디렉터리를 생성하는 단계는,안드로이드 플랫폼의 어플리케이션 프레임워크 계층 또는 라이브러리 계층에 상기 외부 디렉터리를 생성하는 단계를 포함하는 안드로이드 플랫폼의 동적 라이브러리 추가 방법.
- 제 6 항에 있어서,안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러가 상기 외부 디렉터리 및 상기 외부 라이브러리 관리 디렉터리에만 접근할 수 있도록 사용자 아이디를 부여하는 단계를 더 포함하는 안드로이드 플랫폼의 동적 라이브러리 추가 방법.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US13/996,950 US20130347011A1 (en) | 2010-12-24 | 2011-11-18 | Installer and method for adding an android platform dynamic library |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| KR10-2010-0134365 | 2010-12-24 | ||
| KR1020100134365A KR101180981B1 (ko) | 2010-12-24 | 2010-12-24 | 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러 및 방법 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| WO2012086930A2 true WO2012086930A2 (ko) | 2012-06-28 |
| WO2012086930A3 WO2012086930A3 (ko) | 2012-08-16 |
Family
ID=46314565
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/KR2011/008833 Ceased WO2012086930A2 (ko) | 2010-12-24 | 2011-11-18 | 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러 및 방법 |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US20130347011A1 (ko) |
| KR (1) | KR101180981B1 (ko) |
| WO (1) | WO2012086930A2 (ko) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113010181B (zh) * | 2021-03-24 | 2022-05-27 | 北京百度网讯科技有限公司 | 一种深度学习框架之中算子的部署方法、装置及电子设备 |
Family Cites Families (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR0121310B1 (ko) * | 1994-12-13 | 1997-11-22 | 양승택 | 이동통신시스템 기지국 소프트웨어 패키지 생성방법(Software Package Generating Method of Base Station in Mobile Communication System) |
| KR100590730B1 (ko) * | 2003-12-09 | 2006-06-15 | 한국전자통신연구원 | 에스시에이 기반 시스템의 파일 시스템, 및 그의소프트웨어 컴포넌트 파일 배치 및 관리 방법 |
| US20130047150A1 (en) * | 2006-08-29 | 2013-02-21 | Adobe Systems Incorporated | Software installation and process management support |
| US8613044B2 (en) * | 2007-06-22 | 2013-12-17 | 4Dk Technologies, Inc. | Delegating or transferring of access to resources between multiple devices |
| US8116808B2 (en) * | 2008-04-14 | 2012-02-14 | Worldrelay, Inc. | Numeric based addressing for enhanced telephony and multimedia services |
| KR101034697B1 (ko) * | 2008-08-07 | 2011-05-16 | 주식회사 케이티 | 모바일 플랫폼 모듈의 동적 로딩 지원 방법 및 시스템 |
-
2010
- 2010-12-24 KR KR1020100134365A patent/KR101180981B1/ko not_active Expired - Fee Related
-
2011
- 2011-11-18 US US13/996,950 patent/US20130347011A1/en not_active Abandoned
- 2011-11-18 WO PCT/KR2011/008833 patent/WO2012086930A2/ko not_active Ceased
Also Published As
| Publication number | Publication date |
|---|---|
| WO2012086930A3 (ko) | 2012-08-16 |
| KR101180981B1 (ko) | 2012-09-10 |
| KR20120072560A (ko) | 2012-07-04 |
| US20130347011A1 (en) | 2013-12-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US10521242B2 (en) | Application containers with updatable application programming interface layers | |
| CN104516783B (zh) | 权限控制方法和装置 | |
| RU2307390C2 (ru) | Использование полномочий для распределения ресурсов устройства к приложению | |
| EP2626803B1 (en) | Information processing device and method for preventing unauthorized application cooperation | |
| CN102693394B (zh) | 一种用于拦截应用程序对服务的调用的方法和装置 | |
| CN104424423B (zh) | 应用程序的权限确定方法和装置 | |
| US8954954B2 (en) | Method and device for application installation to multiple memory components | |
| US10481756B2 (en) | Controlling application access to applications and resources via graphical representation and manipulation | |
| CN105512294A (zh) | 一种多媒体文件的更新提示方法和装置 | |
| WO2020063780A1 (zh) | 应用布局还原方法、装置、设备及存储介质 | |
| WO2019160323A1 (ko) | 어플리케이션과 관련된 데이터를 관리하기 위한 방법 및 그 전자 장치 | |
| CN102822837A (zh) | 智能卡上的设备小应用程序管理的方法和装置 | |
| WO2014092319A1 (ko) | 휴대 단말의 어플리케이션 관리 제어 방법 및 장치와 그 방법을 실행하기 위한 프로그램이 기록된 기록 매체 | |
| CN112114804A (zh) | 应用程序的生成方法、装置及系统 | |
| WO2012086930A2 (ko) | 안드로이드 플랫폼의 동적 라이브러리 추가 인스톨러 및 방법 | |
| WO2013027922A1 (ko) | 클라우드 컴퓨팅 시스템의 압축 이미지 파일 관리 장치 및 방법 | |
| CN105160213A (zh) | 一种终端启动方法及终端 | |
| KR101120372B1 (ko) | 호스트 장치의 정보유출 차단방법 | |
| CN104951715A (zh) | 一种信息处理方法及电子设备 | |
| WO2012144810A2 (en) | Control method for providing storage space of application and terminal and server threrfor | |
| CN106155808A (zh) | 计算机系统资源的管理方法及装置 | |
| WO2011152593A1 (en) | Data upload method using shortcut | |
| KR101394849B1 (ko) | 휴대 단말기 및 휴대 단말기의 정보제공방법 | |
| CN114237684A (zh) | 组件管理系统、方法、装置、电子设备及存储介质 | |
| WO2012141537A2 (ko) | 음원 서비스를 제공하는 방법, 서버, 모바일 단말기 및 기록매체 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 11851890 Country of ref document: EP Kind code of ref document: A2 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 13996950 Country of ref document: US |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 11851890 Country of ref document: EP Kind code of ref document: A2 |