Source VMOS Pro Android 5.1 ROM source code

AndnixSH

PMT Elite Modder
Original poster
Staff member
Modding-Team
Jun 27, 2017
4,535
302,514
1,213
Modding World
Just wanna share it

1. Project Introduction
This project is a virtual machine source code for use with VMOS Pro. It is based on the Android source code aosp-5.1.1_r38 version and supports devices higher than Android 5.1.
VMOS Pro application download address: VMOS Virtual Machine Operating System - Double Your Android System

2. Introduction
VMOS Pro Android 5.1 ROM can be understood as a virtual machine running in the Android system through VMOS Pro. By compiling its open source code, a custom ROM can be implemented, and a "personalized virtual machine" created by you can be run in VMOS Pro. At present, this technology is widely used in application multi-opening, data isolation, mobile office security, mobile phone simulation information and other fields.

VMOS Pro Android 5.1 ROM Technical Architecture
architecture.png


The company's core technology, the VMOS Pro virtual operating system, is an Android virtual system that runs on the Android system with ordinary APP permissions. The upper left part of the figure is the real Android system, including the application layer, the Framework layer, the HAL abstraction layer and the Android operating kernel. By running the VMOS Pro virtual operating system in the application layer of the real Android system, it will create and start an Android virtual operating system modified based on AOSP. The specific generated virtual operating system is shown in the upper right part of the figure. The VMOS Pro virtual operating system in the upper right part includes an independent application layer, a Framework layer, and a HAL abstraction layer. The applications running in the virtual system are isolated from the applications running in the real Android system. The application layer of the VMOS Pro virtual operating system, the Framework layer , the HAL abstraction layer can be independently controlled and modified by the developers and users of Xiaosu Technology. The VMOS Pro virtual operating system virtualizes the HAL abstraction layer and can use the hardware device data of the real Android system, or fill in the virtual data.

More info - Link: