Movatterモバイル変換


[0]ホーム

URL:


CN103207794B - The sharing method of application program between mobile terminal in LAN - Google Patents

The sharing method of application program between mobile terminal in LAN
Download PDF

Info

Publication number
CN103207794B
CN103207794BCN201210511449.5ACN201210511449ACN103207794BCN 103207794 BCN103207794 BCN 103207794BCN 201210511449 ACN201210511449 ACN 201210511449ACN 103207794 BCN103207794 BCN 103207794B
Authority
CN
China
Prior art keywords
application program
mobile terminal
value
application
program
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.)
Active
Application number
CN201210511449.5A
Other languages
Chinese (zh)
Other versions
CN103207794A (en
Inventor
徐建华
林挺
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
DONGLAN DIGITAL Co Ltd
Original Assignee
DONGLAN DIGITAL Co Ltd
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 DONGLAN DIGITAL Co LtdfiledCriticalDONGLAN DIGITAL Co Ltd
Priority to CN201210511449.5ApriorityCriticalpatent/CN103207794B/en
Publication of CN103207794ApublicationCriticalpatent/CN103207794A/en
Application grantedgrantedCritical
Publication of CN103207794BpublicationCriticalpatent/CN103207794B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Landscapes

Abstract

The invention discloses in a kind of LAN the sharing method of application program between mobile terminal, as long as user is in same LAN, without being connected into the Internet, httpservice technology is used to generate http download address and the Quick Response Code of the application program that user installs voluntarily in the first described mobile terminal, the second described mobile terminal downloads application program according to the http download address generated or Quick Response Code, directly can download application program above the mobile terminal of the other side, mobile terminal is made to eliminate the flow downloading application program, without the software that removal search of taking time is corresponding, greatly facilitate user and share speed and the effect of application program, bring convenience to the user of mobile terminal.

Description

The sharing method of application program between mobile terminal in LAN
Technical field
The present invention relates to the communications field, more particularly to the sharing method of application program between mobile terminal in a kind of LAN.
Background technology
Intelligent mobile terminal is the trend of current development in science and technology, and the development of intelligent mobile terminal is also along with development and the variation of increasing application program.The application of current application program the most very diversification, the field related to is also a lot, comprise diet, chat, game etc..But, at present intelligence move these application programs that can run in terminal be all download up from the Internet install file or from computer direct copying file is installed, the mobile terminal that cannot be provided with application program in the case of not linking the Internet from another obtains installation file up, such as, one mobile phone is mounted with that some is applied, but can not give another mobile phone by the installation sharing files of this application in the case of not linking the Internet.There is following defect in above downloading mode: down loading mounting software needs to connect the Internet, needs to use flow, uneconomical;From computer, directly copy software, downloaded software whenever and wherever possible cannot be accomplished again, very inconvenient.
Summary of the invention
The technical problem to be solved in the present invention is to provide a kind of easy to use, can mutually share the installation method of the local area network applications program installing file between multiple intelligent terminal in the case of not networking.
The technical solution of the present invention is, the sharing method of application program between mobile terminal is provided in a kind of LAN having steps of, shares second mobile terminal being provided with Android system of application program including the first mobile terminal being provided with Android system and request actively sharing application program;The method comprises the following steps:
One, the application program of the first mobile terminal is opened;
Two, by androidsdk(Android SDK) in the info class of PackageInfo(application package) class is applied program application.flags(application program labelling) and value X and application.FLAG_SYSTEM (FLAG_SYSTEM refer to application be positioned at/system/app under labelling) value Y;Then judge whether the application journey in the first described mobile terminal is that user installs voluntarily according to value X and value Y;The application program that user installs voluntarily can be shared with the second described mobile terminal;The application program that first mobile terminal system carries can not be shared with the second described mobile terminal;Concrete judgment mode is as follows:
(1) if value X≤0 obtained and value Y≤0, then judge that this application program is that user installs voluntarily, can share;
(2) if value X≤0 obtained and value Y > 0, then judge that this application program is the program of system, it is impossible to share;
(3) if the value X > 0 obtained and value Y≤0, then judge that this application program is the program of system, it is impossible to share;
(4) if the value X > 0 obtained and value Y > 0, then judge that this application program is the program of system, it is impossible to share;
Three, obtain sharing the list of application program by step 2, use file copying method by the installation document copy of application program that can share to SD card;Then the storing path installing document of each application program is obtained;The physical address of the installation document storing according to the application program obtained, generates the http(hyper text protocol that can download) address that accesses, and this address is the most dynamically generated the download address of Quick Response Code;
Four, the second described mobile terminal is according to the http(hyper text protocol generated) download address of download address or Quick Response Code all can download the installation document of application program.
After using above structure, in the LAN of the present invention, the sharing method of application program between mobile terminal, compared with prior art, has the advantage that
Due to the sharing method of application program between mobile terminal in the LAN of the present invention, as long as user is in same LAN, without being connected into the Internet, use httpservice technology generate application program that in the first described mobile terminal, user installs voluntarily http download address and Quick Response Code, the second described mobile terminal downloads application program according to the http download address generated or Quick Response Code, directly can download application program above the mobile terminal of the other side, mobile terminal is made to eliminate the flow downloading application program, without the software that removal search of taking time is corresponding, greatly facilitate user and share speed and the effect of application program, bring convenience to the user of mobile terminal.
Detailed description of the invention
In the LAN of the present invention, between mobile terminal, the sharing method of application program includes that the first mobile terminal being provided with Android system actively sharing application program shares second mobile terminal being provided with Android system of application program with request, the first described mobile terminal and the second mobile terminal refer to can be between two mobile terminals, it is also possible to be between multiple mobile terminal.The method comprises the following steps:
One, the application program of the first mobile terminal is opened.
Two, it is applied value X of program application.flags and value Y of application.FLAG_SYSTEM by PackageInfo class in androidsdk;Then judge whether the application program in the first described mobile terminal is that user installs voluntarily according to value X and value Y;The application program that user installs voluntarily can be shared with the second described mobile terminal;The application program that first mobile terminal system carries can not be shared with the second described mobile terminal.Concrete judgment mode is as follows:
(1) if value X≤0 obtained and value Y≤0, then judge that this application program is that user installs voluntarily, can share;
(2) if value X≤0 obtained and value Y > 0, then judge that this application program is the program of system, it is impossible to share;
(3) if the value X > 0 obtained and value Y≤0, then judge that this application program is the program of system, it is impossible to share;
(4) if the value X > 0 obtained and value Y > 0, then judge that this application program is the program of system, it is impossible to share;
Three, obtain sharing the list of application program by step 2, use file copying method by the installation document copy of application program that can share to SD card;Then the installation document storing path of each application program is obtained;The physical address of the installation document storing according to the application program obtained, produces the address that the http that can download accesses, and this address is the most dynamically produced the download address of Quick Response Code.The described Quick Response Code that dynamically produces refers to, the wifi network that mobile terminal connects every time is obstructed, so the IP address got also can be different, it is that the address that on IP and SD, application program preserves is formed that generation can access the http address of download, and Quick Response Code is constantly in change with the IP address got.
Four, the second described mobile terminal all can download the installation document of application program according to the download address of the http download address generated or Quick Response Code.
Use above method to share application program, as long as two mobile terminals are all in same LAN, just can mutually share the application program that user in mobile terminal installs voluntarily, very easy to use.Described mobile terminal can be smart mobile phone etc..

Claims (1)

CN201210511449.5A2012-12-042012-12-04The sharing method of application program between mobile terminal in LANActiveCN103207794B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201210511449.5ACN103207794B (en)2012-12-042012-12-04The sharing method of application program between mobile terminal in LAN

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201210511449.5ACN103207794B (en)2012-12-042012-12-04The sharing method of application program between mobile terminal in LAN

Publications (2)

Publication NumberPublication Date
CN103207794A CN103207794A (en)2013-07-17
CN103207794Btrue CN103207794B (en)2016-08-03

Family

ID=48755025

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201210511449.5AActiveCN103207794B (en)2012-12-042012-12-04The sharing method of application program between mobile terminal in LAN

Country Status (1)

CountryLink
CN (1)CN103207794B (en)

Families Citing this family (18)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN104461605A (en)*2013-09-252015-03-25联想(北京)有限公司Application downloading method and electronic devices
CN103473355A (en)*2013-09-262013-12-25深圳市金立通信设备有限公司Method, device and system for sharing application
CN103617218A (en)*2013-11-212014-03-05北京奇虎科技有限公司Light application creating method and clients
WO2015074459A1 (en)2013-11-212015-05-28北京奇虎科技有限公司Method and apparatus for opening webpage, invoking client, and creating light app
CN103685515A (en)*2013-12-132014-03-26北京奇虎科技有限公司Method and system for downloading application
CN103888522A (en)*2014-03-112014-06-25青岛海信电器股份有限公司Application recommending method and electronic equipment
CN103944961A (en)*2014-03-212014-07-23天脉聚源(北京)传媒科技有限公司Application sharing method, device and system
CN105227594A (en)*2014-06-092016-01-06中兴通讯股份有限公司Document transmission method, Apparatus and system
CN104063244A (en)*2014-06-202014-09-24海视云(北京)科技有限公司Method for sharing application programs and user terminals
CN104486383A (en)*2014-11-282015-04-01四川长虹电器股份有限公司Method for installing application program on smart mobile device
CN105072398B (en)*2015-08-062018-07-13浙江宇视科技有限公司A kind of device updating method and device
CN106095475A (en)*2016-04-292016-11-09乐视控股(北京)有限公司A kind of application program across screen installation method and system
CN106502744A (en)*2016-10-262017-03-15努比亚技术有限公司Application program sharing method and system
CN107729390B (en)*2017-09-192020-12-25广东小天才科技有限公司Application pushing method, system, client and application server
CN108121546A (en)*2017-12-192018-06-05维沃移动通信有限公司A kind of information processing method and mobile terminal
CN111726386A (en)*2019-03-222020-09-29奇酷互联网络科技(深圳)有限公司Application program sharing method, wearable device and computer storage medium
CN110046015A (en)*2019-04-082019-07-23维沃移动通信有限公司Using sharing method and terminal
CN115314484A (en)*2022-06-152022-11-08广州九尾信息科技有限公司Local area network android test package automatic distribution device based on MQTT protocol

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
FR2871588A1 (en)*2004-06-092005-12-16Inventel Sa METHOD AND MODULE FOR DYNAMIC HOSTING OF SOFTWARE APPLICATIONS IN A GATEWAY BETWEEN AN OPERATOR NETWORK AND A LOCAL NETWORK
CN101951592A (en)*2010-08-312011-01-19上海闻泰电子科技有限公司Method for mobile phone to download game based on mobile phone two-dimensional codes

Also Published As

Publication numberPublication date
CN103207794A (en)2013-07-17

Similar Documents

PublicationPublication DateTitle
CN103207794B (en)The sharing method of application program between mobile terminal in LAN
CN102262552B (en)A kind of application program striding equipment synchronous method and system
EP3516847B1 (en)Deployment of applications conforming to application data sharing and decision service platform schema
CN104488291B (en) Method and apparatus for facilitating utilization of cloud services
CN105022832B (en)APP application program safe downloading method, mobile terminal and downloading server
KR20140110058A (en)Cloud computing controlled gateway for communication networks
LumpkinsThe internet of things meets cloud computing [standards corner]
CN102291437A (en)System and method for realizing application of cross-platform internet
CN104077162A (en)Mobile terminal application template updating and issuing method and device
CN103067501B (en)The large data processing method of PaaS platform
CN105743933A (en)Router module updating method and system
JP6793667B2 (en) Application download method and equipment
KR20160061306A (en)Method and apparatus for firmware virtualization
CN104468813A (en)Application program recommending method, device and system
EP2897053B1 (en)Device management method and apparatus
CN102902560A (en) Application program download method and system
US8880701B2 (en)System and method for supporting of network service
CN102789388B (en)In MIPS IA frame serverPC, the method and system of network interface card function are increased based on BMC
CN117395100B (en)Network function virtualization gateway realization method, device, equipment and medium
CN103631621A (en)Method and device for prompting information
EP3507051A2 (en)Techniques for implementing universal commands in a welding or cutting system
KR101412029B1 (en)Apparatus and method for updating applications
CN102685238A (en)Method for managing terminal programs on basis of cloud architecture
CN114564212B (en) Application deployment method, device, storage medium and terminal device of vehicle-mounted edge computing device based on K3s
CN105045570A (en) A method for configuring multiple tomcat applications with multiple jdk versions in a Linux environment

Legal Events

DateCodeTitleDescription
C06Publication
PB01Publication
C10Entry into substantive examination
SE01Entry into force of request for substantive examination
C53Correction of patent for invention or patent application
CB02Change of applicant information

Address after:315105 Zhejiang city of Ningbo province Yinzhou District Qiming Road No. 818 building 14 Room 303 No. 108

Applicant after:Donglan Digital Co., Ltd.

Address before:315104, Qiming Road, Yinzhou District investment center, Ningbo, Zhejiang 399, China

Applicant before:Eastland Digital Limited

C14Grant of patent or utility model
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp