nkh-lab / ndk-capi-hello-world

Android Studio example how to use GENIVI CommonAPI via SOME/IP between two app services from native code.
7 stars 4 forks source link

ndk-vsomeip-hello-world #4

Open fedifoo opened 3 weeks ago

fedifoo commented 3 weeks ago

@nkh-lab just i want to ask you a question please . i am working now to make changes on the ndk-vsomeip-hello-world example to communicate an android device a ubuntu machin . i changed the config file of the app to communicate via ethernet eth0 . i got this in my logcat

image

i didn't find someip packages in wireshark and i dont know what is the problem . if this is feasible please help me <3

nkh-lab commented 3 weeks ago

I haven't tried communicating outside of a single app (sdk/ndk app) and I doubt it's possible due to Android's sandbox concept. You can try to do this from the platform level (on AOSP) where you will have more rights and possibilities.

fedifoo commented 3 weeks ago

can i desactivate the sandbox concept ? and Thanks for the explanation