[android-developers] Error loading classes from dexified bundles (OSGi Knopflerfish on Android 2.3.7)

2012-07-05 Thread Med Chakib
Hello all, I'm currently working on a project in a part of which I need to port Knopflerfish OSGi framework to android and run some bundles in it. Some of the bundles work just fine, they're installed, active and working. Some others, however, are installed and active but fail to work properly

[android-developers] Re: How to change default HIPRI connection expiry?

2012-04-29 Thread Med Chakib
Hello, I have tried your method to use 3G and WIFI simultaneously, however data is still routed through WIFI even though HIPRI connection is successfully initiated and traffic to ipAddress is routed through it. connMan = (ConnectivityManager) > getSystemService(Context.CONNECTIVI

[android-developers] Re: How to change default HIPRI connection expiry?

2012-04-26 Thread Med Chakib
Hello all, I'm currently working on a project that need a data connexion to be active while I'm connected on WIFI. Your solution seems to be exactly what I need. Did you find a way to extend the duration of your HIPRI connection ? Med On Mar 23, 10:01 pm, San wrote: > Hey flumby, > > Did you get