It is an installation magic designed for mobile phone stores and installers, and the interface is very simple and silly. What's even better is that it supports both Android and ISO systems. Both the store clerk and the installer can quickly get started and implement one-click installation. The entire system consists of three parts. Without any development (except for beautifying the interface), you can directly deploy the server and start the installation to make money.
1) PC client. Discovers connected devices and installs applications on devices.
2) Mobile Phone daemon process. For Android devices, IOS devices do not need daemon. Communicates with PCs.
3) report the background database system, equipment, and installation information. The database records mobile phone information, user login, user installation, version updates, application distribution, and other information.
1) after the client is started, there will be a login page. after entering the user name and password, the store clerk and the installer can start the installation. Because it is an embedded web page, you can create the content that needs to be displayed after login as needed. For example, display the welcome page and the user's installation status. Very flexible
2) basic mobile phone information after login. Each Mobile Phone uses IMEI and MAC as the unique identifier. This information is included when the installation information is uploaded, which facilitates statistics and billing in the background.
3) install the application. After the program starts, it will go to the server to obtain the list of applications to be installed. Then, compare the phone system version with the connected device, screen resolution, and other information to filter out the list to be installed. In addition, the server can specify the display order of the list. The higher priority is displayed before the installation list. You can also specify which applications are installed by default, or you can specify an uninstallation list, which will be uninstalled according to the uninstallation list before installation. These are completely controlled by the server. There is also a hidden function. To increase the app activation rate, you can specify whether to enable the app automatically after the installation is completed in the background.
The following are Android applications:
The following are IOS system applications:
4) data statistics after installation is complete
A local database will be stored. If this report is not completed, the records will be recorded in the database. These records will be reported to the server at the next startup.
Reporting installation information:
The reported device information is only part of the data, and many fields are reported by the device.
The entire system has been fully developed. If you need it, contact me directly.
2506314894