-
Notifications
You must be signed in to change notification settings - Fork 59
Android
Tavis Ormandy edited this page Oct 1, 2022
·
1 revision
You can run 123 on your Android phone or tablet, but a physical keyboard is highly recommended.
- Install Termux.
You can download the latest release, and install it with adb install termux-app_v0.118.0+github-debug_universal.apk
.
- Install
proot
andproot-distro
.
Start Termux and run apt install proot proot-distro
.
- Install a distro, I've used Debian in these examples but any distro you prefer is fine.
For Debian, run proot install debian
.
- Start Debian, and then install
qemu-user
and thei386
userspace.
First, proot-distro login debian
to get a Debian shell.
Then from within Debian:
# dpkg --add-architecture i386
# apt update
# apt install qemu-user libc6:i386
- Download and install the latest
123
release.
# apt install ./lotus123r3_1.0-3bullseye_i386.deb
Simply use the command qemu-i386 /usr/bin/123
to start 123, and everything should work as normal.