Android system sandbox program, App virtualization engine

Android system sandbox program, App virtualization engine

2022-09-02 0 554
Resource Number 38041 Last Updated 2025-02-24
¥ 0USD Upgrade VIP
Download Now Matters needing attention
Can't download? Please contact customer service to submit a link error!
Value-added Service: Installation Guide Environment Configuration Secondary Development Template Modification Source Code Installation

The sandboxed App for Android, the App Virtualization engine, creates a virtual space where applications can be installed, launched, controlled, and uninstalled at will. Virtual space and external isolation is equivalent to a sandbox environment, which can realize black technology such as multiple application opening and silent installation on Android.

Introduction to VirtualApp

VirtualApp(VA for short) is a sandbox product that runs on the Android system and can be understood as a lightweight “Android virtual machine”. In the form of a highly scalable, customizable integrated SDK, you can develop all sorts of seemingly impossible things based on or using VA customizationAndroid system sandbox program, App virtualization engine插图Project. VA is currently widely used in APP multi-open, small game collection, mobile game accelerator, mobile game rental number, mobile game controller activation free, blockchain, mobile office security, military government data isolation, mobile phone simulation information, script automation, plug-in development, non-sensing hot update, cloud control and other technical fields.

VA technology architecture

VA technology involves a total of Android APP layer, Framework layer and Native layer.

82f39dcf17a049ebbf0914b67619bcf7noop.image_

gradation ground work

VA Space

The VA provides an internal space for installing apps to run inside it, and this space is system isolated.

VA Framework

This layer mainly acts as an agent for Android Framework and VAPP, which is also the core of VA. VA provides its own VA Framework, which sits between the Android Framework and the VA APP.
1. For VAPP, all system services accessed by VAPP have been brokered by VA Framework, which will modify the request parameters of Vapp. Modify all parameters related to VAPP installation information to host parameters and send them to the Android Framework (some requests are sent to the VA Server for processing instead of the Android system). In this way, the Android Framework will check the parameters after receiving the VAPP request and think that there is no problem.
2. After the Android system processes the request and returns the result, the VA Framework will also block the return result, and then restore all the original modified parameters to those sent during the VAPP request.
In this way, the interaction between VAPP and Android system can also run through.

VA Native

In this layer mainly to complete two tasks, IO redirection and VA APP interaction with the Android system request modification.
1. IO redirection is because some apps may be accessed through the absolute path of write death, but if the APP is not installed in the system, this path does not exist. Through IO redirection, it will be transferred to the path installed inside the VA.
2. In addition, some jni functions cannot be hooked in the VA Framework, so it is necessary to hook in the native layer.

VA function Introduction

1.VA can meet your dual-open/multi-open needs, VA can allow you to install multiple wechat /QQ/WhatsApp/Facebook and other apps on the same mobile phone, to achieve a mobile phone, multiple accounts at the same time login.

2.VA provides a set of internal and external isolation mechanisms, including but not limited to (file isolation/component isolation/process communication isolation), simply said that the VA internal is a “completely independent space”. Through VA, work and personal affairs can be safely separated and do not interfere with each other. A little customization can achieve the application behavior audit, data encryption, data collection, data leakage prevention, anti-attack leakage and other mobile security-related needs.

3.VA provides Java and Native Hook capabilities, through VA, you can easily achieve such as virtual positioning, machine change, APP monitoring and management, mobile security and other scenarios required functions.

4.VA provides APP silent installation, silent upgrade, silent uninstall capabilities. For example, the app store or game center can avoid the need for users to manually click to confirm the installation of the operation after the integration of VA, so that it is immediately installed in the VA after downloading, giving users the experience of “small program” move, completely avoiding the problem that the application is not easy to be installed by users.

5.VA has implemented support for Google services to support overseas App operations, such as Twitter, Messenger, WhatsApp, Instagram, FaceBook, Youtube, etc.

Specific ability

  • clone ability
    You can clone apps already installed in external systems and run them internally without interfering with each other. The typical application scenario is double-opening apps.
  • Installation-free capability
    In addition to cloning already installed, VA can install (externally unaware)apk directly internally and run it directly internally. Typical application scenarios are plug-ins and independent application markets.
  • Multiple opening capacity
    VA can not only “double open”, the unique multi-user mode supports users to open the same App indefinitely.

VA project Access

1.Create your own App

Create a new module of type application and add the lib module as a dependency

implementation project(':lib')

2.Add the required permissions in AndroidManifest.xml

<uses-permission android:name="${VA_ACCESS_PERMISSION_NAME}" />

Permission names must be the same as those declared in VAConfig.gradle. Placeholder can be added to build.gradle to prevent errors.

android {
    // ...
    manifestPlaceholders = [
                VA_ACCESS_PERMISSION_NAME: rootProject.ext.VA_ACCESS_PERMISSION_NAME,
    ]
}

3.Create an Application

Duplicate the attachBaseContext method and add code to boot VirtualApp:

    @Override
    protected void attachBaseContext(Context base) {
        super.attachBaseContext(base);
        try {
            VirtualCore.get().startup(base, mConfig);
        } catch (Throwable e) {
            e.printStackTrace();
        }
    }
资源下载此资源为免费资源立即下载
Telegram:@John_Software

Disclaimer: This article is published by a third party and represents the views of the author only and has nothing to do with this website. This site does not make any guarantee or commitment to the authenticity, completeness and timeliness of this article and all or part of its content, please readers for reference only, and please verify the relevant content. The publication or republication of articles by this website for the purpose of conveying more information does not mean that it endorses its views or confirms its description, nor does it mean that this website is responsible for its authenticity.

Ictcoder Free source code Android system sandbox program, App virtualization engine https://ictcoder.com/kyym/android-system-sandbox-program-app-virtualization-engine.html

Share free open-source source code

Q&A
  • 1, automatic: after taking the photo, click the (download) link to download; 2. Manual: After taking the photo, contact the seller to issue it or contact the official to find the developer to ship.
View details
  • 1, the default transaction cycle of the source code: manual delivery of goods for 1-3 days, and the user payment amount will enter the platform guarantee until the completion of the transaction or 3-7 days can be issued, in case of disputes indefinitely extend the collection amount until the dispute is resolved or refunded!
View details
  • 1. Heptalon will permanently archive the process of trading between the two parties and the snapshots of the traded goods to ensure that the transaction is true, effective and safe! 2, Seven PAWS can not guarantee such as "permanent package update", "permanent technical support" and other similar transactions after the merchant commitment, please identify the buyer; 3, in the source code at the same time there is a website demonstration and picture demonstration, and the site is inconsistent with the diagram, the default according to the diagram as the dispute evaluation basis (except for special statements or agreement); 4, in the absence of "no legitimate basis for refund", the commodity written "once sold, no support for refund" and other similar statements, shall be deemed invalid; 5, before the shooting, the transaction content agreed by the two parties on QQ can also be the basis for dispute judgment (agreement and description of the conflict, the agreement shall prevail); 6, because the chat record can be used as the basis for dispute judgment, so when the two sides contact, only communicate with the other party on the QQ and mobile phone number left on the systemhere, in case the other party does not recognize self-commitment. 7, although the probability of disputes is very small, but be sure to retain such important information as chat records, mobile phone messages, etc., in case of disputes, it is convenient for seven PAWS to intervene in rapid processing.
View details
  • 1. As a third-party intermediary platform, Qichou protects the security of the transaction and the rights and interests of both buyers and sellers according to the transaction contract (commodity description, content agreed before the transaction); 2, non-platform online trading projects, any consequences have nothing to do with mutual site; No matter the seller for any reason to require offline transactions, please contact the management report.
View details

Related Article

make a comment
No comments available at the moment
Official customer service team

To solve your worries - 24 hours online professional service