Difference between revisions of "Android"

From ScummVM :: Wiki
Jump to navigation Jump to search
 
(6 intermediate revisions by 3 users not shown)
Line 3: Line 3:
name=Android|
name=Android|
version={{StableVersion}}|
version={{StableVersion}}|
pkgend=-android-all.apk|
pkgend=|
web=[https://play.google.com/store/apps/details?id=org.scummvm.scummvm Play Store]|
web=[https://play.google.com/store/apps/details?id=org.scummvm.scummvm Play Store]|
mp3=yes|
mp3=yes|
Line 9: Line 9:
flac=yes|
flac=yes|
uncompressed=yes|
uncompressed=yes|
maintainer=[[User:fuzzie|fuzzie]]|
maintainer=[[User:Praetorian|Praetorian]]<br/>[[User:LePhilousophe|LePhilousophe]]<br/>(previous) [[User:fuzzie|fuzzie]]|
packager=[[User:fuzzie|fuzzie]]|
packager=[[User:Praetorian|Praetorian]]<br/>(previous) [[User:fuzzie|fuzzie]]|
forum=17|
forum=17|
status=Maintained|
status=Maintained|
Line 20: Line 20:
16bits=yes|
16bits=yes|
buildbot=yes|
buildbot=yes|
agi=yes|
agos=yes|
cine=yes|
cruise=yes|
drascula=yes|
gob=yes|
groovie=yes|
kyra=yes|
lure=yes|
made=yes|
parallaction=yes|
queen=yes|
saga=yes|
scumm=yes|
sword1=yes|
sword2=yes|
sky=yes|
tinsel=yes|
touche=yes|
tucker=yes|
}}
}}
ScummVM has also been ported to the Android platform.


{| border="0" cellpadding="1" cellspacing="2" style="margin-left:5em; background:#FF9999; width:50%"
== About ==
|- align="center"
ScummVM has been ported to the Android platform.
| '''NOTE'''
|- style="margin-left:1em; background:#ffffff;"
|- style="background:#ffffff"
| Please note that information on this page may be outdated.  
|}


There is a [[Android/Guide|quick start guide]] aimed at users of the stable version from the Android Market.
For more information, including how to install and use ScummVM on Android, see the [https://docs.scummvm.org/en/latest/other_platforms/android.html Android user documentation].


== Controls ==
== Developer information ==
=== 5-Way navigation control / DPAD ===


    DPAD up/down/left/right: Mouse movement
=== Daily Builds ===
    DPAD center: Left mouse button
 
=== Trackball ===


    Movement: Mouse movement
To test newer development versions, the daily autogenerated builds from the buildbot can be found [https://buildbot.scummvm.org/#/dailybuilds here].
    Click: Left mouse button
 
=== Touchscreen ===
 
    The touchscreen can be used in two modes: direct mode and touchpad mode. The default mode is touchpad mode.
   
    When in direct mode, the mouse cursor moves to the touched point on screen.
    In touchpad mode, the mouse cursor is independent of the touched point, it
    is moved relative to its current position - like on a touchpad.
   
    Tap + movement: Mouse movement
    Tap without movement: Left mouse button click
    Tap held for &gt;0.5s without movement: Right mouse button click
    Tap held for &gt;1s without movement: Middle mouse button click
    Double Tap + movement: Drag and drop
   
    On devices supporting multitouch:
   
    Hold down one finger, tap with second: Right mouse button click
    Hold down two fingers, tap with third: Middle mouse button click
 
=== System keys ===
 
    Back button: Escape
    Menu button: ScummVM menu
    Menu button held for 0.5s: Toggle virtual keyboard
    Camera or Search button: Right mouse button click
 
== Installation ==
 
=== Release Builds ===
 
Most users will install/update the latest stable signed release build and plug-ins from the Google Play Store directly on their device.<br />
The ScummVM developer page for this is [https://play.google.com/store/apps/developer?id=ScummVM here].<br />
It is required to install the main ScummVM application from [https://play.google.com/store/apps/details?id=org.scummvm.scummvm here] before installing the required engine plug-ins.
 
For users with Android devices lacking the Google Play store access, there are several other options to install the release builds:<br />
# Zip files with signed APKs will be provided on the download page and these can be installed with a file manager as per the instructions for daily builds below.<br />
# F-Droid OSS Catalogue from [https://f-droid.org/repository/browse/?fdid=org.scummvm.scummvm here].
 
=== Daily Builds ===


As the Play store version may be outdated or users may want to test newer development versions, the daily autogenerated builds from our buildbot can be found [https://buildbot.scummvm.org/builds.html here].
To install a daily build:
* Uninstall all currently installed ScummVM versions including all plug-ins, as you can not install a daily build alongside the stable release.
* Manually install the APK package. Instructions for manual installation are found in the [https://docs.scummvm.org/en/latest/other_platforms/android.html#manually-installing-the-apk-package Android user documentation].<br />
The daily builds are debug builds, which means that on some devices performance may be significantly slow for certain CPU intensive features and processes, such as video decoding and MT-32 emulation.


However, to install them, a few points are needed to be dealt with:
To build your own version from source, see the [[Compiling_ScummVM/Android|compilation instructions for Android]].
* You will need to uninstall all currently installed ScummVM versions including all plug-ins, as you can not install a daily build alongside the stable release.
* In order to install the APKs from the daily build zip files, you will need a file manager. The free and open source Ghost Commander is recommended which can also unzip the zip files if downloaded directly to the device.
* In order to install these _UNSIGNED_ daily builds, you will need to enable the option in the Android Settings for Unknown sources.<br />
This is usually under Settings->Security->Unknown Sources (Allow installation of apps from unknown sources).<br />
You should turn this off again after you have installed both the main ScummVM APK and the required engine plug-ins.


Please note that the daily builds are debug builds, which means that on some devices performance may be significantly slow for certain CPU intensive features and processes, such as video decoding, MT-32 emulation, etc. The same features will probably perform without issues on release builds, which are the stable builds corresponding to ScummVM releases.
=== External links ===
* [https://forums.scummvm.org/viewforum.php?f=17 ScummVM forum for the ScummVM Android port]

Latest revision as of 05:40, 30 June 2023

android.png Android Port
Latest Released Version 2.8.0
Supported Audio Options MP3, OGG, FLAC, Uncompressed
Additional Webpage(s) Play Store
Maintainer(s) Praetorian
LePhilousophe
(previous) fuzzie
Packager(s) Praetorian
(previous) fuzzie
Forum Port Forum
Status Maintained
First Official Version 1.2.0

About

ScummVM has been ported to the Android platform.

For more information, including how to install and use ScummVM on Android, see the Android user documentation.

Developer information

Daily Builds

To test newer development versions, the daily autogenerated builds from the buildbot can be found here.

To install a daily build:

  • Uninstall all currently installed ScummVM versions including all plug-ins, as you can not install a daily build alongside the stable release.
  • Manually install the APK package. Instructions for manual installation are found in the Android user documentation.

The daily builds are debug builds, which means that on some devices performance may be significantly slow for certain CPU intensive features and processes, such as video decoding and MT-32 emulation.

To build your own version from source, see the compilation instructions for Android.

External links