ExagearAndroidX11Server

A X11 Server for Android take from Exagear AXS library in Exagear Windows Emulator app

APACHE-2.0 License

Stars
8

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.

  • Signed (int)
  • Unsigned (int)
  • NewXId (Change from Param Annotation to Method Annotation)
  • OOBParam (Change from Param Annotation to Method Annotation)
  • Optional (Change from Param Annotation to Method Annotation)
  • ParamName (Change from Param Annotation to Method Annotation)
  • RequestParam (Unused it by check if it's XClient or XResponse: both are not have RequestParam.
  • SpecialNullValue (Change from Param Annotation to Method Annotation)
  • Width (Change from Param Annotation to Method Annotation)

Building

  • Clone to Android Studio or other similar IDEs.
  • Build it.
Related Projects