Themes / Apps / Mods [MOD][MAGISK][ANDROID 12] Addon Features for Pixel Devices - Pixel 6 Thread - Google Pixel 6

{
"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"
}
​
What is this?
This is a Magisk module that adds the following cool custom features to any Pixel device (from 3a to 6 Pro) running stock Android 12 Pixel ROM:
Enable/Disable Google Sans font system wide
Adds Icon Styles and Icon Shapes overlays from Android 11
Fonts options
Enable/Disable Combined signal icons
Pixel 6 Wallpapers (requires an extra module, please check downloads section)
Adds 2 button mode navigation (it was removed on Android 11 but I think some users like that navigation mode, so I add it)
Adaptive sound options
Enable Voice access for all Pixel devices
Navigation bar options (reduce keyboard bottom space size, completely remove NavBar, invert layout*, set back gesture height*)
Enable/Disable SystemUI Tuner
Enable Game Overlay for all Pixels by default (although, if something goes wrong while playing games, you can disable this feature)
Enable/Disable dual tone battery meter (it only works on icon portrait mode)
Enable/Disable showing the number of unread messages on status bar notifications
Reduce Status bar height (and option to correct left padding on devices with the notch on the left)
Enable/Disable more themed icons on launcher (some apps don't have a themed icon so it won't work for all apps)
Enable/Disable left shortcut on Lock screen
Enable/Disable camera shortcut on Lock screen
Enable/Disable gradient effect on QS Tiles and Brightness slider
Hide gestures navbar pill (using transparency)
Colorize gestures navbar pill with dynamic accent color
Dark Themes from Android 11 Addon Features
Choose QS number of rows
Brightness slider padding and thick track options
Enhanced Google Dialer (to enable stuff like Call Recording and etc.)
Enhanced Smart Space (to enable stuff like Flashlight, Earthquakes options, etc.)
Enables some newer Pixel features to older Pixel devices (things like Live Translate, Haptic feedback settings, etc.)
Enable/Disable option to reduce QS Tiles text size (works better on some QS Tiles themes)
Option to install Tap Tap (a great app for devices without Quick Tap and even for the ones that have it)
These next features, also included in the MOD, indicates that framework-res and/or SystemUI were modded. This means that these next features will only work on devices running stock Android 12 Pixel ROM. I'll talk more about this later.
Enable/Disable Wifi + Cell QS Tiles instead of single Internet QS Tile
Battery Styles
Clock Customization
Network Traffic Indicators
QS Battery percentage independent options (show estimate time remaining or just percentage)
Dual tone Light/Dark themes for Quick Settings Panel and Power Menu
Album art on lock screen options
Music visualizer options
QS Quick pulldown with one finger (options are off, drag from the top left, drag from the top right and drag from anywhere on the top)
Revamped Screenshot service (it allows us to delete screenshot as soon as we take it and we can enable/disable screenshot shutter sound)
Show/Hide QS Edit icon on QS footer
Show/Hide Quick access Developer options icon on QS footer
Quick access Rom Control app by long pressing on QS Footer Settings icon
Edit Back gesture navigation height
Enable/Disable inverted layout for 2 and 3 button navigation modes
Enable/Disable carrier text on lock screen
Date, clock and battery click actions on QS Header (long click on clock goes to system time settings, simple click opens clock app)
QS Tiles animations and vibration options
Disabled icon blacklist on both status bar and lock screen(the icons can be disabled using SystemUI Tuner for those who don't want some icons to appear anywhere)
Override feature flags (This allows us to override feature flags manually using setprop persist.sysui.flag."whatever_flag_we_want" command)
Use 4G instead of LTE option
Resize navbar pill (normal, medium, big)
Tap to add or remove tiles in QS customizer
Enable/disable QQS Brightness slider
Enable/disable default QS Brightness slider
Auto brightness QS icon (on/off)
Brightness slider position (Top, Bottom)
Double tap to sleep on status bar
Double tap to sleep on lock screen
Enable/disable Double-line clock on lock screen and AOD
Enable/disable circle background on lock screen fingerprint icon (it only does anything on devices that have it, obviously)
Force accent color on ripple animation while unlocking with fingerprint
QS Tiles Styles
Edge Sense Plus MOD (it only works on devices with active edge sensor)
Battery Bar
-------------------//------------------
Rom Control app (to setup all these options)
Downloads:
Download latest module version from HERE! Further updates can be done using Magisk Manager.
Spoiler: Click to know more.
For more info about updates, please read THIS POST.
Addon_Features_for_Pixel_More_Live_Wallpapers.zip
Spoiler: Optional module. Click to read more.
This is an optional module. I've decided to remove everything regarding wallpapers from Addon features main module and create this one.​​I thought that it wouldn't make much sense to have a single module with almost 500 MB. So, this new optional module adds Pixel 6 static and live Wallpapers (obviously redundant for Pixel 6 users...) but, as well, it adds other Live Wallpapers that aren't normally available for download on Wallpaper & Style app (old stuff like doodle, conveyer belt, etc. from older pixels).​
Notes:
Spoiler: Please read them at least once. THEY'RE IMPORTANT!!
Since V17 the installer mod detects if your device runs into a boot loop after flashing it. If it does, and this will happen on any device not running stock Android 12 Pixel ROM, it will force a new reboot and will try to boot your device running a mod "Lite" version. The "Lite" version is nothing more than a mod version where the only features available are the ones above the red line text.
If you want those "exclusive features", the ones after the red line text, working on your current ROM you will have to port them yourself. I explain how to later on this post.
Those "exclusive features" are based on xml and smali changes made on stock SystemUI and framework-res. Without these changes the, "exclusive features" won't work.
Since this module replaces stock SystemUI and framework-res for modded ones, you could run into problems if some other module tries to do the same or it's simply incompatible with it. If you want to try any other mod that changes SystemUI, or framework-res, there's an option on ROM Control that allows you to disable those "exclusive features". After disabling them, your Pixel device will reboot with a "Lite" version as well.
Make sure that you're able to run adb shell as root before flashing this module and reboot your device. Just in case something went really wrong and you need to remove the module manually.
If your device really refuses to boot, after flashing this mod, connect your phone to your PC during boot and run this:
Code:
adb shell
​
Code:
su
​
Code:
rm -rf /data/adb/modules/AddonFeaturesForPixel/system/framework/ && rm -rf /data/adb/modules/AddonFeaturesForPixel/system/system_ext/ && reboot
​
This will only remove framework and systemui "modded" files. Without them, you're device will boot and the other features, that don't require modding, will work just fine.​​In fact, if you remove these files from the module zip before flashing, you can flash that modified zip on any device running any AOSP, or close to it, ROM.​​In case you want to completely remove the mod, you can just run this:​​
Code:
adb shell
​
Code:
su
​
Code:
rm -rf /data/adb/modules/AddonFeaturesForPixel/ && reboot
​
If you forgot to enable the ability to run adb shell as root, and if your device fails to boot, you can fix that by removing all Magisk modules you have installed. That can be achieved by running the following commands even without root shell during boot:
Code:
adb shell
​
Code:
magisk --remove-modules
​​
If none of the above methods work to get your device booting, then you have to boot into safe mode. By doing so, Magisk will disable all modules for you (it doesn't uninstall them, just disables them). To force a boot into safe mode all you need to do is to keep pressing volume down button during boot animation. After the system boots into safe mode you can reboot your device to boot up normally (since all modules will be disabled). If you get stuck during boot animation again, just force another reboot (I've had to do that during my tests).
When a new OTA update comes it's possible that the MOD will force boot with Lite version. Why? Because Google may change things on stock SystemUI and/or framework-res between builds. When that happens, I have to recreate the module again to adapt those changes. Rest assured that I'll always test the module with new builds and update as necessary.
In case your device gets caught in a boot loop, please provide me a logcat so I may try and look if anything can be done about it. To do so, during boot connect your device to your PC and grab a logcat with this adb command:
Code:
adb logcat > log.txt
After grabbing the log, please open the txt file and search for "FATAL". Afterwards post here the lines where the "Fatal error occurred".
I've made these modules for my personal use and just decided to share with all XDA community. Having this in mind, there's no need for donations (although I won't refuse them if you want to buy me a beer). As for requests or whatever, I can only add more stuff when, and if, I have time for it. I'm a really busy man in real life so I can't promise anything nor ETAs.
Requirements:
Unlocked bootloader
Magisk Root | Magisk Manager
Stock December 2021 Android 12 Pixel ROM build, or later until February 2022 for "FULL" version compatibility
Any AOSP, or close to it, Android 12+ ROM on any device for "LITE" version only (not fully tested...some devices/ROMs may not work)
Suggestion:
Uninstall all other modules you may have installed before installing this. They could be incompatible with the module thus making the device get caught in a boot loop. You may install them afterwards, one by one, just to make sure everything is ok.
If you're up to it, instead of disabling/removing modules, I recommend you to flash latest stock build through fastboot using flash_all.bat. In order to retain your data, remove the "-w" flag from the update command on flash-all script.
How to install?
Flash "Addon Features" module
Reboot device
If your device/ROM is fully compatible, everything will be ok at first boot
If not, your device will auto-reboot after first failed boot attempt and boot again with the Lite version only
Have fun!
How to update?
Open Magisk Manager app
Press the update button on"Addon Features" module
Reboot device
Have fun!
Video:
Spoiler: Click to see the video
You may check what to expect from this module HERE.
Note that this video was recorded when I've made this for Android 11. Some features may not be present for Android 12 and others can be that didn't exist for Android 11. The video is here only for those, who have never tried this on Android 11, may understand what to expect.​
How's these "exclusive features" even possible?
Spoiler: Click here if you're interested on learning how this works
All "exclusive" features that you see on the list above were reverse engineered from Proton AOSP and Evolution X ROM source code. The source code is available on the links bellow shown on the credits. This means that I've been practicing some hard core "old school" Android smali edition in order to get this working. So, yes, I have some credits about this but, if it weren't for the original developers and it's public source code, none of this would be possible. Thank them for this!
Smali, and xml, edition wasn't enough to get this working. After decompiling, changing/adapt the code and recompiling everything again, I had to find a way to make it bootable without messing with the original apk signature. And here is where VR Theme logic came in handy. So thanks for the original dev who brought us this feature.
As for ROM Control app....this was/is a project created by daxgirl and wubydax back in 2015! So yeah, I'm not bringing anything new here, I just followed their instructions in order to get the features working after editing smali/xml with the source code taken from PAOSP and Evolution X. The original app source code is also available on the link shared on the credits.
I've just combined all of the above into a Magisk Module and shared here so that we can get the best of both worlds....a stock ROM with custom features included.
Rom Control with "exclusive features" source code:
https://github.com/ElTifo/CustomSettingsForDevs/
Want to port the "exclusive features" to your Pixel device running on other ROM? Here's how:
https://github.com/ElTifo/CustomSettingsForDevs/tree/Pixel4a_Android12/app/src/mods
Credits:
Proton AOSP ROM team, specially @kdrag0n for all his work on Dual tone light/dark themes and other Proton AOSP helpfull commits.
EvolutionX ROM team, specially @joeyhuab
@daxgirl and @Wuby986 for ROM Control project and source code.
@Tulsadiver for showing me how to adapt VR Theme logic originally used on 3Minit Battery Mod by @gharrington.
@Ticklefish for Tickle My Android
@topjohnwu for Magisk
@Freak07 for Adaptive Audio
@trzpro for More themed icons on launcher mod
@Liranazuz5 and @roirraW "edor" ehT for all support and testing stuff.
@siavash79 for all help regarding module installation scripts and update feature from Magisk.
@iamlooper for At a glance enhancer module and it's install/uninstall logic which was adapted to Addon Features
Cheers and enjoy!

Tnx, works great!!

thks , i flash Android_12_Pixel_6_SystemUI_for_Addon_Features_V4.zip,but pixel6 has no menu options(Rom_Control menu icon).

soker111 said:
thks , i flash Android_12_Pixel_6_SystemUI_for_Addon_Features_V4.zip,but pixel6 has no menu options(Rom_Control menu icon).
Click to expand...
Click to collapse
You need to flash the other module as well.

Typhus_ said:
You need to flash the other module as well.
Click to expand...
Click to collapse
it works!thankyou!

I think it may be dependent on the order of installation. I got the black screen every time I installed until I switched up and install the SystemUI module first, rebooted, then installed the addon features module.
Previous times I tried which didn't work I installed the addon features module then the SystemUI module all in the same session. Got black screen every time.

clipcarl said:
I think it may be dependent on the order of installation. I got the black screen every time I installed until I switched up and install the SystemUI module first, rebooted, then installed the addon features module.
Previous times I tried which didn't work I installed the addon features module then the SystemUI module all in the same session. Got black screen every time.
Click to expand...
Click to collapse
Well, as I've talked about that on Telegram, that shouldn't be required.
BUT, if it works that way, no problem at all by doing so.

Some things I've noticed / some requests:
I'm not a fan of the font change. Is there a way to undo that?
Battery percent inside the icon doesn't work
filled circle battery doesn't show when power connected
Network traffic meter inside the status bar doesn't work
Otherwise this mod is PURE AWESOME! Thank you.

clipcarl said:
Some things I've noticed / some requests:
I'm not a fan of the font change. Is there a way to undo that?
Click to expand...
Click to collapse
Yes, but you'll need to edit Android_12_Addon_Features_for_Pixel_V4 module zip. Open the zip with WinRar or 7zip (do not extract the zip, edit it inside one of those programs) and just delete the fonts folder you'll see inside the system folder. Flash that edited zip file and no more font change.
clipcarl said:
Battery percent inside the icon doesn't work
Click to expand...
Click to collapse
It doesn't? That's odd. It really should work. Maybe on Pixel 6 SystemUI the resource ID's are different. I may have to look into that.
clipcarl said:
filled circle battery doesn't show when power connected
Click to expand...
Click to collapse
Weird. it should work and it's working ok at my end. But, once again, I've made this using a Pixel 4a SystemUI as base. Some resource ID's could be different. I need to recheck that.
clipcarl said:
Network traffic meter inside the status bar doesn't work
Click to expand...
Click to collapse
Well, that really doesn't work since if I include it the mod wouldn't work. That happened on the Android 11 mod for Pixel 5 models. Why? Really don't know but it can't be fixed. I'm sorry.
clipcarl said:
Otherwise this mod is PURE AWESOME! Thank you.
Click to expand...
Click to collapse
No problem. Glad you've liked it.
Cheers!

Well, I've been checking for possible different resource ID's on SystemUI for sunfish (Pixel 4a), raven (Pixel 6 Pro) and oriole (Pixel 6). There's no different resource ID's regarding battery or anything battery related on settingslib.
So, those battery features you've talked about should really be working. I find it very weird if they're not.
Could you try to restart SystemUI (there's a button for that on Rom Control) after changing to one of those options to see if it does anything?
Really, I'm not finding anything, at code level, that could cause those bugs.

clipcarl said:
I think it may be dependent on the order of installation. I got the black screen every time I installed until I switched up and install the SystemUI module first, rebooted, then installed the addon features module.
Previous times I tried which didn't work I installed the addon features module then the SystemUI module all in the same session. Got black screen every time.
Click to expand...
Click to collapse
Did exactly what you did and it's working !!
This is the only way it will work..

Hello!
Both modules have been updated to Version 5 and the links are now available on the OP.
What changed?
Added Android 11 Icon Styles and Icon Shapes overlays
Added ProtonAOSP Fonts overlays
Option to enable/disable Wifi and Data separate Tiles, instead of Internet Tile
Reduced screenshot overlay PIP time after taking a screenshot
Added more themed icons
Updated Rom Control app
Hope you may enjoy this.
Heads up:
The icons and fonts overlays gets disabled after a reboot or a SystemUI restart. Don't know why. So, after a reboot you'll have to change those options again.
The icon shapes, sometimes, require us to disable theme icons and enable it again after choosing our desired shape. Don't know why as well...
Yeah, this kind'a sucks... but, if I find a solution, I'll fix it on next version.
Cheers!

Typhus_ said:
...
So, those battery features you've talked about should really be working. I find it very weird if they're not.
...
Click to expand...
Click to collapse
Sorry, that was my mistake. The battery percentage inside the icon feature, and the charging indicator for the filled circle battery icon, do both work but only if your battery is less than 100%. At 100% neither works but that's fine.
What does the SystemUI Tuner feature do?
Are the icon style and shape features only for the default launcher? I haven't noticed a difference but I use Nova7.
Again, thanks! Love this module!

It's default behavior. 100 are 3 digits...it wouldn't fit inside the circle...
The SystemUI Tuner feature allows you to access SystemUI Tuner where you can enable/disable some SystemUI hidden options.
And, yes, that only works with Pixel Launcher.
Cheers!

So I have to be rooted to do this?

jralabate said:
So I have to be rooted to do this?
Click to expand...
Click to collapse
As for (almost) everything that's Android concerned...no root, no fun.
So, yeah obviously.

Typhus_ said:
As for (almost) everything that's Android concerned...no root, no fun.
So, yeah obviously.
Click to expand...
Click to collapse
Yes, I figured that much. Thanks for confirming my fear.

Typhus_ said:
Well, I've been checking for possible different resource ID's on SystemUI for sunfish (Pixel 4a), raven (Pixel 6 Pro) and oriole (Pixel 6). There's no different resource ID's regarding battery or anything battery related on settingslib.
So, those battery features you've talked about should really be working. I find it very weird if they're not.
Could you try to restart SystemUI (there's a button for that on Rom Control) after changing to one of those options to see if it does anything?
Really, I'm not finding anything, at code level, that could cause those bugs.
Click to expand...
Click to collapse
Hi!!!
Your module is amazing
Only i have the problem that my apps are in portuguesse after flash your module

liver20 said:
Hi!!!
Your module is amazing
Only i have the problem that my apps are in portuguesse after flash your module
Click to expand...
Click to collapse
Really!?
Well, that's odd...and, to be honest, it shouldn't really happen at all.
I haven't forced anywhere my default language and no one else ever reported that behavior.
Weird...
But, you're able to change to your desired language afterwards, right?
Really weird. And you mean all apps or just ROM Control?

Typhus_ said:
Really!?
Well, that's odd...and, to be honest, it shouldn't really happen at all.
I haven't forced anywhere my default language and no one else ever reported that behavior.
Weird...
But, you're able to change to your desired language afterwards, right?
Really weird. And you mean all apps or just ROM Control?
Click to expand...
Click to collapse
Some apps. Amazon app, webs that load on brave like Google, now is Google is in portuguesse

Related

[MODPACK] MCR modpack for the Nexus 5 (r12)

MoDaCo Custom ROMs (MCRs) have always been based on the stock ROM for devices. I've recently switched my daily driver phone to a Nexus 6 and my daily driver tablet to a Nexus 9, giving me an opportunity to have a good play with Lollipop, the new Android release.
On the whole, the latest version of Android is fantastic, but as is often the case, I have seen a few opportunities for tweaks and improvements, which once again has started me thinking about MCRs, particularly with the loss of Xposed on Lollipop which had become the de-facto way to apply tweaks.
With this in mind, i've started looking at the best way to create and package modifications, and this modpack for the Nexus 5, 6 and 9 is the first step on that road.
Initially, the changes are purely to SystemUI. Only 2 files are changed, no wipe is needed if you already have an unlocked bootloader (stock certificates are retained). A 'MCR Control' application is included to configure the modifications.
Features (some are only available on specific devices / telephony enabled devices):
'MCR Control' configuration application
A one handed mode which moves the button towards the edge on the navigation bar - press and hold back or recents to toggle
Multiple battery level display options for status bar and lockscreen
Option to enable the stock Lollipop battery percent feature
Option to remove carrier label from lockscreen
Option to reverse order of navigation buttons
Option to retain network type indicators when roaming
Option to disable '4G for LTE' indicator
Option to disable orange colouring of status bar and navigation bar separately on battery saver
Option to hide clock
Option to centre clock
Option to disable icon when alarm is set
Option to ignore priority when determining whether to show heads up notifications
Option to disable heads up notifications altogether
Option to double tap status bar to sleep
Option to double tap navigation bar to sleep
Option to enable double tap to wake (requires root, be sure to auth SuperSU after clicking the box, applies a few seconds after each boot) - NEXUS 6 ONLY
Option to enable red / blue / green charging LED (requires root, be sure to auth SuperSU after clicking the box, applies a few seconds after each boot) - NEXUS 6 ONLY
Options to lock status and navigation bars to black (user request - Nexus 9 blacklight bleed mitigation)
Option to enable rotation in lockscreen
Option for re-boot menu in status bar header
All options are applied in real time
Compatible with both odexed and deodexed stock ROMs
To install:
Ensure your device is running STOCK LRX22C - use on any other ROM version will make bad things happen!
Download the zip file below
Install or boot TWRP using fastboot
Backup your stock system partition (you'll need to restore this to apply OTAs)
Push the modpack zip file to /sdcard
Install the zip file in the usual manner
Download:
r12 for Android 5.1 - DOWNLOAD
To revert to stock:
Restore your backup of the system partition!
To revert to stock if you didn't back up:
Download the correct factory image from your device from the Nexus Factory Images page
Extract the files (including the internal images zip)
Locate the system img file, reboot your device to bootloader and 'fastboot flash system system.img'
Boot to recovery and wipe the dalvik-cache
Future releases will add features, but as always MCR will be focused on adding features in a stock style way - you should wonder whether they are mods or whether they were always there.
Enjoy and let me know your thoughts!
P
Credits:
Reboot icon by icons8
Changelog
r12
Updated for build LMY47I with the latest code changes (Nexus 6 and Nexus 5)
r11
Updated for Android 5.1
Removed heads up notifications 'swipe up' mod (now included in stock Lollipop)
r10.1
This is purely a bug fix release. The MCR Control app will still show 'r10'.
Resolved issue with hidden clock being restored on status bar expansion
Resolved issue with volume controls corruption in settings
Changed reboot icon (hey, I thought it was funny!)
r10
r11 will be a minor tweak release with a couple of minor improvements to the reboot UI and a re-arranging of the MCR Control app.
Added option for blue LED when charging[/*]
Added new re-boot menu in status bar header[/*]
Resolved issue with the hidden clock reappearing[/*]
r9
Added option for centre clock
Added option to enable rotation in lockscreen
Resolved compatibility issues with the charging LED - leave option unchecked if using Lightflow or a similar app
Improved charging LED - wireless charging now illuminates blue because FUTURISTIC
Added details on how to revert to stock on the topic posts
r8
Added option to enable red / green charging LED (requires root, be sure to auth SuperSU after clicking the box, applies a few seconds after each boot) - NEXUS 6 ONLY
Added option to enable am / pm indicator (two sizes)
r7
Added option to lock status and navigation bars to black (user request - Nexus 9 blacklight bleed mitigation)
Bug fixes to alarm icon hide feature
Nexus 5 is now fully supported
r6
Improvements to MCR Control app - version is now displayed on action bar
Added option to disable heads up notifications
Added icon to disable icon when alarm is set
Added option to double tap status bar to sleep
Added option to double tap navigation bar to sleep
Nexus 5 support is now in testing
r5
Multi device support - the first device to be added is the Nexus 9. Supported from r5 onwards!
Improvements to one-handed mode code
Minor bugfix to reverse button order feature
r4
Added new one handed mode - press and hold back or recents to toggle
Added option to disable orange colouring of status bar and navigation bar separately on battery saver
Added option to hide clock
r3
Improved battery option to always show icon when charging
Added option to retain network type indicators when roaming
Added option to disable '4G for LTE' indicator
Added option to ignore priority when determining whether to show heads up notifications
Added option to enable double tap to wake (requires root, be sure to auth SuperSU after clicking the box, applies a few seconds after each boot)
Mod is now compatible with both odexed and deodexed stock based ROMs
Initial changes to prepare for potential support of other Lollipop devices
r2
Added 'MCR Control' configuration application
Added more battery options
Extended battery setting to also apply to lockscreen
Added option to enable the stock Lollipop battery percent feature
Added option to remove carrier label from lockscreen
Added option to reverse order of navigation buttons
Lots of under the hood changes for future tweaks
r1
Initial Release
{
"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"
}
Quite nice to see you here. Love the way you implemented only minimal but essential features. Will try out soon
Sounds good
Awesome! Has Been needed for a long time!!
This is great! Should be a fantastic alternative to some basic Xposed modules. Will have to try on my Nexus 5 and the Nexus 9 version when I get home.
Work great with xtrasmooth ROM ! Great work !
Envoyé de mon Nexus 5 en utilisant Tapatalk
Post deleted
Nice. It's no GravityBox, but I understand how difficult that might be to do, so I appreciate your effort to even do this. One problem though, I don't have the double tap to wake option? My N5 is rooted. Does it require a specific kernel?
Even I would like to know if "double tap to wake" needs a custom kernel ?
It's mentioned that stock Lollipop is required so it would seem that custom kernel isn't needed.
MasterJ87 said:
Nice. It's no GravityBox, but I understand how difficult that might be to do, so I appreciate your effort to even do this. One problem though, I don't have the double tap to wake option? My N5 is rooted. Does it require a specific kernel?
Click to expand...
Click to collapse
It's not trying to be GravityBox, that hooks via Xposed many more apps besides SystemUI.
amitabhr said:
Even I would like to know if "double tap to wake" needs a custom kernel ?
It's mentioned that stock Lollipop is required so it would seem that custom kernel isn't needed.
Click to expand...
Click to collapse
Sorry, DT2W is only in the N6 version currently. I'll make that clearer in the main post.
P
Hello, when I try to install this package it shows me the following:
Finding update package
Opening update package
Installing update
Not a HAMMERHEAD!
NOT a SHAMU!
Not a FLOUNDER!
and when I reboot I can't find the MCD control tool.. what should I do?
Nexus 5 running 5.0.1 stock ROM and ElementalX kernel.
Use TWRP...
P
Awesome, works really well.
Removal of the orange bars in battery saver is the biggest pro for me, I use it a lot and it used to bug me a lot.
Any chance we might see an extended power menu (reboot) in near future ?
Working great on both my Nexus 5 and 9! Any chance for a centered clock?
Is it possible to add network traffic indicator in your next release?
I have flashed r7 on xtrasmooth ROM and it works great!!!!!!!!
Awesome mod great work
@paulobrien So the double tab to wake can work on the Nexus 5 also or it needs a special kernel modification?
I mean will it ever be possible for the nexus 5 through this app ?
Great job, works perfect with xTraSmooth.
I can't download on my phone. That's my only option. Can a mirror be posted or someone share it with me thru pm
ts1506 said:
Any chance we might see an extended power menu (reboot) in near future ?
Click to expand...
Click to collapse
+1

[ROM]AryaMod V1.4 TW Lollipop Official [920*][EOL]

Welcome to AryaMod ROM Serries
Proudly present you AryaMod ROM Lollipop for Galaxy Note 5
{
"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"
}
Big thanks @tdunham, @rompnit, @filchi756, @xperiacle, @gharrington, @daxgirl, for their support, help, guides and their amazing contributions. You guys are wondeful. Without you guys this ROM would never reach to this phase of customization. And also following people who have directly/indirectly helped me:
@Chainfire for SuperSu
@amarullz for Aroma Installer
@SuperR. for his amazing Kitchen
@Ticklefish for his cool tool
@Morningstar for his amazing mod [MOD] [GUIDE] Statusbar Network Traffic (Separate In/Out)
@Goldie for his help and guides please thank him here
@oluwaponmile
@remuntada78
@majdini for sharing golden comprehensive tutorials with us
@not-i for his helps and being a great developer inspiring with his Sweet Rom
@jovy23 for SMS Hack tutorial
@zhuhang for ViPER4Android Audio Effects
@AlMaghraby for Sound volume Headphone Boost
@sshafranko and @stu5797 for N5_Surroud Sound
@intxeon for edge screen notification fix
Alliance team
developers from http://samsungviet.vn/
And everybody using this ROM Please let me know if I am missing your name on credit section. ​
General Fetures
Based on N920IDVU2AOL2Official Firmware
Rooted, Deodexed, Zipaligned, De-Knoxed
Installed Busy Box, su, sqlite
Init.d Support
ROM Control
Slightly debloated
Extended Power Menu
Disabled Signature checks
Enabled "Choose app to complete action"
Enabled Private mode on customer kernels (tested on arter)
Enabled outdoor mode toggle in Settings>Display
Enabled Touch key light duration option in Settings>Display
Added Torch light in Settings>Display
Added Startup manager in Settings
Added LED indicator in settings
Added Application permissions (App Ops Permissions) in Settings
Added OTA Update (Compiled for AryaMod ROM) Thanks @MattBooth
Modded Launcher
Modded Messaging App
Added Edge feature (app, people and notification: miss calls, message, email)
Disabled Volume Warning on Headphon
Added Toolbox apps supporting up to 12 apps
Network traffic (in/out)
Device status set to "Official": Syscope dependencies removed
Removed the indents in the notification panel on the left and right
Added Floating message
Added Slide Key Panel
Added Omini switch, amazing multitasking app
Added S-Memo
Added MW App Manager
Added Popup Browser
Added UPSM Manager
Enabled dual smart manager
Stock Theme
Original Sound quality
And maybe more that I cannot remember now...
Aroma Setup
Wipe data
Debloating Option: remove 28 apps more than of what are removed from previous version from Google Apps, Samsung Apps, Other bloats and apps
Device Support
Added IOIO Conversion tool and enabled dual sim compatibility in AryaMod SystemUI so that users on dual sim phones need only flashing a compatible kernel after flashing the ROM zip. Thanks @ravian29 and @dadimon29
Added Audio Fix for T-mobile users. Thanks @-Mr. X- for the patch
Added Audio Fix for Korean K/S users.
CSC Mods
Data Icon type for mobile data: 4g/LTE
Enable/Disable Sub Symbol on Keyboard
Enable/Disable Exiting Browser Confirmation Pop-up and menu
Enable/Disable Home Button in Browser
Enable/Disable Manual Call Recording
Enable/Disable Call Button in Contact List
Enable/Disable Call/Message Block Menu in Settings
ROM Control app is freshly built from a project shared here [App][Code project][5.0+]Rom Control app for devs by daxgirl and you can find my source code here
Project characteristics:
daxgirl said:
The project is a source code project. Meaning we are not providing an application and you will not be using it by decompiling it with apktool. There are so many reasons for that that I don't know where to start. Mainly - it's bad enough samsung has made hackers out of all of us and we need to decompile and backdoor their system apps to mod them. What we can provide in source code - we will. We strongly believe in the freedom of code and we share it unconditionally (almost).
Now what is that "almost? part? Simple... You do NOT need to credit us in any of your work, you do NOT need to thank us, you do NOT need to ask permission to use this project in your rom, you also do NOT need to donate to us (you also can't, we don't have a donate button). YOU DO NEED TO RESPECT THE FREEDOM OF CODE! That means that this code is given to you under the GNU GPL (General Public License). You can review it fully here.
The most relevant part to our discussion is as following:
That being said, the only thing that is required of you is that you keep sharing the code. We are not going to run around xda and "police" people using the code and not providing source. We rely on your word, that by agreeing to use the open source, you will keep it public and provide your sources as well for others to use. This VOIDS xda rule number 12, stating that each dev owns their work. Becasue the rule also states that work that is provided by a lisence that negates exclusivity, is therefore not exclusive. Any work based on this code is not to be held exclusive. And if another developer wants to use an app you built based on this code, you have an obligation to provide your sources.
Thread rules and disclaimaers:
The code is 100% original and written by us (myself and @Wuby986) for this specific project. All the classes imported from public open source repositories are annotated with original developer signature and our modifications are annotated and dated as well.
To answer most asked question so far - we don't know how it is different from a custom settings app by ficeto. We have never used it in our roms and we have nerver seen it's code (neither have you). Both apps share the same idea of integrating preferences into settings db using content resolver. You are free to use any app you like. We are not saying which app is better or worse. This is seriously not a competition. To further this disclaimer, it is clear that all apps of this kind will have the same idea of operation. There are features that exist in custom settings apk by ficeto that were requested and included in our project. We have programmed them ourselves, using our own (limited) abilities. We will not engage in any discussion about it any further - you have our word of honor that all our work (ever) is original and a fruit of countless hours of study and programming. We might not be the best (far from it) but we are very honest. If anyone has any question about it, remember that whatsapp and skype can both make internet calls. We rest our case here and now. If anyone has any doubt about the authenticity of our work, it's between you and your god from now on.
This project requires extensive knowledge in android development. As mentioned above, if you don't know how to mod system, this app is of no use to you. We will not be answering questions about smali mods.
This project requires basic knowledge in operating android studio. You need to have it installed and operational in order to work with the code. You need to have android sdk and all the support libraries updated.
This project requires SOME coding expirience or AT LEAST an open mind to getting a crash course. You will not be required to do heavy java lifting to use this app, but it would help if you knew alittle bit.
We cannot teach you how to use android studio, debug problems related to it and so on. We will provide basic instructions as to how to add items to the navigation drawer list, how to add preference fragments with ease, we will explain the idea of out code and different preferences to you. Beyond that - it's on you. We cannot and will not teach you to be a programmer. If you want to know more - the web is wide and google is your friend.
We cannot debug your code problems. This thread is for development discussion related to the project itself. If you need some requests, questions regarding exsisting code, remarks, improvements, you're more than welcome to join a github project and commit your code for everyone's benefit.
Click to expand...
Click to collapse
What's it control?
Statusbar Settings
Statusbar Clock Options>Potato Clock Mod
Battery Icon Settings
Battery Icon type Stock/3Minit.Hide
Battery color/alpha
Battery bolt icon color/alpha
Display Percentage
Percentage color/alpha
Battery Bar: Show/Hide, Animation, style, Thickness, Color
Toggle Statusbar Gradient
Configure Gradient Style
Statusbar Icon color
WiFi Icon Color
Signalbar Global/Individual Icon Color
Data Icon Color
Notification Icons Color
Ticker Text Color
Hidden Buttons
Right(Lockscreen)
Center(Home Button)
Left (Recent Apps)
Statusbar Icon Toggle
Max Signal Icons (4/5/6 bars)
WiFi Arrow icon
Statusbar Ticker
Toggle Heads Up Notifications
Statusbar View (show/Hide)
Notification Panel
Visible toggle shown 3 to 6
Enable Extra Toggles
Restore Toggles
Notification Panel Carrier Text
Display Panel
Brightness Slider
Memory Cleaner
Memory Cleaner Color
Square/Round UI for Notification and Recent Apps boxes
Phone and Call Settings
Phone and InCallUI Mod
Enable/Disable Increasing Ringtone
End Call Delay
Add Call/Record Button
Automatic Call Recording
Incoming call record
Outgoing call record
Advanced Function Menu
Launcher Settings
Infinite scrolling
Toggle Icon Shadow
Toggle Launcher Dark font
Homescreen Transition Animation
Lockscreen Transition Animation
Google apps Icon style: Material/Stock
Framework and General
Power Menu Options
Display/Hide Power off
Display/Hide Data Mode
Display/Hide Airplane Mode
Display/Hide Restart
Display/Hide Recovery
Display/Hide Download Mode
Display/Hide Flashlight
Display/Hide Screen Record
Display/Hide Screenshot
Display/Hide Emergency Mode
Display/Hide Sound Mode
Customize Buttons
Toggle Extra Haptic Feedback
Enable/Disable Home Wake
Home Button // Set doubletap, tripletap, and long press actions // Choose from: 9 Assignments/Any Application
Left Capacitive Key Set short press, long press actions // Choose from: 9 Assignments/Any Application
Right Capacitive Key Set long press actions // Choose from: 9 Assignments/Any Application
Power Button Set doubletap actions // Choose from: 9 Assignments/Any Application
Assignment list: Disabled, Application, Flashlight, Kill App, Recent Apps, Screenshot, Screen Record, Google Now, Voice Command, Lock Phone
Display
Enable/Disable 360 degree screen rotation
Enable/Disable USB Plug/Unplug Wake Screen
Sound and Notifications
System Sound Level
Viper Sound Mode
Boost Sound
Surround Sound
Stock Sound
*** Installing one would uninstall the others
Music Control
System Sound toggles;
Boot sound,
Volume Slider sound
Full Battery Notification (screen on/off after full charge)
Low Battery Notifications (sound and pop up)
Lock Screen
Enable/Disable Lockscreen Rotation
Lockscreen Unlock Effect: Note/Brilliant ring/Stone skipping/Sparkeling bubbles/Coloured Droplets
Toggle Lockscreen Clock custom font style
Lockscreen Clock font style 10 fonts
Lockscreen Clock
Lockscreen Clock Global/Individual Color
Lockscreen Clock AM/PM Color
Lockscreen Date Color
Lockscreen Weather and Owner Info Color
Carrier Text Color
Show/Hide Lockscreen Elements
Use Custom Carrier Text
Carrier Custom Text
Add Clock Second in Lockscreen
Show/Hide Camera Shortcut
Toggle Phone shortcut in lockscreen
Toggle Charging dialog at the bottom of lockscreen
Toggle Low battery warning at the bottom of lockscreen
Show/Hide All Lockscreen info
Show/Hide Date
Show/Hide Clock
Show/Hide "Swype to Unlock" Text
Others Mods
Toggle Email Exchange Security
Mokee Listview Animations: Listview animation, Listview interpolator
Calibrate Battery(A simple script to calibrate your battery after flashing the rom)
AdBlocker
Screen Mirror fix
Enable/Disable Edge screen
Backup and Restore System Settings
Useful Apps
Toolbox Settings
MW App Manager
UPSM Manager
Omini Switch
SuperSu
OTA Updates
About ROM
Set Theme for ROM Control app​
Root permission and Custom recovery is required for flashing any custom rom so make sure you are done this part.
Make sure your phone is fully charged to 100%.
Now follow as below:
Before Booting to recovery
1: Skip this if have already unlocked OEM Unlock otherwise follow as below
Turn on developer mode, enable USB debugging and OEM Unlock
Settings>about device> go to bottom and tap build number 8 times
go back button once and tap developer options...
Toggle on both USB debugging and OEM Unlock.
2:Skip to this if you are on a custom recovery / TWRP, Philz
Install Custom Recovery with Odin
Download Odin & custom recovery tar
Power down the phone
Open Odin on pc
Boot phone in Download Mode (press and hold Home + Power + Volume Down buttons)
Connect phone and wait until you get a blue sign in Odin
Add the recovery file to AP / PDA (depending on version of Odin)
Click the start button and let the Odin flash complete
3:Boot the phone into Recovery Mode by holding volume down+power to reboot and as soon as the phone screen flashes, press and hold Home+Power+Volume Up buttons
Do a FULL wipe: Dalvik Cache, Cache, Data, System
Flash rom
After Flashing ROM zip is done flash a kernel as it is not included in the zip.​
Dual sim users need flashing the patch attached to post 4 after flashing the rom zip​
If you don't follow the instruction and post an issue you got do not expect any respond. And if you keep posting your issue you would be reported due to spamming and misleading other users.
Please read and search before asking any question that hasn't been asked before and keep this thread clean.
I am not responsible for any damages on your device.​
Downoad ROM
AryaMod Premium Sound Control: Supports Lollipop and Marshmallow Android Versions
​
To keep this project alive
​
XDA:DevDB Information
AryaMod, ROM for the Samsung Galaxy Note 5
Contributors
kmokhtar79
ROM OS Version: 5.1.x Lollipop
Version Information
Status: Stable
Created 2016-02-04
Last Updated 2017-03-17
Stock Theme
Marshmallow Theme
​
11 March 2016
AryaMod V1.4 (MM and Stock Themes): See here
23 February 2016
AryaMod V1.3: Stock Theme
See here
AryaMod V1.3: Marshmallow Theme See here
19 February 2016
AryaMod V1.2: See here
14 February 2016
AryaMod V1.1: See here
02 December 2015
Initial release
DUAL SIM CARD USERS ​
For 9208 variants,
you would need a fix as the UI cannot find another sim and would keep force closing. So to make it working the UI needs to be modified to enable the second sim and some other changes that are made by @ravian29. The installation steps are as following:
1- Download the ROM zip and transfer to card
2- Download a arter or skyhigh kernel per your device and transfer to card
3- Download AryaMod_1.2_SystemUI_Fix_9208_Dual_SIM.zip and and transfer to card (thanks @dadimon29 for helping to make it working on v1.1 and @Viraje for testing on v1.2)
4- Boot to recovery, perform full wipe
5- Flash ROM zip
6- Do not reboot yet, flash kernel
7- Flash AryaMod_1.2_SystemUI_Fix_9208_Dual_SIM.zip
8- Reboot and enjoy
PS: Why some mods doesn't work on dual sim UI? read here
wooo look who is here welcome mate good to seee you .... here is one more
Aaaaand welcome to the Note5 Community brother ...
Aryamod for the note 3 it's the best rom I've tried!! Now for note 5 it's amazing.. only wondering if it's multi variant? I'm on N920G so.. it's OK?
julioolares said:
Aryamod for the note 3 it's the best rom I've tried!! Now for note 5 it's amazing.. only wondering if it's multi variant? I'm on N920G so.. it's OK?
Click to expand...
Click to collapse
U can give it a try just after install the rom install kernel for G & idk if kmokhtar add modem in the rom if he added it then u need to deleted from rom zip then flash it ..
No work in N920CD
SystemUI stoped
dadimon29 said:
No work in N920CD
SystemUI stoped
Click to expand...
Click to collapse
Install ioio tool then it should work on dual sim or wait kmokhtar to provide a fix for dual sim ..
Welcome to the note 5 community, will give it a try later!
Is it Gear VR supported?
Weeeeeeee! Thanks Kam
Sent from my SM-N920T using Tapatalk
WOW, another ROM !
Weeeeeeeeeeelcome to the community samsung note 5! I am overjoyed to see increasingly more developers interested in note 5. definitely going to try it, but later when I get home! I have two questions for you:
1. it runs on 920c?
2. maybe in the next updates, you can put something to override the security exchange.
Many thanks and sorry for my poor English!
Mo3f said:
WOW, another ROM !
Weeeeeeeeeeelcome to the community samsung note 5! I am overjoyed to see increasingly more developers interested in note 5. definitely going to try it, but later when I get home! I have two questions for you:
1. it runs on 920c?
2. maybe in the next updates, you can put something to override the security exchange.
Many thanks and sorry for my poor English!
Click to expand...
Click to collapse
Sorry not quite familiar with different variants, though if international I guess compatible kernel would be the key.
Sent from my SM-N920I using Tapatalk
kmokhtar79 said:
Sorry not quite familiar with different variants, though if international I guess compatible kernel would be the key.
Sent from my SM-N920I using Tapatalk
Click to expand...
Click to collapse
Thanks,
I will come with an answer later after installation!
lol......look who is here...kmokhtar.......yeaterday on whatsapp note5 group i told them we missed his work...ola la la la ...download now.......
Sent from my SM-N920C using Tapatalk
---------- Post added at 10:04 PM ---------- Previous post was at 09:59 PM ----------
5 thanks ...lol.....i was thinking not flash more rom waiting mm....but now....its different....welcome to moon mod..lol
Sent from my SM-N920C using Tapatalk
Welcome aboard kmokhtar79. As soon as my buddy Joe here share his results I'm going to try your treasure [emoji6]
kmokhtar79 said:
Sorry not quite familiar with different variants, though if international I guess compatible kernel would be the key.
Sent from my SM-N920I using Tapatalk
Click to expand...
Click to collapse
Hopefully it will run on 920T. Used your roms when I had tmobile note 3
So, I returned with the N920C info ...
Installation was carried out smoothly; all applications work properly; about battery life can not say anything.
All I can say is that for now can not use this rom every day because of security exchange, but when kmokhtar79 will find a solution for this problem I will definitely install!
@kmokhtar79 - good job bro'!

[ROM] [8.1.0][UNOFFICIAL] SCREW'D AOSP 4.1 [Potter] [Stable]

{
"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"
}
Code:
* I am not responsible for bricked devices, dead SD cards, or any problems that may arise from flashing this ROM.
* Please do some research on custom ROMS and learn what the potential implications are and how to recover from a soft brick.
* Please do not report errors/ bugs or anything negative unless you have clean flashed.
* Encrypted and decrypted devices are supported.
* You may also not say that this ROM is too fast and powerful and on another level:D
Screw'd was created to be a more optimized and speedy ROM for Nexus & Pixel devices. We combine the best features with a slimmed down base to give you one of the fastest, feature-filled ROMs available. Screw’d is updated, compiled, and tested daily to ensure that we use the latest, stable code base straight from AOSP (Android Open Source Project). This means that we stay up-to-date with Google’s security patches and features, and we’ll never add code that isn’t required. We also post ALL of our source code so you can see all of the changes we make, and even compile Screw’d yourself. Although Screw’d was originally created for Nexus devices in mind, it is possible to port our ROM to work with other devices. As proof, we have ported Screw’d to non-Nexus devices such as the OnePlus 5.
General
Android 8.1.0_r22
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
OmniSwitch
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.
System
Power Menu
Advanced reboot options (recovery, bootloader, systemui)
Additional entries (screenshot, screenrecord)
On-The-Go Mode
Lockscreen visability
Buttons
Swap volume buttons on rotation
Volume buttons control media
Volume buttons control DND
Volume button playback control
Volume button cursor control
Lock screen
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
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
Join the Google+ community for daily updates on future builds and discussion about Screw'd AOSP!!​
Tips
1) Status bar ticker not working? Do a system ui restart
2) Cannot remove fingerprint? Rename the fingerprint and then retry
3) Cannot change quick settings layout? Expand Quick Settings > Edit Mode (Pencil icon) > Overflow menu (3 dot icon on top right)
How To Flash:
- Make sure that you are using the most up to date version of TWRP ( Version. 3.2.1)
- Perform a FULL WIPE as described below if coming from another ROM or a different version of Android
(A full wipe is when you wipe the following partitions: System + Data + Cache + Dalvik ART Cache)
- Flash the latest version of the ROM
- Flash any of the recommended GAPPS linked below
- Flash Magisk / SuperSU if you want root.
- Reboot and you should be good. ENJOY!!
ROM:
https://potterroms.me/ScrewD/
GAPPS
BeansGapps
Open GApps 8.1 arm64 nano or more
Recommended Gcam
https://drive.google.com/open?id=1YUAndbzmqCfLgApqfzKOXizLjgMBbzoC
The Arnova one gets you Front and Rear Portrait and HDR+ Photos... Just No RAW.
GC_AF has better Focus and RAW capture & HDR+ Capabilities... But No Portrait support.
You can keep anyone you want or Even Both.
Kernel
Source
Telegram Support
Screw'd AOSP Community
Credits:​Google
UBERTC
DragonTC
PureNexus
Dirty Unicorns
SlimRoms
SlimSaber
temasek
AICP
TeamTwisted
AOSIP
customworx
BitSyko & Layers Development community
ChainFire & SuperSU
The Screw'd Team
Carlos Villalobos
All translators who help translate Screw'd
All original authors of commits & patches
Most importantly you....the user.
​
Source Code
See the code for yourself - Source
How can you help me
Nothing much, just a thanks would suffice.
XDA: DevDB Information
Screw'D Android, ROM for the Moto G5 Plus
Contributors:
MaXology
https://forum.xda-developers.com/member.php?u=6047959
Source Code: https://github.com/ScrewdAOSP
ROM OS Version: 8.x Oreo
Based On: AOSP
Version Information
Status: Stable
Stable Release Date: 2018-04-24
Created 2018-04-24
Last Updated 2018-04-24
Great build... Thanks a lot dev... For bringing another rom for potter.. Spending your precious time on working for the development of rom.
This ROM is looking & running really nice so far, have just installed & setup but with no issues at all. You should mention the KCAL support in default kernel, and I also greatly prefer the stock/square-or-default-shape icons. Never thought I'd be this glad to get screw'd!
Very nice ROM still didn't find any issues working very well thanks dev
awesome job on putting omniswitch into this; afaik, this is the only rom other than omni that has it!
has anyone tested microg on this? also, my nano or higher on the gapps?
moore.bryan said:
awesome job on putting omniswitch into this; afaik, this is the only rom other than omni that has it!
has anyone tested microg on this? also, my nano or higher on the gapps?
Click to expand...
Click to collapse
I'm using the micro 20180423 gapps with no issues, but don't use microg. Where is omni switch? I don't see any icon and can't find it in the custom settings. I'm using Lawnchair launcher though, so if it's part of the Pixel launcher that would explain why I can't.
Anybody having BT calling issues? I haven't flashed yet but want to try this out but that is important to me. If anybody tries please give feedback. Thanks in advance
testing
---------- Post added at 04:11 AM ---------- Previous post was at 03:21 AM ----------
mmazzali said:
testing
Click to expand...
Click to collapse
great ROM!!! :good:
mmazzali said:
testing
---------- Post added at 04:11 AM ---------- Previous post was at 03:21 AM ----------
great ROM!!! :good:
Click to expand...
Click to collapse
Any word on BT calling?
goast said:
Anybody having BT calling issues? I haven't flashed yet but want to try this out but that is important to me. If anybody tries please give feedback. Thanks in advance
Click to expand...
Click to collapse
Bt calling is working
Dahenjo said:
Where is omni switch?
Click to expand...
Click to collapse
I haven't flashed yet, so I'm not sure... I just noticed it listed under "Recents" in the info section... perhaps it's in Screw'd's custom settings?
moore.bryan said:
I haven't flashed yet, so I'm not sure... I just noticed it listed under "Recents" in the info section... perhaps it's in Screw'd's custom settings?
Click to expand...
Click to collapse
No, omniswitch is not there yet but it may be planned to add in the future, maybe OP can say. I haven't compared everything else on the features list but believe most of it is available in the current version.
Dahenjo said:
No, omniswitch is not there yet but it may be planned to add in the future, maybe OP can say. I haven't compared everything else on the features list but believe most of it is available in the current version.
Click to expand...
Click to collapse
Yeah, just flashed and can confirm omniswitch is nowhere... irritating because that's the reason I flashed. Looks like it's back to Omni...
Can't receive or make calls!!!
I'm retired & mainly use my land line but noticed today that incoming cell calls weren't ringing but going straight to voicemail, then when trying to call vm the call immediately ends, and trying a couple other outbound calls the same thing happens. Restored my Validus backup and all calling is working fine with the same exact setup. It may be something just affecting me or a bad install, but are others able to make/receive calls ok?
EDIT: Problem solved by resetting preferred network type to Global, had changed it to LTE.
Dahenjo said:
I'm retired & mainly use my land line but noticed today that incoming cell calls weren't ringing but going straight to voicemail, then when trying to call vm the call immediately ends, and trying a couple other outbound calls the same thing happens. Restored my Validus backup and all calling is working fine with the same exact setup. It may be something just affecting me or a bad install, but are others able to make/receive calls ok?
Click to expand...
Click to collapse
I have seen this issue with the ROM, as well. I clean flashed and mobile network was not working (att). I restarted and the network came back. You may want to try that. Once working, it seems to be stable.
Dahenjo said:
I'm retired & mainly use my land line but noticed today that incoming cell calls weren't ringing but going straight to voicemail, then when trying to call vm the call immediately ends, and trying a couple other outbound calls the same thing happens. Restored my Validus backup and all calling is working fine with the same exact setup. It may be something just affecting me or a bad install, but are others able to make/receive calls ok?
Click to expand...
Click to collapse
Had the exact same issue as you, was traveling at the time and my data just crapped out. Couldn't reconnect even after reboot, only changing roms fixed the issue. US unlocked 64GB variant and cricket wireless.
sdcwlc said:
I have seen this issue with the ROM, as well. I clean flashed and mobile network was not working (att). I restarted and the network came back. You may want to try that. Once working, it seems to be stable.
Click to expand...
Click to collapse
tuxattack80 said:
Had the exact same issue as you, was traveling at the time and my data just crapped out. Couldn't reconnect even after reboot, only changing roms fixed the issue. US unlocked 64GB variant and cricket wireless.
Click to expand...
Click to collapse
I found the problem which was self-inflicted - under preferred network type I had changed it from Global to LTE (usually there is a different short 3-choice list there where I always select LTE) thinking it was set incorrectly, so after reselecting Global my cell calling works fine. Actually my cellular data was working well despite that wrong setting yesterday while I was out, but I didn't use it for very long.
Dahenjo said:
I found the problem which was self-inflicted - under preferred network type I had changed it from Global to LTE (usually there is a different short 3-choice list there where I always select LTE) thinking it was set incorrectly, so after reselecting Global my cell calling works fine. Actually my cellular data was working well despite that wrong setting yesterday while I was out, but I didn't use it for very long.
Click to expand...
Click to collapse
Not here - made no cellular setting changes. After first boot, radio icon was empty and calls/texts were not possible. WiFi was fine. I cold booted phone and all is well, since.
Watching...
Mr. Apocalypse said:
Watching...
Click to expand...
Click to collapse
Watching what Pru Sar?

[9.0][GSI] Havoc-OS [v2.4][Unofficial][ARM64-A/AB][April 2019]

{
"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"
}
Havoc-OS is an all new ROM.
So many features that you probably won't find in any ROM.
Just flash and enjoy...
Code:
[SIZE="4"][B][U][SIZE="5"]General:[/SIZE][/U][/B]
System-wide Rounded UI
Full OMS support
System-wide burn-in protection
Spectrum support
Compiled using SDCLANG
Razer Phone lock/unlock sounds
OTA support
Signature spoofing
Micro-G support
[SIZE="5"][B][U]Included Apps:[/U][/B][/SIZE]
AdAway
Google Calculator
Google Markup
Lean Launcher
[SIZE="5"][B][U]Settings:[/U][/B][/SIZE]
[B][U]Battery:[/U][/B]
Battery performance profiles
Sensor block per-package
Wakelock blocker
Alarm blocker
Optimal charge level alert
[B][U]Display:[/U][/B]
Live display (Day/Night/Outside)
Colour profiles (sRGB, DCI-P3)
Font manager
Ambient display
Always on display
Expanded desktop
[B][U][SIZE="5"]Havoc Settings:[/SIZE][/U][/B]
[B][U]Status Bar:[/U][/B]
Quick pulldown
Smart pulldown
Tap to sleep
Brightness control
Battery icon styles
Bluetooth battery status
Battery bar
Battery saver color
Clock & date options
Statusbar logo
No sim network hide
Disable no sim icon
Volte icon
Network icon customization
Net activity
Custom carrier label
System icons
[B][U]Panels:[/U][/B]
Power menu tweaks
Volume dialog tweaks
[B][U]Quick Settings:[/U][/B]
Brightness slider customization
QS panel footer customization
QS layout editor
Custom header images
[B][U]Notifications:[/U][/B]
Disable fc notifications
Force expanded notifications
Disable immersive mode messages
Kill app button in the notification
Screen-on notifications
Toast icon
Toast animation
Toast icon color
Toast text color
Heads up toggle
Heads up timeout
Heads up blacklist
Heads up stoplist
Snooze timer
Statusbar ticker
Ticker animation
In-Call vibration options
Less annoying in-call notifications
[B][U]Recents:[/U][/B]
Stock recents customization
Clear all button customization
Memory bar
Recent styles
Hide apps from recents
Icon pack
Immersive recents
Recents layout (Stock/Grid/Android Go)
OmniSwitch
Slim recents
[B][U]Interface:[/U][/B]
Berry styles (Light/Dark/Black/Auto)
Blur personalization
Dashboard suggestions
Dashboard conditions
Screen stabilization
[B][U]Lockscreen:[/U][/B]
Charging info
Hide statusbar
Lockscreen elements visibility
Notification count
Lockscreen colors
Clock and date options
Lockscreen alpha
Double tap to sleep
Wake and unlock
Ambient display music ticker
Ambient display bottom view (Weather/Battery/None)
Music cover art
Music visualizer
Disable power menu
Disable qs panel
Fingerprint vibration
FP unlock on boot
Face auto unlock
Custom bottom shortcuts
[B][U]Navigation:[/U][/B]
Navigation mode(Stock/Smartbar/Fling)
Dynamic navbar color
Pulse
[B][U]Buttons:[/U][/B]
Swap back and recents
Awesome alert slider (Notification/Flashlight/Brightness/Rotation/Ringer)
Accidental touch
Power menu customization
Long press power button torch
Disable buttons
Button backlight customization
Hardware keys customization
Swap volume buttons with rotation
Volume keys for media volume
Playback control
[B][U]Gestures:[/U][/B]
Three finger screenshot
Pie control
App circle bar
Gesture anywhere
Screen-on gestures
Touchscreen gestures
[B][U]Animations:[/U][/B]
System Animations
Android P animations
Disable animations
QS tile animations
Listview animations
Custom Bootanimation
Screen off animation
[B][U]System:[/U][/B]
SELinux mode Toggle
Smart Pixels
Suspend actions
System app remover
Allow untrusted overlays toggle (for Substratum Support)
CPU info overlay
[B][U]IME Settings:[/U][/B]
Selector notification
Auto keyboard rotation
Disable fullscreen keyboard
[B][U]Weather:[/U][/B]
Weather service settings
Statusbar weather
Lockscreen weather
[B][U]Miscellaneous:[/U][/B]
Screenshot editor
Wake on plug
Pocket detection
Camera shutter sound
Disable safe headset volume
Launch music App on headset Connection
Scrolling cache
Events[/SIZE]
ROM: https://www.androidfilehost.com/?w=files&flid=291817 (all vanilla: no Gapps, no su)
Official Open GApps: https://opengapps.org
For the Official builds:
Telegram Support Group: https://t.me/havocofficial
Telegram Announcements Channel: https://t.me/Havoc_OS
Feature Request Form: https://goo.gl/forms/b8rY79XtUZnd5ji42
1. Download ROM.7z file for your device (A/B or A only).
2. Extract it and get the IMG file.
3. Flash it:
For Fastboot: Open ADB and type "fastboot flash system <image name>.img"
For TWRP: Install > Install Image > Select Image and Flash to "SYSTEM"
4. Reboot and Enjoy.
ZeNiXxX
SKULSHADY
mountaser halak
PayPal Havoc Team
@phhusson
@Dil3mm4
@king1990
LineageOS Team (https://www.lineageos.org)
AICP (https://www.aicp-rom.com)
MSM-Xtended Team (https://forum.xda-developers.com/on...nt/cardinal-aosp-5-0-android-8-0-pre-t3693585)
Crdroid (https://crdroid.net)
Omnirom (https://omnirom.org)
And all the other Developers, Testers, Donators and Users.
https://github.com/Havoc-OS
https://github.com/Havoc-Devices
https://github.com/phhusson/device_phh_treble
https://github.com/phhusson/treble_patches
https://github.com/phhusson/treble_experimentations.git
https://android.googlesource.com/device/sample
​
Screenshots
Issues and workarounds:
1. Guides moving to Treble ROMs.
2. Smart charging new feature (Settings > Battery > Smart Charging) is not working probably because it depends on kernel (which is not Treble). You can have the same functionality using Battery Charge Limit [ROOT] app.
3. Can't flash Gapps due to error 70 (insufficient storage space available in System partition)? In TWRP, just go to Wipe menu > Advanced Wipe > check System partition > Partition options > Resize FS. Then flash Gapps again.
4. Viper4Android working on GSI ROMs, please, try and thank here. The root apk install the driver and it's working like a charm
5. RAW support on cameras: Settings > Phh Treble Settings > Misc features > and select Expose Aux cameras (Qualcomm)
6. Message on each boot: "Android System: There's an internal problem with your device. Contact your manufacturer for details" or "Vendor mismatch" error message before unlocking was solved changing true to false in file frameworks/base/core/res/res/values/havoc_config.xml, line 241: <bool name="config_show_vendor_mismatch_message">true</bool>. Credits: @vince31fr
Technical said:
2. Message on each boot: "Android System: There's an internal problem with your device. Contact your manufacturer for details" or "Vendor mismatch" error message before unlocking:
A. In a root file manager, backup both \vendor\build.prop and \system\build.prop files.
B. Open \system\build.prop original file with a root text editor. Copy the line with ro.build.fingerprint variable, for instance:
Code:
ro.build.fingerprint=Android/treble_arm64_bvN/phhgsi_arm64_ab:9/PQ1A.181105.017.A1/64:userdebug/test-keys
C. Open \vendor\build.prop original file with a root text editor. Find the the line with ro.build.fingerprint variable, for instance:
Code:
ro.vendor.build.fingerprint=motorola/nash/nash:8.0.0/OPXS27.109-34-10/5:user/release-keys
D. Paste the copied system variable over the vendor one (replace).
Click to expand...
Click to collapse
this is wrong. need to do vise versa, copying from vendor to system
and as i know need to change some more values in the system build.prop (for google play certification, sample)
anyway don't touch vendor! it will be not trable but trouble)))
Technical said:
3. If for any reason you lost Wi-Fi (or your Mac address become 02:00:00:00:00:00):
A. Get the apk file of the MacChanger app and install it in your phone without Wi-Fi.
B. Open it and grant root access. You'll see that your "Real" Mac address will be 02:00:00:00:00:00.
C. Then you have your "Fake" Mac Address. Copy it into the line "New Mac" and press "Hard change" button. You don't need even to reboot to restore your Wi-Fi.
Click to expand...
Click to collapse
MAC address will be changed immediately after turning on Wi-Fi. and if Wi-Fi does not turn on then the problem is definitely not in the "wrong" MAC)
big thanks!!
.
eremitein said:
this is wrong. need to do vise versa, copying from vendor to system
and as i know need to change some more values in the system build.prop
anyway don't touch vendor! it will be not trable but trouble)))
Click to expand...
Click to collapse
I used this method myself a lot of times, i.e., from system to vendor.
eremitein said:
MAC address will be changed immediately after turning on Wi-Fi. and if Wi-Fi does not turn on then the problem is definitely not in the "wrong" MAC)
big thanks!!
Click to expand...
Click to collapse
Well, I stay one day trying to restore Wi-Fi in Treble ROMs. Read a lot, tried a lot. This worked for me and not *any* other methods.
Technical said:
I used this method myself a lot of times, i.e., from system to vendor.
Click to expand...
Click to collapse
it works because the values are the same (system->vendor). but this method is not correct, should be vendor->system
many users will be have problems with the definition of notch, with the headphones jack, with the certification of Google Play. remember my words)
Technical said:
Well, I stay one day trying to restore Wi-Fi in Treble ROMs. Read a lot, tried a lot. This worked for me and not *any* other methods.
Click to expand...
Click to collapse
some gsi don't have wifi problem
I will say more - I had no wifi problem with any tested GSIs. it's all about vendor
Technical said:
and not *any* other methods.
Click to expand...
Click to collapse
you should get logs and see what's really going on
.
eremitein said:
it works because the values are the same (system->vendor). but this method is not correct, should be vendor->system
Click to expand...
Click to collapse
Ok. I'll try, although I suppose any ROM update will bring back the issue. Am I right?
eremitein said:
some gsi don't have wifi problem
Click to expand...
Click to collapse
Sure. Who is saying the opposite? Just this is a known issue at Treble, just search in xda or: https://forum.xda-developers.com/showpost.php?p=79173958&postcount=237
eremitein said:
I will say more - I had no wifi problem with any tested GSIs. it's all about vendor
Click to expand...
Click to collapse
Sure. I never had before either. And it's a vendor issue.
There are two bugs in the Xiaomi Mi Max 3: the SIM card signal is constantly disappearing (turning the power off and on again) the headset does not work (the sound comes out directly on the speakers.) I'm using Vendor Pie, is that the problem? ?
I was expecting a lot this rom to leave and work on my device
Thanks
edit: when I went to make a call, the screen of the smartphone turned black and nothing reappeared. I had to reset the phone, but it went into bootloop.
Germano1980 said:
There are two bugs in the Xiaomi Mi Max 3: the SIM card signal is constantly disappearing (turning the power off and on again) the headset does not work (the sound comes out directly on the speakers.) I'm using Vendor Pie, is that the problem? ?
I was expecting a lot this rom to leave and work on my device
Thanks
edit: when I went to make a call, the screen of the smartphone turned black and nothing reappeared. I had to reset the phone, but it went into bootloop.
Click to expand...
Click to collapse
I have the same problem with the SIM card signal device is Núbia Z17s
not booting on Honor 7x dunno why
Bluetooth doesn't work. Moto z2 play
bluetooth and dialer not work
Germano1980 said:
There are two bugs in the Xiaomi Mi Max 3: the SIM card signal is constantly disappearing (turning the power off and on again) the headset does not work (the sound comes out directly on the speakers.) I'm using Vendor Pie, is that the problem? ?
I was expecting a lot this rom to leave and work on my device
Thanks
edit: when I went to make a call, the screen of the smartphone turned black and nothing reappeared. I had to reset the phone, but it went into bootloop.
Click to expand...
Click to collapse
i got this problem too
Germano1980 said:
There are two bugs in the Xiaomi Mi Max 3: the SIM card signal is constantly disappearing (turning the power off and on again)
Click to expand...
Click to collapse
Well, in my opinion, this is all about vendor, i.e., Xiaomi, and not the ROM.
Germano1980 said:
the headset does not work (the sound comes out directly on the speakers.)
Click to expand...
Click to collapse
Strange. Mine are working perfectly. Volume is ok. Never saw this problem. I also using Viper audio mod.
Germano1980 said:
edit: when I went to make a call, the screen of the smartphone turned black and nothing reappeared. I had to reset the phone, but it went into bootloop.
Click to expand...
Click to collapse
Which is your default call app? Is the system one or another. Maybe it should be marked as default app and/or add rights to be over other apps.
Sorry guys: Dialer also stopped for me. I need to wait for devs to release new updated sources and compile again to see if they will work. I'm only compiling the ROM. Right now, maybe moving to LiquidRemix to see if we got more luck.
But, Bluetooth is working for me.
Technical said:
Sorry guys: Dialer also stopped for me. I need to wait for devs to release new updated sources and compile again to see if they will work. I'm only compiling the ROM. Right now, maybe moving to LiquidRemix to see if we got more luck.
But, Bluetooth is working for me.
Click to expand...
Click to collapse
LiquidRemix!!
BeeTLeApp said:
Bluetooth doesn't work. Moto z2 play
Click to expand...
Click to collapse
he dialer works, mine does not work, the bluetooth if it works, occupy as a base mokee rom
lsolis293 said:
he dialer works, mine does not work, the bluetooth if it works, occupy as a base mokee rom
Click to expand...
Click to collapse
for those who have problems with the dialer here I leave a patch that worked on my bike z2 play
Doesn't work on the S9 (starlte) no matter what firmware, vendor or kernel I use. PixelDust works fine tho
Sent from my Phh-Treble vanilla using Tapatalk
https://del.dog/ineqahanal.coffeescript
bluetooth not work

[ROM][10][UNOFFICIAL] CrDroid 6.27 [surnia]

{
"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"
}
Code:
*** Disclaimer
I am not responsible for any damage you made to your device
You have been warned
About:​crDroid is designed to increase performance and reliability over stock Android for your device also attempting to bringing many of the best features existent today
Features:​
Spoiler: Show content
General​
Android 10.0.0 r40
Pixel look and feel
crDroid Settings - Our own chamber of secrets with below customization settings
OTA notification for officially supported devices
crDroid Music - Music player based on Phonograph
crDroid Home - Revamped and customized launcher with Google now integration
ART and BIONIC optimizations
Status Bar​
Icons
Status Bar icons toggle
Clock style
Clock & date customizations
Network Traffic monitor and customizations
Old style signal icons
Data disabled indicator
4G icon toggle
Roaming indicator toggle
BT battery status toggle
VoLTE style toggle
VoWiFi style toggle
Battery customizations
Battery style and percentage customizations
Battery bar customizations
Gestures
Tap to sleep toggle
Brightness control
Smart pulldown customizations
Quick Settings​
Tiles
Colums and Rows customizations
Tile title toggle
Vibrate on touch toggle
Miscellaneous
Battery style
Battery location
Battery percentage
Battery estimate
Custom header image
Blur
Clock show/hide toggle
Brightness slider
Auto brightness toggle
Material dimiss button
Lock Screen​
Interface
Statusbar toggle
Lock icon toggle
Weather
Media cover art toggle
Media cover art filter
Music visualizer
Charging animation styles
Battery info toggle
Fingerprint on display customizations
FOD icon picker
FOD wallpaper color
FOD recogninzing animations
FOD animation effects
FOD preset color
Gestures
Tap to sleep toggle
Fingerprint authentication vibration toggle
Fingerprint error vibration toggle
Miscellaneous
Power menu toggle
Secure power menu toggle
QS Tiles visibility toggle
Navigation​
Navigation bar toggle
Stock navbar settings
System navigation type
Gesture nav (with options)
2-button navigation
3-button navigation
Show arrows while typing toggle
Layout
Normal
Compact
Left-leaning
Right-leaning
Invert layout
Rotation button
Home long press action
Home double tap action
Recents long press action
Edge long swipe action (gesture nav option)
Gestures
Touch screen gestures
System gestures
Buttons​
Power button
Power menu customizations
Options
Screenshot
Screenrecord
Airplane mode
User Switcher
Lockdown
Emergency
Advanced restart options
Advanced restart toggle
Secured lockscreen toggle
End call with power button
Long press power button for torch
Automatically turn torch off
Volume buttons
Screenshot types
Wake device with HW non-capacitive button
Answer call with volume button
Control playback with volume buttons
Keyboard cursor control with volume buttons
Reorient volume keys on rotation change
User Interface​
Ambient display
Animations
Force full screen apps
Display cutout
Rounded corners
Smart Pixels
Preference switch style
Weather sevice
Miscellaneous
Ambient display settings
Custom round corners
Notifications​
Alert slider notifications
Ticker options
Blink flashlight on call
Notification vibration toggle
Noisy notifications
Kill app button
Heads up
Heads up toggle
Less boring toggle
Light brightness settings
Battery light
Notification light
Sound​
Charging sounds
Screenshot sound toggle
Live volume steps customization
Volume Panel
Adaptive playback
When headset connected, incoming call plays on option
Misc​
Show CPU info overlay
Disable device identifier restrictions
Hide apps from recents
Gaming mode
Keyboard Settings
Smart charging
Swipe to screenshot
Toast icon toggle
Sensor block per-package
Pocket detection - prevents device interaction when inside pocket
Disable force close toggle
Flashing Instructions:​
Spoiler: Show content
Pre-installation:​
TWRP (Download from here)
gapps - choose arm android 10 pico/nano(optional) (Download from here)
Magisk 20.0 or newer for root (optional) (after first boot) - (Download from here)
Clean install if coming from a different ROM:​
Reboot to TWRP
Wipe cache, dalvik, data, system
Flash ROM zip
Optional: Flash GApps
Reboot
Optional: Reboot to recovery and flash Magisk
Done
Dirty flash if coming from CrDroid 5.1 (Android 9):​
Reboot to TWRP
Flash ROM
Reboot
Done
Sources:​ROM
Kernel
Device tree
Download:​ROM​
Known issues:​You tell me
Visit official website @ crDroid.net
Donate to help our team pay server costs
Screenshots
reserved
Thank you very much for providing new roms for such an iconic device (in terms of phone size), as surnia.
Can we add middle lockscreen shortcuts in this rom?
mnd123 said:
Thank you very much for providing new roms for such an iconic device (in terms of phone size), as surnia.
Can we add middle lockscreen shortcuts in this rom?
Click to expand...
Click to collapse
There aren't any options for that in crDroid
Hi, this ROM works beautifully!
Now i'm searching a way to disable the bottom fav apps dock and fully expand desktop/home.
I already make it immersive mode so navigation bar and status bar gone auto-hide using the SystemUI Tuner app. (problem is: bars dont works independent from each other.., u trigger one and the other bar trigger as well. On my old android i managed to do it using an xposed module, but now i can't sadly.)
Now the thing is: the dock still occupying that place empty and doesnt allow to desktop fully expand to the bottom.
I need that. To disable the bottom apps dock.
And if possible need to hide that apps drawer indicator and bottom line window indicator too. So my screen only shows the background image and icons (on second window) wtv i want to place them, from top to the real full bottom of the screen.
I don't want to use a third party launcher to accomplish all this, i want to keep the stuff simple (prefer not adding to much bloatware on this old phone so it still gets snappy without much lag).
There is anyway to do this? Maybe magisk module, script, modifying a system file (already have root) or wtv?
Thanks.
---
Another thing i miss from my previous android: the possibility to set as 'Home' any of my windows, so i can add a window to the left too.
Now i can add new windows to the right only. I got used to have my apps icons on my left windows...
If you know a fix to this will be welcome too. Thanks!
bertoxo said:
Hi, this ROM works beautifully!
Now i'm searching a way to disable the bottom fav apps dock and fully expand desktop/home.
View attachment 5619413
I already make it immersive mode so navigation bar and status bar gone auto-hide using the SystemUI Tuner app. (problem is: bars dont works independent from each other.., u trigger one and the other bar trigger as well. On my old android i managed to do it using an xposed module, but now i can't sadly.)
Now the thing is: the dock still occupying that place empty and doesnt allow to desktop fully expand to the bottom.
I need that. To disable the bottom apps dock.
And if possible need to hide that apps drawer indicator and bottom line window indicator too. So my screen only shows the background image and icons (on second window) wtv i want to place them, from top to the real full bottom of the screen.
I don't want to use a third party launcher to accomplish all this, i want to keep the stuff simple (prefer not adding to much bloatware on this old phone so it still gets snappy without much lag).
There is anyway to do this? Maybe magisk module, script, modifying a system file (already have root) or wtv?
Thanks.
---
Another thing i miss from my previous android: the possibility to set as 'Home' any of my windows, so i can add a window to the left too.
Now i can add new windows to the right only. I got used to have my apps icons on my left windows...
If you know a fix to this will be welcome too. Thanks!
Click to expand...
Click to collapse
This is the default Trebuchet launcher. I won't change anything there. What you could do is use a custom launcher like Lawnchair or Nova Launcher
ThePiGuy3141 said:
This is the default Trebuchet launcher. I won't change anything there. What you could do is use a custom launcher like Lawnchair or Nova Launcher
Click to expand...
Click to collapse
Ok. Thanks. Tried Nova Launcher and seems to do the job by now.
Now i found another problem: im trying to use NetGuard or Net Blocker and none works as they should.
They block all internet connections instead of allowing the ones i want.
This ROM is LOS based? Because ive read that LOS has a bug on that regard.. an error with the VPN function that prevents it from working.
bertoxo said:
Ok. Thanks. Tried Nova Launcher and seems to do the job by now.
Now i found another problem: im trying to use NetGuard or Net Blocker and none works as they should.
They block all internet connections instead of allowing the ones i want.
This ROM is LOS based? Because ive read that LOS has a bug on that regard.. an error with the VPN function that prevents it from working.
Click to expand...
Click to collapse
Yes, this is LOS based
bertoxo said:
Hi, this ROM works beautifully!
Now i'm searching a way to disable the bottom fav apps dock and fully expand desktop/home.
View attachment 5619413
I already make it immersive mode so navigation bar and status bar gone auto-hide using the SystemUI Tuner app. (problem is: bars dont works independent from each other.., u trigger one and the other bar trigger as well. On my old android i managed to do it using an xposed module, but now i can't sadly.)
Now the thing is: the dock still occupying that place empty and doesnt allow to desktop fully expand to the bottom.
I need that. To disable the bottom apps dock.
And if possible need to hide that apps drawer indicator and bottom line window indicator too. So my screen only shows the background image and icons (on second window) wtv i want to place them, from top to the real full bottom of the screen.
I don't want to use a third party launcher to accomplish all this, i want to keep the stuff simple (prefer not adding to much bloatware on this old phone so it still gets snappy without much lag).
There is anyway to do this? Maybe magisk module, script, modifying a system file (already have root) or wtv?
Thanks.
---
Another thing i miss from my previous android: the possibility to set as 'Home' any of my windows, so i can add a window to the left too.
Now i can add new windows to the right only. I got used to have my apps icons on my left windows...
If you know a fix to this will be welcome too. Thanks!
Click to expand...
Click to collapse
Hi, you seem like a guy who gets what he wants in his android. Any chance, you ever tried to add middle shortcuts to the lockscreen? Example
Well, finally i get the firewall working but needed to use another app. The ones with VPN doesn't seems to work on this ROM because the LOS legacy.
So i used AFWall+, which uses root+iptables method instead of VPN way.
Now im done. All (kinda)working as it should on this old strong grandpa device. (❁´◡`❁)
mnd123 said:
Hi, you seem like a guy who gets what he wants in his android. Any chance, you ever tried to add middle shortcuts to the lockscreen? Example
Click to expand...
Click to collapse
Ive never used that kind of stuff, sorry. No even saw that options on any third party launcher really.
Keep searching wtv!

Categories

Resources