Android uses wine to run x86exe program

The general process is to install linux with android, install wine in linux, and run the x86 exe program through wine

Software that must be installed on the Android system:

JuiceSSH.apk (used for SSH connection to linux services, and can also be connected with pc in the same network segment)

linuxdeploy-2.6.0-259.apk (for linux service operation, optional image ubuntu, Debian, etc.)

vncviewer3.7.1.44443_2265.com.apk (VNC remote desktop)

Prepare in advance: vm-wine.deb

1. Root first, necessary

For reference: https://magiskcn.com/

Get root's boot.img, flash

Two, linuxdeploy software installs linux, must be connected to the Internet

Original address: http://ftp.debian.org/debian/

Configure Tsinghua source address, download fast

http://mirrors.tuna.tsinghua.edu.cn/debian

 Configure the image size to be 6G or not enough space

Configure to open SSH, desktop system 

3. Connect to linux via SSH

#适配armhf
sudo dpkg --add-architecture armhf

#安装软件
apt-get update
apt install wget
#下载vm-wine.deb 自己搭个服务
wget http://192.168.0.190:8888/vm-wine.deb

#安装
sudo dpkg -i vm-wine.deb

#查看版本
wine --version
#打开库
wine explorer

#下载测试软件:下载到/home/用户目录
wget http://192.168.0.190:8888/Xshell6_onlinedown.exe

knock off

Tool portal link: https://pan.baidu.com/s/1zpxL4gqGXVd907clcweqgA 
Extraction code: iom1

Guess you like

Origin blog.csdn.net/gxhea/article/details/125774232