From: Alessandro Astone Date: Mon, 18 Jul 2022 21:46:14 +0000 (+0200) Subject: Support upgrading major android versions X-Git-Tag: 1.3.0~7 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/ef1f12c89c77bb27334299b5d7abd25b36614892?hp=ef1f12c89c77bb27334299b5d7abd25b36614892 Support upgrading major android versions When restarting the lxc container our binder services will receive a binder_presence event and will try to re-register on the service manager. If the service manager was created with aidl2 and the new android version uses aidl3 this will fail with: Failed to add service waydroidusermonitor: -2147483647 When that happens, try to restart the service by getting a new service manager that can handle the new aidl protocol version. ---