ExagearAndroidX11Server
ExagearAndroidX11Server copied to clipboard
A X11 Server for Android take from Exagear AXS library in Exagear Windows Emulator app
ExagearAndroidX11Server
A X11 Server for Android take from Exagear AXS library in Exagear Windows Emulator app
Current status
- Logcat print a lot of exceptions while the app is running.
- While a client connect to, the X11 Server go to ANR (App Not Responding).
TODO replace Param Annotation with other
My current development don't support Annotation in Parameter of Method.
- [x]
Signed(int) - [x]
Unsigned(int) - [x]
NewXId(Change from Param Annotation to Method Annotation) - [x]
OOBParam(Change from Param Annotation to Method Annotation) - [x]
Optional(Change from Param Annotation to Method Annotation) - [x]
ParamName(Change from Param Annotation to Method Annotation) - [x]
RequestParam(Unused it by check if it'sXClientorXResponse: both are not haveRequestParam. - [x]
SpecialNullValue(Change from Param Annotation to Method Annotation) - [x]
Width(Change from Param Annotation to Method Annotation)
Building
- Clone to Android Studio or other similar IDEs.
- Build it.