Domanda

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 ?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top