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 ?

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top