
UpdatedAug 18, 2023
PublishedAug 18, 2023
Packageau.com.darkside.xdemo
MD50396f756dacee8457f039b4bbde189c8
SHA1 (signer)1D:B6:55:A2:26:DD:61:F4:D6:FE:32:0F:5C:6A:40:94:49:92:5F:69
Signed byCN=Android, OU=Android, O=Google Inc., L=Mountain View, ST=California, C=US
Architecturesx86, x86-64, armeabi, armeabi-v7a, arm64-v8a, mips, mips64
Malware scanTRUSTED
Contact[email protected]
What's new
- Allow sharing clipboard between Android and X11 apps.
- Introduce shortcut menu on long press.
- Allow opening softkeyboard from newly introduced shortcut menu.
- Remove deprecated clipRect(r, Region.Op.UNION) call (Crashes Android 8+).
- Volume Keys were not captured on android 10.
- Introduce shortcut menu on long press.
- Allow opening softkeyboard from newly introduced shortcut menu.
- Remove deprecated clipRect(r, Region.Op.UNION) call (Crashes Android 8+).
- Volume Keys were not captured on android 10.
Description
This project implements an X11 server for use with Android devices, written in Java. The X11 server runs within an Android View subclass, allowing it to be embedded in other applications.
This is a fully functional and light-weight demo application.
To display programs within the X-Server app you need to set the DISPLAY environment variable on your host device. Its also highly recommended to use a window manager (i.e.
).
A simple window manager (FLWM) is already embedded into the application.
$ export DISPLAY=192.178.1.2:0
$ lwm &
$ xclock
The code is released under MIT license.
This is a fully functional and light-weight demo application.
To display programs within the X-Server app you need to set the DISPLAY environment variable on your host device. Its also highly recommended to use a window manager (i.e.
).
A simple window manager (FLWM) is already embedded into the application.
$ export DISPLAY=192.178.1.2:0
$ lwm &
$ xclock
The code is released under MIT license.
Required features
- Screen Portrait android.hardware.screen.portrait
Permissions (2)
Android X11 X-Server requests the following Android permissions:
- Internet android.permission.INTERNET
- Wake Lock android.permission.WAKE_LOCK