You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Clement Escoffier (JIRA)" <ji...@apache.org> on 2009/05/14 21:04:45 UTC

[jira] Resolved: (FELIX-1156) Allow Felix to work on Android 1.5 with no hack

     [ https://issues.apache.org/jira/browse/FELIX-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clement Escoffier resolved FELIX-1156.
--------------------------------------

    Resolution: Fixed

Fixed at revision 774881.
Allow Felix to run on a regular Android phone (Android 1.5). 
This is possible by using the loadDex method of the android.dalvik.DexFile class.

So, the resulting framework runs on Android 1.5.

> Allow Felix to work on Android 1.5 with no hack
> -----------------------------------------------
>
>                 Key: FELIX-1156
>                 URL: https://issues.apache.org/jira/browse/FELIX-1156
>             Project: Felix
>          Issue Type: Improvement
>          Components: Framework
>            Reporter: Clement Escoffier
>            Assignee: Clement Escoffier
>
> To run Felix on Android, it generally require to have the root access to the device to grant permissions on the dalvik-cache (http://ipojo-dark-side.blogspot.com/2008/10/ipojo-on-android.html). Moreover, Felix loads dex files by relying on an internal/private API of Android.
> Android 1.5 (CupCake) provides a method to load DEX file. This method is public, is part of the API and allows to turn around the permission issue.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.