libgbinder
libgbinder copied to clipboard
GLib-style interface to binder
Useful for implementation of DUMP and other internal transactions (except for the silly ones). Also define proper error codes for them as the current GBINDER_STATUS_FAILED is not recognized.
Similar to the stuff merged in https://github.com/sailfishos/libglibutil/pull/9 and https://github.com/sailfishos/libglibutil/pull/10 could also be done here with e.g. `unit_bridge` failing with https://paste.c-net.org/nhzo1ahqzuij (and on runtime with just hidden visibility https://github.com/erfanoabdi/gbinder-python fails to...
On a HALIUM device i'm unable to register services to `/dev/vndbinder`. My device is a Volla Phone 22, HALIUM 11, running either SailfishOS or Ubuntu Touch Using the [python bindings](https://github.com/erfanoabdi/gbinder-python/)...
This is a tracking issue to add manpages to the `binder-bridge`, `binder-list`, `binder-ping`, `binder-call` tools
In case of android, servicemanager run as separate service during boot. In case of non android OS, how to run service manager using libgbinder?
At some point in time (hours or days after boot) ofono gets stuck on Ubuntu Touch Android 9 adaptations and stops processing incoming async transactions. It results in more and...
* Use BINDER_TYPE_BINDER for NULL local object. 3 reasons: - This is what encode_remote_object() does. I see no reason a NULL local object should be encoded differently than a NULL...
On Android 12, the wire format of stability field is changed to also include so-called "Binder wire format version", which starts at 1 [1]. A 32-bit-sized struct is re-interpreted into...