This directory contains following files:
- DeviceInfoContentProvider.smali:
Contains the Smali code snippet of thecom.google.android.pixelnfc
APK class that is responsible for Osaifu-Keitai lockout for non-global models.
Example code contains pre-added bypass for GP4BC MID. Change your file accordingly; - DeviceInfoContentProvider.java:
Contains Java code retreived viacom.google.android.pixelnfc
APK decompilation with jadx, is a direct counterpart of the SMALI code previously referenced in this section; - common.cfg:
Example of a FeliCa configuration file. This particular one taken from a global Pixel 7 Pro SKU. Provided as reference, don't put your hopes up by adding this file to a device that doesn't have it from factory (but tell me the results if you do :); - Sg.java:
Class responsible for loading and storing setting keys fromcommon.cfg
file usingload
,innerLoad
andgetValue
methods. Also contains definitions and values for keys found inside that same file. Static and irrelevant definitions have been removed to save space; - Settings.java:
A snippet of code fromcom.felicanetworks.mfm.main
, containingisCheckInbound
method, responsible for error number 2); - Felica.java:
A snippet of code fromcom.felicanetworks.mfm.main
, containingisFelicaSupported
method, responsible for error number 1).
For other information, there's always a possibility of exploring the code by yourself. This can be done using both jadx and apktool.