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はどこかに保存しておくことを推奨します