[APP] [ROOT] Asus-ROG-Phone-2-RGB - ASUS ROG Phone II Themes, Apps, and Mods

Code:
*** Disclaimer
This App uses root privileges to modify system files improper use can lead to serious damage
so use it at your own risk
Download from the Play Store https://play.google.com/store/apps/details?id=terminal_heat_sink.asusrogphone2rgb
Introduction
This app allows you to control the logo rgb and the second led on custom roms since at the moment there is no option for that in the custom roms themselves.
Latest release works on stock now also
This also works on rog 3 with the latest release however at the moment the second led cannot be lit on its own, the logo led must also be on to use second led
Supports triggering logo led, second led on notifications for selected apps.
Only works on android 10 roms as for some reason the android 9 rgb driver doesn't react to changes, therefore it is probably not possible to make it work on android 9 using current methods.
If using stock rom please turn off default lighting on armoury crate so it doesn't conflict.
Downloads and more info
https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB
Images
https://forum.xda-developers.com/devdb/project/?id=40875#screenshots
Releases Stable
1.0-initial_release https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/1
Code:
Working on HavocOS only.
2.0-hotfix https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/2
Code:
Issue with fragment not working on stock rom fixed. Stock rom tested working ok without any crashes
3.0-performance https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/3
Code:
Rewrote SystemWriter to only write once per action thereby increasing performance mostly for colour wheel.
ColorWheel fragment now only writes to system if the data is changed instead of everytime the app opens or twice when colour is changed.
3.7-filter-app https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/10
Code:
Added ability to type to filter applications in app select
3.8-per-app-animations https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/11
Code:
You can now set custom animations/colours for each app by clicking on the app icon in app select
3.9-ui-update https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/12
Code:
Changed all of the switches to use checkboxes, functionality is identical just visuals changed
4.0-save-data https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/13
Code:
Added two buttons in the about tab to save and restore all of the settings in the app.
This way you wont have to set up all of the custom notifications for each app every time there is a new release.
4.1-settings-bypass https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/14
Code:
Tiny update that removes the need for the "Click to enable App to read notifications in settings" button. This is because I have figured out how to grant this permission using a command.
The "React to Notifications" checkbox now enables and disables access accordingly.
4.5-rog3_notifications https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/18
Code:
notification support for rog3
choice between rog 2 / rog 3 on first launch.
app should launch on android 11 now
magisk root notifications are turned off on first launch
4.6-colour_brightness_rog3_loop https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/19
Code:
Added Brightness bar to colour wheel tab and when you select PerApp notification colours.
Also added a preview at the bottom of the colour picker so that you can get a more accurate idea of what it will look like.
Rog 3 notifications update:
In rog 3 mode there is now a timer refreshing the driver every 30 seconds because rog 3 is a good phone.
Thanks again to @jawadzoha from my telegram group for rog 3 testing.
4.7-colour_crash_wakelock https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/20
Code:
Fixed a crash when selecting colour
Added rog 3 wakelock for rog 3 mode thanks again to @jawadzoha from my telegram group for rog 3 testing.
Releases beta
3.1-beta-notifications https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/4
Code:
Notification support added
See readme for more info https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/blob/master/README.md#notifications
3.2-beta-second_led https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/5
Code:
Introduced the use of the second led
See readme for more info https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/blob/master/README.md#second-led
3.3-beta-app-select https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/6
Code:
Added a view to select applications that you want to trigger the leds when they receive notifications.
Improved UI a little bit
Updated the about page
3.4-beta-delay https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/7
Code:
New feature added that allows the lights to stop or timeout after a number of minutes or whatever you select.
So this way if a notification comes on during the night the leds won't be shinning all night long.
Update to UI
AnimationsActivity heavily refactored.
Timer Runnable created in NotificationService
3.5-quick-tile https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/8
Code:
Added two quick tiles for toggling the logo led and second led.
3.6-ui-detection-easter-eggs https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/9
Code:
Allow more scrolling in all three tabs, this way on smaller screen settings you can
scroll down so the power buttons are not blocking the view.
Implemented os and device checks. App will only run on asus and android 10.
SystemWriter updated to read files for future.
UI update
Easter eggs - animate bg....
4.2-battery https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/15
Code:
Added battery animations when charging
4.3-audio-visualiser https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/16
Code:
added an audio visualiser. It has two different mode at the moment. rainbow and single colour mode that you can select from the colourwheel tab
4.4-rog3 https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/17
Code:
Rog 3 support added.
All functions work except being able to use only the second led
Thanks to @jawadzoha from my telegram group for massive testing.
fixed out of bounds bug that crashes app
Latest Release
4.7-colour_crash_wakelock https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/20
Code:
Fixed a crash when selecting colour
Added rog 3 wakelock for rog 3 mode thanks again to @jawadzoha from my telegram group for rog 3 testing.
If you want to watch a video on all the features and how to set it up here is a youtube video for version 3.6-ui-detection-easter-eggs ( release 9 ) https://www.youtube.com/watch?v=8rNJtEDuV1I
XDA:DevDB Information
Asus-ROG-Phone-2-RGB, Device Specific App for the ASUS ROG Phone II
Contributors
Terminal_Heat_Sink
Source Code: https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB
Version Information
Status: Stable
Current Stable Version: 20
Current Beta Version: 17
Created 2020-06-28
Last Updated 2020-11-17

Notification update. You can set animations to trigger on notifications, Animation stop when notification is cleared.
You can read more about it here https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/blob/master/README.md#notifications
This is a beta release so code is on this branch https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/tree/notifications
Thanks and Enjoy

3.2-beta-second_led update.
So now it is possible to use the second led designed for those custom cases. You can use the second led for notifications too.
The "enable second led" switch above "Notification settings" switch enables the second led for any animations selected above. This doesnt have any impact on using the second led for notifications.
For notifications you now have the following options relating to the second led.
1. "use second led for notifications also" This lights up the second led and the logo led when a notification comes in.
2. "Use Only the second led for notifications" This lights up only the second led.
3. If you have both 1 and 2 disabled then only the logo led will light up.
Also if you want any apps to be added to the blacklist ( so not trigger any notifications ) can you please reply with the package name. In a later release I will try to make like a view where you can select which apps you want to have notifications triggered for, but for now I will use a blacklist to ignore some apps such as OpenVpn and stuff like hotspot etc..
Thanks and Enjoy

3.3-beta-app-select update.
Made a view where you can select which apps you want to have notifications triggered for. This eliminated the need for a blacklist featured in the previous release.
So now you have a list of all the apps on your phone and you can select which ones you want to react to the notification.
Ui tweaked a little bit to make it less confusing.
New images uploaded to reflect the current release.
Thanks and Enjoy

i'm on android 9 stock and it says error in parsing package

Tested on a9 but the driver doesn't seem to react to changes. So at the moment I don't think it's possible to get it working on a9 at least the way I'm doing it.

that's a bummer. but thanks for trying

Works 100% on stock rom A10. Thank you soooo much! I can finally use the second led with the logo!

It does work but the app is really not user friendly at all.
The work you have done was really needed but please make it easier to use if possible.
There are so many options but most of them dont work. I turn on from the app and it doesnt work.
The ai turn off from app but turn on from armory crate and it works!!
Then I enabled notification light and chose a color from the circle but the light is still on rainbow and doesnt blink for notification...
I just dont understand the different options.
Edit: I tried and messed a little with the options and figured it out. But I think there is an interference with the armory crate. It has to be on otherwise the app wont work
Question: can we turn off the main LED (rog) and just have the second LED?
The option that says "just use second LED" doesnt work.

Kianush said:
It does work but the app is really not user friendly at all.
The work you have done was really needed but please make it easier to use if possible.
There are so many options but most of them dont work. I turn on from the app and it doesnt work.
The ai turn off from app but turn on from armory crate and it works!!
Then I enabled notification light and chose a color from the circle but the light is still on rainbow and doesnt blink for notification...
I just dont understand the different options.
Click to expand...
Click to collapse
You need to select which apps you want to react to notifications.
I agree the ui needs an overhaul but all the features do work on latest havoc os atleast. At the moment I'm working on adding functionality so not messing with ui that much.
I will make a better ui when all the features I want are implemented. This will be after custom animations and setting a different animation for each app in regards to notifications. Next stable release will have a better ui so keep an eye out for version 4.0 ish.
The app is open source so anyone is free to fork the repo and send me a pull requests
Again this isn't really ment to be used on stock since the built in armour crate does the same thing and does it better.
Thanks for testing ?

Kianush said:
Question: can we turn off the main LED (rog) and just have the second LED?
The option that says "just use second LED" doesnt work.
Click to expand...
Click to collapse
Yep make sure the power button in the app is off and click on enable second led then change effects. The power button is only there to toggle the logo rgb as that is how it is treated within the driver. So second led and logo are exclusive to each other and each has its own on and off switch within the driver.
Just use second LED switch is only for notifications. It will only use the second led with the selected animation when a notification from a selected app comes in.

Update for release 7.
It allows you to choose a time between 20 seconds and 9 hours, this will determine the maximum time it takes before the leds are turned off provided the notification is not cleared.
This is handy if you leave the notification option on all the time, you can get a notification during the night for example and the leds will be blinking for the whole night, decreasing your battery by a bit.
However with notification timeout enabled you can set it so the leds stop after say 20 minutes of not clearing them.
You can read more about it here https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/blob/master/README.md#notification-timeout
UI updated, now second led power toggle is beside the logo led power toggle at the bottom right of the screen.
New UI can be seen here https://forum.xda-developers.com/devdb/project/?id=40875#screenshots
Release can be downloaded here https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/7
Thanks and have fun

Update for release 8 (3.5-quick-tile)
Added two quick tiles for toggling the logo led and second led. Apparently adding custom quick tiles is ridiculously easy in android, if I knew that I would have added these a while ago lol.
They are a bit slow to update sometimes lol but they should be in-sync with the app buttons since they read and write to the same shared preferences.
apk https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/8
Thanks and Enjoy.

update for release 9
Allowed more scrolling in the three tabs. This is because if your have your phones display scale set to normal or higher the power buttons will get in the way of notification timeout settings, now you can scroll down a bit so they wont be in the way lol.
Small ui update cause I found out you can set icons as the thumb for the switches so I set the asus rog logo and it looks sick.
Added some easter eggs in the app see if you can find all 3.
Apk link https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/9
Thanks and have fun

Thanks for your work friend
Enviado desde mi ASUS_I001DC mediante Tapatalk

Update for release 10.
This is a fairly small update that lets you search for apps in app select view.
App select ui was updated to use some rog logos instead of default android check boxes.
Thats about it lol.
Here is the apk https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/10
Thanks and enjoy

Using latest stable version (stock rom android 10) everything works, just a suggestion can you add music visualizer and custom light colour on notification? Thanks for the work! Nice Easter egg btw haha

louis_ashton said:
Using latest stable version (stock rom android 10) everything works, just a suggestion can you add music visualizer and custom light colour on notification? Thanks for the work! Nice Easter egg btw haha
Click to expand...
Click to collapse
I'm working on different animations for each app. So in the app select view you will be able to choose a different animation for each app. So if you pick one of the animations in the notificationsettings that uses a single colour instead of the rainbow you will be able to choose a colour for it.
Music visualiser would be really cool. Hopefully android has some easy way of monitoring sound lol otherwise it would be quite difficult. I'll give it a go after I get the other thing done.
Btw if you want to use a custom colour for all notifications you actually can right now. Select one of the animations that uses a single colour like blink in the notification settings and then choose a colour from the colour wheel tab.

Update for release 11 (3.8-per-app-animations)
Now you can select animations / colours per app.
Click on the app icon in the app select view. And you can set whatever animation and colour you want for that app's notifications.
More about it here https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/blob/master/README.md#per-app-custom-animations-and-colours
Apk: https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/11
Thanks and enjoy

Update for release 12 ( 3.9-ui-update )
This is just a simple ui update. All of the switches are now checkboxes throughout the app.
You can see how it looks like here https://forum.xda-developers.com/devdb/project/?id=40875#screenshots
Apk: https://github.com/ArtiomSu/Asus-ROG-Phone-2-RGB/releases/tag/12
Thanks and enjoy

Related

[MOD] All My... (Xposed tweaks for CM/AOSP/TW)

Collection of various tweaks for CyanogenMod/AOSP/TouchWiz and few apps (Firefox, Adobe Reader, MX Player). This module currently offers over 20 tweaks. All the tweaks were previously available as standalone modules. I enable most of them on all of my devices. Because of that and the increased number of tweaks, it no longer makes sense to offer them separately.
List of tweaks:
Disable Su Indicator - Disable # (pound/hash) indicator in status bar
Always Software Menu - Allows to have both software menu button and menu mapped to key on CM. Workaround for this.
No Toast Icons
Pocket First - Make Pocket the first option when sharing
Desk Clock Alarm - Make Alarm the default tab in stock/Google Desk Clock
One Way Brightness - Make auto brightness go only up
Battery Light Disabler - Battery light will not shine when in downtime (Interruptions) or when the screen is on
One Hand Zoom Enabler (Firefox/Adobe Reader)
Battery History XXL - Enlarge the stock settings battery history - from 10 to 30 records
Native Freezer - Disable and re-enable any 3rd party app from System Settings
Minimum Brightness (MX Player/system) - Change the minimum brightness level from usual 10 to 1
Gentle Haptic Feedback
Compact Volume Panel
Chrome Tabs Toolbar On Phone - Enable tablet layout while keep mobile User Agent
Disable Horizontal Scroll (Adobe Reader)
Remap PREV button to PLAY/PAUSE - Allow use volume keys to change volume, advance to next song and play/pause
Remap NEXT button to Torch - Allow use volume up key (long press) to start flashlight (when music is off)
K920 Cardboard Fix - Fix screen resolution in Google Cardboard on Lenovo Vibe Z2 Pro (K920)
No Wake On Charge - Disable screen wake when cable is plugged in/unplugged on Samsung Galaxy S5 (stock Android 5.0)
Reader Mode (Adapt Display) - Enable Samsung screen ebook reading mode for Adobe Reader/Moon+ Reader on Samsung Galaxy S5 (stock Android 5.0)
Disable Android Wear Disconnected Notification
Media Stream Default - Prefer media instead of ringer during volume control
Advanced Volume Keys - Long press VOLUME -/+ for PLAY_PAUSE/NEXT when screen is off or showing lock screen
No Password After Boot - Disable the "Unable to use fingerprints. Device restarted. Enter backup password, then fingerprints can be used next time device locked." message
Touch key light - Re-enable the lost option to set buttons light timeout (Samsung Galaxy S7)
sRGB for video only - Switch to sRGB (Basic screen mode) for video (MX Player/YouTube) while keeping Adaptive for everything else (Samsung Galaxy S7)
MTP Without Unlock - Start MTP even with screen off or without unlocking unsecure keyguard (Samsung Galaxy S5/S7)
Allow MTP Access - Get rid of the "Allow access to device data" dialog (Samsung Galaxy S7)
Disable Battery Prediction - Hide the estimated battery usage in battery graph
Detailed Battery Usage - Enable detailed 'Wi-Fi/Awake/Screen on' battery usage stats
NEW! No Gboard Bar - Disable the top bar in Google's Gboard keyboard
NEW! Keep LED off during DnD (Samsung Galaxy S7)
NEW! 'LTE/3G(auto connect)' network mode - Enable network mode profile without 2G in the system settings (Samsung Galaxy S7)
NEW! Remap BT Redial to Next Track - Great for headsets like QCY Q26
NEW! Minimized bottom bar in Google Maps - It's no longer necessary to touch the screen
NEW! Disable Location Dialog in Google Maps - Get rid of the 'To continue, let your device turn on location using Google's Location Service' alert
Download: Xposed Repo or Play Store
Source: https://github.com/moneytoo/AllMy...
Will the minimum brightness app have a min brightness setting? I have an IPS screen on my lg g4. Will this lower my actual brightness? I use my phone at night and the minimum brightness is too bright. I've tried screen filters but I would prefer an app that actually lowers the brightness past stock.
mattnin said:
Will the minimum brightness app have a min brightness setting? I have an IPS screen on my lg g4. Will this lower my actual brightness? I use my phone at night and the minimum brightness is too bright. I've tried screen filters but I would prefer an app that actually lowers the brightness past stock.
Click to expand...
Click to collapse
Since there's actual UI, I will probably eventually add such option... But please be aware that it's still the same feature that GravityBox already offers (so if GB doesn't break anything for you, you can use it already).
Minimum brightness is not working in my device. What system apps and/or framework files from my ROM would you need me to send to you to fix it? It's a stock ROM, Android 5.1.1, my phone is a BQ Aquaris M5.
Thanks!
thank you for this nice module (and your old ones it replaced for me)
would you please be so kind as to include changelogs in the play store? I kinda hate getting updates but having no idea what it changed until i dig in the app for something that looks new
Thanks for this great module I was using some seperate modules from you but one big module is always nice. I can confirm Always Software Menu works on my S5 running CM13. Battery history xxl was working on CM12.1 and I even think it worked on CM13 Unofficial alpha version but on newer CM13 versions it doesn't works anymore. Is it possible to port it over to CM13 one day? And in the past the separate module disable toast icons didn't do anything on my S5 running CM13 for example when I'm in Root Explorer and enable R/W the root message appeared with the SuperSu icon but since 2 days I use the separate module from you NoToastIcons.v0.1-disable-all and that works great no toast icons anymore. I didn't try No toast icons from the All my... module.
Thanks for your great works.
Verstuurd vanaf mijn SM-G900F met Tapatalk
FlemishDroid said:
Thanks for this great module I was using some seperate modules from you but one big module is always nice. I can confirm Always Software Menu works on my S5 running CM13. Battery history xxl was working on CM12.1 and I even think it worked on CM13 Unofficial alpha version but on newer CM13 versions it doesn't works anymore. Is it possible to port it over to CM13 one day? And in the past the separate module disable toast icons didn't do anything on my S5 running CM13 for example when I'm in Root Explorer and enable R/W the root message appeared with the SuperSu icon but since 2 days I use the separate module from you NoToastIcons.v0.1-disable-all and that works great no toast icons anymore. I didn't try No toast icons from the All my... module.
Thanks for your great works.
Click to expand...
Click to collapse
The "No Toast Icons" tweak in this module disables icons in all toasts so it should work for you as well.
Few trivial tweaks already work with CM13 but the rest requires me actually flashing CM13 ROM - which I will do in the upcoming days or weeks on my S5.
XlAfbk said:
thank you for this nice module (and your old ones it replaced for me)
would you please be so kind as to include changelogs in the play store? I kinda hate getting updates but having no idea what it changed until i dig in the app for something that looks new
Click to expand...
Click to collapse
Changes are already reported with Xposed Repo / Play Store releases (or visible from commits on Github).
DaniPhii said:
Minimum brightness is not working in my device. What system apps and/or framework files from my ROM would you need me to send to you to fix it? It's a stock ROM, Android 5.1.1, my phone is a BQ Aquaris M5.
Click to expand...
Click to collapse
It may not work on all devices (because of differences in display drivers/settings etc) plus it probably doesn't lower the minimum brightness when adaptive (automatic) brightness is used (though i didn't investigate that much...).
Great job with the one hand firefox enabler. I can now finally stick exclusively to firefox. Thanks!
moneytoo said:
It may not work on all devices (because of differences in display drivers/settings etc) plus it probably doesn't lower the minimum brightness when adaptive (automatic) brightness is used (though i didn't investigate that much...).
Click to expand...
Click to collapse
I keep adaptive brightness disabled most of the time. If there's anything I can do to help making it work in more devices, you tell me.
Latest version 0.1.3 adds "Chrome Tabs Toolbar On Phone". Normally you could lower your DPI (system wide or per app if that's an option) to get the tabs toolbar in Chrome (that could however make the UI too tiny). The better option is to use "Screen (dp)" option in App Settings which get's the job done just right. This tweak reuses the same hacks to get the tablet layout with tabs in Chrome while it adds one important change - it changes the User Agent back from "tablet" to "phone" so you still get the mobile/phone version of various sites instead of the full featured tablet/desktop ones.
moneytoo said:
The "No Toast Icons" tweak in this module disables icons in all toasts so it should work for you as well.
Few trivial tweaks already work with CM13 but the rest requires me actually flashing CM13 ROM - which I will do in the upcoming days or weeks on my S5.
Changes are already reported with Xposed Repo / Play Store releases (or visible from commits on Github).
It may not work on all devices (because of differences in display drivers/settings etc) plus it probably doesn't lower the minimum brightness when adaptive (automatic) brightness is used (though i didn't investigate that much...).
Click to expand...
Click to collapse
You got also S5. [emoji3] CM13 official nightlies are out but you probably already know that. [emoji6]
Verstuurd vanaf mijn SM-G900F met Tapatalk
Version 0.2 should make all the tweaks compatible with CM13/Android 6.0. If there's any issue, let me know (I didn't check against clean AOSP).
Native Freezer - because there's no longer dedicated disable button on MM, I use the Force Stop button.
Battery History XXL - it works and as usual it not only makes the list longer but also unhides some normally hidden records (when they do not pass some threshold).
I also added one more tweak for Adobe Reader - "Disable Horizontal Scroll". Adobe Reader doesn't provide any feature for cropping white space so this helps me tremendously (after I double tap to the main content). (I'm still sticking to Adobe cause it's still the fastest though I probably could use the cropping in Xodo.)
Hey. I sit on the CM 13. I want to ask you to do, led to work if the battery charge is low, but when connected to a power source - did not work (not displayed, it is charged or charge).
Here comes another tweak in version 0.2.1: "Remap PREV button to PLAY/PAUSE" (PREV = long volume down press) which allows to use volume keys to change volume, advance to next song and play/pause. The "Playback control" needs to be enabled in system Settings (CM).
I have few more volume buttons related hacks in mind... :fingers-crossed:
bonny_k-9 said:
Hey. I sit on the CM 13. I want to ask you to do, led to work if the battery charge is low, but when connected to a power source - did not work (not displayed, it is charged or charge).
Click to expand...
Click to collapse
Well, the current tweak handles the LED based on priority so I'm not sure about your question (really it can't be set in settings?).
Hey there
Im running cm12 since 6 months and i really appreciate you work
Specially native freezer
Im wondering did you made or plan to make a mod to replace recent menu action in navigation bar ?
By default short press bring recent and long press for last app
I hope i you can reverse it to be short press for previous app and long press for recent menu
Update
I forget to thank you again [emoji5]
salimtn said:
Hey there
Im running cm12 since 6 months and i really appreciate you work
Specially native freezer
Im wondering did you made or plan to make a mod to replace recent menu action in navigation bar ?
By default short press bring recent and long press for last app
I hope i you can reverse it to be short press for previous app and long press for recent menu
Update
I forget to thank you again [emoji5]
Click to expand...
Click to collapse
Well, this is user configurable on both CM12.1 and CM13...
moneytoo said:
Well, the current tweak handles the LED based on priority so I'm not sure about your question (really it can't be set in settings?).
Click to expand...
Click to collapse
No. There's only possible to change the color.
@moneytoo
With Native Freezer for 3rd party app Enabled, the Kill Button is disappeared. Is it possible bring it back?
wow..almost all good mod in one module.
one feature request. is it possible to get chrome Desktop Agent on mobile? I like desktop agent instead mobile.
Sent from my SM-N910G using Tapatalk
Do I need to reboot after I enable the tweaks?
Nvm, reboot is required for changes to take effect.
Sent from my bacon!!!!!

[Rom][Unofficial][8.1.0_r33] Screw'd

Here is the Unofficial posting for all Unofficial Screw'd builds for Shamu!
Credits
Huge props to the developers for Screw'd: MrApocalypse(Corey Edwards), Fabi92, dsmitty166,f100cleavland, Megatron007,Mikexdnax,Idrees, and Wrongway213.
Thank you for the amazing work guys!
Check out everything Screw'd here:
[url]http://screwdandroid.com/[/URL]
Thanks
@Neo thanks for everything!
 @camcory for stable device tree
@ the whole screw'd team
 @wrongway213 for being my yoda
 @nitin.chobhe for the guidance
 @flar2 for the amazing ElementalX Kernel hit him a thanks here:[url]https://forum.xda-developers.com/nexus-6/orig-development/kernel-elementalx-n6-0-01-alpha-t2954680[/URL]
 @TheDarkKnight2023
 @Metabolic12
Thank you to @wavedashdoc also for organizing an amazing repository to include many hard to find builds.
Install instructions:
make nandroid backup
flash rom, choice of gapps( i recommend Beans Gapps, any will do) and root if desired
Download link: https://androidfilehost.com/?fid=746163614322269488
Beans Gapps:[url]https://drive.google.com/open?id=1qlt6ciXq-jQuB-VEQYaKzzWN3suUXeuS[/URL]
Source Code:[url]https://github.com/ScrewdAOSP[/URL]
Kernel Source:[url]https://github.com/flar2/shamu[/URL]
XDA:DevDB Information
[Rom][Unofficial][8.1.0_r33] Screw'd, ROM for the Nexus 6
Contributors
fullofhell, wrongway213, MrApocalypse
Source Code: [url]http://see above[/URL]
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.1.x
ROM Firmware Required: Nougat
Based On: AOSP
Version Information
Status: Stable
Created 2018-04-04
Last Updated 2018-06-11
Features:
Android 8.1.0_r33
Rounded UI like Android P
Always On Display( this impedes battery life fyi) I do not use
Night light enabled for all devices
Light, Dark, & Black UI options
20+ accent colors built-in
Substratum ready (sysserv built-in)
Font picker
microG ready
User Interface
Status Bar
Status Bar icons configurations
Screw'd logo placement
Status bar weather
Network Traffic customizations
Battery icon styles + percentage
Custom carrier label
Clock + date customization
Brightness gesture
Double tap to sleep
Noticiation & music ticker
Quick Settings
Quick Pulldown
Smart Pulldown
Disable QS panel when secure locked
Weather settings
Brightness slider on panel
Brightness slider icon
Custom header images (with built-in Screw'd headers)
Mini QS Panel mode
QS Footer warnings
QS Footer icon disable (Settings & Running Services)
QS Tiles (Configurable in QS Panel -> Edit -> 3-dot menu)
Configurable rows & columns
Quickbar scroller
Show/hide tile labels
Haptic feedback on tiles
Recents
Hide apps from recents panels
Icon pack support
Clear-all button & placement
Immersive Recents
Memory bar
Slim Recents
Notifications
Configure notification sounds when screen on
Smart notification sounds
Notification light customization
Kill app button on on long-press notification menu
Heads Up blacklist options
In-call vibration options
Animations
Enable/disable scrolling cache
Screw'd Settings tab transition effect
Screen Off animations
Custom system animations
Custom ListView animations
QS Tile animations
Custom toast animations
Panel Porn
Volume dialog opacity
Volume dialog corner radius
Volume dialog outline stroke (color, thickness, dash width, dash gap)
Power/reboot menu opacity
Power/reboot dialog dim amount
QS panel opacity
Battery Bar
Location (statusbar, above navbar, below navbar)
Style (reg, center-mirrored, reverse)
Thickness, colors, gradient colors
Expanded Desktop
umm....yeah, that.
Power Menu
System
Advanced reboot options (recovery, bootloader, systemui)
Additional entries (screenshot, screenrecord)
On-The-Go Mode
Lockscreen visability
Buttons (*Device dependent)
Swap volume buttons on rotation
Volume buttons control media
Volume buttons control DND
Volume button playback control
Volume button cursor control
HW Navigation button disable*
Backlight customization*
Custom HW button targets*
Lock screen (*Device dependent)
Double tap to sleep
Charging info
Ambient music ticker
Music visualizer
Widget visability toggles (clock, date, alarm)
Lockscreen weather
Shortcut configuation (bottom & mid-screen)
Face auto-unlock
Fingerprint haptic feedback*
Battery light
Pulse if battery low
Only light when charged
Set colors depending on level
Alarm & Wakelock Blocker
Use with CAUTION!!
Smart Pixels (Device dependent)
Shuts off pixels to reduce power consumption
Misc
Screen off power button torch
Pocket Detection
SS custom summary, with random switch
Navigation
Gesture Anywhere
Location, add/update/remove gestures
Trigger width
Navigation Bar
Enable/disable navbar
Set portrait height/landscape width
Choose between stock, Smartbar, Fling bar
(Smartbar) Add/remove buttons
(Smartbar) Input method & media actions
(Smartbar) Touch animations
(Smartbar) Button long-press delay
(Smartbar) Set button action/icon
(Smartbar) Double tap to sleep
(Fling) Swipe gestures
(Fling) Tap gestures
(Fling) Show/set custom Fling logo
(Fling) Show ripples & trails
(Fling) Long-press delay
CarbonGestures
Set number of fingers used for gestures
Set swipe up/down/left/right actions
Last Note:
I recommend using EX Kernel manager with this rom. In doing so you have access to more features such as double tap to sleep/wake, fast charge, fsync, and more. Buy it.
You tube ROM Review by @glockman4519 thanks man!
Sound mod recommendations;
See this post, updated 4.14.18
https://forum.xda-developers.com/nexus-6/development/rom-screw-d-t3773277/post76230768
Congratulations for the ROM. It's really GOOD
Screenshots
Edit: these are old. The whole user interface is rounded and notifications are round as well. This is how Android P is.
gothy.gothy said:
Congratulations for the ROM. It's really GOOD
Click to expand...
Click to collapse
Thanks for the kind words glad u like it.
Are you gonna be updating weekly (or monthly) as are official versions? Gotta try this rom as i've used its previous version.
Ps. Is your name from band with same name or something else?
mal13 said:
Are you gonna be updating weekly (or monthly) as are official versions? Gotta try this rom as i've used its previous version.
Ps. Is your name from band with same name or something else?
Click to expand...
Click to collapse
At least once a week, maybe more, depends on life and school.. I have only done 8 builds and I'm trying to get better with each build and eventually have an official status so I figure the more I build and familiarize myself with the entire repo, the more good I can contribute to the Shamu community.
And your last part, very good, yes it is from the band Full Of Hell, they are one of the few bands that don't care what anyone thinks and create art ahead of the curve. I respect that, and I needed a tag for XDA. Lol..
Thanks for this! About to try it and have a quick qn - it will work with Fi I assume? Also I see it ha EX kernel built in, so while flashing do I still get to see the EX wizard which asks me things like wake gestures, color etc? If not how do I set those?
ECrispy said:
Thanks for this! About to try it and have a quick qn - it will work with Fi I assume? Also I see it ha EX kernel built in, so while flashing do I still get to see the EX wizard which asks me things like wake gestures, color etc? If not how do I set those?
Click to expand...
Click to collapse
I think it will work with Fi, not sure, give it a try and let us know please.. u do not get the ex kernel manger app. U can install it via play store, and mess with those settings through the app. The features are in built, u just set them how u would like.
fullofhell said:
I think it will work with Fi, not sure, give it a try and let us know please.. u do not get the ex kernel manger app. U can install it via play store, and mess with those settings through the app. The features are in built, u just set them how u would like.
Click to expand...
Click to collapse
I don't mean kernel manager app. I mean when you flash EX kernel in recovery it runs thru a wizard which lets you choose all these settings. If I dont do it here, then in my experience even if I choose 'apply on boot' in kernel manager, the settings never stick. e.g. dt2w, if I set it while flashing it works every time, otherwise I have to open the setting app every boot and again set it.
Hope that makes sense? I'm sure there's some file thats being written maybe init.d scripts etc.
ECrispy said:
I don't mean kernel manager app. I mean when you flash EX kernel in recovery it runs thru a wizard which lets you choose all these settings. If I dont do it here, then in my experience even if I choose 'apply on boot' in kernel manager, the settings never stick. e.g. dt2w, if I set it while flashing it works every time, otherwise I have to open the setting app every boot and again set it.
Hope that makes sense? I'm sure there's some file thats being written maybe init.d scripts etc.
Click to expand...
Click to collapse
I know what u are saying. U do not have that setup wiz within the ROM, every feature and option is just in built and u can use that ex kernel manager to set those settings as u would have when u do a standalone ex kernel install with the wizard. It will work this time, cuz the ROM was compiled together with the ex kernel source code and the rom itself.it is built with them all in there. Just try it and u will see what I mean.. paid version of the app btw..
Update: any settings u adjust or change within the ex kernel manager app to turn on or off fast charge, double tap to wake etc, they all can be set, then tap the power looking button to turn on and then they are set. I tested this with a couple reboots to be sure. They stick and are working great. Wavesdashdoc has some settings listed on his rom repo, that may benefit as well. For now I am personally just running default and everything is running perfectly....
So happy to see this.
The ROM is great. Running since last night after a clean flash. One bug I've found so far is that the volume down key does not lower the ring volume and does not enter DND mode. Instead it lowers the media volume. I've checked the button settings and they are correct. Also the phone got a little laggy at some point today and I rebooted.
BigDig said:
The ROM is great. Running since last night after a clean flash. One bug I've found so far is that the volume down key does not lower the ring volume and does not enter DND mode. Instead it lowers the media volume. I've checked the button settings and they are correct. Also the phone got a little laggy at some point today and I rebooted.
Click to expand...
Click to collapse
Thanks, I am glad you like it. Couple things that may help you out, The volume key being for the media volume is a setting. Go to settings/screwd settings/system/buttons/ Turn off "volume keys control media volume" and turn on "do not disturb switch"( this will allow you to show DND when hitting vol down..hold it and it will turn it on).. this fixes both of your issues. About lag, that must be some app you are using. I have been using the Rom for the past 2 months and chose to build this specific rom because of the zero lag. So i am not sure other than maybe user apps, old gapps, or maybe u changed the default kernel settings to try to improve the performance and messed up the default config by mistake... I built with EX Kernel's newest source because it has so many inbuilt features and in my opinion is a flawless kernel. So, any suggestion i would gladly look into for you but on your end i ask that you please document what running services you have and when and under what circumstances the lag occurs. That way i can better help. Additionally, i do not condone the use of Xposed b/c the lag/performance drop resulting from it. That is another possibility.
fullofhell said:
Thanks, I am glad you like it. Couple things that may help you out, The volume key being for the media volume is a setting. Go to settings/screwd settings/system/buttons/ Turn off "volume keys control media volume" and turn on "do not disturb switch"( this will allow you to show DND when hitting vol down..hold it and it will turn it on).. this fixes both of your issues. About lag, that must be some app you are using. I have been using the Rom for the past 2 months and chose to build this specific rom because of the zero lag. So i am not sure other than maybe user apps, old gapps, or maybe u changed the default kernel settings to try to improve the performance and messed up the default config by mistake... I built with EX Kernel's newest source because it has so many inbuilt features and in my opinion is a flawless kernel. So, any suggestion i would gladly look into for you but on your end i ask that you please document what running services you have and when and under what circumstances the lag occurs. That way i can better help. Additionally, i do not condone the use of Xposed b/c the lag/performance drop resulting from it. That is another possibility.
Click to expand...
Click to collapse
Thanks for the quick response! I followed your advice and got the volume button thing sorted out. I didn't root until today, I changed the ex cpu governor to ex instead of interactive that's the default one as I find ex provides better performance... I'll let u know if the lag appears again and under what conditions
Sent from my Nexus 6 using Tapatalk
Rom is fantastic. Fast, great battery life, Viper, Maps, You Tube, Netflix all working. Bluetooth connection to watch is very good.
Question: I have jump to camera with power button on. When I changed the bottom right lock screen shortcut to messaging and double press the power button with the screen off it opens up messaging instead of the camera. Is this intended? First time I have seen this behavior.
Thanks
Duyo said:
Rom is fantastic. Fast, great battery life, Viper, Maps, You Tube, Netflix all working. Bluetooth connection to watch is very good.
Question: I have jump to camera with power button on. When I changed the bottom right lock screen shortcut to messaging and double press the power button with the screen off it opens up messaging instead of the camera. Is this intended? First time I have seen this behavior.
Thanks
Click to expand...
Click to collapse
Thanks that means a lot. Ok so the past few mins I have been trying to replicate your issue. I have to mess with it some more, but I got it to do what u said. I think the gesture for power2x=camera, only works like it's supposed to if the bottom default lockscreen apps are left at default. When we changed them, it modifies the power2x=camera gesture to match the new default app that has now replaced the camera. I got it to gesture and open 3 different apps I set as my bottom right default. So it's kinda a bug, and nice catch I don't miss much and missed it..lol. but I will ask the team if they know if I can fix it, or not. Worst case, I remove that jump feature or at least set it up a bit differently so doesn't have unintended results. It should maybe just say hold the power button to shortcut to your bottom designated application...Sorry if it "screwed" up your intended shortcut..(pun intended..screw'd) har har..
Some info for anyone wondering

Must Have Apps on the ROG 2 [1-11-2019]

Hi guys,
These apps i am about to introduce will change your phone experience for the better not just our phone for that matter but any Android phone.
1. Immersive Mode Manager (Paid)
This app is a must for every Amoled screen to protect your phone from future screen burn, the other thing is you get to enjoy the full screen experience with every app on your phone. I install this app on all of my Android devices.
I have created a thread long ago doing it manually but i think it's too much of work for people who want an app for that, if you want a manual free alternative check it out.
2. Glimpse Notifications ( Free)
So on the ROG 2 phone only a couple of apps does wake the device when you receive a notification mostly chatting apps and I guess not all of them. This is where Glimpse Notifications solves the problem that is if you just want the screen to simply light up.
3. Blokada (Free)
You must have an Ad blocker on the list if you are unrooted and definitely one of the best open source and free app out there is this one.
4. Fluid Navigation Gestures (Free/Pro Features)
I will dare to say IMPO that it's the best custom gesture navigation app on Android currently. Also it's way better than the default gesture navigation because of the extra features.
5. Tiles (Paid)
Although it's a paid app it's worth its price. The beauty of having it you get options of having tiles of any application you need including the power button which I use mainly for that purpose, instead of clicking and wearing the power button.
6. Edge Gestures (Paid)
This is by one of my favorite developers in the play store, he has some other apps in the play store you should check them out. Now why I recommend this app because with this app you can add extra features to the default system gesture navigation which completes it.
I stopped using FNG because in certain apps it doesn't play well and sometimes it stops. So using this app you can add whatever shortcuts, apps using one swipe from whichever side of the screen you like especially the top part of the side where back swipe doesn't work anyway which makes the default gesture navigation complete.
7. Zone Launcher (Free/Paid)
Launch any app from any screen with one swipe, this is a new favorite.
-------
Edit:
I have removed "Light Flow" from the list due to it not working properly with our device. When you try to customize the led notifications for third party apps and then testing the modifications within the app itself everything seems be okey. But it turns out non of the modifications apply or stick. Anyway for now there isn't any third party app that can customize the led notifications for our device!
I will keep updating this thread once other apps are discovered or suggested.
-------
Thanks for the suggestions! Definitely these apps seem useful and apart from Fluid Nav Gestures and Light Flow, rest are new to me.
Also a small correction, link to Fluid Nav Gestures is wrong(tiles link attached to Fluid Nav Gestures text).
iShubham said:
Thanks for the suggestions! Definitely these apps seem useful and apart from Fluid Nav Gestures and Light Flow, rest are new to me.
Also a small correction, link to Fluid Nav Gestures is wrong(tiles link attached to Fluid Nav Gestures text).
Click to expand...
Click to collapse
Thanks, corrected!
I'll add Nova Launcher Pro (Paid)
and
https://play.google.com/store/apps/details?id=com.dustinb.icons.cobalt&hl=en_US
Cobalt icon pack
Rashad83 said:
Hi guys,
These apps i am about to introduce will change your phone experience for the better not just our phone for that matter but any Android phone.
1. Immersive Mode Manager (Paid)
This app is a must for every Amoled screen to protect your phone from future screen burn, the other thing is you get to enjoy the full screen experience with every app on your phone. I install this app on all of my Android devices.
I have created a thread long ago doing it manually but i think it's too much of work for people who want an app for that, if you want a manual free alternative check it out.
2. Glimpse Notifications ( Free)
So on the ROG 2 phone only a couple of apps does wake the device when you receive a notification mostly chatting apps and I guess not all of them. This is where Glimpse Notifications solves the problem that is if you just want the screen to simply light up.
3. Blokada (Free)
You must have an Ad blocker on the list if you are unrooted and definitely one of the best open source and free app out there is this one.
4. Fluid Navigation Gestures (Free/Pro Features)
I will dare to say IMPO that it's the best custom gesture navigation app on Android currently. Also it's way better than the default gesture navigation because of the extra features.
5. Tiles (Paid)
Although it's a paid app it's worth its price. The beauty of having it you get options of having tiles of any application you need including the power button which I use mainly for that purpose, instead of clicking and wearing the power button.
6. Light Flow Legacy (Free)
This app is a must have if you want to customize the led notification light for each app, currently i believe only 3 colors are available for our device (Red, Yellow, Green) so you can set any colors of those to any app you want.
-------
I will keep updating this thread once other apps are discovered or suggested.
-------
Click to expand...
Click to collapse
Hi, thanks for these. I really like FNG. However, I'm having an issue with Immersive Mode. All the input boxes that are normally above the keyboard (e.g. try to change the name of your phone) are hidden because they are now under the keyboard.
Any idea how to fix this?
Annie the Eagle said:
Hi, thanks for these. I really like FNG. How can I disable the standard action bar because currently, when I do the recents, it is simulating a double tap because I think both System UI and FNG are doing it
Click to expand...
Click to collapse
Make sure that the system navigation is set to virtual key navigation instead of gesture. Now if you have the pro version of FNG you can disable the navigation bar from the app settings. So either buy the pro version of FNG and disable the navigation bar from there or use another app to disable the navigation bar which you can find some apps do that in the play store.
I couldn't get light flow to work. What settings have u tested it with to get it working?
stealthj said:
I couldn't get light flow to work. What settings have u tested it with to get it working?
Click to expand...
Click to collapse
Make sure it's not killed by mobile manager. Also disable battery optimization for it. Personally I mainly use a different color for two apps sms and calls. I use red color for calls and yellow for sms.
Rashad83 said:
Make sure it's not killed by mobile manager. Also disable battery optimization for it. Personally I mainly use a different color for two apps sms and calls. I use red color for calls and yellow for sms.
Click to expand...
Click to collapse
Did both of those but still nothing. When I go to test and turn screen off, nothing happens.
stealthj said:
Did both of those but still nothing. When I go to test and turn screen off, nothing happens.
Click to expand...
Click to collapse
On my side when I do a test it works fine. But I can't confirm if it's working all the time because I can't recall the last time I noticed the notification light of my custom notifications.
Try to reinstall the app and play with settings.
Rashad83 said:
On my side when I do a test it works fine. But I can't confirm if it's working all the time because I can't recall the last time I noticed the notification light of my custom notifications.
Try to reinstall the app and play with settings.
Click to expand...
Click to collapse
I tried everything. I also have the pro version of led blinker, and that doesn't work either.
But who knows. Maybe a few restarts will help
Rashad83 said:
On my side when I do a test it works fine. But I can't confirm if it's working all the time because I can't recall the last time I noticed the notification light of my custom notifications.
Try to reinstall the app and play with settings.
Click to expand...
Click to collapse
I tried Light Flow Legacy, and it seems to work, except for cyan, blue and light blue color. If i put light blue, the led is Yellow. If i put cyan, the led is green. What's wrong?...
NajimKiSaad said:
I tried Light Flow Legacy, and it seems to work, except for cyan, blue and light blue color. If i put light blue, the led is Yellow. If i put cyan, the led is green. What's wrong?...
Click to expand...
Click to collapse
You can only customize 3 colors: yellow, green, red.
NajimKiSaad said:
I tried Light Flow Legacy, and it seems to work, except for cyan, blue and light blue color. If i put light blue, the led is Yellow. If i put cyan, the led is green. What's wrong?...
Click to expand...
Click to collapse
At least U got it to work. I installed light flow legacy and did the test.. still absolutely nothing.
Rashad83 said:
On my side when I do a test it works fine. But I can't confirm if it's working all the time because I can't recall the last time I noticed the notification light of my custom notifications.
Try to reinstall the app and play with settings.
Click to expand...
Click to collapse
I only see the notification light when the phone is off and is charging
I use the APP dimly. It helps lower the minimum brightness on the phone so you won't get blinded using it in a dark room.
I just updated my phone to 1908.21 WW and now ther LED notification is back and working again!
Rashad83 said:
Hi guys,
These apps i am about to introduce will change your phone experience for the better not just our phone for that matter but any Android phone.
1. Immersive Mode Manager (Paid)
This app is a must for every Amoled screen to protect your phone from future screen burn, the other thing is you get to enjoy the full screen experience with every app on your phone. I install this app on all of my Android devices.
I have created a thread long ago doing it manually but i think it's too much of work for people who want an app for that, if you want a manual free alternative check it out.
2. Glimpse Notifications ( Free)
So on the ROG 2 phone only a couple of apps does wake the device when you receive a notification mostly chatting apps and I guess not all of them. This is where Glimpse Notifications solves the problem that is if you just want the screen to simply light up.
3. Blokada (Free)
You must have an Ad blocker on the list if you are unrooted and definitely one of the best open source and free app out there is this one.
4. Fluid Navigation Gestures (Free/Pro Features)
I will dare to say IMPO that it's the best custom gesture navigation app on Android currently. Also it's way better than the default gesture navigation because of the extra features.
5. Tiles (Paid)
Although it's a paid app it's worth its price. The beauty of having it you get options of having tiles of any application you need including the power button which I use mainly for that purpose, instead of clicking and wearing the power button.
6. Light Flow Legacy (Free)
This app is a must have if you want to customize the led notification light for each app, currently i believe only 3 colors are available for our device (Red, Yellow, Green) so you can set any colors of those to any app you want.
7. Edge Gestures (Paid)
This is by one of my favorite developers in the play store, he has some other apps in the play store you should check them out. Now why I recommend this app because with this app you can add extra features to the default system gesture navigation which completes it.
I stopped using FNG because in certain apps it doesn't play well and sometimes it stops. So using this app you can add whatever shortcuts, apps using one swipe from whichever side of the screen you like especially the top part of the side where back swipe doesn't work anyway which makes the default gesture navigation complete.
-------
I will keep updating this thread once other apps are discovered or suggested.
-------
Click to expand...
Click to collapse
I have tried both Fluid Navigation Gestures and Edge Gestures, both pro/paid version, and the system will sooner or later make them stop working, and have to enable them again, having to give them permission to draw over other apps from time to time and it is a bit annoying. did you or someone manage to make it work perfectly? any tips on what might I be doing wrong? thanks
I don't think Tiles app works as it says it's only for Naugut and Oreo. I have paid for it and now it's not working. I don't know why did you say that it works with our phone. You should not give wrong info to others without checking.
Sent from my ASUS_I001DE using Tapatalk
Sedariya11 said:
I don't think Tiles app works as it says it's only for Naugut and Oreo. I have paid for it and now it's not working. I don't know why did you say that it works with our phone. You should not give wrong info to others without checking.
Click to expand...
Click to collapse
If you don't know how to use it that's is your problem, I have it right now on my device working. Add to that I haven't recommended any app on this thread without testing. Choose your words carefully!
One more thing, if you don't have anything positive to say just move on and let me be, you don't have to visit this thread or take my word for that matter!

Miui 11 bugs

Miui 11 on Redmi note 7 pro started rolling out and the first update has quite impressive & little too bugs . Share your bugs or issues .
random apps and games are crashing few seconds after opening
Screen round edges are overlapping battery and time in the status bar when display size is set to 'xs'. If I set it on 's' the whole UI is too big for me. Is there a work around for this? Thanks.
Envy2077 said:
Screen round edges are overlapping battery and time in the status bar when display size is set to 'xs'. If I set it on 's' the whole UI is too big for me. Is there a work around for this? Thanks.
Click to expand...
Click to collapse
Go to developer options and change DPI manually..most likely it would be 490 now, change it to 485 or something close.
i'm no more able to activate my 4G
I Got a New Button on Navigation Bar, After Updating to MiUi 11 Manually. That button/Icon Looks Like a Human Standing With Hands Wide Open, in the bottom right corner.. And i am not able to disable or make it go away from there. There is no option anywhere to do so.
My roommate also updated with the same zip file which i gave him but there is no such button in his phone.
I updated from MiUi 10.3.13.0 to 11.0.5.0, via 2GB Zip File Provided In XDA, Redmi Note 7 Pro(Violet) India..
Issue Screenshot Link :- http://www.mediafire.com/view/u5igwy2652r43xq/IMG_20191107_111352.jpg/file
This Popup appears after clicking that button :- https://www.mediafire.com/view/w5qcdbg30ih2iz5/Screenshot_2019.jpg/file
Will appreciate if anyone can help.
Same problem as Nikhil.
Accessibility icon (annoying little man) is in the bottom right of the nav bar. Turning it on/off in 'accessibility menu' has no effect. Tried a reboot with it on, then switched off etc little hot is still there
I updated to miui11 via official OTA from what ever the latest package was on 10.
Any ideas welcome.
I play a game called world of tanka blitz. After miui11 update i can't share my replay on discord or any other social media app as there is only 1 option now : shareme
2nd issue can't turn off notifications sound without making phone
silent
Anyone got a solution for the accessibility icon in the nav bar?
@nikhil_nitro. To remove your accessibility icon from nevigation bar try this :
1. Open settings then Additional Settings
2. Open accessibility, scroll down
3. Choose accessibility menu and turn it off
You are done..
parthavluv said:
@nikhil_nitro. To remove your accessibility icon from nevigation bar try this :
1. Open settings then Additional Settings
2. Open accessibility, scroll down
3. Choose accessibility menu and turn it off
You are done..
Click to expand...
Click to collapse
Its already turned Off Brother, but that icon is still present. That's my issue. I tried turning it on & then off. But that icon is not going at all..
... or use Gestures instead!

Find X2 Pro - [WISHLIST]

SOFTWARE
Theming Options:
- Changing Status Bar Icons
(One of the issues that users from other brands face are the different designs on the status bar icons, having an option to select between Oppo and Google icons would allow the users to theme and easily recognize some of those icons).
- Add options for Status Bar Clock
(Likewise to make it easier to users preference, to be allowed to change the status bar clock between Left, Center, Right, Off, with a extra checkbox to hide it on Homepage from Oppo Launcher. This can be seen in any Xiaomi device that automatically hides the clock when going to the homescreen).
- Add Battery % next to the Icon on Status Bar
(Add an option to allow the user to choose to have the % of battery next to icon).
- Change Theme accent
(Allow users to have personalized experiences and allow them to change the theme's accent. That change would affect every toggle colour, active icons on notification bar. This can be seem in every OnePlus device).
- Change Folders Background
(Allow the users to change the folders background).
- Possibility to change lockscreen style
- Since the Theme Store is not acessible on Europe. An app like Samsung Good Lock would be the best way to people to personalize the lockscreen in terms of Clock Style, Shortcut Icons, Fingerprint Icons.
Oppo Launcher:
- Double tap to lock the device
(This change would make the stock launcher experience much easier without having to use physical key to lock the device).
- Google Feed option to replace Smart Assistant
(The way Google Feed is implemented on Launchers would make the stock launcher experience much better to use and would contribute to people to don't change launcher just to have this change).
- Set Home Screen to a random page
(Allow the user to set a random page as a HomeScreen)
- Custom Icons
(Probably one of the most important features on customizing your phone. Allow the launcher to use different icon packs).
- App Drawer
(Ability to sort by other than date order eg alphabetic - ascending and descending options etc. Possibility to have folders inside it).
- Notification Badges
(Notification counter badges on all Apps Installed that have Notifications).
General Changes:
- A Better Always on Display
(Having a Tap to show on AOD instead of using the Proximity Sensor).
(Always On Display to be always ON like it should be, at least give a option to be always active/smart/off)
(To show every app icons that have notifications active)
(Bigger Notification Icons)
- ROM Updates Links
(Having a place with links where people can download the latest OTA files. This would make the update process much easier for everyone).
- Optimized Charging Features
(Following several studies saying that higher Watts hurt the battery and not every user needs 65W all the times having an option on developer settings or anywhere else where we can select lower Watts to charge the phone to maximize the battery life).
Also some Settings to stop the charge when reaching 80% (a few studies show that you should keep your battery levels between 20 and 80%)
- No Animations to Fingerprint Scanner
(Having no Animation as an option will make the phone to be faster to unlock the device and since the finger physically hides every animation it's a major improvement since when unlocking speed is the key function. This can be seen in any OnePlus device).
- Missed ROM String Translations
(In every ROM update, the Portuguese (Portugal) language at least has some flaws. In this matter i can easily and gladly help translating options properly).
- Camera and Microphone access indicators
(Much like the implementation in iOS 14, Access Dots should show colored dots whenever the camera or the mic is in use. Although the dots usually show up at the top right corner of the display, you should be also to choose the location for the dots from within the Settings. You should also be able to choose from different colors for the camera and the microphone and change the size of the dot from the Settings).
- Lockdown Mode
(Introduced on Android 9 Lockdown mode aims to protect those who want to keep their private data from the prying eyes of thieves and others. How lockdown works is by blocking fingerprint sensors, facial-recognition, and voice recognition. Once lockdown activates, the only way to enter your device is via PIN code, password, or pattern. Considering fingerprint sensors, facial recognition, and voice recognition are more easily bypassed than PIN, password, or pattern, this could be considered a must-use for those who consider security a top priority).
- Virtual LED Notification
(Since most OEMs removed the LED it would be good to have a more permanent alternative to Horizon Lights implemented by Oppo. This feature only happens for a couple of seconds which is not the best idea for the users. Having a small dot appearing randomly on the screen would be a viable option besides the Horizon Light. This LED Option should be able to customize the dot colour per app, move the dot to avoid screen burns and must be permanent until the user dismisses the notification).
- Ultra Vision Engine
(Show which apps it works with and allow more apps like Plex. Emby, Kodi.
eg: little watermark notification saying ultra vision engine at the beginning).
Camera & Gallery Changes:
- Improve bokeh effect for portrait shots.
- Improve anti ghosting / merging of HDR shots.
- Add Focus Tracking and/or Eye tracking.
- Improve the Front Camera quality in HDR and details.
- Allow Auxiliary Lens on GCam
(This change would allow the development of GCam Mods for all the Oppo devices and consequent the boost of sales since these Mods improve a lot the Camera Performance.
Whitelist the package name "org.codeaurora.snapcam" on Camera2API to allow the access to Ultrawide and Telephoto without Root.
This change can be seen in all the Xiaomi, Samsung, OnePlus 8 Pro and other brands).
- 48MP Mode on GCam
(Allowing 3rd Party Apps, in this case GCam to allow 48MP Modes. This would mean a lot to every user that can consider this device. This change would allow a better development of GCam Mods for all the Oppo devices and consequent the boost of sales since these Mods enhance the Camera Performance.
This change could benefit Ultrawide and Main Sensor. Front Camera is capped also to 8MP instead of 32MP.
With a simple camxoverridesettings.txt it will be activated maxRAWSizes=1 <— activate array 1 ( 8000 6000 )
This change can be seen on the latest OnePlus 8 Pro and all the ASUS and ROG devices).
- Allow 3rd party Galleries with Stock Cam
(When freezing or uninstalling the Stock Oppo Gallery you can't preview the photos taken with other Galleries).
- Video on Ultrawide
(Ultrawide IMX586 can easily make 4K60 and its currently only doing 4K30).
- Video on Front Camera
(Front Camera is more than capable to use higher resolutions than [email protected] For example P40 Pro with the same sensor can do 4K60).
- Camera quality on Snapchat, Instagram & WhatsApp
(Microphone volume on Snapchat, Instagram (WhatsApp is fine)
For Some reason, on Snapchat specifically, the microphone quality/volume is pitiful, friends struggle to hear when in a empty room with no other sources of volume such as a TV. Tested this on most social apps & it happens the absolute worst with Snapchat, it may be something on Snapchats end rather than Oppo's but it doesn't happen with any other device.)
- Allow more Zoom on Stock Gallery
(On the photo gallery allow further zoom levels, so you can zoom close up in pictures. at the moment you can only zoom like 2-3 level on the Samsung devices you can zoom right in.)
- Zoom Preview after 10x on Stock Camera
(Like Samsung and Huawei on their Camera Apps are doing a little preview when the zoom levels are higher than 10x would make the user to know precisely where he is zooming).
- Photo Album - Hide unwanted photo folders eg WhatsApps images
(Ability to sort in ascending order or descending order
Ability to remember last selection for start up eg Albums -> Camera instead defaults back to Photo category)
Currently Bugs: (from July Security Patch Update)
- Lock screen notification stays lit when charging
(When receiving a new notification arrives whilst plugged into a charger, the lock screen wakes up (as set to do previouslly), but doesn't then fade out. Instead it keeps the Phone Screen on until the notification is cleared or the charger is unplugged).
HARDWARE
- Flare Issues (There's an issue with Flare with the Find X2 Pro in some/maybe all units. When a source of light hits the lens sideways in a certain angle it provokes a horrible and unusual flare due probably to the bad quality of the lens coating. This issue is only on the IMX689 sensor and one should be aknowledge by Oppo and fixed).
If you guys don't mind i'll add some of the ideas you guys may throw in this thread to make it easier if anyone from Oppo checks it.​
As OP, plus:
Stock Launcher:
- double tap to lock
- Google feed
- set home screen
- custom icons
AOD:
- tap to show
Status bar
- show batt % next to batt icon
Sent from my OPPO Find X2 Pro using XDA Labs
Additionally, I'd love if they gave us some optimizations for social media apps:
Camera quality on Snapchat, Instagram & WhatsApp
Microphone volume on Snapchat, Instagram (WhatsApp is fine)
For whatever reason, on Snapchat specifically, the microphone quality/volume is pitiful, friends struggle to hear me when I'm sat in a empty room with no other sources of volume such as a TV.
I've tested this on most social apps & it happens the absolute worst with Snapchat, it may be something on Snapchats end rather than Oppo's but it doesn't happen with any other device I've used.
If you guys don't mind i'll add some of the ideas you guys may throw in this thread to make it easier if anyone from Oppo checks it.
sirTAVARES said:
If you guys don't mind i'll add some of the ideas you guys may throw in this thread to make it easier if anyone from Oppo checks it.
Click to expand...
Click to collapse
Sure
Sent from my OPPO Find X2 Pro using XDA Labs
TheInfiniteAndroid said:
Additionally, I'd love if they gave us some optimizations for social media apps:
Camera quality on Snapchat, Instagram & WhatsApp
Microphone volume on Snapchat, Instagram (WhatsApp is fine)
For whatever reason, on Snapchat specifically, the microphone quality/volume is pitiful, friends struggle to hear me when I'm sat in a empty room with no other sources of volume such as a TV.
I've tested this on most social apps & it happens the absolute worst with Snapchat, it may be something on Snapchats end rather than Oppo's but it doesn't happen with any other device I've used.
Click to expand...
Click to collapse
Last ones from me that I forgot to add
Lockdown Mode that was introduced back in Android 9 Pie should be on this device it's not even up for debate I have no idea how it's missing.
I'd also love a to see Oppo incorporate notification dots similar to the ones found in iOS 14, it shows a green dot in the notification bar when the camera is accessed & a orange dot when the microphone is accessed.
*This is already available through a third party app but incorporating it in to the OS would be nice, link below*
https://www.xda-developers.com/acce...s-camera-and-mic-access-indicators-to-android
TheInfiniteAndroid said:
Last ones from me that I forgot to add
Lockdown Mode that was introduced back in Android 9 Pie should be on this device it's not even up for debate I have no idea how it's missing.
I'd also love a to see Oppo incorporate notification dots similar to the ones found in iOS 14, it shows a green dot in the notification bar when the camera is accessed & a orange dot when the microphone is accessed.
*This is already available through a third party app but incorporating it in to the OS would be nice, link below*
https://www.xda-developers.com/acce...s-camera-and-mic-access-indicators-to-android
Click to expand...
Click to collapse
added
Lock screen notification stays lit when charging
On my phone, if a new notification arrives whilst plugged into a charger, the lock screen wakes up (as I've set to do), but doesn't then fade out. Instead it keeps the phone screen on until the notification is cleared or the charger is unplugged.
This is what I sent to oppo.
1) Always on display switches off after around 10min or so.* - so does not work as "Always on"
2) Could we implement something like "Samsung Smart Stay" where the screen detects your face and keeps the screen on? currently the screen goes to sleep after 10-20 seconds. really annoying when reading something and you have to constantly tap the screen.*
3) On the photo gallery allow further zoom levels, so you can zoom close up in pictures. at the moment you can only zoom like 2-3 level on the Samsung devices you can zoom right in.
4) Allow changing of the clock design on the Lock Screen
5) Notification counter badges on all icons/apps - eg Aquamail
6) Always on display to have notification counter on icons eg like Hauwei phones.
7) App Drawer - Ability to sort by other than date order eg alphabetic - ascending and descending options etc.
- ability to have folder in app drawer.
8) Photo Album - Hide unwanted photo folders eg WhatsApps images
** *** * - Ability to sort in ascending order or descending order
******** - Ability to remember last selection for start up eg Albums -> Camera instead defaults back to Photo category
9)* Ability to change Folder back ground colour. eg black
******************
10) Notification screen light to stay on mimicking the LED notification light on the Samsung in different colours.
11) Ultra Vision Engine - show which apps it works with and allow more apps like Plex. Emby, Kodi etc. eg little watermark notification saying ultra vision engine at the beginning?
***** Q) which apps does it support?
Thanks
Sent from my CPH2025 using Tapatalk
It'd be nice if the ColorOS team could give us a native battery health monitor too, Google for whatever reason refuse to implement it to stock Android
& AccuBattery isn't as accurate as native, it's always good for users to be able to check battery health to see how much the original capacity is degrading, that way we know when we can expect to get a replacement battery
TheInfiniteAndroid said:
It'd be nice if the ColorOS team could give us a native battery health monitor too, Google for whatever reason refuse to implement it to stock Android
& AccuBattery isn't as accurate as native, it's always good for users to be able to check battery health to see how much the original capacity is degrading, that way we know when we can expect to get a replacement battery
Click to expand...
Click to collapse
i'd appreciate at least the battery graphic.
Notification icon sizing should have its own setting instead of being under 'Display Size' which sizes also text windows together. Notification icons are quite small and increasing it then makes text windows (SMS, Whatsapp etc) too big.
- Add background running restrictions who actually work
- Include adb set permissions in Oppo permission monitoring instead of having one or the other
- Improve bokeh effect for portrait shots
- Improve anti ghosting / merging of HDR shots
- Integrate with Google (feed, live captions, recorder app, google photos, dialer app, messaging app)
- Collaborate with one of the gcam modders and make this the gcam phone of our dreams
- remove bloat installation of 3rd party apps like Facebook and Chrome
- Improve OTA rollout strategy
I wished the message symbols on AOD would be larger...
...and Focus tracking would be nice...
Venacephalica said:
I wished the message symbols on AOD would be larger...
...and Focus tracking would be nice...
Click to expand...
Click to collapse
Agree! They are way to small.
Skickat från min CPH2025 via Tapatalk
- fix bug of split screen not working when using third party home launcher app like Nova.
- allow selection of third party music player as default music app, and allow gestures on screen off to interact with it
Hide battery icon.
Set min and max auto brightness (would help with green tint).
Ability to set colour of notifications and status bar.
---------- Post added at 07:06 PM ---------- Previous post was at 07:04 PM ----------
Hide battery icon.
Set min and max auto brightness (would help with green tint).
Ability to set colour of notifications and status bar.
Split screen enable 120hz instead of calling at 60.
Able to separate ringtones, notifications, in music player, and file manager.
Also hide recordings from music player??!!
- telephone/Dialer app like Samsung s20 Ultra with Unknown User/incomming calls indentification
- Call recoder at dialer app when calling
- better weather widget with more days
Widget limitations
I spent two days talking to OPPO customer service, but still no luck.
They either don't understand what I mean or just don't care but they keep saying it's a Gmail problem...
Which is not as I can add multiple widgets on OnePlus, Huawei and Samsung as well.
So I thought I would add it here, hopefully will be added to the next update.
My problem and probably others as well is with the widget limit on apps.
For some reason ColorOS only allows one widget per app. This is mainly frustrating for Gmail Widgets.
You see I have multiple accounts on my phone but I can only add one Gmail widget to my homescreen...
Please let me know if I'm doing something wrong or is this a knows limitations for others.
Thank you!

Categories

Resources