I suggest you to use "strace" program, and going through the output with regard to dlopen(), I'm sure it will give some idea of how Android does that. But I'm not sure whether it's what you really want.
Thanks, Diluka. David Given wrote: > Diluka Moratuwage wrote: > [...] > >> Not only dlopen() but there may be >> many functions that will not be working. No documentation about those >> things yet. Really you will be wasting your time on using the C >> libraries in Android and experimenting using them. >> > > Well, having spent *far* too much time working on unsupported platforms > with buggy development boards, half-finished operating systems, > inaccurate documentation and bad design, I'm generally quite happy with > working on my own based on reverse engineering and software archaeology. > > However, right now I don't know whether this issue --- which is blocking > our app from working completely --- is my fault or a more serious bug. > If it's my fault, that's fine. If it's a bug, however, it needs an > official bug report so it doesn't get forgotten about and to make sure > it gets fixed somewhere down the line. But I can't file a bug report > until I know whether it's a bug or not! > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Internals" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-internals?hl=en -~----------~----~----~----~------~----~------~--~---
