Giter VIP home page Giter VIP logo

magisk-module-smartcard-service's Introduction

Magisk Module: Smartcard Service

What's this:

This is a module for the Magisk Framework. You need to have the Magisk framework (which is not made by me) installed on your phone.

What this module does:

This module installs the SmartcardService system application, from this Github release.

SmartcardService is the implementation of the Open Mobile API which is not part of the standard Android API (Google doesn't support it) but is needed by apps which need APDU access to the UICC (for example to use the UICC as Secure Element).

Contents:

In detail this module adds the following files (and necessary directories):

  • /system/etc/permissions/org.simalliance.openmobileapi.xml
  • /system/framework/org.simalliance.openmobileapi.jar
  • /system/priv-app/SmartcardService/SmartcardService.apk

Side Note regarding NFC config:

To make NFC offhost transaction work (so that NFC transactions get routed directly to the UICC and not to the android system) on some phones configuration files for the NFC chip need to be modified.

These files normally (on most phones) are placed under /system/etc/ and are often named like this:

  • libnfc-brcm.conf
  • and/or: libnfc-nxp.conf
  • and/or: libnfc-brcm-20795a10.conf
  • ... (or similiar)

Look through these files and look for settings regarding offhost routing to the UICC (SIM card).

But these files are specific per device, so these files are NOT included in this module.

Also the device must have a physical SWP connection between the NFC chipset and the UICC slot, otherwise NFC offhost transaction using a a SWP enabled UICC can never work (no matter what you change in the NFC config files).

magisk-module-smartcard-service's People

Contributors

topjohnwu avatar johnzweng avatar cnfatal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.