Re: Problem when exporting system packages from Android to bundles

2012-04-03 Thread M. van Ree
Maurice, See inline. On Apr 2, 2012, at 11:51 AM, M. van Ree wrote: I was considering the use of BNDTools indeed, and will look into that for sure now. I didn't know about the Bundle-ManifestVersion, will look into that too! The comma is indeed a copy-paste error, as you can see

Re: Problem when exporting system packages from Android to bundles

2012-04-03 Thread M. van Ree
on the screen; perhaps you're missing an Acitivity or something. Remember that, at least in my experience, the Android lifecycle prevails, and OSGi has to be fit into that. Angelo On Apr 3, 2012, at 11:23 AM, M. van Ree wrote: Hey Angelo, For the moment I've only just used BNDTools to generate

Re: Problem when exporting system packages from Android to bundles

2012-04-03 Thread M. van Ree
appropriate). Greetings, Marcel On Apr 3, 2012, at 16:18 , M. van Ree wrote: I'm pretty sure it has to be something with the context passed to the component name, or the declaration of the intent properties which doesn't seem to work in OSGi context and does work in a normal Android

Re: Problem when exporting system packages from Android to bundles

2012-04-02 Thread M. van Ree
) the manifest of your bundle? Angelo On Apr 2, 2012, at 10:18 AM, M. van Ree wrote: Hello all, I have a problem when trying to make the Android lib available to my OSGi bundles. The error I'm getting is: 04-02 08:03:00.351: W/dalvikvm(18531): Method mismatch: onDraw in Lcom/osgi

Re: Problem when exporting system packages from Android to bundles

2012-04-02 Thread M. van Ree
On Apr 2, 2012, at 10:59 AM, M. van Ree wrote: Hello Angelo, Thank you for your fast response! Here is some more info: a: public FelixManager(String rootPath) { this.rootPath = rootPath; felixProperties = new FelixProperties(this.rootPath); bundlesDir = new File(rootPath