[Magisk module] OnePlus launcher with Google Feed - OnePlus 7 Pro Themes, Apps, and Mods

Google Feed Oneplus lancher
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Those of you who buy the OnePlus 7 pro (or 6, 6t, 7) at T mobile in the USA got Google feed and the shelf on the left screen
All us others we got only the shelf on the left screen.
I really hope OnePlus will fixes this. The code and everything is in the OnePlus launcher we just have to activate it.
UPDATE!!
theo.j22 said:
@stian230 just edit build.prop and add "ro.build.mea=1" and reboot, you will now have option to choose google feed.
PS- I didn't find this fix, I think Quickswitch developer found it.
Click to expand...
Click to collapse
This change everything, now we can edit the build.prop and activate Google feed ! ! huge thank to @DanGLES3
@theo.j22
and to making it even easier @aer0zer0 made a Magisk modul
aer0zer0 said:
I've made a magisk mod to simplify it. Just uninstall anything related to making left work, update to the latest OOS launcher in the playstore, flash the mod and reboot.
https://www.androidfilehost.com/?fid=4349826312261733689
Click to expand...
Click to collapse
Credits to @aer0zer0, @DanGLES3 and @theo.j22 for sharing.
Instructions:
* Uninstall previously GoogleFeed modules and update Launcher in Play store.
* Install OOSLeft_V1.zip.
* Now you can updates the launcher from Play with out losing Google Feed:good:
Instructions Android 9:
1. Download the module flash it and reboot .
2. Go to Google play store and uninstall OnePlus launcher and disable auto-update.
3. Hit the home button.
Tip: If you want to keep the same layout of your homescreen from the original launcher, use OnePlus Switch application to backup OnePlus Launcher and after you have the modded launcher with Google Feed installed, do a restore for OnePlus Launcher from OnePlus Switch, worked like a charm. Avoids having to re-do the entire homescreen layout or app folders.
Credits :
@paphonb
@Skittles9823
@sd3993
@theo.j22
@aer0zer0
@DanGLES3

Please share specific changes to the APK (i assume smali code) so that we can make these modifications to new OnePlus launcher apks/updates incase you don't update new versions

NateDev said:
Please share specific changes to the APK (i assume smali code) so that we can make these modifications to new OnePlus launcher apks/updates incase you don't update new versions
Click to expand...
Click to collapse
At first you have to decompile classes2.dex.
There are 2 changes to make at .\classes2.dex\net\oneplus\launcher\config\BaseFlags.smali:
change (at lines 73 and 86 for 3.3.4)
Code:
invoke-static {v0}, Lcom/oneplus/lib/util/ReflectUtil;->isFeatureSupported(Ljava/lang/String;)Z
move-result v0
to
Code:
const v0, 0x1
recompile and thats it!

NateDev said:
Please share specific changes to the APK (i assume smali code) so that we can make these modifications to new OnePlus launcher apks/updates incase you don't update new versions
Click to expand...
Click to collapse
Soooo.. that's the response we get sharing a mod ?
No thank you or great work ?
Just give us the SPECIFIC details of the mod and that's it.

HofaTheRipper said:
At first you have to decompile classes2.dex.
There are 2 changes to make at .\classes2.dex\net\oneplus\launcher\config\BaseFlags.smali:
change (at lines 73 and 86 for 3.3.4)
to
recompile and thats it!
Click to expand...
Click to collapse
Thanks for helping

stian230 said:
Soooo.. that's the response we get sharing a mod ?
No thank you or great work ?
Just give us the SPECIFIC details of the mod and that's it.
Click to expand...
Click to collapse
Well this has been out for a year and was already posted and updated I believe in the oneplus 6 subforum
Edit: https://forum.xda-developers.com/oneplus-6/themes/oneplus-6-launcher-modded-to-add-google-t3845581

_Hinnie_ said:
Well this has been out for a year and was already posted and updated I believe in the oneplus 6 subforum
Edit: https://forum.xda-developers.com/oneplus-6/themes /oneplus-6-launcher-modded-to-add-google-t3845581
Click to expand...
Click to collapse
Yea , that is my thread from OnePlus 6 forums .
Now I'm her and share something I've made!
But If you prefer you can use the OnePlus 6 thread
8 months ago @paphon discovered the code in the launcher and modded it and shared it like people do on XDA.

I getting an unzip error

New version :
Realest date 03.06.2019
Oneplus. launcher_3.3.4.190530224606.8cb6c6b.
Changelog
• Improved confirm password UI for hidden space

auggie246 said:
I getting an unzip error
Click to expand...
Click to collapse
That's strange it works fine her , can u get a screenshot?

Thank you for your work! @stian230
Does this require root?

ejp79 said:
Thank you for your work! @stian230
Does this require root?
Click to expand...
Click to collapse
Yes. It is a Magisk Module which is a SuperUser app for root on Android.
Thank you for making this OP! Happy to see you here

NEW UPDATE !
Changelog:
Fixed status bar issue

stian230 said:
NEW UPDATE !
Changelog:
Fixed status bar issue
Click to expand...
Click to collapse
Thanks mate. This is the latest OnePlus Launcher update right ? They implemented the status bar icon color fix.

JJay666 said:
Thanks mate. This is the latest OnePlus Launcher update right ? They implemented the status bar icon color fix.
Click to expand...
Click to collapse
Yes , realest date 04.06.2019 ?

Can we get Google now dark mode?

hosmsdos said:
Can we get Google now dark mode?
Click to expand...
Click to collapse
If you're rooted and if you have swift installer, you can get the launcher themed which should make google now black as well. Haven't tested with google now, but the original side cards we're all black so i'm guessing it should work too.

hosmsdos said:
Can we get Google now dark mode?
Click to expand...
Click to collapse
I'm guessing and hoping that Google will implement the dark team in Google now like they done in all the other Google apps.

HofaTheRipper said:
At first you have to decompile classes2.dex.
There are 2 changes to make at .\classes2.dex\net\oneplus\launcher\config\BaseFlags.smali:
change (at lines 73 and 86 for 3.3.4)
Code:
invoke-static {v0}, Lcom/oneplus/lib/util/ReflectUtil;->isFeatureSupported(Ljava/lang/String;)Z
move-result v0
to
Code:
const v0, 0x1
recompile and thats it!
Click to expand...
Click to collapse
Do u think we could implement it on the apk itself (without needing Magisk) and recompile it with a different name? I say that since alot of us doesn't have a rooted phone..
PS: i dont want to unlock my bootloader and root so i dont lose Netflix QHD playback..
Thanks for the great job

theone_s_me said:
At first you have to decompile classes2.dex.
There are 2 changes to make at .\classes2.dex\net\oneplus\launcher\config\BaseFlags.smali:
change (at lines 73 and 86 for 3.3.4)
to
Do u think we could implement it on the apk itself (without needing Magisk) and recompile it with a different name? I say that since alot of us doesn't have a rooted phone..
PS: i dont want to unlock my bootloader and root so i dont lose Netflix QHD playback..
Thanks for the great job
Click to expand...
Click to collapse
OnePlus launcher and Google both require to be installed as system app for this to work and it's kind of hard getting them in system without root access. Have I missed out on something do we lose QHD playback in Netflix after unlooked bootloader ? ? Has that been confirmed?

Related

[BACKPORT][6.0.1+] Pixel Launcher ODR-4023749 from Android 8.0 DP3

Pixel Launcher ODR-4023749 Backport for Android 6.0.1+​​
​
Yeah, yeah, yeah, I know I'm boring and I keep posting the same thing over and over after each Developer Preview from Android O 8.0 releases... But I needed to do this backport for my SHIELD Tablet anyways, so I really don't mind sharing it here. Find this irrelevant and repetitive, feel free to close the thread.
So... Yet another time, the title says it all.
This is a quick (I spent 3 hours on it) backport of the Pixel Launcher ODR-4023749, extracted from the Android O (8.0) Developer Preview 3. I extracted the APK from the sailfish (Google Pixel) and tested it on my SHIELD Tablet, and as it wasn't working I modded it so that it'd work just fine on any Android 6.0.1+ devices.
I have implemented the Google's signature verification patch, as according to this thread so that the application doesn't Force Close on launch, as well as all the goodies from the Pixel Launcher O-3952143 v2 backport.
I've tested the application in my SHIELD Tablet running official LineageOS 13.0 nightlies, as well as in my Wileyfox Swift 2 with Android 7.1.1, and seems to be working like a charm with latest Google Play Services installed.
However, like last time I'd like to roll call all of you to please, test it and report back with any issue you find.
DOWNLOAD LINK
MAGISK MODULE by @LazerL0rd
SMALI MODIFICATIONS
NOTE:
- DO NOT MIRROR MY FILES, please.
- The background color of the App Drawer won't look blue in Samsung devices, like last time, as I fixed it to look white.
- The apk, like last time, has been signed with my own key, so uninstall any previous versions before installing this one
- Bloggers! YouTubers! If you post links to this backport PLEASE, be sure NOT to make mirrors of it, and, it'd be awesome if you mentioned the original author in your blog posts.
- ¡Bloggeros! ¡YouTubers! Si posteais enlaces de éste backport, POR FAVOR, NO lo resubais, y, estaría genial si mencionárais quién es el autor del mismo.
- Do you want to get Android O emojis too? Check this out.
- No, still no reflection.engine crashes :laugh:
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Special thanks to P4Block for having to hear me screaming when the code doesn't work, and Jose (in case you read this), now you know why I was freaking out early today :silly:
Um so what if I'm using v2... Do I still need to uninstall?
No need... I just tried installing it and it failed... I'll try other methods
chibuzorotu said:
Um so what if I'm using v2... Do I still need to uninstall?
No need... I just tried installing it and it failed... I'll try other methods
Click to expand...
Click to collapse
Yes, you do need to remove all previous versions of it.
linuxct said:
Yes, you do need to remove all previous versions of it.
Click to expand...
Click to collapse
Done that and done the reboot.
It's working fine
Noticed that the option to change icon shape has been removed
Could u provide a flashable zip?
chibuzorotu said:
Done that and done the reboot.
It's working fine
Noticed that the option to change icon shape has been removed
Click to expand...
Click to collapse
It wouldn't work anyways, so at least the settings page isn't bloated.
chibuzorotu said:
Could u provide a flashable zip?
Click to expand...
Click to collapse
It's a bit late in here and I need to rest, but I will try to do it tomorrow.
Working fine on moto g4 plus running 7.1.2 rr...
Thanks a lot.
Gracias! Working Fine on Lenovo Vibe C2 running Android 6.0 Marshmallow.
Works on my stock non rooted S7. Thanks.
Anyone send flash zip please.
Tnx
What's new in version 3?
Works.
Sent from my Redmi Note 3 using Tapatalk
Isn't working the option to long press an icon to show up shortcuts? For example Google Maps > Go Home, etc... It does depend on the launcher? I've Android 7.0 / LG G5 SE
---------- Post added at 10:32 AM ---------- Previous post was at 10:25 AM ----------
One more thing, is it possible to change the number of icons displayed in a row? I've a 5.3'' and the other launchers give me much more space on the home screen. This one have only space for 4 icons in a row
KenjiHannya said:
Anyone send flash zip please.
Tnx
Click to expand...
Click to collapse
chibuzorotu said:
Could u provide a flashable zip?
Click to expand...
Click to collapse
https://cdn.sergiocastell.com/Pixel/PixelLauncher-8.0.0--ODR-4023749--TWRP.zip
anuraganasane said:
What's new in version 3?
Click to expand...
Click to collapse
Only Google knows
Actually, I've seen quite few new things specifically for Android O in the code (making calls to the method isAtLeastO), but nothing as big as the ones in DP2.
Dimas_sc said:
Isn't working the option to long press an icon to show up shortcuts? For example Google Maps > Go Home, etc... It does depend on the launcher? I've Android 7.0 / LG G5 SE
Click to expand...
Click to collapse
You need Android 7.1+ for the DeepShortcuts functionality, it's limited by the APIs.
Dimas_sc said:
One more thing, is it possible to change the number of icons displayed in a row? I've a 5.3'' and the other launchers give me much more space on the home screen. This one have only space for 4 icons in a row
Click to expand...
Click to collapse
It's possible to hardcode it but you can also try to modify your screen density (either from the Settings since you're on Android N), or using any other app to change the DPIs system-wide but that'd require root.
Thanks dev
Is it possible to enable quick shortcuts on Android 6 like nova launcher for example? Thanks
AxiK. said:
Is it possible to enable quick shortcuts on Android 6 like nova launcher for example? Thanks
Click to expand...
Click to collapse
No, since they used their own, proprietary implementation. Maybe once Google releases the source code of Android 8.0 someone tries to work on that, but for now I don't see the point in it.
(What I mean is that, if it was as easy as flicking a switch, I'd have already done that, but it's more complex, and requires some Android 7.1 APIs, so that's why)
@linuxct tnx for flashble zip
Tnx for your hard work
??
I am on Android beta, running 8.0.0(Nexus 6P) , but I cannot load the applicable Pixel launcher.
I get an error each time.
I was running an older version, but removed it, and still the new one will not load.
Any help would be appreciated.
edalton73 said:
I am on Android beta, running 8.0.0(Nexus 6P) , but I cannot load the applicable Pixel launcher.
I get an error each time.
I was running an older version, but removed it, and still the new one will not load.
Any help would be appreciated.
Click to expand...
Click to collapse
This mod is intended for users running on older versions of Android, and some functionalities may not work properly in Android 8.0 because of the backport itself... in your case, you can get the official app from APKmirror.
linuxct said:
This mod is intended for users running on older versions of Android, and some functionalities may not work properly in Android 8.0 because of the backport itself... in your case, you can get the official app from APKmirror.
Click to expand...
Click to collapse
Thanks, but I tried that one too. Same results.

[APP][PATCHED] Google Phone v53+BLACK THEME [NO ROOT]

Google phone​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
------------------------------------------------------------------------------------------------------------------------------------
Latest Google Phone app Beta (v.53) can now be installed from the Play Store on any phone.
------------------------------------------------------------------------------------------------------------------------------------
Current Stable Version: 52 link
2 buttons Version: 52 link
Changelog:
From version 19
1. New nav bar.
2. Only for Android 7.0+
From version 24
3. Nearby Places works.
4. Dark theme activated (Settings -> Display Options screen with the name Dark mode).
From version 26
5. Round fav. - activated.
From version 53
5. Latest Google Phone app Beta (v.53) can now be installed from the Play Store on any phone.
Does not work:
1. Spam Caller ID (automatically filter suspected spam calls)
2. Nearby Places - works (from v.24)
To make the APK install-able on any device, I have to sign it with my key (not original google key). This means these features cannot work on a modified APK. Sorry.
Some kind of phones aren't​ compatible with the app ( Some firmwares of HTC, MIUI, some models of Moto). I can't fix it, your firmware incompatible with app.
How to install:
Remove previous versions of Google Phone
Install like usual APK
Give permissions to app in Android Settings, including Modify System Settings.
Set as default calling app in Android Settings
Allow draw over other apps permission. (for floating button).
---------------------------------------------------------------------------
Current Black mods version - v.53
---------------------------------------------------------------------------
V. 53 Available mods:
(All questions in PM!)
1. Google phone v.53 (Black theme+Dark theme (grey), Enlarged photo). Screenshots.
2. Google phone v.53 (Enlarged Photo, black theme+dark theme, Dark background for anonymous contact). Screenshots.
3. Google phone v.53 (Enlarged Photo, Default theme (white)+Dark theme (grey). Screenshots.
I can make a private mods, you can find screenshots of ready mods in My Album. All questions in PM.
If you want to donate me, you can do it via Amazon gift card (Only $) , send from this page your amount to [email protected]
Reserved
For Thanks
working on Samsung S5 6.0.1, grettings!
Quick question, does the Essential Phone already use this app by default?
Zorn_ said:
Quick question, does the Essential Phone already use this app by default?
Click to expand...
Click to collapse
I don't know. My phone is OnePlus 3T.
Where is the download link?
Edit: got it thanks
Any way to fix the "cant call without permissions" from longpress shortcuts? On nougat 7.1.2
Sent from my LG-H932 using Tapatalk
brolic925t said:
Any way to fix the "cant call without permissions" from longpress shortcuts? On nougat 7.1.2
Sent from my LG-H932 using Tapatalk
Click to expand...
Click to collapse
Give permissions to app in Android Settings, including Modify System Settings.
Set as default calling app in Android Settings
Martin.077 said:
Give permissions to app in Android Settings, including Modify System Settings.
Set as default calling app in Android Settings
Click to expand...
Click to collapse
Hmm didnt work. Gunna try a reboot. If nothing works then ill go back to 7.0 non nexus [emoji31]
Ty though
Sent from my LG-H932 using Tapatalk
brolic925t said:
Hmm didnt work. Gunna try a reboot. If nothing works then ill go back to 7.0 non nexus [emoji31]
Ty though
Click to expand...
Click to collapse
Make a screenshot of permission screen, default phone app screen and error screen. Try to help you.
Martin.077 said:
Make a screenshot of permission screen, default phone app screen and error screen. Try to help you.
Click to expand...
Click to collapse
Will delete when solved or not
https://i.imgur.com/5JWGb1i.png
https://i.imgur.com/GOdCXrK.jpg
Sent from my LG-H932 using Tapatalk
brolic925t said:
Will delete when solved or not
https://i.imgur.com/5JWGb1i.png
https://i.imgur.com/GOdCXrK.jpg
Click to expand...
Click to collapse
Really don't know why it happened..... On all other devices it works fine.
Appreciate your work, its working good, i just wana know what does it require for those features that are not working as you posted in not working section?, also can u plz add if possible, a call recording feature inside this app?! Thanks for the app anyways . ?
yashj9 said:
Appreciate your work, its working good, i just wana know what does it require for those features that are not working as you posted in not working section?, also can u plz add if possible, a call recording feature inside this app?! Thanks for the app anyways .
Click to expand...
Click to collapse
Call recording not supported by Google.
To make the APK install-able on any device, I have to sign it with my key (not original google key). This means these features cannot work on a modified APK.
Please Attention!​ I also can make a private MOD for you with features you want. I can change photo size (square, round, rectangular), buttons place, any color, background, another anonymous photo, talking time inside end button and other. For a little donate. If you want, please write privare message.
You can see examples in my album
https://forum.xda-developers.com/album.php?u=8736584
This works great! Unfortunately, when I install it the keypad also has the Cyrrilic alphabet. Is there a way to disable this?
sockusminimus said:
This works great! Unfortunately, when I install it the keypad also has the Cyrrilic alphabet. Is there a way to disable this?
Click to expand...
Click to collapse
I downloaded again from 1 post and install . Only English.
Look at my screenshot.
When you uninstall old version, delete all program data and then install new.
Martin.077 said:
I downloaded again from 1 post and install . Only English.
Look at my screenshot.
When you uninstall old version, delete all program data and then install new.
Click to expand...
Click to collapse
That worked--thanks!
Thank you.
Sent from my Moto G (5) Plus using Tapatalk
Hi thanks for your work,missing calls works and make calls on Samsung A3 2016 but only Favorits dont works,app is set as Standart call App and have all promissions.
Do you have a solution or can you make a new apk where Favorits works ?
Samsung A3 2016 Android 7.0
Thanks

Substratum doesn't work on OxygenOS 5.1.6

im using oxygenos 5.1.6 with unlock bootloader and official twrp installed. but substratum doesn't work on mine. already grant the root access on the magisk manager, enabled the theme then restart system ui. stil nothing . and told me to reboot my devices. and still nothing. maybe you guys have the same problem with me. thxx (sorry for bad english). btw the theme that u tried to use it "navigate navbar".
It works for me. You have to change overlay states even after rebooting.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my ONEPLUS A6003 using Tapatalk
Andromeda - subtratun Ok, in 5.1.6
No issues here to,works just great.
Running pitch black and swift black.
Most things you can theme without a problem, some overlays doesn't work on oxygen .
Regards ysco..
Azhar_Fahry said:
im using oxygenos 5.1.6 with unlock bootloader and official twrp installed. but substratum doesn't work on mine. already grant the root access on the magisk manager, enabled the theme then restart system ui. stil nothing . and told me to reboot my devices. and still nothing. maybe you guys have the same problem with me. thxx (sorry for bad english). btw the theme that u tried to use it "navigate navbar".
Click to expand...
Click to collapse
You need to build & update not enable, then reboot and enable
U have to install themes, then reboot and then enable and possible reboot again
Hitman478™ said:
You need to build & update not enable, then reboot and enable
Click to expand...
Click to collapse
Bradl79 said:
U have to install themes, then reboot and then enable and possible reboot again
Click to expand...
Click to collapse
tried to use both of ur instructions, and still nothing.
Works for me
NateDev said:
Works for me
Click to expand...
Click to collapse
can u give me a details insructions how did u do it ?
oneplus6 with oos.5.1.6 definitely had issue with substratum theme especially when you update the system, it throws "system ui has stopped".
However, in combination "domination", "ozone", "pitch black" theme I finally got almost fully functional black theme with white text and white icons. And it runs on oos.5.1.6.
But what I'm highly upset about is that customizable black theme must be already be available on pure Android or at least on oem oneplus6.
Shame on you Oneplus once again for poor software development department as well as Google.
there's other people who got the same problem with me which can't cant change navbar icon with substratum. @ArolWright on reddit explained this :
OnePlus uses a proprietary navbar on the 5T instead of the AOSP one. Hence, themes need to be made from scratch with the 5T navbar in mind.
here's the link : https://www.reddit.com/r/oneplus/comments/7o2esw/unable_to_change_navbar_with_substratum_is_this_a/
Azhar_Fahry said:
there's other people who got the same problem with me which can't cant change navbar icon with substratum. @ArolWright on reddit explained this :
OnePlus uses a proprietary navbar on the 5T instead of the AOSP one. Hence, themes need to be made from scratch with the 5T navbar in mind.
here's the link : https://www.reddit.com/r/oneplus/comments/7o2esw/unable_to_change_navbar_with_substratum_is_this_a/
Click to expand...
Click to collapse
This is true for the OnePlus 6 too, yeah, but I'm afraid that's not the problem here. Since the March security patch, Google introduced certain overlay-related restrictions for both Android 8.1 and Android P, heavily hindering Substratum development. It's a security thing, so all Android builds with the March security patch and up will have this issue. While I don't have a OnePlus 6 myself, I have a OnePlus 5T on OxygenOS 5.1.2 (May security patch), and I haven't been able to apply themes properly on my side, not even those made for OOS like Ozone.
I made a Substratum theme fixing an issue with swipe gestures on the AOSP 8.1 lockscreen (and made an article about it on the XDA portal, here), and received several emails of people complaining about it not working following the March security update.
So I'm fairly certain this is the issue here, and it would require a fix from Google's side (or at least OnePlus', if they revert the relevant commits). Anyone who is more knowledgeable than me in this area is more than welcome to correct me if I'm wrong.
Cheers!
ArolWright said:
This is true for the OnePlus 6 too, yeah, but I'm afraid that's not the problem here. Since the March security patch, Google introduced certain overlay-related restrictions for both Android 8.1 and Android P, heavily hindering Substratum development. It's a security thing, so all Android builds with the March security patch and up will have this issue. While I don't have a OnePlus 6 myself, I have a OnePlus 5T on OxygenOS 5.1.2 (May security patch), and I haven't been able to apply themes properly on my side, not even those made for OOS like Ozone.
I made a Substratum theme fixing an issue with swipe gestures on the AOSP 8.1 lockscreen (and made an article about it on the XDA portal, here), and received several emails of people complaining about it not working following the March security update.
So I'm fairly certain this is the issue here, and it would require a fix from Google's side (or at least OnePlus', if they revert the relevant commits). Anyone who is more knowledgeable than me in this area is more than welcome to correct me if I'm wrong.
Cheers!
Click to expand...
Click to collapse
bro, thx for your explanation btw. at least I know some of the reasons why I cant theme my navbar. thx again. let's just hope oneplus will revert or at least change the stock navbar icon.
thx
Azhar_Fahry said:
tried to use both of ur instructions, and still nothing.
Click to expand...
Click to collapse
You didn't say that navbar is not theming, so my navbar won't theming too but only with some layers, have you tried another theme/navbar? For me for example, s8 navbar isn't working neither on oneplus 5 and 6
Hitman478™ said:
You didn't say that navbar is not theming, so my navbar won't theming too but only with some layers, have you tried another theme/navbar? For me for example, s8 navbar isn't working neither on oneplus 5 and 6
Click to expand...
Click to collapse
yes i did. navigate, n navbar, navbars. so far just that. imma keep trying till got at least one. or just disable it and use a gestures. lol:laugh:
Azhar_Fahry said:
yes i did. navigate, n navbar, navbars. so far just that. imma keep trying till got at least one. or just disable it and use a gestures. lol:laugh:
Click to expand...
Click to collapse
Mmh.. flux is working, also desire and Valerie
Sent from my OnePlus6 using XDA Labs
Hitman478™ said:
Mmh.. flux is working, also desire and Valerie
Click to expand...
Click to collapse
it's all paid tho haha. do know the free one that works too? coz I'm broke after bought this phone.
[edited]
btw SubNa : Navbars works for a bit. but it requires xposed.
(edit again)
nvm it's not working very well. keep resetting to default icon after every reboot
Azhar_Fahry said:
it's all paid tho haha. do know the free one that works too? coz I'm broke after bought this phone.
[edited]
btw SubNa : Navbars works for a bit. but it requires xposed.
(edit again)
nvm it's not working very well. keep resetting to default icon after every reboot
Click to expand...
Click to collapse
Disable navbar and go with gestures :fingers-crossed:
Sent from my OnePlus6 using XDA Labs
Hitman478™ said:
Disable navbar and go with gestures :fingers-crossed:
Click to expand...
Click to collapse
lol. that's exactly what I'm gonna do now. :laugh:
Azhar_Fahry said:
lol. that's exactly what I'm gonna do now. :laugh:
Click to expand...
Click to collapse
ahahah they're very good and after a while you'll forget the navbar

[Q Beta 3] Q Pixel Module; Pixel Launcher, Google Sans, Pixel UI for Beta 3

This magisk module was quickly thrown together for the Android Q Beta 3 to port the Pixel Launcher and other apps to the essential. Most taken from the Pixel system images. Hoping this quick module will inspire someone to improve (@Banks )
*Requires root and Magisk, only tested on PH-1 Q Beta 3*
Current Features:
Pixel Launcher (causes QuickStep to crash)
Action Services
Google Sans on Lock Screen
Blue Pixel Accent
Rounded Pixel UI
Sounds
Markup
Screens:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
https://i.imgur.com/YNxCKDK.jpg
https://imgur.com/O3V2Lxu.jpg
https://imgur.com/TNgpJvK.jpg
To Do:
Markup app crashing
Google Sans on "at a glance" widget, Doesn't work on Pixel phones
Overview selection with Action Services
Troubleshoot: Delete /data/resource-cache and /data/system/overlays.xml and reinstall module
Ensure all apps have correct permissions
Download:
Q PIXEL MODULE V1
This looks Great.
Can you please provide steps how to apply. My phone is un-root at the moment.
Any idea why the suggested apps below the search bar in the launcher might not show up?
Edit: nvm, I reinstalled it and disabled the QuickSwitch module and now it's all good.
Boal said:
Any idea why the suggested apps below the search bar in the launcher might not show up?
Edit: nvm, I reinstalled it and disabled the QuickSwitch module and now it's all good.
Click to expand...
Click to collapse
Does quickswitch work correctly on Q? I disabled it before updating for fear of bootloops
gavinfernandes2012 said:
Does quickswitch work correctly on Q? I disabled it before updating for fear of bootloops
Click to expand...
Click to collapse
It doesn't cause bootloops but it also doesn't work properly, or at least I don't know how to use it properly. Eg app suggestions don't work for some reason.
---------- Post added at 12:17 PM ---------- Previous post was at 11:45 AM ----------
H0lmEd said:
This magisk module was quickly thrown together for the Android Q Beta 3 to port the Pixel Launcher and other apps to the essential. Most taken from the Pixel system images. Hoping this quick module will inspire someone to improve
Click to expand...
Click to collapse
I really just want the Pixel Launcher, not the Pixel style. Could you tell me what I have to remove from the zip to accomplish this? I tried doing it on my own but I don't think I know what I'm doing and I keep getting severe force closes
Just create a new magisk module with the /system/product/priv-app/nexuslauncher folder. Add in Matchmaker for app suggestions
Then use QuickStep to change recents provider to pixel launcher.
That or use Lawnchair
H0lmEd said:
Just create a new magisk module with the /system/product/priv-app/nexuslauncher folder. Add in Matchmaker for app suggestions
Then use QuickStep to change recents provider to pixel launcher.
Click to expand...
Click to collapse
Thanks, I almost have it. But the app suggestions are again not showing up. Do you maybe know what I need to consider to have them back?
edit: I've tried reverse engineering your module and it seems like app suggestions require /system/product/overlay/PixelConfigOverlayCommon.apk to function, which also changes some parts of the UI. I'm not too happy about this but I've also reached the end of my knowledge :-|
Do you know of any ways to get lockscreen weather like this
Was thinking it's just a port of overlay?
Thx!
VoidWalkerAlpha said:
Do you know of any ways to get lockscreen weather like this
Was thinking it's just a port of overlay?
Thx!
Click to expand...
Click to collapse
there's a hacky module on reddit that does this on pie that replaces the systemUI.apk that brings that functionality. i dunno if we can do this atm with the new lockscreen clocks and all of that.
H0lmEd said:
Just create a new magisk module with the /system/product/priv-app/nexuslauncher folder. Add in Matchmaker for app suggestions
Then use QuickStep to change recents provider to pixel launcher.
That or use Lawnchair
Click to expand...
Click to collapse
Wait so do lawnchair and quickstep work correctly with android Q and the new gestures??
Lawnchair no, Quickstep mostly.
I'll just drop this off
https://drive.google.com/folderview?id=12A7lM4Av5Jp0vG-ZqkCZmTBzqXnJCsn7
Pixel Essentials Q 3.9 zip
-First Q module from me
-Everything works
@op if you want module removed from thread just let me know. Just. Contributing. ?
BaNkS said:
I'll just drop this off
https://drive.google.com/folderview?id=12A7lM4Av5Jp0vG-ZqkCZmTBzqXnJCsn7
Pixel Essentials Q 3.9 zip
-First Q module from me
-Everything works
@op if you want module removed from thread just let me know. Just. Contributing. ?
Click to expand...
Click to collapse
nice mate. so glad to see ya here ??
I guess this means that we can root Q
Sent from my PH-1 using XDA Labs
avd said:
I guess this means that we can root Q
Click to expand...
Click to collapse
Yeah magisk can (I'm using canary personally, don't remember if beta and stable can yet). The easiest way to do it is to patch the fastboot boot.img and flash it to your active boot partition, at least in my opinion. I don't think twrp on our device works with Q yet.
gavinfernandes2012 said:
Yeah magisk can (I'm using canary personally, don't remember if beta and stable can yet). The easiest way to do it is to patch the fastboot boot.img and flash it to your active boot partition, at least in my opinion. I don't think twrp on our device works with Q yet.
Click to expand...
Click to collapse
Yeah 19.1 is working fine here for me. Which I believe is the latest stable.
gavinfernandes2012 said:
Yeah magisk can (I'm using canary personally, don't remember if beta and stable can yet). The easiest way to do it is to patch the fastboot boot.img and flash it to your active boot partition, at least in my opinion. I don't think twrp on our device works with Q yet.
Click to expand...
Click to collapse
I'm using beta (which I think is currently the same as stable, because it's the same version number), and I flashed it with TWRP. It works fine.
BaNkS said:
I'll just drop this off
https://drive.google.com/folderview?id=12A7lM4Av5Jp0vG-ZqkCZmTBzqXnJCsn7
Pixel Essentials Q 3.9 zip
-First Q module from me
-Everything works
@op if you want module removed from thread just let me know. Just. Contributing. ?
Click to expand...
Click to collapse
Thank you for getting this out and sharing it with the XDA community, I was almost about to leave Q and go back to a custom ROM
I do have an issue with action services FC when selecting text and with a memory leak which means the phone gets slowly unusable and have to reboot about 1-2 a day.
Is this issue known or do you need more info from my side?
venkatsrin said:
Thank you for getting this out and sharing it with the XDA community, I was almost about to leave Q and go back to a custom ROM
I do have an issue with action services FC when selecting text and with a memory leak which means the phone gets slowly unusable and have to reboot about 1-2 a day.
Is this issue known or do you need more info from my side?
Click to expand...
Click to collapse
It's known. Trying to figure out a fix. Hopefully it's just an Android Q beta or Actions Services bug.
How did you patch the boot.img? I’m on Q beta 3 and scared of boot looping the phone...I would be really thankful if you could tell me how to root Q beta 3

[Substratum][OOS10/OB] Enhanced Screen Caller ID ~ Looks better

Enhanced Call Screen of your OP7 Pro
Hi folks...
As a title says, its all about Call screen - When you call, when you receive a call or when you are in a call.
This mod comes with a substratum theme.
Main motive of this mod is to give a Call Screen of your OnePlus 7 Pro a better view that is missing in stock.
There are two mods - MOD 1 and MOD 2.
Follow Comparison Screenshot below for a reference.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How To-
1. If you have previous version installed then remove it first completely (disable and uninstall overlay then restart)
1a. Download and Install this.
2. In substratum select mod (1 or 2) and make sure to activate it.
3. Reboot and Go to manager in Substratum, Enable this mod/overlay and that's it.
Download-
Mod 1 only
On Google Playstore
(You can support with very small amount and get full version below )
Mod 1 and Mod 2
On Google Playstore
(You can support with very small amount and get MOD 2 as well)
>> YOU CAN DONATE ME HERE TO SUPPORT MY PROJECTS <<
OR
>> BUY ME A COFFEE OF YOUR CHOICE <<
Cheers :highfive:
Changes and Releases
v2.0 - First public Release (Free Version is v2.0)
v2.1 - Fixed MOD 1 (Paid Version is v2.1)
Mohitash said:
Enhanced Call Screen of your OP7 Pro
Hi folks...
As a title says, its all about Call screen - When you call, when you receive a call or when you are in a call.
This mod comes with a magisk module for easy install/uninstall.
Main motive of this mod is to give a Call Screen of your OnePlus 7 Pro a better view that is missing in stock.
There are two mods - MOD 1 and MOD 2.
Follow Comparison Screenshot below for a reference.
How To Use?
1. Select your favorite mod (1 or 2)
2. Install with Magisk Manager
43 Reboot
IMPORTANT
Whenever you decide to change the mod between mod 1 and 2, Uninstall the previous mod first, reboot and then install other mod.
Download-
MOD 1
----
MOD 2
Cheers :highfive:
Click to expand...
Click to collapse
thanks for the work .. very good module.
douglasmietto said:
thanks for the work .. very good module.
Click to expand...
Click to collapse
You are most welcome....:highfive:
Is there a way to get this working on OP7 non-pro? I tried both mods and no dice, stock OOS, 10.3.2 AA.
Thanks in advance, it looks great!
Fishawy said:
Is there a way to get this working on OP7 non-pro? I tried both mods and no dice, stock OOS, 10.3.2 AA.
Thanks in advance, it looks great!
Click to expand...
Click to collapse
It will not work on non pro as it contains an edited Dialer.apk itself from OP7 Pro. And both pro/non-pro are not similar at all. I hope u got it what i am trying to say.
Mohitash said:
It will not work on non pro as it contains an edited Dialer.apk itself from OP7 Pro. And both pro/non-pro are not similar at all. I hope u got it what i am trying to say.
Click to expand...
Click to collapse
Now you got me hoping for a standalone zip for OP7 non-pro with our own dialer apk, lol.
It's a long shot, but thanks for the response anyway.
awesome mod, can't u make a 3rd mod with fullscreen caller id/picture ?
Mohitash said:
It will not work on non pro as it contains an edited Dialer.apk itself from OP7 Pro. And both pro/non-pro are not similar at all. I hope u got it what i am trying to say.
Click to expand...
Click to collapse
If possible, if it is not a problem for the author, knowing what to modify, I could try to bring the mod back to op7 ... I remember a similar mod that I applied on Samsung S2 by modifying the xml "call_card_person_info"
The mZ said:
awesome mod, can't u make a 3rd mod with fullscreen caller id/picture ?
Click to expand...
Click to collapse
Work In Progress
dianoandr said:
If possible, if it is not a problem for the author, knowing what to modify, I could try to bring the mod back to op7 ... I remember a similar mod that I applied on Samsung S2 by modifying the xml "call_card_person_info"
Click to expand...
Click to collapse
Sure Bro..its just DELETED.xml in xyz and of course i can also make it if u need. Its very close to full screen caller id just smali edits needed. in contacts apk to make vertical crop while selecting an image from gallery for a contact. And also need to edit contacts provider apk to set best Image quality for full screen caller id.
You can check my profile i love android editing stuffs (Retired XDA Recognized Contributor) but time to time in daily life with my family i get very less time for it. So now what i do for myself when needed i share it here on xda
Btw i noticed there is no separate IncalllUI.apk anymore. Dialer apk is everything (linked with firmware files directly). Android is going very strict with each Android version update that we can see by looking at its scratch (source), flashable packages and there system files. And if we talk about OOS then its going the same (in fact more strict).
Update: Edited Sensitive Filenames and path with "DELETED" and "xyz". If you need any help, you can contact me in PM on XDA
dianoandr said:
If possible, if it is not a problem for the author, knowing what to modify, I could try to bring the mod back to op7 ... I remember a similar mod that I applied on Samsung S2 by modifying the xml "call_card_person_info"
Click to expand...
Click to collapse
Would you be able to share that when it's done?
Fishawy said:
Is there a way to get this working on OP7 non-pro? I tried both mods and no dice, stock OOS, 10.3.2 AA.
Thanks in advance, it looks great!
Click to expand...
Click to collapse
Install the app " full screen caller ID".
Fishawy said:
Would you be able to share that when it's done?
Click to expand...
Click to collapse
Of course
how to revert stock
after uninstall module phone service ui stop automatically. help plz
tnmsrkr said:
after uninstall module phone service ui stop automatically. help plz
Click to expand...
Click to collapse
Well...its uncommon. Can you share on which rom you tried this.....
famewolf said:
Install the app " full screen caller ID".
Click to expand...
Click to collapse
Its totally different thing bro.
If anyone can help to edit Contacts apk to get verticle crop photo............? to complete full screen caller id.
Mohitash said:
Its totally different thing bro.
If anyone can help to edit Contacts apk to get verticle crop photo............? to complete full screen caller id.
Click to expand...
Click to collapse
The user I replied to was asking about solutions for non root users. The only solution for non root users is full screen caller ID.
Mohitash said:
Well...its uncommon. Can you share on which rom you tried this.....
Click to expand...
Click to collapse
OOS beta 14
famewolf said:
The user I replied to was asking about solutions for non root users. The only solution for non root users is full screen caller ID.
Click to expand...
Click to collapse
Well bro He was not talking about non root. He was talking about non pro that is OnePlus 7 (not Pro) . I already had discussion with him and now he is working on the same mod for OnePlus 7.
Regards

Categories

Resources