This repository was archived by the owner on Jan 27, 2026. It is now read-only.
Add Support SONY NFC#2
Open
lawnn wants to merge 6 commits into
Open
Conversation
Conflicts: device.mk overlay/frameworks/base/core/res/res/values/config.xml rootdir/etc/init.qcom.rc
…ackages_apps_Nfc This reverts commit 24dac554616b6e2bf04c591e30fb0e8957417d3a. Change-Id: Ie8943b7841eaab6c1f21fec5b4526f1575801347
Conflicts: BoardConfig.mk device.mk
Change-Id: I5dae43c6c9fa96700e0ce75fea3d91bfc0ab3369
43baeff to
6943958
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
felica_keyの取得には以下の条件が必要となります
step1
current binary: official
ダウンロードモードにて確認
step2
stockでrootしつつFelicaが使える状態にしておく
felica_keyの取得
次にfelica_keyを取得する手順を記します
流れとしてはadbコマンドでcmdlineを読み込む
cmdlineでcordon=の後に続く文字列がfelica_keyとなります
まずは コマンドラインにて
adb shell
su
cat proc/cmdline
これで出てきたcordon=の後に続くランダムな文字列をコピーしたやつを
端末のkbc/felica_keyに貼り付けます
(kbc/felica_keyがない場合は自分でフォルダとファイルを作成します)
※pathは/data/media/0/kbc/felica_key となります
rootdir/etc/init.felica.shのスクリプトを見てもらえば大体の流れはわかります
※一応できたfelica_keyはどこかに保存しておくことを推奨します