the android build is in development for original xbox on arm64. it runs the gdox disc reader inside xemu; usb access is granted per session, and disconnecting the drive ends the game. xbox 360 playback is not available on android.
target requirements
- a 64-bit arm android device running android 8 or newer
- usb host support and a usb-c adapter able to power the optical drive reliably
- the exact GP63EX70 / RF02 /
0e8d:1887drive profile - your own 512-byte MCPX 1.0 rom and compatible 1 MiB xbox bios
how the mobile build differs
- no iso picker, game library, or image fallback
- sectors are read from the disc, read-only, inside the emulator process
- no network access, and no copy of the disc is written to the phone
the build contains a verified clean xbox hard disk. ordinary guest writes stay in memory, while reviewed profiles and saves use the managed save vault.
source
source for the GPL-2.0 android build is in the repository under android/, including the launcher, native adapter, xemu patch series, dependency revisions, build scripts, and notices.