How to build a NotoColorEmoji.ttf? - Magisk

Hello
I would like to build a new NotoColorEmoji.ttf with the newest iOS 12.1 Emojis.
My Problem is, i don't know how i have to implement the new Emojis in the NotoColorEmoji.ttf. But im very interessted to learn this.
Have someone a idea or can help me?
Regards Paper

This is not a magisk question. You are trying to make a font.
Google how to do this. Probably have to use a font editor or something.

Related

REZZZZZZZ... PlatLogoActivity [SOLVED/FOUND]

This is about THEMEing, I figure If Im going to find the answer it will likely be here.
Im looking to edit this easter egg on android 3.2. (when you tap android version in settings).I know the image resides in framework-res. and the plat logo activity is called in DeviceInfoSettings.smali in settings.apk . But where is the toast or the text? I could have swore I saw it before on my old device somehwere under strings.xml as "REZZZZZZ..."
It may be called as a mToast w/custom text like gingerbread.
I though I have seen this changed in some custom roms, maybe someone could link me to one..
anyone have any clue on how to change this text? Thanks a million.
(I obviously have very little experience with java/smali)
thank you! and for the first person that asks why... Becuz its the theming thread, and we like to theme!!
thinking it must be in one of the framework/jar files i'll try framework.jar and android.jar first.
[SOLVED]
YUP in framework.jar android internal app platlogoactivity.smali
for future reference in case anyones interested.
now to see if it builds..
Can you please tell me how to find this with root explorer? I would like to finish my theme with some custom text.

Help compiling JB Theme

Hello.
Could someone please compile this theme for me? I tried every imaginable way possible but just couldn't do it.
https://www.box.com/s/20fd28da27f512290b67
Thank you and I apologize if this is the wrong section.
Hi!
I have to tell you that whith your theme, the camera app doesn't work (That happens with my theme too, but don't know why) and there is nothing different except some green things. I used Tickle my android to compile, and then sign it. It didn't compile at first try, but copied the res folder and put it on the original template for getting it to work :$
Link: https://dl.dropbox.com/u/64034249/theme.apk
Sorry for bad english.

Emoji Font for FlipFont 1 - Modify font in APK - $10 bounty

Hi, I'm willing to send $10 via Google wallet to anyone who can do me a huge favor. I came across the app Emoji Font for FlipFont 1 that allows you to change the emojis on your device to the iOS emojis without rooting by changing the system font for the phone. The only problem is that it also changes the text font to an extremely ugly font that is much more difficult to read. If it's possible, I will pay $10 to anyone who can modify the apk file for me and change the font it uses to the default font on the galaxy s6 and send me the apk file to download and install. Thanks for anyone that can help!
+1 here
Send me a link for apk in pm. I'll do it for free if i can handle it
Sent from my SM-G920F using XDA Free mobile app
Edit : Dont need link i' ve downloaded ! will have a look on it
@roberjac & @haris-100
Done.
I' ve rebuild the apk based on SamsungSans.ttf as it's the standard font for your phone.
Remove existent app and install this and test / report.
tell me
edit : Why do not use an emoji keyboard directly and install my font pack for your system !
I' m sorry but this app in ugly lool
It didn't work :/. It installs but when you select the font it says font is not supported.
Didn't work.
I did a little research, for the font to be recognized, it must be digitally sign. Here is how to do that, i will try.
http://got-code.blogspot.ch/2013/01/...-font-for.html
Ok sorry guys but i dont have time to work on this... unuseful... I dont understand why using this ...
If you want to play with it just decompile apk and look to assets / xml .
Good luck
Does anyone have a solution for this problem yet?
I'm searching for exactly the same: a font with iOS emojis and samsung font
I'll kick in an additional $20, but I would like someone to do the same thing with stock Lollipop emojis as well as iOS. Procedure should be the same for either provided one knows how to do it.
OP if you want to update the bounty in the title to $30, maybe it'll get more interest, and others who want the same thing can also throw in a couple bucks.
MrThunderBolt said:
Does anyone have a solution for this problem yet?
I'm searching for exactly the same: a font with iOS emojis and samsung font
Click to expand...
Click to collapse
Download Emoji Switcher from playstore.
elinho said:
Download Emoji Switcher from playstore.
Click to expand...
Click to collapse
Dont have root for my s6 with Android 5.1
MrThunderBolt said:
Dont have root for my s6 with Android 5.1
Click to expand...
Click to collapse
You dont want to root it or you dont know how?
There is really no downside with rooting
Any luck on this?
Any luck?

Change default emojis to iOS or others

Welcome. Anyone know how to change emoji without root but with HwThemes? HwThemes working like Xposed so..
Emojis are in system/fonts/NotoColorEmoji.ttf. Maybe theme change this file? Please help, default Android's Emojis is uglier than other. ;/
Rygiel98 said:
Welcome. Anyone know how to change emoji without root but with HwThemes? HwThemes working like Xposed so..
Emojis are in system/fonts/NotoColorEmoji.ttf. Maybe theme change this file? Please help, default Android's Emojis is uglier than other. ;/
Click to expand...
Click to collapse
I tried to do the same as you. In the end I gave up, rooted my device (I had already unlocked the bootloader). After installing an app and changing the emojis I went into superuser and full unrooted it.
I tried to do what you wanted but things like adb said that /system is RO rather than RW.
@Robert314
Look at this thread: https://forum.xda-developers.com/p9/help/emui-5-emoji-change-root-t3565553

Android 6.1 Emoji module in Magisk?

Hey everyone!
(Nexus 5, 5x - Lineage 14.1/15.1 w/ Magisk)
So..... I have this one stubborn app, that I use daily
- Emoji works in Android 6.0.1 (corrected)
- Emoji is blank / broken in Android 7&8
I have requested the App Dev to update, but at his point I am thinking it is very low on their priority list
So my question is could a Majisk module fix this issue?
I know Android made some changes to the font implementation from v6 to current, not sure how involved this would be.... but if someone has a few ideas I would be willing to try it
Any help or suggestions are appreciated - thanks!
Maybe what I am looking for is a Magisk module to load fallback fonts?
Would that be complicated to create?
Experimenting in root /system/fonts/
I copied NotoColorEmoji.ttf and renamed to DroidSansFallback.ttf
I now have emoji, just missing some "symbols" ascii / unicode maybe?
This is not a systemless change - so just testing for now
There are a number of emoji modules in the Magisk repo (Magisk Manager - Downloads). Does one of those have that you're looking for?
If not, you could probably use them as inspiration for a module of your own.
Didgeridoohan said:
There are a number of emoji modules in the Magisk repo (Magisk Manager - Downloads). Does one of those have that you're looking for?
If not, you could probably use them as inspiration for a module of your own.
Click to expand...
Click to collapse
I tried a bunch of them - didn't fix my app issue, I think it is because the app is hard coded to use DroidSans.ttf vs System font?
If I could figure out "why" it worked in Android 6 and not 7/8+ that would help... maybe something in fonts.xml?
Ultimately I would like to compile a Magisk module to fix this
...at this time I feel like it is beyond my skill level - more reading to do
If I make a DroidSansFallback.ttf from:
emojione-android.ttf - I have emoji (no unicode)
unifont-10.0.7.ttf - I have unicode (no emoji)
NotoColorEmoji.ttf - I have stock emoji (no unicode)
I am guessing I need to adjust something in font.xml to load the fallback fonts for DroidSans and Roboto-Regular? Or am I missing some really easy / obvious solution

Categories

Resources