Keinta15 / Magisk-iOS-Emoji

Systemlessly replaces emoji font with iOS Emoji
143 stars 13 forks source link

Not working on Pixel6 Android13 #12

Open exploiteddna opened 1 year ago

exploiteddna commented 1 year ago

Release version 16.4, can't get it working on Pixel6 running android 13, TQ1A.221205.011 firmware, Magisk 25.2

exploiteddna commented 1 year ago

So it seems that for some reason my OS version is being detected as android 12, so the font file and config are being put into data\fonts instead of system\fonts ...I cleared out the contents from data\fonts\ , removed the version check from your installer, and got it working now. Not sure if the version check is a prob with the installer or my device. But when I run "getprop ro.build.version.sdk" in termux, I get 33. So I shouldn't be failing your version check

devnoname120 commented 1 year ago

The Android version check is sdk ≥ 31 so it matches both Android 12 and 13 and reports them as Android 12 detected in the logs:

https://github.com/Keinta15/Magisk-iOS-Emoji/blob/59612114c4bad52c3711ecef1c3a880148a5003b/install.sh#L73

devnoname120 commented 1 year ago

zFont 3 has an option to delete the old fonts and create a Magisk module. It worked for me :)

5thofjuly commented 1 year ago

I also use Zfont3. And it's working like charm