-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Wine in Android #148
Comments
It can be used on android via termux. Checkout the readme. Consult the termux documentation on how to set up a graphical environment and install the hangover package |
oh thanks, have some plans for something like https://dl.winehq.org/wine-builds/android/? looks wine on android is abandonned |
Hangover 0.4.0 release still has an APK for download. But it won't be revived. |
oh thanks, is sadly the android app in upstream wine is a legacy thing, i had hopes to someday all problems will be fixed in upstream and a future wine driver for android buffer display |
The usefulness of Windows applications on Android has always been relatively limited due to the touchscreen vs mouse/keyboard interface. The main use for the Android version of Wine was on chromebooks, which luckily sometimes have x86 CPUs too. But afaiu nowadays chromebooks can run a proper Linux distro in chroot, mooting a lot of the Android specific code. |
oh thanks |
That's true, but people go to great lengths, InputBridge etc. Even playing Age of Empires on a phone: https://www.reddit.com/r/EmulationOnAndroid/comments/1bxcigh/what_are_you_playing_on_winlator/ Newest development seems to be running things directly in termux to avoid the proot perf hit like in Winlator, see https://github.com/olegos2/mobox. Hangover would further reduce the CPU load. |
Check the packaging section of the readme. There's an official termux package for hangover |
I see, thanks! pkg install tur-repo
nano $PREFIX/etc/apt/sources.list.d/tur.list
pkg update
pkg install hangover-wine |
Wine can be builded for android but is very useless because of lack for emulate x86.
Hangover can be used in some way for build wine for android?
The text was updated successfully, but these errors were encountered: