Question

Hi I am have to somehow port the emerald compiler to the Android phones. however do I still need to have root access to distribute objects to different phones? emerald is implemented in C so that is why I want to go full native. is there a reason why corba is not compatible with android ?

Was it helpful?

Solution

I don't know Corba apart from it's name, but native apps are still subject to the android permission model.

So you have to request the INTERNET permission to be able to do network stuff. This doesn't gurantee that corba works at all though, but root access won't help you in that case.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top