Arcticons-Team / Arcticons-Font

The font mainly used by Arcticons
SIL Open Font License 1.1
25 stars 2 forks source link

apk for Android #25

Open Jak2k opened 8 months ago

Jak2k commented 8 months ago

On android, fonts must be in a special package.

Donnnno commented 8 months ago

Never heard of an APK font for android, can you give some more details?

Jak2k commented 8 months ago

I couldn't find much information on how to create this, but you might open the apk of Samsung's font as zip to see how it's made.

Donnnno commented 8 months ago

Never seen anything like that, and I don't have any idea how that would work. It probably doesn't even work on newer android systems.

For now we're sticking to OTF and WOFF

Some launchers do allow you to change the font tho

Jak2k commented 8 months ago

As far as I can tell, this is used in the newest Samsung devices.

Donnnno commented 8 months ago

I found out there's an app called zFont that can change system fonts :)

Jak2k commented 8 months ago

I found out there's an app called zFont that can change system fonts :)

Looks like a virus and doesn't work 🤣

Donnnno commented 8 months ago

Oof. Took a better look at Samsung theming, they have a strict guideline on how to get on their theme store, with applications only every two years: https://developer.samsung.com/galaxy-themes/overview.html

TotallyAvailable commented 8 months ago

Custom ROMs also usually come with quite a few additional fonts. Apps can ship their own fonts as well.

Not as universal but options certainly exist

Also zFont used to be Open Source as well with some commits towards the end that I'll leave uncommented. As for malicious or not, using the Base of this Split gives 1 potential false positive and this Behavior. It is apparently also available in the Apple App Store with even lower ratings.

Jak2k commented 8 months ago

Custom ROMs also usually come with quite a few additional fonts. Apps can ship their own fonts as well.

Not as universal but options certainly exist

Also zFont used to be Open Source as well with some commits towards the end that I'll leave uncommented.

Is there a known way to add fonts via adb/shizuku?

TotallyAvailable commented 8 months ago

Without all the potential ifs and OEM provided ways (like changing Region on MIUI) I don't think there's a legit ADB specific way after /system went read-only. As I don't own a Samsung I can't comment on the opportunities of something like https://github.com/BLuFeNiX/SMTShell (won't work anyway on Devices that still receive updates) either.

With Google actually enforcing Play Integrity you get what your device manufacturer decides you like...truly an operating system of freedom and choice. As for useful stuff that has been done https://github.com/ThePBone/awesome-shizuku

There are reasons for limitations of course and fonts fall in that bucket of potential harm...more reason for a by default provided wide selection of fonts by the manufacturer.

Short answer as I don't know (and do not plan on changing it) what zFont is actually capable of, the mention of Magisk Font Module in the changelog probably has a reason.