lulufei / seek-for-android

Automatically exported from code.google.com/p/seek-for-android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shared library link org.simalliance.openmobileapi.xml is not included in /system/etc/permissions

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
Build SmartCard API and flash the system according to the Wiki page. On the 
device, /system/etc/permissions/org.simalliance.openmobileapi.xml is not 
included 

Original issue reported on code.google.com by Daniel.A...@gi-de.com on 29 Feb 2012 at 11:32

It seems to be that build/target/product/core.mk was missing an entry to the 
org.simalliance.openmobileapi.xml package. The Android.mk file defines two 
LOCAL_MODULE entries, thus two packages but only one was included in core.mk. 

Please add the following line to build/target/product/core.mk: 
        org.simalliance.openmobileapi.xml \ 
under the section PRODUCT_PACKAGES := 

When will this change be included in the release?

Original comment by danny.w....@gmail.com on 13 Apr 2012 at 1:39

Original comment by Daniel.A...@gi-de.com on 8 May 2012 at 2:07

Here is a patch file that adds the missing line.
It can be applied using following command after the Smartcard API patch has 
been applied:

$ patch -p1 < patch-issue16.diff

Original comment by curd.wal...@gi-de.com on 21 May 2012 at 8:37

  • Changed state: Done

Attachments: