Is anyone else's Substratum apply themes on 10.0.8? - OnePlus 7 Pro Questions & Answers

I have a 7T Pro (Yes I know this is the 7 pro forum, but the other one is a ghost town) on 10.0.8. I rooted today my phone and installed substratum, gave it root privileges but it does not apply my themes. It always asks me to compile the overlay, but if I build and install it, the manager tab stays empty. Any help is greatly appreciated!
Sunstratum version: 1022

NIKOST said:
I have a 7T Pro (Yes I know this is the 7 pro forum, but the other one is a ghost town) on 10.0.8. I rooted today my phone and installed substratum, gave it root privileges but it does not apply my themes. It always asks me to compile the overlay, but if I build and install it, the manager tab stays empty. Any help is greatly appreciated!
Sunstratum version: 1022
Click to expand...
Click to collapse
My usual, step is to build overlays then reboot. Then go back to substratum manager ,change overlay states.

@soka said:
My usual, step is to build overlays then reboot. Then go back to substratum manager ,change overlay states.
Click to expand...
Click to collapse
Thanks for this. It worked. I have a hard time enabling kamehameha from edge lightr theme. Did you perhaps have this enabled?

NIKOST said:
Thanks for this. It worked. I have a hard time enabling kamehameha from edge lightr theme. Did you perhaps have this enabled?
Click to expand...
Click to collapse
Nope never tried it. Sorry

Related

[MAGISK] Andromeda Enabler - Enable Andromeda ON DEVICE With a Command!

Hello, folks! I've written a Magisk Module which includes a modified version of the Linux activation script for Andromeda, allowing you to enable Andromeda with a single command (two, if you count su)! I was inspired by the OTHER local Andromeda enabler script here on XDA, as I had downloaded it but discovered that it only worked intermittently on my device. Now, I know, you may be thinking to yourself "OP, is there something wrong with you? Andromeda exists so you DON'T have to be rooted!" Yes, this is true. However, from what I've gathered, there is a speed boost from using Andromeda, and that alone makes this worth it for me, and hopefully others. Plus, I was bored and wanted to see if I could make it work.
This module is written to work with Magisk v15. It will NOT work on Magisk v14, however, it is a single binary, so you could very easily extract it and place it on your phone or make a v14 module yourself.
To activate Andromeda, all you have to do is install this module, reboot, launch a Terminal Emulator, and type:
Code:
su
andromeda
Substratum should launch with Andromeda permissions, as if you'd used the Desktop Application.
@saccentekennedy has made an app! Flash the module, install his app, and when you launch his app, it will grant Andromeda permissions! No commands needed! Be sure to thank his post!
https://forum.xda-developers.com/ap...ndromeda-enabler-enable-t3728325/post75053802
UPDATE 1/12/2018 - The script did not properly set SELinux back to Enforcing, this is now fixed. Please update! Thanks to @Floydfire for the heads up
Works perfectly!
I've created a Tasker task to run this... But I can't figure out how to trigger it. In other words, how can I get Tasker to detect that the Andromeda isn't properly running and connected? I know I get a notification when the service goes down. I suppose I could use this as a trigger? Any thoughts?
saccentekennedy said:
I've created a Tasker task to run this... But I can't figure out how to trigger it. In other words, how can I get Tasker to detect that the Andromeda isn't properly running and connected? I know I get a notification when the service goes down. I suppose I could use this as a trigger? Any thoughts?
Click to expand...
Click to collapse
You could potentially use AutoNotifications with Tasker to detect the notification but I'd probably just set the trigger to the device booting or being unlocked, or make a widget with an app, like SManager, so you can just tap it.
I created a little app with Tasker. It works. I've used Tasker plenty but never created an app. Anyway, I don't know if this will work for anyone else, but this works for me at least
You need the Magisk module installed, BTW.
saccentekennedy said:
I created a little app with Tasker. It works. I've used Tasker plenty but never created an app. Anyway, I don't know if this will work for anyone else, but this works for me at least
You need the Magisk module installed, BTW.
Click to expand...
Click to collapse
Works fine for me. I'm gonna link this in the OP, if that's okay with you. What's the code that went into it? Just executes 'andromeda' when you launch it?
PokemonTotalWar said:
Works fine for me. I'm gonna link this in the OP, if that's okay with you. What's the code that went into it? Just executes 'andromeda' when you launch it?
Click to expand...
Click to collapse
Yup! My first app. Lol.
So congrats this is very interesting!
I'm curious, though.. I'm rooted and I've got substratum and magisk 15.x installed (current version). I purchased and installed Andromeda. I downloaded and installed y'alls zip and the apk. Is there a way to check that it's working properly? What I do have is the module in magisk is enabled but the actual Andromeda app keeps closing when I tap it (wasn't sure if it was even supposed to be opened or if it was a background app)
lido said:
So congrats this is very interesting!
I'm curious, though.. I'm rooted and I've got substratum and magisk 15.x installed (current version). I purchased and installed Andromeda. I downloaded and installed y'alls zip and the apk. Is there a way to check that it's working properly? What I do have is the module in magisk is enabled but the actual Andromeda app keeps closing when I tap it (wasn't sure if it was even supposed to be opened or if it was a background app)
Click to expand...
Click to collapse
When you launch it, Andromeda mode should be activated and you can just launch Substratum. You can check if Andromeda mode is on by checking under the Substratum settings. Under System Certification it should say Andromeda mode (Certified). Substratum should also launch after you launch the Andromeda app included here
Sent from my OnePlus 5 using XDA Labs
Ah well sadly it's not activating for me....
I will keep my eye on this though!
lido said:
Ah well sadly it's not activating for me....
I will keep my eye on this though!
Click to expand...
Click to collapse
Have you tried running the commands in the terminal? It might be that the app just isn't working for you for some reason
Sent from my OnePlus 5 using XDA Labs
Yes the terminal emulator works. I was just hoping the app would work to survive a reboot (which I do frequently) I'm just lazy!
lido said:
Yes the terminal emulator works. I was just hoping the app would work to survive a reboot (which I do frequently) I'm just lazy!
Click to expand...
Click to collapse
Do you own Tasker? If you do, I actually made a profile to enable Andromeda whenever I launch Substratum, and I'll upload it if anyone is interested. I don't know how to make an application-triggered task into an app, though.
Sent from my OnePlus 5 using XDA Labs
I have noticed that I can't seem to use this module alongside anything else that also adds to /system/xbin (specifically "Busybox for Android NDK" by osm0sis). Only one seems to stick. I don't know if that's just a side effect of the way magisk works or an issue with one of the scripts. Could anyone provide any insight into this issue?
qwer777 said:
I have noticed that I can't seem to use this module alongside anything else that also adds to /system/xbin (specifically "Busybox for Android NDK" by osm0sis). Only one seems to stick. I don't know if that's just a side effect of the way magisk works or an issue with one of the scripts. Could anyone provide any insight into this issue?
Click to expand...
Click to collapse
I honestly have no idea, mine works
Sent from my OnePlus 5 using XDA Labs
qwer777 said:
I have noticed that I can't seem to use this module alongside anything else that also adds to /system/xbin (specifically "Busybox for Android NDK" by osm0sis). Only one seems to stick. I don't know if that's just a side effect of the way magisk works or an issue with one of the scripts. Could anyone provide any insight into this issue?
Click to expand...
Click to collapse
I honestly have no idea, mine works fine and I have both enabled. What's your Magisk version and other modules?
Sent from my OnePlus 5 using XDA Labs
PokemonTotalWar said:
I honestly have no idea, mine works fine and I have both enabled. What's your Magisk version and other modules?
Click to expand...
Click to collapse
Magisk Version: 15.2
Device: Pixel 2 XL (Taimen)
Modules:
qwer777 said:
Magisk Version: 15.2
Device: Pixel 2 XL (Taimen)
Modules:
Click to expand...
Click to collapse
I honestly have no idea. It might just be a quirk of the Pixels or something. I have no idea how to fix it. I'll look into it a little to see if something obvious is happening and I'm missing it, but no problems. Can you share your Magisk Log?
Sent from my OnePlus 5 using XDA Labs
Ran this script. Rebooted. My navbar disappeared and all icons went square with no option to change icons back to circle. Pixel 2. Magisk with factory Jan. 8.1. I'm not sure what could have caused this. I had to edit my build.prop to get the softkeys back. I guess no more OTAs for me. Anyone know how to get circle icons back?
btreu1 said:
Ran this script. Rebooted. My navbar disappeared and all icons went square with no option to change icons back to circle. Pixel 2. Magisk with factory Jan. 8.1. I'm not sure what could have caused this. I had to edit my build.prop to get the softkeys back. I guess no more OTAs for me. Anyone know how to get circle icons back?
Click to expand...
Click to collapse
I don't know what would have caused this issue, this script only enables Andromeda, nothing more. Did you do anything in Substratum before rebooting?
Sent from my OnePlus 5 using XDA Labs

Substratum beta not working in fresh install of PIE

Tried using substratum beta 999 but I get a message saying it can't fall back to rooted mode. I'm using magisk 16. Any ideas?
Sent from my [device_name] using XDA-Developers Legacy app
gvsukids said:
Tried using substratum beta 999 but I get a message saying it can't fall back to rooted mode. I'm using magisk 16. Any ideas?
Click to expand...
Click to collapse
Go back to 998 and it'll work
Also, for good measure, update to Magisk 16.7 Beta.
Any themes that work?
Sent from my [device_name] using XDA-Developers Legacy app
gvsukids said:
Any themes that work?
Click to expand...
Click to collapse
I was using flux on my essential phone without any issues on the dp's
crixley said:
I was using flux on my essential phone without any issues on the dp's
Click to expand...
Click to collapse
Which flux? The one by ginnias didn't work
Sent from my [device_name] using XDA-Developers Legacy app
Sorry if it's the wrong place to ask, but:
Does substratum work without root on Android P?
Also, can someone point me to the beta apk, I tried 998 from apkmirror and it didn't work? Thanks
harisyks said:
Sorry if it's the wrong place to ask, but:
Does substratum work without root on Android P?
Also, can someone point me to the beta apk, I tried 998 from apkmirror and it didn't work? Thanks
Click to expand...
Click to collapse
No it doesn't work without root. 998 refers to the beta substratum not the previous version from the play store. A weird situation happened in which beta is currently a version number behind play store version. Anyways you'll need that apk from telegram.
I'm new to using Substratum and i got the 998 version on the web, I'v tried a few different them but none of them have worked, i found Ethereal theme which is updated to work with Pie, but i still get the same results. After selecting all the options in Substratum and clicking build and install, all goes good and shows it was compiled but nothing in the phone changing. I go to manager and it said no overlays installed. Can anyone help please.
Thanks in advance.
FilthyFord said:
I'm new to using Substratum and i got the 998 version on the web, I'v tried a few different them but none of them have worked, i found Ethereal theme which is updated to work with Pie, but i still get the same results. After selecting all the options in Substratum and clicking build and install, all goes good and shows it was compiled but nothing in the phone changing. I go to manager and it said no overlays installed. Can anyone help please.
Thanks in advance.
Click to expand...
Click to collapse
Reboot, then go back to manager in Substratum to Enable.
lightningdude said:
Reboot, then go back to manager in Substratum to Enable.
Click to expand...
Click to collapse
Am i supposed to have this installed and enabled. Or anything from Majisk? When i go back to manager in Substratum there is nothing there. It tells me to compile a theme to use the manager.
FilthyFord said:
Am i supposed to have this installed and enabled. Or anything from Majisk? When i go back to manager in Substratum there is nothing there. It tells me to compile a theme to use the manager.
Click to expand...
Click to collapse
If you're rooted with Magisk, and are using Substratum version 998, compile your theme as normal, tapping build and enable when you've selected your overlays. When your phone finishes that process, reboot your phone. Go back into Substratum, and if your theme is compatible with Pie, you'll have overlays in the Manager tab.
For example, I use Sai's Oreo Theme, which doesn't advertise being compatible, but it is. Just don't install the navbar overlay. I also use Stasusbar Clock Tweaks for P, from these forums.
lightningdude said:
If you're rooted with Magisk, and are using Substratum version 998, compile your theme as normal, tapping build and enable when you've selected your overlays. When your phone finishes that process, reboot your phone. Go back into Substratum, and if your theme is compatible with Pie, you'll have overlays in the Manager tab.
For example, I use Sai's Oreo Theme, which doesn't advertise being compatible, but it is. Just don't install the navbar overlay. I also use Stasusbar Clock Tweaks for P, from these forums.
Click to expand...
Click to collapse
Still a no go for me. I tried Sai's theme that you mentioned and unchecked the navigation so that it don't need with it. Built and enabled, once done the system UI restarted, i then restarted the phone and go back into substratum too the manager and it still says to compile a theme to use the manager. Right now I'm using substratum 998, I've tried with Majisk 16.0, 16.4 and 16.7. not sure what's going on with mine. Thanks for the help though.
---------- Post added at 01:03 PM ---------- Previous post was at 12:55 PM ----------
Unless it's because i didn't clean flash Pie. I removed the -w and flashed that way. But everything else send to be working properly. I might redo the flash today and try it on a clean install.
For everyone having the issue of no overlays being installed after reboot... You are using the wrong substratum APK. You NEED the 998 BETA version from TELEGRAM. You will ONLY be able to get it from TELEGRAM. Searching on Google will only get you an older play store version of the same number.
Now, any questions?
k.s.deviate said:
For everyone having the issue of no overlays being installed after reboot... You are using the wrong substratum APK. You NEED the 998 BETA version from TELEGRAM. You will ONLY be able to get it from TELEGRAM. Searching on Google will only get you an older play store version of the same number.
Now, any questions?
Click to expand...
Click to collapse
How do i get on the telegram conversation to get the apk
I have similar problems.
Got substratum to work with 'dark grey' overlay.
This was using 998 from apk-mirror.
Now I have this, and only this one overlay in the 'manager'-tab in substratum.
I can freely activate and deactivate it.
However, I can NOT delete it.
I can not compile other overlays, and I can not compile it again with different settings/colors.
Deinstalling and reinstall of substratum did not help, reboot in between did not help.
Finally I got 998 from the telegram beta channel, downloaded and tried 3 different builds, nothing changed.
I am still semi-happy -- at least I can apply the compiled dark grey overlays, which is better than nothing.
Oh yes, and I also flashed Android PIE again before problems started, using the "-w" method, as I got stuck in a bootloop after applying a font.
hardcoremildred said:
I have similar problems.
Got substratum to work with 'dark grey' overlay.
This was using 998 from apk-mirror.
Now I have this, and only this one overlay in the 'manager'-tab in substratum.
I can freely activate and deactivate it.
However, I can NOT delete it.
I can not compile other overlays, and I can not compile it again with different settings/colors.
Deinstalling and reinstall of substratum did not help, reboot in between did not help.
Finally I got 998 from the telegram beta channel, downloaded and tried 3 different builds, nothing changed.
I am still semi-happy -- at least I can apply the compiled dark grey overlays, which is better than nothing.
Oh yes, and I also flashed Android PIE again before problems started, using the "-w" method, as I got stuck in a bootloop after applying a font.
Click to expand...
Click to collapse
Can you send me a link to the telegram group please
FilthyFord said:
Can you send me a link to the telegram group please
Click to expand...
Click to collapse
I connected to this telegram channel:
https://t.me/substratumci
which is announced as beta-channel in the official substratum telegram group link list.

[Question] DP 3 and shbstratum?

Hi guys, does anyone of you tried substratum on dp3?
Im running dp3 for a week. Quite stable and fast. So im happy woth it. Just one problem substratum not working at all. I install overlays, it installed successfully but after reboot nothing shows up in a manager tab.
Im rooted.
Susbtratum was working on stock 5.1.9 rooted
meistr91 said:
Hi guys, does anyone of you tried substratum on dp3?
Im running dp3 for a week. Quite stable and fast. So im happy woth it. Just one problem substratum not working at all. I install overlays, it installed successfully but after reboot nothing shows up in a manager tab.
Im rooted.
Susbtratum was working on stock 5.1.9 rooted
Click to expand...
Click to collapse
for me its not even working on stock 5.1.9 rooted... how its working for you
i just want to change my navigation keys and download a theme for substratum
what are the steps?
nitinvaid said:
for me its not even working on stock 5.1.9 rooted... how its working for you
i just want to change my navigation keys and download a theme for substratum
what are the steps?
Click to expand...
Click to collapse
I dont know i just installed over a rooted phone like always. Just not all themes are working for one plus 6, but it at least appear after reboot in overlay manager tab. On dp 3 nothing appears..
There is no speacial instructions for substratum, it installs from a playstore and if you're rooted it will work. Install a theme, configure an overlays, install it, reboot device, after reboot go to overlay manager tab select needed overlays, press Enable it.
nitinvaid said:
for me its not even working on stock 5.1.9 rooted... how its working for you
i just want to change my navigation keys and download a theme for substratum
what are the steps?
Click to expand...
Click to collapse
I used substratum on stock 5.1.9 without root & overlays work perfectly now i am using P beta no more substratum without root sad thing
nitinvaid said:
for me its not even working on stock 5.1.9 rooted... how its working for you
i just want to change my navigation keys and download a theme for substratum
what are the steps?
Click to expand...
Click to collapse
OnePlus navbar is different to stock Android. Themes tend not to work on it.
I'm using Substratum on 5.1.9 pretty successfully but the process for applying themes is more convoluted with the latest security patches. Swift Dark has good instructions included (see pic), but I can't get its inbuilt accent colours to apply
alimuhammadx said:
I used substratum on stock 5.1.9 without root & overlays work perfectly now i am using P beta no more substratum without root sad thing
Click to expand...
Click to collapse
Im on dp rooted substartum mot working. So what u mean by saying that is not wotking without root?
comicbookguy72 said:
OnePlus navbar is different to stock Android. Themes tend not to work on it.
I'm using Substratum on 5.1.9 pretty successfully but the process for applying themes is more convoluted with the latest security patches. Swift Dark has good instructions included (see pic), but I can't get its inbuilt accent colours to apply
Click to expand...
Click to collapse
the images are not loading....
nitinvaid said:
the images are not loading....
Click to expand...
Click to collapse
It's there but it took a while
comicbookguy72 said:
OnePlus navbar is different to stock Android. Themes tend not to work on it.
I'm using Substratum on 5.1.9 pretty successfully but the process for applying themes is more convoluted with the latest security patches. Swift Dark has good instructions included (see pic), but I can't get its inbuilt accent colours to apply
Click to expand...
Click to collapse
if this is the thing that nav bar is different ill try to create a theme for myself
Nope, it says that since the march security patch you have to select overlays, build and enable, reboot, enable overlays again, then reboot again to apply properly
comicbookguy72 said:
Nope, it says that since the march security patch you have to select overlays, build and enable, reboot, enable overlays again, then reboot again to apply properly
Click to expand...
Click to collapse
will try this apply from manager?
meistr91 said:
Im on dp rooted substartum mot working. So what u mean by saying that is not wotking without root?
Click to expand...
Click to collapse
Substratum work on rooted p devices i check in multiple themes but in Android p i can't able to use it without root if i root my device banking apps wouldn't work for me.In Android oreo i used it without root thanks to rootless theming.
I am using Substratum with Swift Black Substratum Theme on Android Pie DP3. Also do not try using systemUI related overlay as it will cause SystemUI Crash. You need to be rooted and TWRP recovery installed.
1. Always Backup.
2. Compile the app overlays in Substratum.
3. Boot into TWRP
4. Mount System Partition.
5. Goto Advanced and File manager.
6. Copy/Move the compiled overlays from /sdcard/.substratum to /system/system/app
7. Reboot the phone. Enable the overlays in Substratum.
P.S: If you accidentally stuck on SystemUI crash, just boot into TWRP file manager and delete the overlay from /system/system/app.
I have read it in Substratum thread. And it works perfectly
Happy Theming
alimuhammadx said:
Substratum work on rooted p devices i check in multiple themes but in Android p i can't able to use it without root if i root my device banking apps wouldn't work for me.In Android oreo i used it without root thanks to rootless theming.
Click to expand...
Click to collapse
Man is not working! There is themes in playstore which supports android p, but not an oxygen os P..
My banking apps working with root i was rooted 5.1.9+twrp, my banking app was working, I was using google pay and substratum...
meistr91 said:
Man is not working! There is themes in playstore which supports android p, but not an oxygen os P..
My banking apps working with root i was rooted 5.1.9+twrp, my banking app was working, I was using google pay and substratum...
Click to expand...
Click to collapse
Oh thanks for clarifying

[ROOT] Substratum on Android Pie Beta (Oxygen)

Any one tried substratum theme on Android pie open beta with success? If yes than explain how?
Edit: Works well now. Forget to uninstall Andromeda.
1.)Install substratum (uninstall Andromeda)
2.)Select theme (theming systemui and Android system should avoid it may cause crashes)
3.)Build & Enable
4.)Reboot
4.)Overlay manager
5.)Enable.
Enjoy Black Theme. (Or white or dark)
(Tested with Swift Black)
prins29 said:
Any one tried substratum theme on Android pie open beta with success? If yes than explain how?
Click to expand...
Click to collapse
AOSPui is working pretty good for me. Only quick settings isn't theming for me.
Open substratum
Install overlays
Reboot
Open substratum
Go to substratum manager
Enable overlays
Done.
prins29 said:
Any one tried substratum theme on Android pie open beta with success? If yes than explain how?
Click to expand...
Click to collapse
I also have this problem, seems like it installs fine but after reboot nothing is there anymore. Swift Dark is what I'm trying to use right now
guyverzero said:
I also have this problem, seems like it installs fine but after reboot nothing is there anymore. Swift Dark is what I'm trying to use right now
Click to expand...
Click to collapse
Happened to me on 5.1.11. All you have to do is go to the accent color. Switch it to something different then switch it back. IDK if it'll work for PIE but I would try that. Just flashed over to Pie and I'm just now getting up everything so I'm going to try myself.
guyverzero said:
I also have this problem, seems like it installs fine but after reboot nothing is there anymore. Swift Dark is what I'm trying to use right now
Click to expand...
Click to collapse
Same here. Able to see overlay installed but nothing in overlay manager.
Edit : old post . OP edited.
What did you pick in substratum for android version? Oxygen OS android 8? Or "others?"
It's still not working for me unfortunately, did an accent color change and I've actually never had Andromeda installed at all. Coming from stable Oreo build...
Thought Substratum was blocked in Pie...
Subs is working fine for me with pitch black. Followed the same procedure as in the OP.
tlxxxsracer said:
Thought Substratum was blocked in Pie...
Click to expand...
Click to collapse
Rootless is blocked AFAIK
guyverzero said:
What did you pick in substratum for android version? Oxygen OS android 8? Or "others?"
It's still not working for me unfortunately, did an accent color change and I've actually never had Andromeda installed at all. Coming from stable Oreo build...
Click to expand...
Click to collapse
I tried with others and without theming systemui and Android system. And theme not working on some system apps. May because of material 2 ui (new oxygen apps).
tlxxxsracer said:
Thought Substratum was blocked in Pie...
Click to expand...
Click to collapse
Rootless with Andromeda not supported.
Just flash magisk and acquire root and you are good to go.
justen7723 said:
AOSPui is working pretty good for me. Only quick settings isn't theming for me.
Open substratum
Install overlays
Reboot
Open substratum
Go to substratum manager
Enable overlays
Done.
Click to expand...
Click to collapse
I am on Pie Open Beta 1, did the above steps but after reboot, nothing appears in the manager. I am using AOSPui too. How did you get it to work?
+1
Using Swift Black.
Nothing shows in manager before and after reboot.
prins29 said:
I tried with others and without theming systemui and Android system. And theme not working on some system apps. May because of material 2 ui (new oxygen apps).
Click to expand...
Click to collapse
Ob pie substratum is buggy. Here instructions how to get it working:
1. Install latest beta of substartum i think it 1001
2. Disable all magisk modules!
3. Reboot
4. Install overlays that u need
5. Go to file explorer make show hidden files
6. Go to your main storage and there must be folder named . substratum in there will be all installed overlays
7. Copy them and paste into system/app
8. Reboot go to substartum app overlay manager and overlays will be there, enable them, reboot
9. Enable magisk modules
10. Reboot
Youre welcome!
meistr91 said:
Ob pie substratum is buggy. Here instructions how to get it working:
1. Install latest beta of substartum i think it 1001
2. Disable all magisk modules!
3. Reboot
4. Install overlays that u need
5. Go to file explorer make show hidden files
6. Go to your main storage and there must be folder named . substratum in there will be all installed overlays
7. Copy them and paste into system/app
8. Reboot go to substartum app overlay manager and overlays will be there, enable them, reboot
9. Enable magisk modules
10. Reboot
Youre welcome!
Click to expand...
Click to collapse
You don't need all this steps! I'm on Open beta 1 Pie, installed latest substratum beta from telegram channel and belo, mono/art are working great. Off course i'm rooted, you need only to build & compile theme, then reboot then apply it :good:
Without Root you can't use Substratum on Pie right, please change the topic of this thread its misleading!
Hitman478™ said:
You don't need all this steps! I'm on Open beta 1 Pie, installed latest substratum beta from telegram channel and belo, mono/art are working great. Off course i'm rooted, you need only to build & compile theme, then reboot then apply it :good:
Click to expand...
Click to collapse
Im on HOS beta 3, i thought it related to substartum on pie in general, cuz this steps I found on official substratum thread.
meistr91 said:
Im on HOS beta 3, i thought it related to substartum on pie in general, cuz this steps I found on official substratum thread.
Click to expand...
Click to collapse
Exactly my point was, these all steps are involved only if your OP6 is rooted, he should've written Root in the title!
Sent from my ONEPLUS A6000 using XDA Labs
jiatern said:
I am on Pie Open Beta 1, did the above steps but after reboot, nothing appears in the manager. I am using AOSPui too. How did you get it to work?
Click to expand...
Click to collapse
U have modules installed in magisk? Try disabling ALL of them first, then proceed to install substratum theme :good:
meistr91 said:
Im on HOS beta 3, i thought it related to substartum on pie in general, cuz this steps I found on official substratum thread.
Click to expand...
Click to collapse
I knew this steps, they're old for the first version of pie with old substratum... I've tested the way i write up, for me it's working without doing all that passages
Hitman478™ said:
I knew this steps, they're old for the first version of pie with old substratum... I've tested the way i write up, for me it's working without doing all that passages
Click to expand...
Click to collapse
On oxygen os yes, in hydrogen beta 3 we still need these steps. Cuz i tried to download latest beta from telegram beta chat, but after installing overlays it not apear in overlay manager, after reboot aswell, just nothing is there.
I found hydrogen os more stable in this beta race so for a while im sticking with it. But it is so annoying to disable everything, reboot, then overlays and all that **** steps

[CLOSED](MOD) Center/Right Clock Magisk Module - OnePlus 7 Pro with OxygenOS firmware

Hi,
with pleasure I share the module for center/right clock in the status bar, the module is created by @Tulsadiver, tested by me on Oneplus 7 Pro with firmware version as specified file name.
ESSENTIAL PREREQUISITE: BEFORE INSTALLING THE MOD, IT IS NECESSARY TO INSTALL, IF NOT PRESENT, THE "OVERLAY MOUNT FIX" MODULE BY @Zackptg5 DOWNLOADABLE FROM MAGISK MANAGER, WITHOUT THIS THE CLOCK MODULE WILL NOT WORK!
It is a magisk module and I want to repeat that it can only be used on Oneplus 7 Pro.
The module can only be used with the firmware release indicated in the file name, it will be my commitment to update the thread with the release of future updates.
I'm trying it and it doesn't seem to show any problems but I still recommend making a backup before trying it.
To remove the mod, simply uninstall the module using magisk manager or, if this is not usable, from recovery twrp, using the file manager deleting the module "OP7_VrThemer_OPSystemUI" that you find at the following path:
/data/adb/modules
Update: How to remove the module in case of failure (procedure valid for any magisk module):
Turn off the phone by pressing and holding the power button for a few seconds.
Turn the phone back on.
After the "Bootloader Unlocked" warning appears, press and hold down the "Volume up" and "Volume down" keys at the same time, until the startup animation appears.
The phone will boot correctly but will be operating in "Safe mode".
Now restart your phone normally.
The phone will boot in standard operating mode but with all magisk modules disabled.
Remove the magisk module that caused the problem and enable your other modules and reboot one last time.
The phone operating as if nothing had happened
My biggest, massive, THANKS go to @Tulsadiver, for sending me his xml file with the modifications necessary to obtain the movement of the clock and for passing me Its VRThemer module, without your help I could not have avoided the bootloop ... I can say that the mod is all from @Tulsadiver, the mod is all the result of his work and his expertise, I have only been a tester and shared his fantastic work with you.
Thanks also to @dladz, for giving me his support and advice!
Attention each module you find in this post is specific to the firmware indicated in the file name, with each new firmware it will be my concern to release the new updated module.
Flashing always at your own risk!!!
To be installed only with Magisk Manager, if installed by TWRP it does not work.
Please read all indications before proceeding with the installation, module has been tested and is working on the OxygenOS 10 and OxygenOS 11 based firmware, NOT tested with other firmware and non-OxygenOS based roms.
P.S. To complete the information, I have not had the opportunity to try the same module with other firmware versions, it could work but I have no way of knowing, if you decide to try remember that it should only be used on Oneplus 7 Pro with firmware OxygenOS 10 and OxygenOS 11 and that you do at your own risk. I test the module with the firmware specified in the file name before publishing it, if it is here for you it means that it has not given me any problems.
Flashing always at your own risk!!!
This sounds awesome. Thank you very much. I know it's a lot to ask, but would you be able to make a version that moves the clock to the right? That would be truly amazing if at all possible
a63548 said:
This sounds awesome. Thank you very much. I know it's a lot to ask, but would you be able to make a version that moves the clock to the right? That would be truly amazing if at all possible
Click to expand...
Click to collapse
Check your pm
You should post the right clock as well
Just a humble request, can you create a telegram group to support and test your module, it will be faster
a63548 said:
This sounds awesome. Thank you very much. I know it's a lot to ask, but would you be able to make a version that moves the clock to the right? That would be truly amazing if at all possible
Click to expand...
Click to collapse
mholloway said:
You should post the right clock as well
Click to expand...
Click to collapse
work in progress...stay tuned
Added to the first post mod for right clock and updated the module for center clock (if you want to update remove the old release, restart and install the new one).
I await your feedback.
Thanks to @Tulsadiver for his patience in supporting me and for his great availability!
New update of the "center clock" module, fixed clock displayed in the lockscreen defect, I recommend removing those installed up to now and replace with the latter released
Thanks for the mod. I tried the right clock mod but it did not work. Just to be fair, I tried on stable OS 10.3.5 and NOT on beta OS. Mod installed w/o any errors and I can see this mod installed in the Magisk Manager but clock is still on the left side. Rebooted twice, still no go. May be the beta 18 OS is the only OS that support this module. Keep up the good work. Thanks.
Gr8man001 said:
Thanks for the mod. I tried the right clock mod but it did not work. Just to be fair, I tried on stable OS 10.3.5 and NOT on beta OS. Mod installed w/o any errors and I can see this mod installed in the Magisk Manager but clock is still on the left side. Rebooted twice, still no go. May be the beta 18 OS is the only OS that support this module. Keep up the good work. Thanks.
Click to expand...
Click to collapse
Sorry my mistake, try like this:
Remove the right clock module
Restart
Install "Overlay mount fix" module by @Zackptg5 from magisk manager
Restart
Reinstall the clock module
The overlay mount fix module is necessary for the mod to work and I forgot to write it, sorry.
I await feedback
Installed right clock on beta 18,not working.
Magisk 20.04
Magisk manager 8.0.2
mholloway said:
Installed right clock on beta 18,not working.
Magisk 20.04
Magisk manager 8.0.2
Click to expand...
Click to collapse
Try like this:
Remove the right clock module
Restart
Install "Overlay mount fix" module by @Zackptg5 from magisk manager
Restart
Reinstall the clock module
I await feedback
dianoandr said:
Try like this:
Remove the right clock module
Restart
Install "Overlay mount fix" module by @Zackptg5 from magisk manager
Restart
Reinstall the clock module
Click to expand...
Click to collapse
That worked
mholloway said:
That worked
Click to expand...
Click to collapse
My mistake, sorry to you and everyone, I have the "overlay mount fix" module installed by default in my phone and I have not taken into account that it is necessary for the module to work...sorry again
dianoandr said:
Sorry my mistake, try like this:
Remove the right clock module
Restart
Install "Overlay mount fix" module by @Zackptg5 from magisk manager
Restart
Reinstall the clock module
The overlay mount fix module is necessary for the mod to work and I forgot to write it, sorry.
I await feedback
Click to expand...
Click to collapse
I know it worked for someone else but it really messed up my phone. Phone boots fine but screen is dark i.e. no display anymore. I am on OS 10.3.5 and the current Magisk 20.4. I'll use the fast boot zip when I get home to bring the phone back to life. Thanks!
Gr8man001 said:
I know it worked for someone else but it really messed up my phone. Phone boots fine but screen is dark i.e. no display anymore. I am on OS 10.3.5 and the current Magisk 20.4. I'll use the fast boot zip when I get home to bring the phone back to life. Thanks!
Click to expand...
Click to collapse
Go to recovery, with the integrated file manager function, delete the module "OP7_VrThemer_OPSystemUI" that you find at the following path: /data/adb/modules and reboot
dianoandr said:
Go to recovery, with the integrated file manager function, delete the module "OP7_VrThemer_OPSystemUI" that you find at the following path: /data/adb/modules and reboot
Click to expand...
Click to collapse
That did the trick. Thanks for your help. My phone came back to life and working fine
So, is it safe to say that right side clock module only work with OS 18 beta and not the latest stable OS 10.3.5?
Thanks again for your help.
Gr8man001 said:
That did the trick. Thanks for your help. My phone came back to life and working fine
So, is it safe to say that right side clock module only work with OS 18 beta and not the latest stable OS 10.3.5?
Thanks again for your help.
Click to expand...
Click to collapse
Happy it's back to normal, it's a trick to keep in mind for emergency situations.
The change itself is the same for all versions of oxygenos based on android 10, it probably changes something else in the apk and as a consequence the .xml file compiled with the mod, crashes your opsystemui.
I sent you a p.m.
I can confirm that mod works fine on Beta 19 as well? Thanks
Gr8man001 said:
I can confirm that mod works fine on Beta 19 as well Thanks
Click to expand...
Click to collapse
Great news, however as soon as I update my phone, I check that there are no major changes related to the apk and eventually update the modules to avoid instability.

Categories

Resources