[MAGISK][Module] Systemless iOS Emoji - Magisk

Systemless iOS Emoji​
Hi guys, here is the systemless iOS Emoji: it will replace your Android Emoji with iOS 10.x Emojis.​
Requirements:
Magisk v13.1 or greater
Features:
Well, self-explains, it replaces Emoji .
Not a great module, but it was the only things which remains system-mode on my phone, so, here we go !
Sources:
Github
Build zip file :
Under a Linux terminal
Code:
git clone https://github.com/theobch/ios10-Emoji/tree/master
7z a ios10.zip META-INF/ common/ config.sh module.prop [U][B]OR[/B][/U] zip -r ios10.zip META-INF/ common/ config.sh module.prop
Flashable zip created as "ios10.zip".
Download:
https://github.com/theobch/ios10-Emoji/releases/download/v2/ios10.zip

Honestly just loving all these systemless magisk modules. Everything is happening so quickly.

I was kinda expecting ios 10x emojis...but great work anyway!

Maybe a good source for IOS 10 emoji, plus a couple of xml files that fix black and white emoji issues: http://forum.xda-developers.com/showpost.php?p=69037757&postcount=202

Hey, is it possible to make this work under su.d without Magisk? I know that you can do system-less hosts files for Adaway.

Opticuhl said:
Hey, is it possible to make this work under su.d without Magisk? I know that you can do system-less hosts files for Adaway.
Click to expand...
Click to collapse
As I'm using phh' SuperUser, there is no su.d directory. I'll see how it works and I'll maybe try to do something with it.

casual_kikoo said:
As I'm using phh' SuperUser, there is no su.d directory. I'll see how it works and I'll maybe try to do something with it.
Click to expand...
Click to collapse
I've managed to make it work! I basically modified the systemless AdAway script to replace the font files instead..

Where is the download link?
Enviado de meu ASUS_Z00AD usando Tapatalk

Took me a while but I made it in termux. It installs and magisk but it shows some as not working

Ferreira_F10 said:
Where is the download link?
Enviado de meu ASUS_Z00AD usando Tapatalk
Click to expand...
Click to collapse
Are you kidding me ?
casual_kikoo said:
Systemless iOS Emoji​
Hi guys, here is the systemless iOS Emoji: it will replace your Android Emoji with iOS 9.x Emojis (not 10.x' ones).​
Requirements:
Magisk v7 or greater
Features:
Well, self-explains, it replaces Emoji .
Not a great module, but it was the only things which remains system-mode on my phone, so, here we go !
Sources:
Github
Build zip file (waiting for @topjohnwu ' answer) :
Under a Linux terminal
Code:
git clone https://github.com/theobch/ios-emoji-systemless emoji
cd emoji
zip -r emoji.zip common config.sh META-INF module.prop system
Zip file created under "emoji.zip" !
Click to expand...
Click to collapse

snipz said:
Took me a while but I made it in termux. It installs and magisk but it shows some as not working
Click to expand...
Click to collapse
Please be more precise ?

casual_kikoo said:
Please be more precise ?
Click to expand...
Click to collapse
Install a terminal emulator
apt install git
apt install zip
Then run the commands from OP
The zip file might be hard but you can just search for emoji in your favorite file manager
I tried uploading it to XDA but it was 28mb
EDIT: Download link https://mega.nz/#!qgV0yKqK!G8eM9Rk4sKPVgqMRDuwqW_5byRfudVJiGxGdAKjE_T0

By modifying the font's name from "NotoColorEmoji.ttf" to "SamsungColorEmoji.ttf", I managed to get it working on my Samsung Galaxy S7 Edge (SM-G935F) running the 7.0 Nougat beta with @snipz 's zip file.

I've encountered a problem (nexus 6p, 7.1.1 stock)
When installing this plugin, Asian characters are not displayed.
In my case I have deleted the "etc" folder, so I load the original and everything works fine.
Both emoji and Asian sources.
Hope that helps. And thanks for your work

noob question... does this include unicode 10

This only works in gboard and not swiftkey?
Sent from my Moto X Play using Tapatalk

I'm also wondering if this works for SwiftKey in nougat. It's not working for me on htc 10 nougat sense. Thanks.

Can you update this to the new Magisk module template v4?

KingUsman said:
Can you update this to the new Magisk module template v4?
Click to expand...
Click to collapse
Will check out new template later, pretty busy at work for now.
But will try.
O.P updated.

O.P updated:
- Magisk template v.4
- iOS Emojis v.10

Related

[UNOFFICIAL][TEST WANTED][Magisk][v86][22 Oct] Systemless Xposed Framework for MIUI

@topjohnwu has already released the Systemless Xposed Framework based on Magisk, an awesome universal systemless interface. But since official Xposed Framework is not compatible with MIUI, I am trying a hand on porting Xposed Framework for MIUI to Magisk with @SolarWarez's work.
At first I think app_process should be modified to adjust for magisk path detection. Fortunately, I found that app_process is the same as official release. So I have only a little work to do based on the work @topjohnwu has already done. Since I do not have a device running MIUI, I decide to upload it here to give it a test, although it should work.
Whether it works or not, please report!
Prerequisite:
Magisk is required to be installed on your device.
Magisk v8 - The Universal Systemless Interface
Support Devices:
Devices running MIUI with Magisk V7+
Downloads:
Like the original Systemless Xposed Framework, ARM/ARM64/X86 devices use the same flashable zip (X86-64 is being worked on)
As for system versions, please follow this:
Android 5.0: SDK21 Android 5.1: SDK22 Android 6.0: SDK23
Install Guide:
- Follow the instructions in Magisk thread to install Magisk
- Install Material Designed Xposed Installer instead of official Xposed Installer, official Xposed Installer will not detect the /magisk/xposed path.
- Make a nandroid backup
- Flash the compatible zip through a custom recovery
- Reboot and wait for the magic
- (For uninstallation) Remove the Xposed Magisk Module within Magisk Manager or flash the uninstall zip placed in Original Systemless Xposed Framework Thread
OTA:
It is reported that MIUI will verify the boot partition when applying OTA. So if you want to accept OTA, please flash the stock boot.img first.
Sources:
As I actually do not do any hex edit or decompile, and Xposed for MIUI is close-source, the zip you download is the source. But I want to place it here in case somebody wants it.
https://github.com/aviraxp/xposed_21_miui
https://github.com/aviraxp/xposed_22_miui
https://github.com/aviraxp/xposed_23_miui
Credits:
@rovo89 for creating the awesome Xposed Framework
@SolarWarez for making Xposed Framework compatible with MIUI
@topjohnwu for the amazing work on Magisk and Systemless Xposed Framework
All credits go to them.
If you just follow up the steps and encounter a bootloop/not working issue, please feel free to tell me. But since I am not a professional dev, what I can do is try my best to help you.
Reserved
Hi,
I'm very happy to see someone working on miui systemless. Thx for your job.
But I'm not sure to understand how to install all of this precisely. And I'm lost between Magic and Suhide.
Edit : I trying @MaArCiN074 files (link) without succes : http://forum.xda-developers.com/showpost.php?p=69242924&postcount=3162
MrOops said:
Hi,
I'm very happy to see someone working on miui systemless. Thx for your job.
But I'm not sure to understand how to install all of this precisely. And I'm lost between Magic and Suhide.
Edit : I trying @MaArCiN074 files (link) without succes : http://forum.xda-developers.com/showpost.php?p=69242924&postcount=3162
Click to expand...
Click to collapse
Seems miui has its own su file. Try to delete /system/xbin/su in file explorer.
Now, I have proper installation rom (without root). I have just /system/bin/
Nothing in side
Bro tried on mi4w with miui 8 and its working perfect!!
Sent from my MI 4W using Tapatalk
saiyammorakhiya said:
Bro tried on mi4w with miui 8 and its working perfect!!
Sent from my MI 4W using Tapatalk
Click to expand...
Click to collapse
Very thanks for the report.
aviraxp said:
Very thanks for the report.
Click to expand...
Click to collapse
Ur most wc! N thnk u
Sent from my MI 4W using Tapatalk
saiyammorakhiya said:
Bro tried on mi4w with miui 8 and its working perfect!!
Sent from my MI 4W using Tapatalk
Click to expand...
Click to collapse
Do you have install surpersu v2.78 RC1 in systemless or just phh-superuser-magisk-r259?
perfect on mi4c with miui8,OTA not test,THX
Working great
MrOops said:
Do you have install surpersu v2.78 RC1 in systemless or just phh-superuser-magisk-r259?
Click to expand...
Click to collapse
Just installed phh
Sent from my MI 4W using Tapatalk
Ok. Thx
Module xposed work but no root for my app like titanium backup, etc... :/
MrOops said:
Hi,
I'm very happy to see someone working on miui systemless. Thx for your job.
But I'm not sure to understand how to install all of this precisely. And I'm lost between Magic and Suhide.
Edit : I trying @MaArCiN074 files (link) without succes : http://forum.xda-developers.com/showpost.php?p=69242924&postcount=3162
Click to expand...
Click to collapse
I have done the same as in a first post (repacked original one with SolarWarez files), so if my version doesn't work for you, aviraxp's one shouldn't work too. The problem is related to different part, maybe Magisk or other framework, or you have made so many changes in android core. Maybe you can try to reflash MIUI and try again.
work fine on miui 8 mi4 lte
Guys...I need to know a thing about MAGISK.
I would install it on a stock dev china rom.
It has a partial root(I can't write on system partition)
Flashify works good to flash .img files (and maybe .zip files)
But, if I want to update OTA every week my rom, I CAN'T install twrp. (I have a redmi3, it has dm-verity and it cause a bootloop with original rom+twrp)
I want to know if I can install MAGISK zip with flashify, so I can use Xposed and ota updates withoit bootloop.
Thx @MaArCiN074 i Try this in two weeks. (I'm very busy )
Tested with phh supersu and automagisk. Installed material design Xposed apk. When I flash miui Xposed is telling me that can extract binaries and flash on my miui8. Help
Inviato dal mio Redmi Note 2 utilizzando Tapatalk
Hi, Ota fails, Mi5, MIUI8!!! Thx!
What about MM?
Any plans for Android 6.0? MIUI8 on Redmi Note 3 Pro (SD650)?

[Magisk][Module] iOS 11.1 beta 2 emoji + All Pixel 2 fonts (Android Oreo 8.1 DP1)

What's the function of this module?
This module replaces current fonts of your phone.
Changes the default emoji font to the iOS 11.1 beta 2
Changes the default fonts to Pixel 2 Fonts with product sans fonts of Android Oreo 8.1 DP1 included
This module is not my personal work. But I use the fonts from the following thread:
https://forum.xda-developers.com/general/general/root-stock-emoji-fonts-ios-windows10-t3418801 by @RickyBush_
https://forum.xda-developers.com/apps/magisk/module-t3694333 by @dr.bathman
All thanks are given to them.
What's new in iOS 11.1 emoji:
https://blog.emojipedia.org/ios-11-1-emoji-changelog/
How to install?
Flash from TWRP
Or
Flash from magisk manager 5.3+
Compatibility?
Magisk 14.0+
Info: Tested on Redmi 3S with AEX ROM (Nougat based), emoji will works flawlessly on Android 7+ (you can use skin color and all characters in the emoji's font).
For earlier Android version please use emoji only Module (without font configuration), since font configuration in this module is for Android 7+.
DOWNLOAD:
iOS emoji + Pixel 2 Fonts (for Android 7.x +):
https://drive.google.com/file/d/1b20sIeXNxpUiH7AbPND_-NnbyT-YKk1r/view?usp=sharing
iOS emoji only (for Android 6.x or earlier):
https://drive.google.com/file/d/1K7jRVe4DK9meePoHxhFuamhCnUlwPr2Y/view?usp=sharing
iOS emoji only (for Samsung):
https://drive.google.com/file/d/1qs4aORjn-mTNhlaTLZE1acL1CW10gmCI/view
Emojies working perfectly
Cheers
Sent from my OnePlus3 using XDA Labs
sorry for the noob question is this modules compatible withe MM (Android 6) Roms ? Magisk14.3 installed
tried this module with LG G3 (D855) Fulmics Rom MM (Android 6) Latest magisk 14.3 and system ui crashed and bootlooped
i hope if you can make modules for the updated emojes only without fonts maybe google fonts android nougat conflict or mismatch with android 6 mm
Working perfectly! Thanks
Do you have an uninstaller with this one? I flash it thru magisk and when i reboot all my magisk module is gone my device is samsung s6 stock nougat
Sent from my SM-G920F using Tapatalk
works great on Pixel 2, except for the lockscreen font.
needs to be uninstallable.
Can you create emojis module only without Pixel 2 font?
Sent from my A0001 using Tapatalk
Antidote03 said:
sorry for the noob question is this modules compatible withe MM (Android 6) Roms ? Magisk14.3 installed
tried this module with LG G3 (D855) Fulmics Rom MM (Android 6) Latest magisk 14.3 and system ui crashed and bootlooped
i hope if you can make modules for the updated emojes only without fonts maybe google fonts android nougat conflict or mismatch with android 6 mm
Click to expand...
Click to collapse
I just uploaded iOS emoji only. And it's compatible with MM.
iPusak Gaoq™ said:
Can you create emojis module only without Pixel 2 font?
Sent from my A0001 using Tapatalk
Click to expand...
Click to collapse
Already added. Please see 1st post.
paul222008 said:
Do you have an uninstaller with this one? I flash it thru magisk and when i reboot all my magisk module is gone my device is samsung s6 stock nougat
Sent from my SM-G920F using Tapatalk
Click to expand...
Click to collapse
It's magisk bug. If you encounter this bug please reinstall magisk installer via TWRP. And you'll get all of your Module back.
ajrty33 said:
works great on Pixel 2, except for the lockscreen font.
needs to be uninstallable.
Click to expand...
Click to collapse
Just click delete module on magisk manager. And my module will gone (uninstalled). It's systemless BTW.
Or you may install emoji only, I gave the link in 1st post.
Emojis working perfecly on kenzo NOS 7.1.2! Thanks
working perfectly on redmi note 3....but honor 6x having weird symbols beside emojis..any fix bro ?
Is there a font module only?[emoji4]
Sent from my Mi A1 using Tapatalk
Installed this through magisk 14 on a moto g5s+ running stock nougat, and it looks like it's worked, but then it will display a different emoji to the one that you click. Anyone having this problem?
Edit. Actually, it seemed to be a problem with textra. Once I downloaded the textra ios emoji plugin it put them in the right order. Seemed to be working properly everywhere else.
This module won't install at all. I tried 3 separate times, even re installed Magisk completely. Here is recovery log.
UPDATE: There's a bug in the installer somewhere because if I flash it first then no other modules will install no matter if I flash magisk again in TWRP and if I instait last it just won't install period.
UPDATE 2: I tried another systemless font zip with pixel 2 fonts and it does the exact same thing so it maybe rooted to that somehow. Thanks again.
Noob question but i just rooted my pixel 2 using Magisk and the only reason for doing so was to install IOS emojis (since most people i message use apple phones its easier for me to understand them)
Previously i rooted my galaxy s6 and used emoji switcher from the play store to change the emojis. Afterwards i unrooted the phone since i was having issues with safetynet apps (i originally rooted with CF autoroot and supersu). Even though i unrooted my phone the IOS emojis remained and I was able to use my safetynet apps properly again.
After rooting my pixel 2, I had some issues with emoji switcher (emojis were cut off on gboard and too close together when typing) so i decided to try this module instead. Worked perfectly save for the lockscreen square as shown in a previous post. Since I dont require root for anything else, I was wondering if I unrooted through Magisk Manager (and restoring the stock boot.img) would this module uninstall itself as well? And would i have any issues with safetynet following the unroot?
I would prefer to keep the IOS emojis and was wondering if they would remain if I decide to unroot(since I assume the module simply overwrites the system fonts)
lucman11 said:
Since I dont require root for anything else, I was wondering if I unrooted through Magisk Manager (and restoring the stock boot.img) would this module uninstall itself as well? And would i have any issues with safetynet following the unroot?
I would prefer to keep the IOS emojis and was wondering if they would remain if I decide to unroot(since I assume the module simply overwrites the system fonts)
Click to expand...
Click to collapse
Magisk modules doesn't actually write anything to /system, so if you uninstall Magisk, you uninstall the mod.
You can of course use the root permission to overwrite the system fonts, but if you plan on unrooting and keep the modification, don't use a Magisk module.
Didgeridoohan said:
Magisk modules doesn't actually write anything to /system, so if you uninstall Magisk, you uninstall the mod.
You can of course use the root permission to overwrite the system fonts, but if you plan on unrooting and keep the modification, don't use a Magisk module.
Click to expand...
Click to collapse
Ok i used a root explorer to find the /system/fonts folder. I assume I would simply have to copy the .ttf files from the module zip into that folder? Or is there more steps to take?
Sorry for asking but i am fairly new rooting and my previous rooting experience was limited to following youtube guides and I'm still a bit unfamiliar with modifying system files.
lucman11 said:
Ok i used a root explorer to find the /system/fonts folder. I assume I would simply have to copy the .ttf files from the module zip into that folder? Or is there more steps to take?
Click to expand...
Click to collapse
That would do it, yes... Take whatever files you want from the module and copy to the corresponding location on your device. Just remember that you will not be able to update your device with OTA updates, since /system has then been modified. You'll have to do that manually with factory images.
Edit: you might have to change permissions for the files, but just make sure they match whatever other files are in the same folder and you should be good.

XInsta magisk

Hi there,
Someone can port XInsta (Xposed Module) on magisk?
black_file said:
Hi there,
Someone can port XInsta (Xposed Module) on magisk?
Click to expand...
Click to collapse
Magisk is different from xposed... It doesn't work that way... [emoji6]
Sent from my MI 5 using Tapatalk
teddy0209 said:
Magisk is different from xposed... It doesn't work that way... [emoji6]
Sent from my MI 5 using Tapatalk
Click to expand...
Click to collapse
Thanks but why not processing same can you explain me [emoji846]
Think of Xposed as a code injector, that changes how an app or a process works while it's running.
Magisk, on the other hand, is a file injector that replaces system files at boot, and can also run scripts at boot (like init.d).
black_file said:
Thanks but why not processing same can you explain me [emoji846]
Click to expand...
Click to collapse
Xposed modifies code while magisk only modifies files
Didgeridoohan said:
Think of Xposed as a code injector, that changes how an app or a process works while it's running.
Magisk, on the other hand, is a file injector that replaces system files at boot, and can also run scripts at boot (like init.d).
Click to expand...
Click to collapse
Can't make script as code Injector?
black_file said:
Can't make script as code Injector?
Click to expand...
Click to collapse
Scripts can't inject code they can just execute linux/android shell comands,only xposed can alter an app's code
DanGLES3 said:
Scripts can't inject code they can just execute linux/android shell comands,only xposed can alter an app's code
Click to expand...
Click to collapse
Okay thank you [emoji846]
Nice work
I using this module on redmi 4x

[Module] iOS 12.1 Beta 2 Emojis

Hey guys. I was faced with a problem where iOS devices get updated to new iOS versions extremely quickly and with these updates sometimes comes new emojis. In the latest iOS 12.1 beta 2 Apple added support for unicode 11 emojis and as soon as the update is out of beta and released publicly most iOS devices will have the latest unicode 11 emojis. Android devices on the other hand are stuck with whatever emoji set their device manufacture sets for them and have no option of changing them or even updating them to the latest unicode versions without rooting and replacing the file themselves.
In an attempt to be ready for when unicode 11 emojis roll out iOS devices, I have extracted the pngs from the latest AppleColorEmoji.ttc file and have built a font that works on Android.
Features:
Latest unicode 11 emojis
Latest emojis from iOS 12.1 Beta 2
Issues:
The biggest emoji size that was extracted from the file was 96x96 so emojis might be a little small
Download:
My module has been upload to the Magisk repo so you can install it through the Magisk app on your phone
or you can download the file and flash it manually through your custom recovery.
iOS 12.1 Beta 2 Emojis
Sources:
Magisk repo
This is incredible! Can you suggest the simpld keyboard which is support the unicode 11? Except the gboard, because before I use the gboard actually all the emojis from this module are visible, but the gboard makes my device slow. And now I using the xperia keyboard right now, but still missing some emojis from this module. Thanks
RagilWic said:
This is incredible! Can you suggest the simpld keyboard which is support the unicode 11? Except the gboard, because before I use the gboard actually all the emojis from this module are visible, but the gboard makes my device slow. And now I using the xperia keyboard right now, but still missing some emojis from this module. Thanks
Click to expand...
Click to collapse
I've heard that SwiftKey has updated their keyboard to support unicode 11 emojis but I can't be sure because I only use gboard. In time most keyboards should be updated to support unicode 11 emojis
Thank you!
[email protected]@!3Z said:
I've heard that SwiftKey has updated their keyboard to support unicode 11 emojis but I can't be sure because I only use gboard. In time most keyboards should be updated to support unicode 11 emojis
Click to expand...
Click to collapse
It's tru I'm using the magisk ios emojis on my SwiftKey keyboard [emoji3434][emoji3436]
[emoji3436] I Will Sacrifice For Those That I Love [emoji3434]
Will you be updating this when iOS 12.1 is released? I noticed that Apple has already updated the new bagel emoji and there might be some other changes from beta to release. Thanks for your work already though, the 12.1 beta emojis show up just fine for me on Gboard. Thanks again!
ahamling27 said:
Will you be updating this when iOS 12.1 is released? I noticed that Apple has already updated the new bagel emoji and there might be some other changes from beta to release. Thanks for your work already though, the 12.1 beta emojis show up just fine for me on Gboard. Thanks again!
Click to expand...
Click to collapse
Once iOS 12.1 has been fully released and I can find the AppleColorEmoji.ttc file with a list of changes Apple made then I'll update it, currently it's just too much effort to update all the images in the file when only some have been changed
[email protected]@!3Z said:
Once iOS 12.1 has been fully released and I can find the AppleColorEmoji.ttc file with a list of changes Apple made then I'll update it, currently it's just too much effort to update all the images in the file when only some have been changed
Click to expand...
Click to collapse
Thanks man! Keep up the good work.
PoochyX said:
It's tru I'm using the magisk ios emojis on my SwiftKey keyboard [emoji3434][emoji3436]
[emoji3436] I Will Sacrifice For Those That I Love [emoji3434]
Click to expand...
Click to collapse
What vesion of Swiftkey are you using? I dont see all the ios 11 emojis on the version that im on. swiftkey 7.1.5.23
[email protected]@!3Z said:
Hey guys. I was faced with a problem where iOS devices get updated to new iOS versions extremely quickly and with these updates sometimes comes new emojis. In the latest iOS 12.1 beta 2 Apple added support for unicode 11 emojis and as soon as the update is out of beta and released publicly most iOS devices will have the latest unicode 11 emojis. Android devices on the other hand are stuck with whatever emoji set their device manufacture sets for them and have no option of changing them or even updating them to the latest unicode versions without rooting and replacing the file themselves.
In an attempt to be ready for when unicode 11 emojis roll out iOS devices, I have extracted the pngs from the latest AppleColorEmoji.ttc file and have built a font that works on Android.
Features:
Latest unicode 11 emojis
Latest emojis from iOS 12.1 Beta 2
Issues:
The biggest emoji size that was extracted from the file was 96x96 so emojis might be a little small
Download:
My module has been upload to the Magisk repo so you can install it through the Magisk app on your phone
or you can download the file and flash it manually through your custom recovery.
iOS 12.1 Beta 2 Emojis
Sources:
Magisk repo
Click to expand...
Click to collapse
noob question.... does this change the system font or the font the gboard uses?
ogsho said:
noob question.... does this change the system font or the font the gboard uses?
Click to expand...
Click to collapse
No it won't, I haven't added the file which tells your device which font to use so everything should be the same as before just with your emojis changed to iOS 12.1
@[email protected]@!3Z
Can you explain me ?
Is there a difference between these two modules ?
BreckZeBoulay said:
@[email protected]@!3Z
Can you explain me ?
Is there a difference between these two modules ?
Click to expand...
Click to collapse
The one that isn't installed is the first module I uploaded, the one that you installed was originally iOS 11.1 emojis but I gave the creator of that module permission to use my file so anyone with his module just needs to update the module without installing a new module.
They are both essentially the same thing
I can't find your module in the magisk app ?
Mr.Jktra said:
I can't find your module in the magisk app ?
Click to expand...
Click to collapse
You need Magisk v17+, searching iOS should bring up 2 results And they are both the same so feel free to install either one
[email protected]@!3Z said:
You need Magisk v17+, searching iOS should bring up 2 results And they are both the same so feel free to install either one
Click to expand...
Click to collapse
Oh, I Don't know that I need v17 to find it in the download section thx m8
will this work with magisk v14.0 by flashing it through twrp?
MysteriousVoltz said:
will this work with magisk v14.0 by flashing it through twrp?
Click to expand...
Click to collapse
No it won't, it checks your magisk version and will tell you to install 17+
If you want to stay on magisk v14 and want the emojis then you're going to have to do it manually which means it won't be a module anymore.
To do it manually you have to download the file, extract it and navigate to system>font in the extracted file and copy the notocoloremoji.ttf from there to your system>font folder on your device and replace it. Then set the permission to 0644 and restart
Just got Magisk v17 today. It works perfectly, thank you! ?
it doesnt work on my device. it's android lollipop 5.1 by the way. i've tried to install it manually but it still doesnt work. it keeps showing square box with question mark. does anyone have solution to this? thank you

magisk modules OOS ( Android 10) stable & beta

Hi to all..
Let's see which modules we can use on OOS android 10
( Stable& beta)
Working modules
OOS launcher with left enabled
Busybox for Android NDK by osm0sis
Google Dialer Framework by TJJ
Google product sans
Magisk Hide Props Config by Didgeridoohan
Android Q emoji
Ubuntu font
YouTube Vanced( discontinued)
Substratum
RBoard Themes
Viper4Android fx ( v2.7.1.6)
Edge lightning by SyCreed
CleanDroid by SyCreed( discontinued)
avFonts
IOS 12 emojis
Blob emojis
USGP ( photos unlimited storage)
Debloater( terminal emulator)
Stereo speaker mod
Dolby audio mode
Ainur James DSP
reserve.img loader
Audio modification library
Wakeblock magisk module
Immersive gestural navigation bar for Q
Font changer
Universal GMS doze
Quickstep
Tethering Enabler v11.0.0
Magisk SeLinux Manager v1.0
Dolby Digital Plus v6.7
OOS native call recorder enabler
Xposed
xXx No Limits
Hi,
For me, opfp works fine. I don't try other mods for th moment.
See you soon
View attachment 4856517
OK:
Busybox for Android NDK by osm0sis
Google Dialer Framework by TJJ
Magisk Hide Props Config by Didgeridoohan
These 3 worked for me.
NOT OK for me:
Riru core and/or edxposed, one of the 2 got me stuck in boot loop, not sure which.
warsylep said:
OK:
Busybox for Android NDK by osm0sis
Google Dialer Framework by TJJ
Magisk Hide Props Config by Didgeridoohan
These 3 worked for me.
NOT OK for me:
Riru core and/or edxposed, one of the 2 got me stuck in boot loop, not sure which.
Click to expand...
Click to collapse
Android Q emoji
Ubuntu font
YouTube Vanced
Substratum
All working
Viper someone?
Or app systemizer?
spat24 said:
Hi,
For me, opfp works fine. I don't try other mods for th moment.
See you soon
Click to expand...
Click to collapse
Opfp?..
Yes, here : https://forum.xda-developers.com/oneplus-6t/themes/app-theme-opfpcontrol-custom-t3899522
[emoji6]
Envoyé de mon ONEPLUS A6013 en utilisant Tapatalk
Thanks I'll add them to OP
It's very Nice instead of the original fingerprint [emoji57]
Envoyé de mon ONEPLUS A6013 en utilisant Tapatalk
Viper4Android FX works fine
RBoard Themes works as well
Busybox for Android NDK also works
OvrDriVE said:
Viper4Android FX works fine
RBoard Themes works as well
Busybox for Android NDK also works
Click to expand...
Click to collapse
Which viper module exactly you're using...?
cultofluna said:
Which viper module exactly you're using...?
Click to expand...
Click to collapse
viper4android fx, the exact one you download right from downloads in magisk manager.
and these are not photoshopped. and no atm i do not have my 3minit battery mod installed as i have recently redid my phone from scratch so i could confirm to myself that getting twrp and magisk on ob1 was not a fluke. btw i msm'd my phone back to 9.0.11 6 times and successfully everytime got twrp and magisk installed.
OvrDriVE said:
viper4android fx, the exact one you download right from downloads in magisk manager.
and these are not photoshopped. and no atm i do not have my 3minit battery mod installed as i have recently redid my phone from scratch so i could confirm to myself that getting twrp and magisk on ob1 was not a fluke. btw i msm'd my phone back to 9.0.11 6 times and successfully everytime got twrp and magisk installed.
Click to expand...
Click to collapse
I cant find this viper version from your screenshot..
I have only these two...
Viper4Arise works, the one that comes with xXx mod.
Sent from my ONEPLUS A6013 using Tapatalk
cultofluna said:
I cant find this viper version from your screenshot..
I have only these two...
Click to expand...
Click to collapse
got me bud. i just searched for viper and it shows 3 for me. i choose the fx version and hit install. now i have the zip it d/ls to install but if i try to install it manually by selecting the zip in modules, it will fail for some reason, says it can't d/l. but if i search it from downloads it shows up and installs fine
iamterence said:
Viper4Arise works, the one that comes with xXx mod.View attachment 4858121
Sent from my ONEPLUS A6013 using Tapatalk
Click to expand...
Click to collapse
Convolver and profiles?
OvrDriVE said:
got me bud. i just searched for viper and it shows 3 for me. i choose the fx version and hit install. now i have the zip it d/ls to install but if i try to install it manually by selecting the zip in modules, it will fail for some reason, says it can't d/l. but if i search it from downloads it shows up and installs fine
Click to expand...
Click to collapse
So its working properly or not..?
Or you wasn't able to download and install?...
cultofluna said:
So its working properly or not..?
Or you wasn't able to download and install?...
Click to expand...
Click to collapse
works just fine
cultofluna said:
I cant find this viper version from your screenshot..
I have only these two...
Click to expand...
Click to collapse
This happens to me sometimes.
What I do is close and open Magisk Manager app and do another search for Viper. Eventually, it (randomly) would appear.
I have also searched using 'team dewitt'.
Hope it helps!
Deleted.

Categories

Resources