[Zip][Flashable][OPP3] -(Not A Full Pixel Mod)- O DP3 Pixel Launcher + Audio - Nexus 6P Themes and Apps

This is just a simple zip to bring the Pixel Launcher and Pixel audio to the O-Developer Preview 3. This is not a full Pixel Mod. This is the Pixel Launcher and audio from the Pixel XL O-DP3.
Also, I have a version that includes the clock from O-DP3. The icon and app have been redesigned a little and I personally really like it. So I have another version of this mod that will also bring the clock so we can have it on Nougat too.
This version has the new notification feature (O-DP3, not for Nougat) and it is working. Make sure to grant Pixel Launcher notification access.
Root or FED-Patcher is needed to make this mod work. Root is available for DP3 (Thanks for the feedback guys). If you don't want root you can use Gladiac's FED-Patcher to make this mod work. found here: https://forum.xda-developers.com/android/software-hacking/fix-fed-patcher-v8-forceencrypt-disable-t3234422.
To revert back to stock just flash the system.img in TWRP. If you want the stock boot.img you can flash that in TWRP too.
As always, make a backup before flashing anything and doing this stuff voids your warranty and what not
Downloads:
AFH Link: https://www.androidfilehost.com/?fid=961840155545572262
With Clock AFH Link: https://www.androidfilehost.com/?fid=745425885120739092
FED Patcher V8: https://forum.xda-developers.com/android/software-hacking/fix-fed-patcher-v8-forceencrypt-disable-t3234422
Instructions
-Flash FED Patcher V8 (Credit to Gladiac)
-Flash Android_ODP3_Pixel_Launcher--6P.zip
-Enjoy

I think Magisk v13 Beta works on O DP3. At least for me.

Super SU 2.82 works fine for my 6P.

bmg1001 said:
I think Magisk v13 Beta works on O DP3. At least for me.
Click to expand...
Click to collapse
Hi! Did you do clean/dirty flash? I'm on 5x 7.1.2 looking to upgrade to O dp3, with clean flash!
Sent from my Nexus 5X using Tapatalk

vedantdude said:
Hi! Did you do clean/dirty flash? I'm on 5x 7.1.2 looking to upgrade to O dp3, with clean flash!
Click to expand...
Click to collapse
I clean flashed from a 7.1.2 ROM.

krisyarno said:
I don't believe root is available yet for DP3. In the meantime you an use Gladiac's FED-Patcher to make this mod work. found here: https://forum.xda-developers.com/an...fed-patcher-v8-forceencrypt-disable-t3234422. Once root is achieved, FED-Patcher is not necessary for this mod to work.
Click to expand...
Click to collapse
SuperSU working just fine.

Any chance to get the round icons?

For root magisk 13 unofficial does a good job

@krisyarno Magisk v13 works perfectly for root. And passes SafetyNet (or so it says)

radaloel said:
Any chance to get the round icons?
Click to expand...
Click to collapse
Not yet. This requires decompiling and compiling apk's. Currently, the ability to compile apk's for Android O isn't available

Thanks for the feedback involving root, I appreciate it!

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)?

Viper4Android 2.5.0.5 Magisk module does not work

I'm trying to install the Viper4Android 2.5.0.5 module in Magisk. I installed the module and the app and then rebooted, but the driver status in Viper4Android under enabled indicates a "no".
I've tried some of the settings, but it does not seem to work. The sound is all the same. Any idea how to get this to work? There were no additional instructions for getting V4A to work.
Nexus 6 running Pure Nexus 7.1.2 with Magisk version 12.0
I've had great success on several different devices with this module: https://forum.xda-developers.com/apps/magisk/module-viper4android-fx-2-5-0-5-t3577058
Didgeridoohan said:
I've had great success on several different devices with this module: https://forum.xda-developers.com/apps/magisk/module-viper4android-fx-2-5-0-5-t3577058
Click to expand...
Click to collapse
I can confirm that the above link works great..
I was hoping I didn't have to use that workaround, but I guess I have no choice. I don't know if anyone will agree with me, but I find it annoying to have to decipher and read through all these guides and forum posts to figure out how to get something to work. I wish things just "worked".
MiuKing said:
I was hoping I didn't have to use that workaround, but I guess I have no choice. I don't know if anyone will agree with me, but I find it annoying to have to decipher and read through all these guides and forum posts to figure out how to get something to work. I wish things just "worked".
Click to expand...
Click to collapse
Everyone has different devices, different setups, etc. It's never going to "just work" easily for everyone. That said, the link above works great and doesn't really have much reading to do....
Only issue I had was it not working initially, but I set the mode to "compatible" instead of "normal" it instantly started working. In case you have issues with it not starting like I did.
Hello, I have a OnePlus 3T (Oreo - 8.0.0 - OxygenOS Open 20 ) I was in the big sh*t installing this app but now it's working so what I do ?
I simply install 4/5 things :
- Viper4Android APK here ( http://www.mediafire.com/file/xonl4jha2e4vez1/ViPER4Android_FX_v2505.zip )
- BusyBox you can get it on the Play Store
- This Magisk module for OP3T but if you have an other phone search an other compatible module ( https://androidfilehost.com/?fid=673368273298977808 )
- The SELinux Switch [IMPORTANT] ( https://forum.xda-developers.com/devdb/project/?id=22073#downloads )
UNINSTALL ALL PREVIOUS VERSIONS OF V4A ON YOUR DEVICE.
Now I'm gona show you how to get this sh*t working
Simply install unzip the Viper4Android folder and install this apk :
ViPER4Android_FX_v2505_A7.x_Nougat_IO_test_fix.apk
(Maybe a newer version can be delivered in the future I think you can install it).
Then install BusyBox.
Open V4A and install the Drivers.
When it's done go to Magisk -> Modules -> + and install the zip module for your device.
/!\REBOOT /!\
Finally you just have to install The SELinux Switch.apk and switch your SELinux to Permissive (maybe you have to reboot but for me when I reboot my SELinux go back to Enforcing SELinux so I switch it back when I reboot).
[Note : I don't know if it's important but I was flashing a zip of V4A that's install me V4A as a system app and it wasn't working (error I/O) this is not important but it maybe install me other files so maybe you have to do this if it's not working at the end].
V4A is working now (don't forget to switch off your stock equalizer in Settings -> Sound -> Balance)
If you have any problem or questions contact me.
Franck7519 said:
Hello, I have a OnePlus 3T (Oreo - 8.0.0 - OxygenOS Open 20 ) I was in the big sh*t installing this app but now it's working so what I do ?
I simply install 4/5 things :
Click to expand...
Click to collapse
My dude, you are doing way more then you have to. Just install Ahrions magisk viper module. It has all the patches for OOS Oreo to work (it seems OnePlus made it impossible for viper to work on Enforcing with their Oreo release -.-)
Sent from my LG Nexus 5X using XDA Labs
Skittles9823 said:
My dude, you are doing way more then you have to. Just install Ahrions magisk viper module. It has all the patches for OOS Oreo to work (it seems OnePlus made it impossible for viper to work on Enforcing with their Oreo release -.-)
Click to expand...
Click to collapse
No because V4A is not working when SELinux is on enforcing bru this is why I install the switcher and it's working but if a problem comes I will test with your module.
Franck7519 said:
No because V4A is not working when SELinux is on enforcing bru this is why I install the switcher and it's working but if a problem comes I will test with your module.
Click to expand...
Click to collapse
The module I suggested automatically sets permissive on boot for OOS devices.
Sent from my LG Nexus 5X using XDA Labs
Skittles9823 said:
The module I suggested automatically sets permissive on boot for OOS devices.
Click to expand...
Click to collapse
It's better than my method yet I'm agree but I don't find your module can you send me a link ?
Franck7519 said:
It's better than my method yet I'm agree but I don't find your module can you send me a link ?
Click to expand...
Click to collapse
Look at the previous link in this thread. That's the one (it requires Magisk 15+ to work).
Sent from my LG Nexus 5X using XDA Labs
Skittles9823 said:
Look at the previous link in this thread. That's the one (it requires Magisk 15+ to work).
Click to expand...
Click to collapse
Ok thanks bru

[Module] Systemless Substratum (Legacy/Layers Mode)

v2 Uploaded. Now includes uninstaller in the .zip file under "uninstaller" directory. This can be flashed in TWRP so it removes both the module
and everything Substratum writes in data (/data/system/theme and /data/resource-cache) hence providing you with a total clean slate in case
anything goes wrong. This is your reset button.
Of course you will have to reinstall the module before applying any new theme configuration. Failure to do so, Substratum WILL write in /system.
Uninstaller also available as a separate attachment on this post.
So this is the result of updating my device to Nougat and hating with a passion the white notifications which I find entirely unusable
The only way to theme the notifications is using a Substratum theme. If you're using a custom ROM with OMS support you're good to go
but for the rest of us with stock/TW etc ROMs you can only use Substratum Legacy mode on rooted devices which taints the system partition.
This module allows the use of Substratum themes in Legacy mode, without writing anything in /system.
Instructions:
1. Install module in Magisk and reboot.
2. Apply any Substratum theme.
3. Reboot.
In case of reflashing your ROM, as long as you don't wipe the data partition, the moment you reinstall Magisk, your theme will be automatically re-enabled.
Until the module is in the magisk repo, you can download the .zip and install from Magisk manager.
Github:https://github.com/Nodens-/systemless-substratum-legacy
This has only been tested on my own device, (Samsung S6 Edge+ 928F) running Stock Nougat.
It should work with any ROM and Themes which support the Legacy mode.
Deleted
Will it work in lineage os
user2k10 said:
Would this work on TW MM 6.01?
Sent from my SM-N910F using XDA Labs
Click to expand...
Click to collapse
Has not been tested but it should.
Adhil Rahman said:
Will it work in lineage os
Click to expand...
Click to collapse
Also not tested. If Lineage supports the Legacy mode then yes.
Basic rule of thumb. If Legacy mode works on your rom, this will allow you to use it without writing to /system.
Nodens said:
Has not been tested but it should.
Also not tested. If Lineage supports the Legacy mode then yes.
Basic rule of thumb. If Legacy mode works on your rom, this will allow you to use it without writing to /system.
Click to expand...
Click to collapse
Shows invalid zip format when flashing in twrp
Adhil Rahman said:
Shows invalid zip format when flashing in twrp
Click to expand...
Click to collapse
Hold on I'll attach tested .zip file on OP to simplify things.
Nodens said:
Hold on I'll attach tested .zip file on OP to simplify things.
Click to expand...
Click to collapse
Working perfectly.thanks for the module.now i dont have to reinstall themes after every firmware update.thank you very much.does it cause any problems to the changes that happens after firmware update
None whatsoever. Enjoy
Adhil Rahman said:
Shows invalid zip format when flashing in twrp
Click to expand...
Click to collapse
If you download the ZIP from GitHub, it creates duplicate empty folders. If you remove them, it'll work.
Sent from my Nexus 5X using XDA Labs
May I ask if this module will bring anything more than the Beta version of Substratum here ?
The Beta allows modification without root.
lahceneamine said:
May I ask if this module will bring anything more than the Beta version of Substratum here ?
The Beta allows modification without root.
Click to expand...
Click to collapse
Actually it has nothing to do with the beta functionality which allows you to theme NON-SYSTEM apps without root. You can't theme the notifications with the beta for example.
The module allows you to theme everything you can theme in Legacy mode. But without writing in system partition.
Nodens said:
Actually it has nothing to do with the beta functionality which allows you to theme NON-SYSTEM apps without root. You can't theme the notifications with the beta for example.
The module allows you to theme everything you can theme in Legacy mode. But without writing in system partition.
Click to expand...
Click to collapse
Thank You.
I'm gonna try it then
This module breaks SafetyNet Check in my phone ...
What about Xperia 7.0 devices
Will this work on TW Nougat ? THank you!
Kris Chen said:
This module breaks SafetyNet Check in my phone ...
Click to expand...
Click to collapse
Try using the module to theme apps then after reboot go back to core only mode, reboot and check SafetyNet again.
ytheekshana said:
What about Xperia 7.0 devices
Click to expand...
Click to collapse
Yes it should work.
lonton said:
Will this work on TW Nougat ? THank you!
Click to expand...
Click to collapse
As posted in OP, I specifically made and tested this on TW Nougat.
In the Oneplus 3 stock oos rom i can use substratum in legacy mode, with this i will be able to use themes on settings or android system?
I can confirm it working with LOS 14.1 with Substratum in legacy mode on OP3T with theme Swift Black. I had to choose "v7.1 OMS" in Swift Black's settings.
My notifications are beautifully black now.
couldn't get it to work in a custom stock TW MM 6.0.1 rom for my Note 4. i installed the module, substratum theme engine from the play store and a couple of themes. selected the system ui to be themed, but after a reboot there was no change. the rom is deodexed with a permissive kernel so i don't know what else could be the problem.

[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.

Xposed for Android Pie [+Modules Test]

Old: not maintained anymore
Hi everybody
i want to share that i was able to instal xposed on OOS 9.0.3 with android 9 pie
and am testing now what modules are working and not
i got it from the link here:
https://github.com/ElderDrivers/EdXposed/releases/
please if you install it share with me what modules are working with you
try it at your own risk, am not responsible for any brick
UPDATE: installed Edxposed 0.2.9.8 and EdXposed installer, thing are smoother now
for me it looks like these modules are
Working
- MinMinGuard
- Youtube Background Playback 2.0.5
- Youtube Adaway
- Xposed Edge
Not Working
- Statusbar Download Progress
- Download redirection (makes xposed installer not detecting that xposed is installed - so destroys all xposed functionality)
Complete list of working/not working modules here https://forum.xda-developers.com/xposed/list-xposed-modules-android-pie-ed-t3892768
When I install xposed installer, it bootloops...
Kellwa said:
Hi everybody
i want to share that i was able to instal xposed on OOS 9.0.3 with android 9 pie
and am testing now what modules are working and not
i got it from the link here:
https://www.xda-developers.com/xposed-framework-unofficial-port-android-pie/
please if you install it share with me what modules are working with you
try it at your own risk, am not responsible for any brick
for me it looks like these modules are
Working
MinMinGuard
Youtube Background Playback 2.0.5
Youtube Adaway
Not Working
Statusbar Download Progress
Xposed Edge (bootloop)
Click to expand...
Click to collapse
It doesn't work me, it bootloops, maybe because i have substratum installed?
HC4Life said:
It doesn't work me, it bootloops, maybe because i have substratum installed?
Click to expand...
Click to collapse
me too i have substratum installed and they are working together
but to be more sure try to install it directly after a clean system before any other magisk module or any other system tweaks
YassGo said:
When I install xposed installer, it bootloops...
Click to expand...
Click to collapse
is it the xposed installer mentioned in the other thread , its modified one to read magisk xposed
for me no bootloop
Kellwa said:
me too i have substratum installed and they are working together
but to be more sure try to install it directly after a clean system before any other magisk module or any other system tweaks
Click to expand...
Click to collapse
It works fine now.
Thx!
can you test oxygen slider? i was using this before android pie becouse my slider got stuck on silence and i cant find any replacement on ebay of the phisycal slider.
https://play.google.com/store/apps/details?id=com.seveilith.oxygen.slider&hl=es_419
:DVAMOLMONTE said:
can you test oxygen slider? i was using this before android pie becouse my slider got stuck on silence and i cant find any replacement on ebay of the phisycal slider.
https://play.google.com/store/apps/details?id=com.seveilith.oxygen.slider&hl=es_419
Click to expand...
Click to collapse
i tried it with OOS 9.0.5
the app is detecting xposed
but is not affecting the slider function
i think because the oos version
How do I install it? I used to have it in android 8, but with the update i lost it... I'm afraid to install it and bootloop my phone or brick it...
screenshot: https://imgur.com/zNJ5H1n
xchikyx said:
How do I install it? I used to have it in android 8, but with the update i lost it... I'm afraid to install it and bootloop my phone or brick it...
screenshot: https://imgur.com/zNJ5H1n
Click to expand...
Click to collapse
if you go to Magisk Manager, Download Section, search for (Riru -EdXposed)
and you find all the instructions there
Cheers )
EdXposed
Which EdXposed did you use? SandHook or Yahfa?
Thanks
maverickmod said:
Which EdXposed did you use? SandHook or Yahfa?
Thanks
Click to expand...
Click to collapse
now i use Yahfa, but i tried both and they work, honestly i dont see the difference, but as the developer said , try both and stick with the one you find smoother
Cheers
Hi,
Please add the following modules to working list:
1. NekoSMS - https://github.com/apsun/NekoSMS
2. XPrivacylua
Im currently using this app, works well with the last oos update 28/oct/2019
https://play.google.com/store/apps/details?id=Orion.Soft
Status Bar Icons
Kellwa said:
Old: not maintained anymore
Hi everybody
i want to share that i was able to instal xposed on OOS 9.0.3 with android 9 pie
and am testing now what modules are working and not
i got it from the link here:
please if you install it share with me what modules are working with you
try it at your own risk, am not responsible for any brick
UPDATE: installed Edxposed 0.2.9.8 and EdXposed installer, thing are smoother now
for me it looks like these modules are
Working
- MinMinGuard
- Youtube Background Playback 2.0.5
- Youtube Adaway
- Xposed Edge
Not Working
- Statusbar Download Progress
- Download redirection (makes xposed installer not detecting that xposed is installed - so destroys all xposed functionality)
Click to expand...
Click to collapse
How did you customize your status bar icons such as WiFi and Flashlight? I've been searching with no success...
AdamTV said:
How did you customize your status bar icons such as WiFi and Flashlight? I've been searching with no success...
Click to expand...
Click to collapse
it is a substratum theme called Ethereal
https://play.google.com/store/apps/details?id=com.schnettler.ethereal
when i use riru-core 19.6, edexposed 0.4.6.0-beta and magisk 20.2 i get bootloop. What versions to use to avoid this? For OxygenOS 9.0.9
Try edxposed 0.4.5.1 4463. It works for me on OOS 9.0.10

Categories

Resources