If anyone has ever wondered after reading FFF-132 whether it is possible to run latest release of Factorio (1.0.0 at the time of writing) on Android phone, then the answer is yes, BUT... It is possible to RUN the game, not to PLAY the game. The performance is really poor and it is unplayable.
It took almost 2 hours for the game to load all of its data. I include screenshot of debug info if anyone is interested in exactly how bad an idea running PC games on phones is (unless the game is recompiled of course).
Testing setup:
Xiaomi Mi 9 (Snapdragon 855)
Android 10
Termux app, then QEMU to emulate x86_64 architecture, then Debian and Factorio, and finally VNC client to access virtual display.
Virtual display resolution was 1280x720.
QEMU command line used:
Code: Select all
./qemu-system-x86_64 -boot order=c -m 2048 -hda debian.img -usb -device usb-tablet -vnc 0.0.0.0:0 -smp 4
PS. The screenshot was taken on PC, I was connected using VNC to qemu running on the phone.