Skip to content

Commit

Permalink
sunfish: Enable Osaifu-Keitai on non-Japanese SKUs
Browse files Browse the repository at this point in the history
https://github.com/kormax/osaifu-keitai-google-pixel/

Test 1 & 2 on a Global SKU Google Pixel 6a (bluejay):
- Observe that Osaifu-Keitai doesn't function WITHOUT this change.
- Observe that Osaifu-Keitai functions normally WITH this change.

Test 3 & 4 on a Japanese SKU Google Pixel Fold (felix):
- Observe that Osaifu-Keitai functions normally WITHOUT this change.
- Observe that Osaifu-Keitai continues to function normally WITH this change.

Change-Id: I9faac2e130714a41e6922b62d2019dae0d615a3b
Signed-off-by: AnierinB <[email protected]>
  • Loading branch information
jabashque authored and AnierinBliss committed Feb 11, 2024
1 parent 91660a1 commit 455b5b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions extract-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ fi

function blob_fixup() {
case "${1}" in
product/etc/felica/common.cfg)
sed -i -e '$a00000018,1' -e '/^00000014/d' -e '/^00000015/d' "${2}"
;;
# Fix typo in qcrilmsgtunnel whitelist
product/etc/sysconfig/nexus.xml)
sed -i 's/qulacomm/qualcomm/' "${2}"
Expand Down
3 changes: 0 additions & 3 deletions proprietary-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ system_ext/priv-app/HbmSVManager/HbmSVManager.apk|fe735c4ba34ce45b704c30bef0aaf3
system_ext/etc/permissions/com.android.hotwordenrollment.common.util.xml
system_ext/framework/com.android.hotwordenrollment.common.util.jar

# NFC
system_ext/priv-app/PixelNfc/PixelNfc.apk

# Permissions
system_ext/etc/permissions/privapp-permissions-google-se.xml:system_ext/etc/permissions/privapp-permissions-google-se-lineage.xml

Expand Down

0 comments on commit 455b5b9

Please sign in to comment.