hangover icon indicating copy to clipboard operation
hangover copied to clipboard

[Question] Wine in Android

Open EliasTheGrandMasterOfMistakes opened this issue 1 year ago • 9 comments

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?

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

AndreRH avatar Apr 12 '24 22:04 AndreRH

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 https://archive.fosdem.org/2014/schedule/event/wine_android/

Hangover 0.4.0 release still has an APK for download. But it won't be revived. See also https://github.com/AndreRH/hangover/issues/113

AndreRH avatar Apr 13 '24 07:04 AndreRH

Hangover 0.4.0 release still has an APK for download. But it won't be revived. See also #113

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.

stefand avatar Apr 15 '24 12:04 stefand

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

The usefulness of Windows applications on Android has always been relatively limited due to the touchscreen vs mouse/keyboard interface.

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. There's 1 guy who prebuilt it for termux but unfortunately not in any automated way: https://github.com/alexvorxx/hangover-termux/releases

Trass3r avatar Apr 20 '24 23:04 Trass3r

Check the packaging section of the readme. There's an official termux package for hangover

AndreRH avatar Apr 21 '24 00:04 AndreRH

I see, thanks! Unfortunately the documentation on that is rather incomplete. I had to activate the tur-multilib manually to be able to install hangover.

pkg install tur-repo
nano $PREFIX/etc/apt/sources.list.d/tur.list
pkg update
pkg install hangover-wine

Trass3r avatar Apr 21 '24 21:04 Trass3r