Android system sandbox program, App virtualization engine

Android system sandbox program, App virtualization engine

2022-09-02 0 1,005
Resource Number 38041 Last Updated 2025-02-24
¥ 0HKD 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/android-system-sandbox-program-app-virtualization-engine/

Share free open-source source code

Q&A
  • 1. Automatic: After making an online payment, click the (Download) link to download the source code; 2. Manual: Contact the seller or the official to check if the template is consistent. Then, place an order and make payment online. The seller ships the goods, and both parties inspect and confirm that there are no issues. ICTcoder will then settle the payment for the seller. Note: Please ensure to place your order and make payment through ICTcoder. If you do not place your order and make payment through ICTcoder, and the seller sends fake source code or encounters any issues, ICTcoder will not assist in resolving them, nor can we guarantee your funds!
View details
  • 1. Default transaction cycle for source code: The seller manually ships the goods within 1-3 days. The amount paid by the user will be held in escrow by ICTcoder until 7 days after the transaction is completed and both parties confirm that there are no issues. ICTcoder will then settle with the seller. In case of any disputes, ICTcoder will have staff to assist in handling until the dispute is resolved or a refund is made! If the buyer places an order and makes payment not through ICTcoder, any issues and disputes have nothing to do with ICTcoder, and ICTcoder will not be responsible for any liabilities!
View details
  • 1. ICTcoder will permanently archive the transaction process between both parties and snapshots of the traded goods to ensure the authenticity, validity, and security of the transaction! 2. ICTcoder cannot guarantee services such as "permanent package updates" and "permanent technical support" after the merchant's commitment. Buyers are advised to identify these services on their own. If necessary, they can contact ICTcoder for assistance; 3. When both website demonstration and image demonstration exist in the source code, and the text descriptions of the website and images are inconsistent, the text description of the image shall prevail as the basis for dispute resolution (excluding special statements or agreements); 4. If there is no statement such as "no legal basis for refund" or similar content, any indication on the product that "once sold, no refunds will be supported" or other similar declarations shall be deemed invalid; 5. Before the buyer places an order and makes payment, the transaction details agreed upon by both parties via WhatsApp or email can also serve as the basis for dispute resolution (in case of any inconsistency between the agreement and the description of the conflict, the agreement shall prevail); 6. Since chat records and email records can serve as the basis for dispute resolution, both parties should only communicate with each other through the contact information left on the system when contacting each other, in order to prevent the other party from denying their own commitments. 7. Although the probability of disputes is low, it is essential to retain important information such as chat records, text messages, and email records, in case a dispute arises, so that ICTcoder can intervene quickly.
View details
  • 1. As a third-party intermediary platform, ICTcoder solely protects transaction security and the rights and interests of both buyers and sellers based on the transaction contract (product description, agreed content before the transaction); 2. For online trading projects not on the ICTcoder platform, any consequences are unrelated to this platform; regardless of the reason why the seller requests an offline transaction, please contact the administrator to report.
View details

Related Source code

ICTcoder Customer Service

24-hour online professional services