BinderDemo
BinderDemo copied to clipboard
Sample code for how to use Android binders from native (C++) space.
It appears that neither the service nor the client work without root.... Is there a way to register the service so that it can work without root?
Hello, I followed the instruction for building it and then I pushed the "binder" executable to /system/bin adb root && adb remount was done beforehand. However, when I executed the...
Hello I am trying to compile the BinderDemo but I wasn't successful. My steps were exactly ``` mkdir android_source cd android_source/ repo init -u https://android.googlesource.com/platform/manifest repo sync source build/envsetup.sh lunch...
Hi - Thanks a lot for putting it up together. Initially I ran into multiple compilation issues. But I have the android source code so I Imported lot of files(folders...
I try to compile the codes with ndk-build, but it seems that it cannot find the libs like utils/RefBase.h. Could you give out some details about how to compile the...