Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I create my custom samsung flipfont apk

Tags:

android

fonts

like in google play: https://play.google.com/store/search?q=samsung%20flipfont&c=apps&hl=en

I try to create my custom flipfont apk base there apk put my ttf in assets/fonts and write a fonts.xml in assets/xml like this:

<sans>
    <file>
        <filename>MyFont.ttf</filename>
        <droidname>DroidSans.ttf</droidname>
    </file>
    <file>
        <filename>MyFont.ttf</filename>
        <droidname>DroidSans-Bold.ttf</droidname>
    </file>
</sans>

But when I install my flipfont.apk and select it in samsung display settings, it's say: they aren't compatible with the device.

Does the samsung system check some signature? How can I create my custom flipfont apk. I want to package my font to flipfont.apk and use in samsung device.

like image 776
mingming-killer Avatar asked Mar 30 '16 06:03

mingming-killer


People also ask

How do you use FlipFont?

Once you install a FlipFont font, just go to the “Font” section in display settings to activate. FlipFont fonts are available in the Galaxy Apps store within Samsung devices, and through the Google Play store for other Android phones. Get FlipFont fonts today and make your mobile phone more personal.

What is FlipFont Android?

What is FlipFont? FlipFonts allow users to change the system font of their mobile device. We offer FlipFonts in several languages and sell them all around the world through the Samsung Galaxy App Store and Google Play Store.

How do I download FlipFont?

Download now Ready to get started with FlipFont®? Download now in the Google Play Store. FlipFont fonts are available in the Galaxy App store within Samsung devices, and through the Google Play store for other Android phones.


1 Answers

Yes, there is a special digital signature involved with FlipFont APK's. Here is a link showing you how to work around this. It is not simple by any means, but, it is effective. Hope this helps.

https://forum.xda-developers.com/showthread.php?t=755472

like image 69
Lee Quillen Avatar answered Oct 05 '22 13:10

Lee Quillen