Jeff Kim

Results 6 comments of Jeff Kim

My project uses Android source code directly with minor updates. So, now Android 14 source code is used. This repositories includes CMake, patches and shell scripts. The binder source codes...

If you already has binder device, you don't need to create it again. My guide is based on pure Linux environment. So, the creation of binder device was necessary,

Thanks for sharing. I haven't tested compatibility with the latest Android yet. I'll check it out.

The latest AOSP corresponding to Android 16 has not been released yet. The current issue occurred while the service_manager was interpreting a packet sent by the client. Something in the...

There are two Android version related functions. rsbinder::set_android_version() and rsbinder::get_android_version() This compatibility issue seems to have arisen due to changes in the AIDL specification related to the ServiceManager. I think...

Now rsbinder supports Android 16. It has now been merged into the master branch, and after testing in a wider variety of environments, it is planned to be included in...