
3 Feb
2015
3 Feb
'15
1:57 p.m.
Hi all,
during the execution of th MLO I create a variable, whose value I want to make accessible to user space applications in Android. How can this be achieved?
One way would be to write the contents of the variable to external memory and let it read by the user space process. However, I would need to make sure that during boot no other process is overwriting the address.
Do you know of any other ways?
Best, André