[MOD][MAGISK][ANDROID 12] Addon Features for Pixel Devices - Pixel 3a XL Thread - Google Pixel 3a XL Themes, Apps, and Mods

{
"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!

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!

Thanks for all you do sir

Hello!
Both modules have been updated to Version 6 and the links are now available on the OP.
What changed?
Added Album art on lock screen options
Added Music visualizer options (requires Addon_Features_for_Pixel_Visualizer_Fix.zip)
Force Google Sans system-wide is now optional
Enable/disable combined signal icons on status bar
Added center clock fix to the right (for Pixel 3a models)
Updated Rom Control app
Heads up:
I still wasn't able to understand what causes the fonts, icons and icon shapes overlays get reset upon reboot or SystemUI restart
Install Addon_Features_for_Pixel_Visualizer_Fix.zip first. Afterwards, reboot and wait for about 1 minute before doing anything else. Really, I'm not joking, install, reboot and just wait. Afterwards you may install the other 2 modules and reboot
The visualizer fix is deleted from the system after doing what it has to do. So it's normal that you won't see it as installed after finishing all this. That fix is only there to add a missing permission to SystemUI. It only has to be installed once (obviously if on the future you clean flash the ROM, you'll have to do it again)
Anyway, hope you may enjoy this.
Cheers!

Does any of your module spoof device as pixel 6? Cos I keep getting pixel 6 Gapps updates esp in android system intelligence app

AyHenry said:
Does any of your module spoof device as pixel 6? Cos I keep getting pixel 6 Gapps updates esp in android system intelligence app
Click to expand...
Click to collapse
No, it doesn't.
However, if you tried to port Magic Eraser feature to your device, it could be because of that.

Hello!
Both modules have been updated to Version 7 and the links are now available on the OP.
What changed?
SystemUI MOD has been updated for December build
Fix fonts, icons and icon shapes overlays get reset upon reboot or SystemUI restart
Light theme QS Header is now optional
Added 2 more battery styles (Big circle and Big dotted circle)
Added option to enable/disable dual tone battery meter (it only works on icon portrait mode)
Added option to enable/disable showing the number of unread messages on status bar notifications
Added option for QS Quick pulldown with one finger (options are off, drag from the top left and drag from the top right)
Enable Game Overlay for all Pixels by default (although, if something goes wrong while playing games, you can disable this feature)
Added 8 new fonts overlays
Fix lag on camera if navbar his completely hidden
Added option to enable/disable left shortcut on Lock screen
Added option to enable/disable camera shortcut on Lock screen
Force Google Sans system-wide is still optional but it's enabled by default (I like it that way, so yeah...bummer. You'll still be able to disable it, so no problem whatsoever)
Removed battery percentage option on system settings (since we can now change it on ROM Control app, it didn't make much sense to leave it there. Besides, it wasn't doing anything...)
Updated Rom Control app
Hope you may enjoy this.
Cheers!

Great work, I love the light theme for the notification panel!
Is it normal for ROM control not to show up as an app? Is there something I have to do to get it to show up?

Futur3Sn0w said:
Great work, I love the light theme for the notification panel!
Is it normal for ROM control not to show up as an app? Is there something I have to do to get it to show up?
Click to expand...
Click to collapse
You need to install Addon features module as well and not only SystemUI module...

Link for SystemUI V7 has been updated on the OP.
AOD is now fixed!

Hello!
Both modules have been updated to Version 8 and the links are now available on the OP.
What changed?
Added a TensorFlow lib stupid bug fix on the "Addon Features" module zip (from now on, this one really has to be installed first or at the same time as the SystemUI module zip)
Added a workaround for the QS date ugliness when the date is enabled in the clock options
Fix clock being white on light QS after playing media
Updated Rom Control app
Cheers!

Hello!
Both modules have been updated to Version 9 and the links are now available on the OP.
What changed?
Corrected all icon packs overlays so that the WiFi, BT and Hotspot QS Toggles won't cause a SystemUI FC
Cell QS Tile now shows carrier name
Added 3 more fonts
Revamped Screenshot service (it now allows us to delete screenshot as soon as we take it and we can enable/disable screenshot shutter sound)
Updated Rom Control app
Cheers!

Hello!
Both modules have been updated to Version 10 and the links are now available on the OP.
What changed?
Added more custom themed icons
Show/Hide QS edit icon on QS Footer
Show/Hide Quick access Developer options icon on QS Footer
Added one more option for QS Quick pulldown with one finger (now you can drag from anywhere on the top to quickly access brightness bar)
Long press QS footer Settings icon to access Rom Control (since some of you don't see the app icon on the drawer I thought on this solution)
Added option to invert 2 or 3 button navigation modes layout (meaning...now you can swap back and recent apps buttons)
Added option to configure back gesture navigation height (full screen, half screen, one third of the screen or just back down on the screen)
Updated Rom Control app
Hope you may enjoy this!
Cheers!

Thank you for still making stock ROM worthwhile to use

Hello!
Both modules have been updated to Version 11 and the links are now available on the OP.
What changed?
Added more java date string types on clock date customization
Added signal icons styles (don't know why but when enabling them, Rom Control app crashes...well, whatever... )
Fixed some icons not appearing on lock screen status bar (they can be disabled using SystemUI Tuner for those who don't want them to appear anywhere)
Enable/disable carrier text on lock screen
Added date, clock and battery click actions on QS Header (long click on clock goes to system time settings, simple click opens clock app)
Fix Network Traffic on QS if set to QS header only (now it's only visible if fully expanded and on the top right)
Force user selected font on more UI places
Added Landscape battery style and left battery text option
Use less blur and zoom on lock screen album art
Added QS Tiles animations options
Enable/Disable vibration while touching QS Tiles
Allow overriding feature flags (this allows us to override feature flags manually using setprop persist.sysui.flag."whatever_flag_we_want" command)
Added Voice Access for all Pixels (you can turn it on on Accessibility options and control your device with voice commands)
Updated Rom Control app
Hope you may enjoy this and I wish you all a happy new year!
If you would like to show me your support, please leave a like or follow my band pages or drum covers YouTube channel (the links are on my signature). I would be very grateful if you did.
See you guys in 2022!
Cheers!

Thank you for the constant update, we appreciate it

Hello!
SystemUI V11 module is compatible with January build, I'm already using it. Addon features is as well, but that one never gets affected when a new build comes out...
Although I noticed some changes on some java files, fact is, it's compatible.
Either way, I'll have to recheck stuff (in case I notice that something gets broken while using it).
Now I just have to wait to see if January build for Pixel 6 devices brings new stuff, or not.
Cheers!

Hello!
Both modules have been updated to Version 12 and the links are now available on the OP.
What changed?
Removed everything Wallpaper related into a separate module (that module includes Pixel 6 static and live wallpapers, as well as several live wallpapers that aren't normally available for download, stuff like Doodle, Conveyer belt, etc.)
Enable/disable gradient effect on QS Tiles and Brightness slider
Hide gestures navbar pill (using transparency)
Colorize gestures navbar pill with dynamic accent color
Bring back the Dark Themes from Android 11 Addon Features
Use 4G instead of LTE option
Resize navbar pill (normal, medium, big)
Smaller landscape battery icon
Tap to add or remove tiles in QS customizer
Added one more icon pack (Oxigen OS)
Added one more icon shape (Leaf)
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
Updated Rom Control app
Hope you may enjoy this.
Cheers!

hi, thanks.
what exactly does the Misc > SystemUI Tuner toggle do?

blksith0 said:
hi, thanks.
what exactly does the Misc > SystemUI Tuner toggle do?
Click to expand...
Click to collapse
It enables SystemUI Tuner. With it enabled you'll see a new section on System settings where you can change some options normally hidden.
Cheers!

Related

☞ [Rom][4.4.2]★ AllianceRom - Build 2 ★ Untouchable![10/31/14][NC4]

{
"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"
}
AllianceROM N900V
We are not responsible for anything that may happen to your phone as a result of installing custom roms and/or kernels. you do so at your own risk and take the responsibility upon yourself.​
AllianceROM intends to give the user what THEY want. Ultimate Customization & Stability!!
We have a huge array of "on the fly" options for you to play with. Make your phone to YOUR style. YOUR color. YOUR perfection.
Available in both Stock S5 Style Theme and Aosp Domination Theme, the majority of modifications in AllianceROM are OPTIONAL. You can turn them on and off at will. We try not to impose many things on people because we realise that Android is all about INDIVIDUALITY.
Choose from 23 preset UI Styles and change them with a click. No rebooting
AllianceROM - Designed to be Individual....​
Base Rom Feature's:​
Based on Bean's Verizon 4.4.2 N900VVRU1ANC4 Base
Rooted, Deodexed, BusyBox, Init.d, Sqlite3
Compatible With NC2 and NC4 Kernels
SELinux Set To Permissive On All Kernels
All New Holo Style Alliance Settings App!
Alliance Manager Theme/Backup Engine
Enhanced Swirliness on Ripple Lockscreen
Adjusted Launcher Animations for Speed!
Killed Syscope Root Detection SystemStatus = Official(even in download mode)
Killed Custom Logo on Note 3 Splash Screen
Total toggle amount is 27 data/hotspot/Rom control/Torch/etc
Added Touchwiz Theme Engine And Themes
Added About Alliance To about phone
Added Custom Extended Power/Reboot Menu
Added A ton of Open Source FlipFonts
Added Package name to app details
Added Cyanogenmods Torch
Added .25x animation mod to developer options
Disabled Tether Provisioning Checks
Disabled Battery Checks For Camera Flash
Disabled Flipfont Verification Checks
Disabled Signature Verification Checking
Disabled Samsungs Secure Storage
Disabled Default App Reminder Popups
Disabled power on/off sounds with .bak for easy re-enableing
Enabled developer options by default
Enabled All Widgets and Max Lockscreen Widgets
Enabled app ops permission management
Enabled Call/Message Blocking
Enabled External Sd-Card Read/Write Functionality
Enabled Bootanimation.zip functionality
Enabled Camera while on a Phone Call
Enabled Camera Shutter Sound Menu
Enabled Dynamic Auto Brightness Control from International Note3
Enabled pagebuddy settings in settings/display(control headphone/roaming popups)
Enabled By Default Non Market Apps Allowed
Enabled By Default Package Verifier OFF
Enabled All disabled Settings widgets
Enabled Clear Font Option in Settings
Enabled Launcher app menu list functionality
​Alliance Settings:​About
Misc Info about Developers, Themers, Donate/Forums etc.
Color options
Option to link all color options toghether or color seperately
Color-A-Day Option to let The System Picked Your Main Linked Theme Color randomly everyday at midnight
Option to Set System Background Color and/or Gradient Type With Whitelist
Option to Set System Background Image and Transparency With Whitelist
Option to Set StatusBar Color and/or Gradient Type
Option to Set StatusBar Background Image and Transparency
Option to Set Notification Panel Color and/or Gradient Type
Option to Set Notification Panel Background Image and Transparency
Option to Set Animated Notification Panel Logo
Option to Set Notification Panel Dropdown Header Color
Option to Set Toggle Background Color and/or Gradient Type
Option to Set Brightness Slider Background Color
Option to Set CPU Info Bar Background Color
Option to Set Custom Apps Bar Background Color
Option to Set Clear button Background Color
Option to Set Notification Headers Color
Option to Set Notification Items Color and/or Gradient Type
Option to Set Notification Items Background Image and Transparency
Option to Set Drag Bar Handle Background Color
Option to Set Clock Color, Dropdown Clock Color, Dropdown Date Color
Option to Set Battery Icon Color, Battery Text Color, Battery Low Text Color, Battery Charge Text Color, BatteryBar Color
Option to Set Att Style Carrier Logo Color, Wifi Icon Color, Signal Icon Color, Wifi Activity Color, Signal Activity Color
Option to Set Notification Icons Color, Ticker Text Color, Network Stats Upload Color, Network Stats Download Color, Asu Color
Option to Set Animation Color, Settings Button Color, Recent Button Color, Lock Button Color, Aosp Clear Button Color, Sfinder Button Color
Option to Set Alliance Button Color, Notification Title and Clear Text Color, Notification Items Text Color, Cpu usage Text Color
Option to Set Carrier Text Color, Right Alliance Logo Color, Left Alliance Logo Color, Custom App Bar Icons Color
Option to Set Toggle On Color, Toggle Off Color, Toggle Dim Color, Toggle Text Color, Toggle Circle Color
Option to Set Primary Text Color, Secondary Text Color, Header Text Color, Menu Text Color, List Text Color, Toast Text Color all with toggles to return to default
Option to Set Power menu text Color, Browser Url Text Color, Launcher Text color, Lockscreen Carrier Color
Option to Set HeadsUp Glow Color, Power Menu Icon Color, Overscroll Color, Checkbox Color, Switch Color, Spinner/slider Color, Battery Chart Color
Option to Set Keyboard Letter Keys Color, Number Keys Color, Function Keys Color, Disabled Keys Color, Symbol Keys Color,Swipe Color, Background Color
StatusBar Options
Option to Set StatusBar Icon Transparency
Option to Set StatusBar Brightness Control
Option to Set StatusBar Double Tap to Sleep
Option to Set Clock Size, Visibility, Font, Position and Am/Pm
Option to Set Clock Date, Clock Date Case, Clock Date Format, And Custom Format
Option to Set Show Seconds On Clock
Option to Set Dropdown date Format, Custom Format
Option to Set Dropdown Clock and Date Size
Option to Set Battery Icon and Charge Icon from One of 17 Styles
Option to Set Battery Bar, Bar Style, Bar thickness, Bar Anim, Battery Text Size
Option to Set Att Style Carrier Logo, and Custom Text
Option to Set Left Side and Right Side Network Stats
Option to Set Network Stats Update Interval, Hide if Inactive
Option to Set Asu Display
Option to Set number of signal bars used 4, 5, 6
Option to Set Signal Icon Type
Option to enable or disable signal in/out icon
Option to Set Wifi Icon Type
Option to enable or disable wifi in/out icon
Option to hide Nfc Icon, Blocking Mode Notification, Ime Icon, Alarm Icon, Bluetooth Icon, Sound Icon,
Option to hide SmartStay Icon, Low Storage Notification, Unstable Wifi Notification
Toggle Options
Option to Set Toggle Icon Style
Option to Set Toggle Circle Background Style
Option to Set Toggle Text On/Off
Option to Set Toggle Gap On/Off
Option to Set Toggle Position
Option to Set Number of Toggles In View
Option to Set Toggle Quick Expand Position
Notification Panel Options
Option to Hide/Show Aosp Clear Button in Header
Option to Hide/Show Lock Button in Header
Option to Hide/Show Recents Button in Header
Option to Hide/Show Settings Button in Header
Option to Hide/Show No Notification Title
Option to Hide Show Notification Title
Option to Hide/show Dropdown Header
Option to Hide/show Brightness Slider
Option to Hide/show Cpu Usage Bar
Option to Set Custom Carrier Text and Size
Custom Shortcut Options
Option to Hide/Show Alliance Button in Notification Header
Option to Set Alliance Button Custom Action/App
Option to Hide/Show S-Finder Button in Notification Header
Option to Set S-Finder Button Custom Action/App
Option to Set Dropdown Date Shortclick Custom Action/App
Option to Set Dropdown Date Longclick Custom Action/App
Option to Hide/Show Left Alliance Logo in DragBar
Option to Set Left Alliance Logo Custom Action/App
Option to Hide/Show Right Alliance Logo in DragBar
Option to Set Right Alliance Logo Custom Action/App
Option to Hide/Show Custom App Bar and Set Up to 11 Shortcuts
Extended Power Menu Options
Option to Hide/Show Data Toggle
Option to Hide/Show Airplane Toggle
Option to Hide/Show Accesibility Shortcut
Option to Hide/Show Power Off Shortcut
Option to Hide/Show Restart Menu
Option to Hide/Show Sound Mode Toggles
Option to Hide/Show Screenshot Toggle
Option to Hide/Show Screenrecord Toggle
Option to Option to choose reboot recovery Type
Phone Mods
Enable/Disable Record Button/Add Call Button In Phone
Option to enable/disable increasing Ringtone
Option to restart Phone
Animation Options
Option to Set Screen off Effect (crt,fade,stock)
Option to Set Crt Animation Speed/color
Option to Set OverScroll Effect (Glow, Glow and Bounce)
Option to Set OverScroll Effect Weight
Option to Set ListView AnimationType
Option to Set Listview Animation Interpolator
Option to Set Toast Animation
Option to Set Keyboard Enter/Exit Animations
Option to Set Keyboard Animation Interpolator and duration
Option to Set a Variety of System Animations
LockScreen Mods
Option to Select Between Aosp Lockscreen And Galaxy Lockscreens
Option to Set Aosp Haptic On/off
Option to Set Always Maximize Widgets On/Off
Option to Set Custom Carrier Text
Option to Set Wake With Home Key On/Off
Option to Enable/Disable Lockscreen Sounds
Option to Select Custom Ink Effect Color
Stock Lockscreen Settings Shortcut
General Mods
Dialog Popup Stock/user selected toggle
Dialog Popup user selection
Enable/Disable 360 degree Screen rotation
Enable/Disable Wake when plugging
Enable/Disable Wake when unplugging
Enable/Disable Low Battery Popup
Enable/Disable Full Charge Notification
Enable/Disable USB Connect Sound
LED with Screen on Toggle
BlueTooth Dialog Popup toggle
Volume Cursor Control Selection
NFC Mod Type Selection
Enable/Disable Earphone Protection
Heads up Notification Toggle
Heads up Notification for ongoing Toggle
Heads up Notification when locked Toggle
Heads up Notification High Priority Limit Toggle
Heads up Notification Blacklist Selection
Heads up Notification Fade Speed
Scrolling Wallpaper Toggle
Infinite Launcher Scroll Toggle
Option to Choose Swipe Up Behavior
Option to Choose Home on Homescreen Behavior
Theme Chooser for TW launcher with themes
Restart Launcher Toggle
Time Stamp Sent Toggle (actual time recieved or time sent)
Custom Apps
Multiwindow Manager
Penwindow Manager
Emoji Switcher
​
Code:
[b]Build 2 - 10-31-14[/b][list]
[*]Added compatibility for nc2/nc4 kernels
[*]SElinux permissive on both nc2/nc4 kernels
[*]Added Brand New Alliance Settings app
[*]Added Emoji Switcher Application
[*]Added PenWindow Manager Application
[*]Added option for screen recording in power menu
[*]Added option to set Crt Animation Color and Speed
[*]Added option to set NFC option On/Lockscreen/ScreenOff
[*]Added option to color stock keyboard elements
[*]Added option for att style carrier label and color
[*]Added option to cutomize att carrier label
[*]Added more clock settings, font, case, seconds etc
[*]Added 2 more battery options to choose from
[*]Added 2 more gradient styles to choose from
[*]Added choice of one more color in gradients, total of 3
[*]Added 5 more Predefined dropdown date styles
[*]Added Option to Set Custom Dropdown Date Style
[*]Added one more toggle background style
[*]Added 3 dropdown notification panel animations
[*]Added Option to Color Dropdown Animations
[*]Added customizable custom app bar with option to color
[*]Added options for HeadsUp Notifications
[*]Added option to color the HeadsUp Glow
[*]Added option to Set Notification Item Color/Gradient
[*]Added option to Set a Wallpaper for Notification Items
[*]Added option to hide no notifications header
[*]Added option to set custom shortcut to s-finder button
[*]Added option to enable alliance button and set custom shortcut
[*]Added option to enable statusbar brightness control
[*]Added option to enable double tap to sleep on statusbar
[*]Added option to always maximize lockscreen widgets
[*]Added option to set custom lockscreen carrier text/color
[*]Added option to set custom overscroll animation
[*]Added option to set custom keyboard animations
[*]Added option for Volume key cursor control
[*]Added 2nd Alliance Logo and option to set customizable shortcuts
[*]Fixed issue with speach to text not working on stock keyboard
[*]Fixed an issue with system background images
[*]Fixed issue with listview animation and accesibility
[*]Fixed all lockscreen related issues
[*]Fixed coloring of toggles on initial install
[*]Fixed Double Clock issue
[*]Removed LMT launcher, and Cron Job Tweaks
[*]Recoded correctly how primary and secondary text is set
[*]Recoded alot of how things are colored to better suit note3
[*]Recoded how all hidden icons are hidded now on by default
[*]All Custom Toggles are now enabled by default
[*]Redid Alliance Manager from scratch and added possibility to set wallpaper
[*]Updated the traffic meter style to omnirom style and choice of up/down color
[*]Updated ArchDroid's Init.d Hijack/Scripts and added our own Hijack
[*]Updated Es File explorer, SuperSU, AntRadio Service, AntPlugins, BeamService
[*]Updated Google Drive, Flipboard, Google TTS, HP print service, Google Music
[*]Updated Peel Remote, Polaris Office, Samsung Hub, Samsung Service, Samsung Link
[*]Updated Talkback, Google Services, Play store, MyVerizon, Youtube
[*]Updated Samsung Push Client, Google Now, Verizon Cloud
[/list]
[hide]
[b]Build 1 - 07-31-14[/b][list]
[*]Initial Verizon Note 3 Release
[*]All changes Are in OP
[*]All in Rom Apps Updated[/list]
[/hide]
Build 2: https://www.androidfilehost.com/?fid=95784891001604809
Discussion for Build 2 Starts Here
md5: 6674a578b7aaa9903fc589646cf992ec
old builds can be found here: https://www.androidfilehost.com/user/?w=settings-dev-files&flid=17337​​
RETAIL
Step 1-
Make Sure You Have Safestrap Installed
Step 2-
If you choose to use nc4 kernel make sure it is installed before ROM!
Step 3-
Boot into Safestrap and Wipe all(factory reset)
Step 4-
Install the Rom, STOCK slot only Supported!
Step 5-
Once booted open Alliance Manager from app drawer and it will create needed folders
Step 6-
Enjoy!!
​
Notes:
For Feature Requests and bug reports please post in the Xda DevDB Section Up Top
ROM DEVELOPERS!! - UNDER NO CIRCUMSTANCES IS ANYONE TO SOURCE ANYTHING FROM THIS ROM. IF YOU DO WE WILL FIND OUT AND WE WILL REPORT YOU IMMEDIATELY.
​​
XDA:DevDB Information
☞ [Rom][4.4.2]★ AllianceRom - Build 2 ★ Untouchable![10/31/14][NC4], ROM for the Verizon Samsung Galaxy Note 3
Contributors
bajasur, Surge1223, Beanstown106, Alliance Crew
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: N900VVRUCNC4
Based On: Beanstown106 NC4 Base
Version Information
Status: Stable
Current Stable Version: Build 2
Stable Release Date: 2014-10-31
Created 2013-12-17
Last Updated 2014-10-31
The Alliance Crew - Massive Thanks for letting us be a part of this wonderful team!!!
Goldie, Timmy, Sparky, ReRick, Nunhugger - Thanks For the Help With This Wonderful Rom!!!
Dwitherell - for being a great guy, some mods/logic behind some mods, too much!
Kejar31 - for his wonderful cron scripts
KennyGlass123 - For being an awesome MOD
Maybe More if i forgot u let me know and i will add you!​
Check Rom Customizer For Addons and OTA Content
​
Reserved for future Takover of The Verizon Note 3
Hi all,
We are going to attempt something new, and based on how it initially goes we'll keep it around.
For all feature requests, please add them to this list, it should be editable for all. This list will help keep this thread on topic and remove some clutter
Thanks
Feature Request List
https://docs.google.com/document/d/...B5VrqLrmOBRk_MYFckHIIBU/edit?usp=docslist_api
Rom is Now live Guys!! Enjoy The GreatNess That is AllianceRom
Installation Instructions/Downloads
INSTALLATION (VRTheme)
Before I start, I would like to take this opportunity to express my deepest thanks to following guys who made this possible: PULSER, SESHMARU, D.O.C and MATRIAK31
1. Download Alliance Domination VZW N3.zip from the link above either to your phone OR to your computer and copy it to your phone
2. Reboot your phone into Safe Strap Recovery
3. DO NOT WIPE ANYTHING!!!!!!!! My good friend and super themer extraordinaire @Spannaa has written a script for me which wipes the cache and dalvik cache automatically. DO NOT WIPE ANYTHING!!!!!!!
4. Click 'Install Zip' and then navigate to where Alliance Domination VZW N3 zip is stored and then click to install it
5. Once it's all done, click Finish and reboot. Simple
DONE! NOW YOU CAN ENJOY THE AOSP BEAUTY OF DOMINATION!!!
Click to expand...
Click to collapse
​
DOWNLOAD SECTION
You know that I am spending enormous amounts of my time on my themes and everything I do for this community!
You want to show your appreciation for my hard work?
Best way to do it:
DONATE!!!
Thank you in advance​​​
Click to expand...
Click to collapse
[SIZE=+3]DOWNLOAD[/SIZE]
[SIZE=+1]Alliance Domination VZW N3[/SIZE]
Click to expand...
Click to collapse
First! I'll be installing soon. Thanks for the hard work.
Sent from my SM-N900V using Tapatalk
Domination Theme - True AOSP Style
NOTE: Please DO NOT use my theme in your ROM or port it to another device - this Theme is only to be used with the Verizon Note 3 Alliance ROM.
Anyone who ports the theme to a different device or ROM will be reported and dealt with appropriately
Click to expand...
Click to collapse
MIRRORS FOR MY THEME ARE NOT ALLOWED!!!
Click to expand...
Click to collapse
TO KEEP UP TO DATE WITH THE LATEST DEVELOPMENTS
PLEASE LIKE THE OFFICIAL
DOMINATION FACEBOOK PAGE
Click to expand...
Click to collapse
All icons, layouts and styles in Domination are carefully designed on a very professional level in order to achieve
amazingly crystal clean and minimalistic look of AOSP. I created all of this with passion, dedication and love for Android.
Domination isn’t just a theme. Domination is an overhaul of the whole Samsung system framework.
Click to expand...
Click to collapse
ONE OF THE MOST VIEWED THEMES ON XDA, OVER 4 MILLION PEOPLE!!!
ONE OF THE MOST COMPLETE THEMES OUT THERE!!!
ONE OF THE MOST DOWNLOADED THEMES EVER!!!
Click to expand...
Click to collapse
Ladies & gentlemen,
I hope you will like this theme and together we can make it even better!!!!
This theme will make your Verizon Galaxy Note 3 look closer to the real AOSP NEXUS EXPERIENCE
Click to expand...
Click to collapse
FEATURES:
AOSP stock experience
Original AOSP layouts
Original AOSP status bar
Original AOSP animation integrated into theme
Original AOSP sounds
Original AOSP popup dialogs
Roboto font
Google AOSP white status bar icons
AOSP progress/ slider bars
Click to expand...
Click to collapse
WHAT IS THEMED?
Calculator
Calendar
Contacts
Dialer
Downloads
Email
Framework
Internet
Keyboard
Lockscreen Favourite Apps
Lockscreen Missed Notifications
Messaging
Multi Window
My Files
Phone
Recommended Apps
Settings
System UI / Status Bar
Click to expand...
Click to collapse
Screenshots:
You know that I am spending enormous amount of my time on my themes and everything I do for this community!
You want to show your appreciation for my hard work? Best way to do it:
DONATE!!!
Thank you in advance​
Click to expand...
Click to collapse
BIG THANKS:
@the 3 amazing guys who made this ROM as phenomenal as it is - @bajasur, @BeansTown106 and @Surge1223. These guys have put in so much dedication to this ROM and it is really inspirational how hard they have pushed themselves. Seriously, hats off to them. I have the utmost respect for them and I consider all of them my dear friends
@the entire Alliance Team they are great guys and are amazing devs & themers (especially my mates @Bubbajoe40356 & @lacoursiere18 for all their help)
@Spannaa - for continuous help and support since I started on xda
@DSA - for huge amounts of help and support
@The Beta Hangout team - for constantly putting up with me asking to flash zips and show screenshots over the last few months (especially @jrbxx7 for making all of the screenshots for me)
To all other devs, themers and whole XDA community
Please excuse me if I missed someone
Click to expand...
Click to collapse
Lookin good sir
Awesome work @bajasur! If I had a GN3 this would definitely be my ROM of choice. Subscribed and rated 5 stars. Keep up the top work my friend. :good::highfive:
Oh this is great to see more development. Thanks for the hard work @bajasur. Going to try this out for sure.
Downloading now amigo - glad you got it posted. :good:
Where is the transparent accu weather widget located...I have the reg widget however its not transparent
stkman32 said:
Where is the transparent accu weather widget located...I have the reg widget however its not transparent
Click to expand...
Click to collapse
Hmm. Can anyone else confirm that?
This is what I have directly after flash.
Sent from my SM-N900V using xda app-developers app
Can someone create a butt naked rom, meaning strip all possible bloatware and keep S pen functionality? That would be amazing, I want a rom that nothing is running unless I give it permission and the necessary files to run the phone.
2swizzle said:
Can someone create a butt naked rom, meaning strip all possible bloatware and keep S pen functionality? That would be amazing, I want a rom that nothing is running unless I give it permission and the necessary files to run the phone.
Click to expand...
Click to collapse
k
---------- Post added at 01:21 PM ---------- Previous post was at 01:19 PM ----------
bajasur said:
Hmm. Can anyone else confirm that?
This is what I have directly after flash.
Sent from my SM-N900V using xda app-developers app
Click to expand...
Click to collapse
Odd...I will wipe davlik and cache and report back
2swizzle said:
Can someone create a butt naked rom, meaning strip all possible bloatware and keep S pen functionality? That would be amazing, I want a rom that nothing is running unless I give it permission and the necessary files to run the phone.
Click to expand...
Click to collapse
Thank you for this! I am working hard to debloat the heck out of this thing and move all the other apps to data so that you guys can delete them as you like. I will get out a debloated update ASAP
After wipe and reboot I still have reg non transparent widget
stkman32 said:
After wipe and reboot I still have reg non transparent widget
Click to expand...
Click to collapse
hmm.. Have you downloaded any other apps since install? I just confirmed with a few others that the transparent widget is there. Hit me up on hangouts if youd like and i can try and help you out.

★[ROM][FEB 14] Hyperdrive N4 RLS3║Endless Customization║Tweaks

Proudly Presenting to you .....
{
"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"
}
Touchwiz on the Galaxy Note 4 how I think it should be: Excellent Performance and Battery life as well as a Fully Customizable User Interface and Theming
Disclaimer:
This Rom is able to be installed on the T-Mobile Galaxy Note 4 N910T. It should also work on Canadian varient with minor issues
I am not responsible for anything that may happen or happens to your phone as a result of this custom firmware/Rom. You are choosing to install this yourself and thus assume any/all risks involved
​
​
Android 4.4.4 w/ TW N910TUVU1ANK4 Base Firmware + NK3 edge parts
WiFi Calling
Deodexed, Debloated, Rooted, BusyBox, Init.d, Zipaligned, Sqlite3
CSC- Fully modded and enabled features
Knox Free
CarrierIQ Free
[*]Hyperdrive Tweaks 4.0- Huge collection of Customizable Tweaks and options for your Phone(see below)
[*]Hyperdrive HUB- download and customize your device with apps/ animations/wallpapers/keyboard skins/fonts/full themes/read FAQ/see helpful links from your phone
[*]HyperdriveOTA- Receive automatic Over the Air Rom updates
[*]Hyperdrive Wallpapers - Custom Wallpaper Picker with Added Functionality
[*]Hyperdrive Color Control- Customize your Phones Look On-The-Fly
Extended Power Menu
Quad 4-Way Multiwindow
33 QuickPanel Settings Toggles (All Native toggles unlocked)
-Hyperdrive Tweaks
-Flashlight
-Reboot
-Power Off
-Memory Clear
Unlocked Tethering Provisions (Tethering without restrictions)
Working VoLTE with Unlimited Tethering
Fully working Private Mode
Muted Boot Sounds
Optimized all apk and jar file and removed all debugging(.line) code
Patched services.jar to disable signature checks and launcher redraw
Patched screen mirroring to work with custom kernel and recovery
Secure storage set to false
data/app support
Build.prop tweaks
Speed and Performance Tweaks
Battery Life enhancements
Additional Features:
Unlocked Finger Air View, Air Gestures,& Smart scroll style
Unlocked Lockscreen clock style & Personal message
Unlocked Festival Effects
Unlocked Charging Effects
-Text Only
-Seasonal
-Spring
-Summer
-Fall
-Winter
Unlocked Lockscreen Effects
-Seasonal
-Spring
-Summer
-Autumn
-Winter
Increased number of Settings Quick Settings
Samsung Mont Blanc Exclusive features enabled
Intl Note Edge Boot and Shutdown Animation
Removed Power Saving Mode Notification
Removed low battery warnings
Removed warning from data toggle
Unlocked Fonts- Over 500 fonts in rom to choose from
Disabled Scrolling Cache in Framework
Removed Popup from Airplane Mode Toggle
Device Status Reads as Official
Custom Auto Brightness Levels
Removed Safe Volume Warning
4 Way Rotation
Animations faster by default
Enabled all Animation scales (.25x, .75x, 1.25x)
Smooth Spinners
Spell Check Mod enabled
Unknown Sources enabled by default
Removed Wireless Charging popup
Join Unlimited Contacts
Unlimited Contact Name Length
Unlimited tabs in Browser
Unlocked additional Browser features
Unknown sources enabled by default
TW Launcher Hacked for Speed and up to 9 homescreens
Camera Shutter Sound on/off menu
Use Camera while on a call
Use Camera with Low Battery
Messaging Features
-Floating Messages unlocked (Facebook style chatheads for messaging)
-Scheduled Messaging
-Screen on/off messaging toggle
-Message vibration and Signature option
-Save/Restore Messages
-Enabled 1000 SMS recipient limit
-SMS limit per hour increased
-Enabled Split-View Mode On/Off Toggle
-Increased Max MMS, SMS and Image Size
-Disable SMS-MMS Auto Conversion
-Folder View with toggle
Removed Samsung OTA Updates
So much more inside
​
In Tweaks App:
Sliding Menu
-Restart SystemUI
-Hotboot
-Reboot Device
-Reboot Recovery
-Send Email Feedback
-Follow on Social Media
Ghost Mode (Hide app drawer icon)
Navigate to Tab
Set Tab Visiblity
About:
View Forum Thread
View XDA Profile
Donate via Paypal
General:
Touchwiz Launcher Wallpaper Scrolling on/off
Infinite scrolling on/off
Touchwiz Launcher with Full Launcher icon Theme support (Menu-Set Theme)
Unlocked Samsung App Opps
Call Recording enabled
Incoming Call Notifications on/off
Screen Off Animations ( CRT, Fade, None)
Ability to add All Apps in Samsung UPSM
Ability to add All Apps in Multi Window
Power Menu Power Off Toggle
Power Menu Restart Toggle
Power Menu Airplane Mode Toggle
Power Menu Mobile Data Toggle
Power Menu Torch Toggle
Power Menu Screenshot Toggle
Statusbar:
Custom Clock style (Normal Clock, Striking Clock, Text Clock, Custom Clock)
Custom Clock style
Uppercase or lowercase text for text and striking clock
Date Size (Normal, small, hidden, Custom)
Custom Date Size
Date Format/Style (15 different styles or fully custom)
AM/PM Size (Normal, small, hidden, Custom)
Custom any size AM/PM
Clock Alignment (Left, Right, Hidden, Center (Fully working))
Clock Font Style (Bold, Condensed, Light, Light Italic, Normal)
Enable/Disable Clock Animation
Statusbar Network Traffic Meter
Disabled, Outgoing, Incoming, or Outgoing and incoming traffic speed enabled
Choose Traffic display unit
Choose Traffic updated interval
Choose Traffic autohide if no activity
Set Traffic inactivity threshold
Show/Hide ASU signal text on statusbar
Choose number of signal icons (4,5,6)
Set custom statusbar wallpaper image
Statusbar wallpaper with immediate toggle on/off
Statusbar wallpaper color overlay on/off
Choose any color for statusbar image overlay
Show Notification Count with toggle on/off
Double Tap Statusbar to Sleep with Toggle On/Off
Hide All Statusbar Icons On/Off
Hide Signal Icons On/Off
Enable/Disable IME Keyboard Switcher
Hide/Show Alarm Icon
Hide/Show Smart Screen Icon
Hide/Show Bluetooth Icon
Hide/Show Sound Icons
Battery:
Show/Hide stock battery icon
Show/Hide custom battery icon
Choose any battery for custom icon (3 Minit Battery)
Show/Hide Stock battery text
Choose ANY color for stock battery text
Custom Battery Text Style (Regular %, Small %, No %, Hide Battery Text)
Auto Battery Text Color
Set ANY Color for Static battery color
Set ANY Color for Charging Text Color
Set ANY Color for Regular Text Color
Set ANY Color for Medium Battery level text Color
Set ANY Color for Low Level Battery text color
Show Hide in rom MIUI Battery Bar
Choose battery bar height
Auto Color Battery Bar
Set ANY Color of Battery Bar
Animation of Battery Bar
Set Animation Pulse mode
Set General Animation Mode
Set ANY Color for Charging Battery Bar Color
Set ANY Color for Regular level Battery Bar Color
Set ANY Color for Medium Battery level Battery Bar Color
Set ANY Color for Low Level Battery Bar color
Pulldown:
Show/Hide CPU Speed
Show/Hide CPU Governor
Show/Hide CPU Core load widget
Enable/disable Custom Carrier Label
Set any text to Custom Carrier Label
Show/Hide Recent apps panel button
Show/Hide Home button panel button
Show/Hide Lock Screen panel button
Enable/Disable Battery full notification
Enable/Disable Brightness Slider
Enable/Disable Expander Header SFinder Button
Show/Hide QuickConnect/SFinder Panel Buttons
Custom Notification Panel Wallpapers
Custom Notification wallpaper with toggle on/off (No reboot!)
Set custom color overlay to your notification panel wallpaper
Choose ANY color for notification panel image overlay
Toggle Text enabled/disabled
Set number of toggles in view (3-10)
Colors:
Set ANY Color for WiFi Icons
Set ANY Color for Clock
Set ANY Color for Signal Icons
Set ANY Color for Data Icons
Set ANY Color for Notification Icons
Set ANY Color for Notification count BG color
Set ANY Color for Notification count Text color
Set ANY Color for Traffic meter
Set ANY Color for ASU Signal Text
Set ANY Color for Notification Panel Color
Set ANY Color for Dropdown Clock
Set ANY Color for Dropdown Date
Set ANY Color for Panel Buttons
Set ANY Color for Settings Buttons
Set ANY Color for CPU Widget text
Set ANY Color for CPU Speed and governor
Set ANY Color for Clear Button Text
Set ANY Color for CPU Widgets BG
Set ANY Color for Notification header Background
Set ANY Color for Brightness Slider Background
Set ANY Color for Carrier Label Text
Set ANY Color for QuickConnect Panel Background
Set ANY Color for SFinder Button
Set ANY Color for Pulldown Handle
Set ANY Color for Pulldown Bottom Handle
Set ANY Color for Clear Button Background
Set ANY Color for No Notifications Background
Set ANY Color for Ongoing Notifications Background
Set ANY Color for Ongoing Notifications Text
Set ANY Color for Notification Items Background
Set ANY Color for Ongoing Header Text Color
Set ANY Color for Toggle Texts
Set ANY Color for Toggle Background
Set ANY Color for Toggle ON Color
Set ANY Color for Toggle OFF Color
Set ANY Color for Toggle DIM Color
Set ANY Color For Power Menu Text
Set ANY Color for Power Menu Icons
Lockscreen:
Stock Samsung Lockscreen Settings
Enable/Disable Ripple Effect
Enabled Lockscreen Torch with Volume up long press on screen off
Choose Lockscreen Torch timeout
Home Screen Wakes up Device On/Off
Enabled Ink Effect Lockscreen
Enable Music Control(Volume Rocker Skip with Customizable Options)
Set button timeout
Set volume up option
Set volume down option
Misc:
Unlocked Samsung Settings
Air Wakeup On/Off
SPen Keyboard Switcher
Package Download
Switch Wifi Band
GPS Fix
Battery Stats
Usage Stats
Wifi Settings
Download Xposed Installer
Additional app Functionalities
Tools:
Edit Shell Command
Wipe Cache and Dalvik Cache
Fix Permissions
Clean Residual Files
Optimize Databases
Edit SysCtl Databases
Save Logcat
Save Dmesg
Time in State:
CPU Info
Time In State
Thanks to the following People for help with codes, files, etc:
All AOSP open source projects (AOKP, PAC, Slim, Carbon)
dwitherell
jeboo
Goldie
loserskater
rompnit
tdunham
mariozawa
Hero
gharrington for his 3MinitMod
foreverloco for deodexing the base apks
​​
XDA:DevDB Information
Hyperdrive Rom - Galaxy Note 4, ROM for the T-Mobile Samsung Galaxy Note 4
Contributors
sbreen94
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Rooted w/ Custom Recovery Installed
Based On: Stock Samsung Firmware
Version Information
Status: Stable
Current Stable Version: RLS3
Stable Release Date: 2015-02-14
Created 2014-10-27
Last Updated 2015-02-14
RLS3
Mirror
md5 sum: 432d382490161f6d88193cad53c5cf5e
If you like Hyperdrive roms and would like to give something back for the countless hours i have put into it please consider:
1. Pressing THANKS on the Thread Posts and rating the thread 5 stars, or leaving a nice Review on the Reviews tab above!
2. Making a Donation to support all the time put into this project as well as future development efforts!
3. Purchase Hyperdrive Tweaks Pro on Google Play!
-Removes Popup on startup and adds "Pro" to the app
3. Visit Me Online:
​
Feel Free to display these Banners in your signature and show your support of Hyperdrive Rom!
Links to signatures are below the image!
https://dl.dropboxusercontent.com/s/bqhpo536wye8nqo/HyperdriveSignature2.jpg?token_hash=AAFJrtAxx_DTh6U_tsO4uoG__NVp3EucqW13omxM44bVVA&dl=1
https://dl.dropboxusercontent.com/s/5tar7k1ii8fhpv6/HyperdriveSignature3.jpg?token_hash=AAGdaSqPPpihXWgUfBpVS1FNtAoXtTHmMo9xHdcU9e2vuQ&dl=1
https://dl.dropboxusercontent.com/s/h2xgdwpxadd2nw8/HyperdriveSignature4.jpg?token_hash=AAGgzJXoAj6je5rL9Jy3iJAVOcCnCaCPv47dFC4mpxJsrg&dl=1
https://dl.dropboxusercontent.com/s/a4kj6pfzbjcj8ug/HyperdriveSignature.jpg?token_hash=AAEG9qg49R3VyCKJGpOlVlPyx3XALvIq3KIpXXa3HUXJkw&dl=1
If you would like to Support the Rom, please consider using one of these signatures! Enter this text into your signature box :
Code:
2-14-15
RLS3
[LIST]
[*]Added Floating Messages to stock Samsung Messaging App (Facebook chatheads style messaging)
[*]Unlocked Floating Messages Notification panel toggle
[*]Fixed Spell Checking in Language and input settings
[*]Fix additional smart scroll force close in tweaks
[*]Added Note 4 Multiwindows
[*]Removed Emergency Mode toggle from power menu-fixes button freeze on removal
[*]Removed Exit Internet Popup in browser
[*]Removed add option to terminate
[*]Updated Dropbox
[*]Updated ES File Explorer
[*]Updated Maps
[*]Updated Gmail
[*]Updated Google Play Services
[*]Updated Google Search
[*]Updated Talkback and GoogleTTS
[*]Updated Google Play Music
[*]Updated Hangouts
[*]Updated Youtube
[*]Updated SamsungPushService
[*]Updated Superuser
[*]Updated Flipboard
[*]Updated Samsung Smart Remote
[*]Updated Print Services
[*]A bunch of other miscellaneous fixes and minor features
[/LIST]
2/7/15
RLS2.1
[LIST]
[*]Fixed Abstract Tiles lockscreen force close. All locks should now be working
[*]Fixed Toggles BG Color when setting transparency, transparency sticks now
[*]Fixed Notification Items background transparency
[*]Other miscellaneous fixes
[/LIST]
2/5/15
RLS2
Rom has been fully redone from ground up with a huge number of features and customizable tweaks. Full new features list can be seen in the first post
10/29/14
RLS1.2
[LIST]
[*]Fixed Tethering
[*]Unlocked unlimited tethering thanks to jimmy :D
[*]Enabled additional quick panel toggles in notification panel dropdown!
[*]Fixed HyperdriveOTA, now should be fully functional
[/LIST]
10/28/14
RLS1.1
[LIST]
[*]Fixed Xposed Installer
[*]Fixed Tethering FC in settings
[*]Other misc fixes and stuff
[/LIST]
10/26/14
RLS1
HYPERDRIVE NOTE 4
INITIAL RELEASE!!!!
​Older Hyperdrive Rom Releases Below​ RLS1
​
Sharing Policy​​
Do not use any parts of this rom without my explicit permission for each item you would like to use. Violators of this rule will be reported and dealt with by Forum Moderators​​
1. You MUST READ Through the Entire first page of the Thread
2.You MUST be ROOTED
3. It is recommended to install with CWM Recovery (however TWRP should work fine)
1. Download latest Hyperdrive Rom version
2. Reboot into Recovery
3. Wipe Data/Factory Reset
4. Wipe cache and dalvik cache
5. Install Rom
6. Reboot (First Boot may take up to 10 mins)
7. Let Phone sit for 10 minutes
8. Reboot again
9. Enjoy!
​
If you have a bug or issue with the rom to report you MUST also add:
1. Details of what Happened before and after the issue
2. The exact steps which can be taken to reproduce the issue, so that i can reproduce the issue on my device.
3. A Logcat of the force close or problem. If you do not know how to take/use logcat please read HERE on how to do so.
If you cannot follow these criteria for reporting issues, then please do not post in the thread.​
Bug Tracker: RLS3
Minor Issues
Anything related to the Edge Screen/Edge is not going to function because you're using a note 4 silly
Let me know any other replicatable issues
​
Q: Should I wipe before flashing this update?
A: Unless specified otherwise you need to wipe before Flashing every Hyperdrive Rom update, I do not release many updates with only minor changes​
Q:What is the format for setting the custom clock?
A: Use [H] for hours, [M] for minutes, and for seconds. Here are some examples for 2:07 (+ 5 seconds):
HH:MM = 02:07
HH:MM:SS = 02:07:05
H:MM = 2:07
HH = 02
H = 2
MM = 07
M = 7
SS = 05
S = 5
Q: Why is there a press and hold to add items on my launcher homescreen?
A: Move a widget from screen to screen and it will go away​
Q: The icons on my power menu are just blocks or black circles?
A: The power menu icons color can be set via HyperdriveTweaks/colors/Power Menu Icon Color. To see the original icons, set the color to transparent​
Q: I do not have any options on my power menu?
A: The power menu is now fully customizable and you can add or remove the options you want in Hyperdrive Tweaks/System/Extended Power Menu​
Q: How do install an OTA Update?
A: Over the Air Updates can be downloaded about going to Settings/About Phone/Check for Rom Update​
Q: Why can't i see the text on the menu?
A: You can now set any color for the menu text color in Hyperdrive Tweaks/Colors/MenuTextcolor​
Q: What is the md5 sum?
A:Checking the md5 sum ensures that you have a correct download and helps to ensure you avoid any weird errors​
Q: What is the number icon next to the wifi icon in the status bar and how do i remove it?
A: This is the network traffic speed meter which tells you how much data is being used. It can be toggled on and off as well as color customized in Hyperdrive Tweaks/User Interface/Network traffic speed​
Q: I'm getting terrible Battery life and drain, what gives with this rom?
A: I would say that 99% of the time bad battery life is user error. You need to check your cpu settings and also check out your battery stats. If you have any wakelocking apps that are waking your phone, you will get drain. Having Issues with Battery life or your Battery isn't where you want it to be. Please Read THIS Nice Summary Here ​
Q: Wifi Connectivity Problems?
A: Make sure Wifi is set to always keep wifi on during sleep under wifi settings/advanced. To make wifi work when it wont turn on or connect, change this in the build.prop:
ro.securestorage.support=true TO ro.securestorage.support=false​
Battery Callibrator - How to
A script written by zepplinrox that will calibrate your battery. It is pretty easy to use and explains what you need to do in the terminal. It is executable via terminal emulator on your phone.
In Terminal Emulator type:
Code:
su
bc
Better Battery Life Tips :
Disable auto sync for accounts
Disable GPS (and wifi gps) when not in use
Disable auto backup of Gmail account
Set wifi sleep policy to "Never"
Set brightness level to automatic
Disable motion
Check your apps settings and disable useless background sync
Reserved for Later Use
Enjoy one of the most Customizable and Full Featured Rom for your T-Mobile Samsung Galaxy Note 4! :good:
I don't own this device myself so let me know if you come across any issues with a detailed report!
Cool thanks
Wow Hyperdrive! Very nice to see you here sir thanks!
sbreen94 said:
Enjoy the rom everyone! I don't have this device yet, so this is a basic start to things to come. Many more customizable features and tweaks coming soon.
Let me know if you come across any issues with a detailed report!
Click to expand...
Click to collapse
Welcome to the club!
If your Hyperdrive Note 4 rom will be as perfect as your Hyperdrive Note 3 rom
then this rom will soon become numero uno around here!
so great to be on hyperdrive again, former galaxy s3 user
Wow great to see this. What i missed about my note3 was hyperdrive
Here we go!
Sent from my SM-N910T using Tapatalk 2
OMG!!!! Dude!! I love you!!! Welcome!!! I love this rom
Nice to see you here - this is amazing - Seems like we just got our NOTE 4s - and so many awesome roms to choose from - looking forward to trying this
Welcome back! Good to see you here.
SCOTT!!!!! YEAH BABY!!!!!! :good::good::good:
Great! Welcome sbreen! Really good to see you here that makes three devices I can rock your roms
Good job Sbreen... I'm just sitting over here in the corner with my Verizon N4 haha... Damn, I hope root is achieved soon... need that hyperdrive goodness that I experienced on my S4
Downloading now
BizzLeonDaCouch said:
Good job Sbreen... I'm just sitting over here in the corner with my Verizon N4 haha... Damn, I hope root is achieved soon... need that hyperdrive goodness that I experienced on my S4
Click to expand...
Click to collapse
I feel ya pain bro. I have till 11/6 to return mine and hope root is available by 11/5. If not, I am either going to get the tmo n4 or vzw s5. this rom sound good so i may end up with the tmo n4...

°•○[ROM][AllianceROM][V4][Root/Deodex][5.0.2] 6/7°•○

{
"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"
}
We are not responsible for anything that may happen to your phone as a result of installing custom roms and/or kernels. you do so at your own risk and take the responsibility upon yourself.​
AllianceROM© intends to give the user what THEY want. Tired of flashing Roms and having to ask for little changes to suit your taste? Tired of having to manually change colors of the toggles or the battery or move your clock or make statusbar transparent or any of the other multitude of other little color and style tweaks that Android users love? Tired of flashing AROMA installer for every little change you want to make? Tired of having to add your favourite images everytime a new rom comes out?
If you answer yes to any of these then AllianceROM is for you! We have a huge array of "on the fly" options for you to play with. Make your phone to YOUR style. YOUR color. YOUR perfection.
Available in Stock, AOSP or Black Glass themes selectable on install, the majority of modifications in AllianceROM are OPTIONAL. Many you wont find on any other TW ROM and some you wont find anywhere...Xposed, AOSP or otherwise! You can turn them on and off at will. We try not to impose many things on people because we realise that Android is all about INDIVIDUALITY. Make YOUR Rom and YOUR phone how YOU want it and change it on a whim.
AllianceROM - Designed to be Individual....​
[/center]
Changelog v4
Fixes:
Fixed Mms textcolor
Fixed Contacts textcolor
Fixed typos in Alliance Control
Fixed Mms showing up on dark theme
Fixed dialpad issue on 2nd number press
Added:
Launcher Text Color with toggle and link
System icon (battery, signal, wifi) location choice : Statusbar, Stastusbar and Dropdown Header, Dropdown Header, None
Recents, lock and alliance button now color with header detail
Updated XDAPowerfonts - thx @Winb33
Choose number of visible toggles
Added 20 or so themes to alliance manager
Changelog v4
Based on Samsung 5.0.2 AOCG
Added fix for ColorFade memory leak
Alliance Manager Theme/Backup Engine
Preset Styles to change theme in 1 click!
Added A ton of Open Source FlipFonts
Added Cyanogenmods Torch
Disabled Flipfont Verification Checks
Disabled Signature Verification Checking
Disabled Scrolling cache Systemwide
Disabled Samsungs Secure Storage
Increased message limit per hour
Enabled Scheduled Messaging
Enabled Scheduled Messaging
Enabled Save Restore Messages (sms only)
Enabled Group Conversation Messages
Enabled Split View Option For Messaging When In Landscape
Up to 200 contacts for messages
Message sent time shown
Increased sms-mms threshold
20 or so prebuilt themes.
CPU settings - if kernel supported
Alliance Custom Settings:
Updated Alliance Settings to new application with sliding tabs nav drawer and more;
Color/Theme Options
Security Mods
Privatemode works with swipe lockscreen
Privatemode Notification disabled
Toggle for Quick Unlock
Toggle for Pin Pad number scramble
Option for custom carrier text
System Mods
List Animations with style and interpolator choice - Samsung are using their own class for settings now it seems so these dont work there
Added hundreds of fonts and enabled all
Toggle for plug/unplug wakes screen
Toggle for All Rotations
Toggle for Wake with Home Key
Disable safe volume warning
IME Vol Cursor Control
Toggle to disable low battery popup
Toggle to disable full charge notification
Toggle to disable USB connect sound
Hardware Key Mods
Choose from 9 functions for long press home
Choose from 9 functions for double press home
Choose from 9 functions for long press recents
Functions are Default, Screenshot, Toggle Torch, Recents, Sleep, Custom App, Now, Kill, Menu
Long Press Volume key controls for music with screen off. CHoose from Next, Pause, Previous, Play/Pause and Stop with customisable timeout.
Volume key cursor control - On/Off/Reverse
Powermenu Mods
Powermenu 5 way restart mode
Powermenu show/hide for all items
Powermenu add Screenshot
Powermenu add Screen Record Toggle
Powermenu Sound mode panel
Statusbar, Clock and Signal Mods
Toggle for double tap statusbar to sleep
Statusbar Data Icon style choice - e.g 4g, LTE etc
Statusbar clock position
Statusbar clock show/hide
Statusbar clock size
Statusbar clock am/pm large small or off
Statusbar clock date small large or off
Statusbar clock Date style
Statusbar clock Date format
Statusbar clock seconds show/hide
Statusbar Custom Carrier Text
Toggle to disable alarm and bluetooth icons
Traffic Meter left side
Traffic Meter right side
Traffic Meter hide when inactive toggle
Traffic Meter update interval
Traffic Meter color
Choose number of signal bars (4-6)
Toggle and Dropdown Mods
Toggle text show/hide
Toggle circle show/hide
Brightness Slider show/hide
Sfinder show/hide
Toggle for lock button in header
Toggle for Recents button in header
Toggle for heads up notifications
Heads up fade speed
Blacklist for heads up - exclude apps
Toggle for Alliance Button in dropdown to access Alliance Control but can be set to open any app
Toggle for Alliance App Bar - 12 scrollable Custom app shortcuts with their own icons
Color and Theme Mods
Color-a-day - let the system choose a new theme color at 12am each day
Enable/Disable app tint override - all apps switches etc can be your chosen color
Battery
Battery fill color
Battery frame color
Battery text color
Battery charge bolt color
Battery Bar Toggle
Battery Bar Style
Battery Bar Thickness
Battery Bar Charge Animation
Statusbar
Statusbar clock color
Signal color
Wifi color
Notification icon color (sound, Bluetooth etc too)
Wifi in/out color
Signal in/out color
Ticker text color
Carrier text color
Keyboard
Letter Keys color
Number Keys color
Function Keys color
Disabled Keys color
Swipe color
Symbol color
Symbol Shadow color
Background color/wallpaper with opacity slider
Text Colors
Primary Text Color
Secondary Text Color
Action Bar Text Color
Popup Text Color
Popup Header Color
Power Menu Color
Button Text Color
In app menu Text Color
In app list Text Color
Contacts Text Color - app wide
Mms Text Color - app wide
Settings Text Color - app wide
Toast Text Color
Lockscreen Text Color
Backgrounds
System background color/gradient or choose your own image
Whitelist apps to use your chosen background
System wallpaper opacity slider
Statusbar Wallpaper with opacity slider
Popup background color including power menu
List Menu background color
Dropdown
Master override for dropdown theme to enable the following to be changed so as no to interfere with the Theme store themes should you want to keep as is:
Dropdown clock color
Dropdown date color
Toggle ON color
Toggle OFF color
Toggle text color
Toggle circle color
Toggle circle style (including user choice. For jpg just pick using gallery via alliance settings, for png with transparency manually place in sdcard/alliance/Current theme and name Toggle_Bg.png)
Toggle background color/transparency
Dropdown header background color/transparency
Sfinder background color/transparency
Brightness Slider background color/transparency
Header detail color (edit button, Settings button and all toggle view text etc)
Sfinder detail color
Brightness Slider detail color
Notification item background and text color
Alliance App Bar app and background color
Probably a few more that got missed during modding!
AllianceRom Version 4​
Hit the thanks button to show support and consider the Alliance Pro app to support development!
AllianceRom_G925T_V4​​
0fe0c697c4fecd232bde5b0a4d30ee5f
V4 Color Fix Zip/ Wifi Calling Settings Access Fix
https://www.androidfilehost.com/?fid=24052804347757501​
​
​
Version 4 Alliance Pro Popup Fix!
https://www.androidfilehost.com/?fid=24052804347758375
Step 1-
Flash CFRoot for your device with Odin. Install TWRP Recovery by @eousphoros, you must be on 5.0.2 OCG
Step 2-
Download Rom and copy to device
Step 3-
Boot to recovery and follow the instructions in Aroma.. WARNING: YOU MUST USE THE KERNEL IN THIS ROM OR YOUR DEVICE WILL BOOTLOOP
Step 4-
Install
Enjoy!!
Notes:
For Feature Requests and bug reports please post in the Xda DevDB Section Up Top
This thread is from the Alliance Team and was posted in accordance with the Alliance rules which can be found here
All mods created by Alliance team are copyrighted and not are not to be used in other works or ported without our expressed permission.
COPYCATS - UNDER NO CIRCUMSTANCES IS ANYONE TO SOURCE ANYTHING FROM THIS ROM. I WATCH THESE THREADS LIKE A HAWK. IF YOU DO...I WILL FIND THEM...AND I WILL REPORT IMMEDIATELY. NOW GO LEARN YOURSELVES INSTEAD OF RIPPING FROM OTHERS
Alliance Color Guide:
​
The Alliance Crew - You guys ROCK!!
Chainfire for root
Ficeto for ROM Customizer, Custom Settings and countless hours of help
Gravitybox for the app picker source
Liquid for animations and clock
Omni for Traffic Meter
amarullz for aroma
@ktoonsez for his awesome kernel found http://forum.xda-developers.com/tmo...lopment/kernel-kt-sgs6e-ocv-ktweaker-t3099758
​
AND SO IT BEGINS.....
​
XDA:DevDB Information
AllianceROM G925T, ROM for the T-Mobile Samsung Galaxy S6 Edge
Contributors
Goldie, txr33
ROM OS Version: 5.0.x Lollipop
Version Information
Status: Stable
Current Stable Version: v2
Stable Release Date: 2015-05-18
Created 2015-05-15
Last Updated 2015-05-15[/QUOTE]
Cheers,
Baja
Make sure you read OP. There are a few minor things still being ironed out but I figured you guys would want the ROM out.
Main issue I am working on: Some power menu options like screen record are not integrated yet. Also, MAKE SURE you set home button to a custom app in Alliance Control for double tap at beginning of setup, otherwise you will get a screen freeze and reboot (dont panic) and have to re enter home screen by using lockscreen camera or phone icons.
This issue will be fixed over the weekend, my apologies in advance
Un mas
bajasur said:
We are not responsible for anything that may happen to your phone as a result of installing custom roms and/or kernels. you do so at your own risk and take the responsibility upon yourself.​
AllianceROM© intends to give the user what THEY want. Tired of flashing Roms and having to ask for little changes to suit your taste? Tired of having to manually change colors of the toggles or the battery or move your clock or make statusbar transparent or any of the other multitude of other little color and style tweaks that Android users love? Tired of flashing AROMA installer for every little change you want to make? Tired of having to add your favourite images everytime a new rom comes out?
If you answer yes to any of these then AllianceROM is for you! We have a huge array of "on the fly" options for you to play with. Make your phone to YOUR style. YOUR color. YOUR perfection.
Available in Stock, AOSP or Black Glass themes selectable on install, the majority of modifications in AllianceROM are OPTIONAL. Many you wont find on any other TW ROM and some you wont find anywhere...Xposed, AOSP or otherwise! You can turn them on and off at will. We try not to impose many things on people because we realise that Android is all about INDIVIDUALITY. Make YOUR Rom and YOUR phone how YOU want it and change it on a whim.
AllianceROM - Designed to be Individual....​
[/center]
Changelog v1
Based on Samsung 5.0 XXU1A0DE
Rooted, Deodexed, BusyBox, Init.d, Sqlite3, Zipaligned
Build.prop tweaks
All stock functionality working
Aroma with option to remove Google apps, Samsung apps or extra lite - removes 150 or so non essential items
Added fix for ColorFade memory leak
ROM Customizer with root browser, widgets
Alliance Manager Theme/Backup Engine
Preset Styles to change theme in 1 click!
Added A ton of Open Source FlipFonts
Added Cyanogenmods Torch
Disabled Flipfont Verification Checks
Disabled Signature Verification Checking
Disabled Scrolling cache Systemwide
Disabled Samsungs Secure Storage
Increased message limit per hour
Enabled Scheduled Messaging
Enabled Scheduled Messaging
Enabled Save Restore Messages (sms only)
Enabled Group Conversation Messages
Enabled Split View Option For Messaging When In Landscape
Up to 200 contacts for messages
Message sent time shown
Increased sms-mms threshold
General Battery and Performance Tweaks
20 or so prebuilt themes.
Alliance Custom Settings:
Updated Alliance Settings to new application with sliding tabs nav drawer and more;
Color/Theme Options
Phone Mods
Phone call recording
Phone no increasing ring
NFC Mods
NFC with screen off/locked
NFC icon type
Security Mods
Privatemode works with swipe lockscreen
Privatemode Notification disabled
System Mods
List Animations with style and interpolator choice - Samsung are using their own class for settings now it seems so these dont work there
Added hundreds of fonts and enabled all
Toggle for plug/unplug wakes screen
Toggle for All Rotations
Toggle for Wake with Home Key
Disable safe volume warning
Hardware Key Mods
Choose from 9 functions for long press home
Choose from 9 functions for double press home
Choose from 9 functions for long press recents
Functions are Default, Screenshot, Toggle Torch, Recents, Sleep, Custom App, Now, Kill, Menu
Long Press Volume key controls for music with screen off. CHoose from Next, Pause, Previous, Play/Pause and Stop with customisable timeout.
Volume key cursor control - On/Off/Reverse
Powermenu Mods
Powermenu 5 way restart mode
Powermenu show/hide for all items
Powermenu add Screenshot
Powermenu add Screen Record Toggle
Powermenu Sound mode panel
Clock and Signal Mods
Statusbar Data Icon style choice - e.g 4g, LTE etc
Statusbar clock position
Statusbar clock show/hide
Statusbar clock size
Statusbar clock am/pm large small or off
Statusbar clock date small large or off
Statusbar clock Date style
Statusbar clock Date format
Statusbar clock seconds show/hide
Statusbar Custom Carrier Text
Traffic Meter left side
Traffic Meter right side
Traffic Meter hide when inactive toggle
Traffic Meter update interval
Traffic Meter color
Toggle and Dropdown Mods
Toggle text show/hide
Toggle circle show/hide
Brightness Slider show/hide
Sfinder show/hide
Color and Theme Mods
Color-a-day - let the system choose a new theme color at 12am each day
Battery
Battery fill color
Battery frame color
Battery text color
Battery charge bolt color
Statusbar
Statusbar clock color
Signal color
Wifi color
Notification icon color (sound, Bluetooth etc too)
Wifi in/out color
Signal in/out color
Dropdown
Master override for dropdown theme to enable the following to be changed so as no to interfere with the Theme store themes should you want to keep as is:
Dropdown clock color
Dropdown date color
Toggle ON color
Toggle OFF color
Toggle text color
Toggle circle color
Toggle circle style (including user choice. For jpg just pick using gallery via alliance settings, for png with transparency manually place in sdcard/alliance/Current theme and name Toggle_Bg.png)
Toggle background color/transparency
Dropdown header background color/transparency
Sfinder background color/transparency
Brightness Slider background color/transparency
Header detail color (edit button, Settings button and all toggle view text etc)
Sfinder detail color
Brightness Slider detail color
Probably a few more that got missed during modding!
AllianceROM G920F v1​​
MD5 Sum:93b59a7e6bcdcce62243f5381fe23c0a
Be sure to be on OD9 or later bootloader and modem. If you are not then search for a guide and update it!
Step 1-
Flash CFRoot for your device with Odin. Install TWRP Recovery by @eousphoros, you must be on 5.0.2 OCG
Step 2-
Download Rom and copy to device
Step 3-
Boot to recovery and follow the instructions in Aroma.. WARNING: YOU MUST USE THE KERNEL IN THIS ROM OR YOUR DEVICE WILL BOOTLOOP
Step 4-
Install
Enjoy!!
Notes:
For Feature Requests and bug reports please post in the Xda DevDB Section Up Top
This thread is from the Alliance Team and was posted in accordance with the Alliance rules which can be found here
All mods created by Alliance team are copyrighted and not are not to be used in other works or ported without our expressed permission.
COPYCATS - UNDER NO CIRCUMSTANCES IS ANYONE TO SOURCE ANYTHING FROM THIS ROM. I WATCH THESE THREADS LIKE A HAWK. IF YOU DO...I WILL FIND THEM...AND I WILL REPORT IMMEDIATELY. NOW GO LEARN YOURSELVES INSTEAD OF RIPPING FROM OTHERS
Alliance Color Guide:
​
The Alliance Crew - You guys ROCK!!
Chainfire for root
Ficeto for ROM Customizer, Custom Settings and countless hours of help
Gravitybox for the app picker source
Liquid for animations and clock
Omni for Traffic Meter
amarullz for aroma
​
AND SO IT BEGINS.....
​
XDA:DevDB Information
AllianceROM G925T, ROM for the T-Mobile Samsung Galaxy S6 Edge
Contributors
Goldie, txr33
ROM OS Version: 5.0.x Lollipop
Version Information
Status: Stable
Current Stable Version: v1
Stable Release Date: 2015-05-15
Created 2015-05-06
Last Updated 2015-05-15
Cheers,
Baja
Click to expand...
Click to collapse
wooohooo ... here we go. Congrats Bro.
Cowboy from Hell on a twisted trail.
Koffed From my Big Ass Outlaw Phone.
bajasur said:
We are not responsible for anything that may happen to your phone as a result of installing custom roms and/or kernels. you do so at your own risk and take the responsibility upon yourself.​
AllianceROM© intends to give the user what THEY want. Tired of flashing Roms and having to ask for little changes to suit your taste? Tired of having to manually change colors of the toggles or the battery or move your clock or make statusbar transparent or any of the other multitude of other little color and style tweaks that Android users love? Tired of flashing AROMA installer for every little change you want to make? Tired of having to add your favourite images everytime a new rom comes out?
If you answer yes to any of these then AllianceROM is for you! We have a huge array of "on the fly" options for you to play with. Make your phone to YOUR style. YOUR color. YOUR perfection.
Available in Stock, AOSP or Black Glass themes selectable on install, the majority of modifications in AllianceROM are OPTIONAL. Many you wont find on any other TW ROM and some you wont find anywhere...Xposed, AOSP or otherwise! You can turn them on and off at will. We try not to impose many things on people because we realise that Android is all about INDIVIDUALITY. Make YOUR Rom and YOUR phone how YOU want it and change it on a whim.
AllianceROM - Designed to be Individual....​
[/center]
Changelog v1
Based on Samsung 5.0 XXU1A0DE
Rooted, Deodexed, BusyBox, Init.d, Sqlite3, Zipaligned
Build.prop tweaks
All stock functionality working
Aroma with option to remove Google apps, Samsung apps or extra lite - removes 150 or so non essential items
Added fix for ColorFade memory leak
ROM Customizer with root browser, widgets
Alliance Manager Theme/Backup Engine
Preset Styles to change theme in 1 click!
Added A ton of Open Source FlipFonts
Added Cyanogenmods Torch
Disabled Flipfont Verification Checks
Disabled Signature Verification Checking
Disabled Scrolling cache Systemwide
Disabled Samsungs Secure Storage
Increased message limit per hour
Enabled Scheduled Messaging
Enabled Scheduled Messaging
Enabled Save Restore Messages (sms only)
Enabled Group Conversation Messages
Enabled Split View Option For Messaging When In Landscape
Up to 200 contacts for messages
Message sent time shown
Increased sms-mms threshold
General Battery and Performance Tweaks
20 or so prebuilt themes.
Alliance Custom Settings:
Updated Alliance Settings to new application with sliding tabs nav drawer and more;
Color/Theme Options
Phone Mods
Phone call recording
Phone no increasing ring
NFC Mods
NFC with screen off/locked
NFC icon type
Security Mods
Privatemode works with swipe lockscreen
Privatemode Notification disabled
System Mods
List Animations with style and interpolator choice - Samsung are using their own class for settings now it seems so these dont work there
Added hundreds of fonts and enabled all
Toggle for plug/unplug wakes screen
Toggle for All Rotations
Toggle for Wake with Home Key
Disable safe volume warning
Hardware Key Mods
Choose from 9 functions for long press home
Choose from 9 functions for double press home
Choose from 9 functions for long press recents
Functions are Default, Screenshot, Toggle Torch, Recents, Sleep, Custom App, Now, Kill, Menu
Long Press Volume key controls for music with screen off. CHoose from Next, Pause, Previous, Play/Pause and Stop with customisable timeout.
Volume key cursor control - On/Off/Reverse
Powermenu Mods
Powermenu 5 way restart mode
Powermenu show/hide for all items
Powermenu add Screenshot
Powermenu add Screen Record Toggle
Powermenu Sound mode panel
Clock and Signal Mods
Statusbar Data Icon style choice - e.g 4g, LTE etc
Statusbar clock position
Statusbar clock show/hide
Statusbar clock size
Statusbar clock am/pm large small or off
Statusbar clock date small large or off
Statusbar clock Date style
Statusbar clock Date format
Statusbar clock seconds show/hide
Statusbar Custom Carrier Text
Traffic Meter left side
Traffic Meter right side
Traffic Meter hide when inactive toggle
Traffic Meter update interval
Traffic Meter color
Toggle and Dropdown Mods
Toggle text show/hide
Toggle circle show/hide
Brightness Slider show/hide
Sfinder show/hide
Color and Theme Mods
Color-a-day - let the system choose a new theme color at 12am each day
Battery
Battery fill color
Battery frame color
Battery text color
Battery charge bolt color
Statusbar
Statusbar clock color
Signal color
Wifi color
Notification icon color (sound, Bluetooth etc too)
Wifi in/out color
Signal in/out color
Dropdown
Master override for dropdown theme to enable the following to be changed so as no to interfere with the Theme store themes should you want to keep as is:
Dropdown clock color
Dropdown date color
Toggle ON color
Toggle OFF color
Toggle text color
Toggle circle color
Toggle circle style (including user choice. For jpg just pick using gallery via alliance settings, for png with transparency manually place in sdcard/alliance/Current theme and name Toggle_Bg.png)
Toggle background color/transparency
Dropdown header background color/transparency
Sfinder background color/transparency
Brightness Slider background color/transparency
Header detail color (edit button, Settings button and all toggle view text etc)
Sfinder detail color
Brightness Slider detail color
Probably a few more that got missed during modding! [emoji14]
AllianceROM G920F v1​​
MD5 Sum:93b59a7e6bcdcce62243f5381fe23c0a
Be sure to be on OD9 or later bootloader and modem. If you are not then search for a guide and update it!
Step 1-
Flash CFRoot for your device with Odin. Install TWRP Recovery by @eousphoros, you must be on 5.0.2 OCG
Step 2-
Download Rom and copy to device
Step 3-
Boot to recovery and follow the instructions in Aroma.. WARNING: YOU MUST USE THE KERNEL IN THIS ROM OR YOUR DEVICE WILL BOOTLOOP
Step 4-
Install
Enjoy!!
Notes:
For Feature Requests and bug reports please post in the Xda DevDB Section Up Top
This thread is from the Alliance Team and was posted in accordance with the Alliance rules which can be found here
All mods created by Alliance team are copyrighted and not are not to be used in other works or ported without our expressed permission.
COPYCATS - UNDER NO CIRCUMSTANCES IS ANYONE TO SOURCE ANYTHING FROM THIS ROM. I WATCH THESE THREADS LIKE A HAWK. IF YOU DO...I WILL FIND THEM...AND I WILL REPORT IMMEDIATELY. NOW GO LEARN YOURSELVES INSTEAD OF RIPPING FROM OTHERS [emoji14]
Alliance Color Guide:
​
The Alliance Crew - You guys ROCK!!
Chainfire for root
Ficeto for ROM Customizer, Custom Settings and countless hours of help
Gravitybox for the app picker source
Liquid for animations and clock
Omni for Traffic Meter
amarullz for aroma
​
AND SO IT BEGINS.....
​
XDA:DevDB Information
AllianceROM G925T, ROM for the T-Mobile Samsung Galaxy S6 Edge
Contributors
Goldie, txr33
ROM OS Version: 5.0.x Lollipop
Version Information
Status: Stable
Current Stable Version: v1
Stable Release Date: 2015-05-15
Created 2015-05-06
Last Updated 2015-05-15
Click to expand...
Click to collapse
Cheers,
Baja[/QUOTE]
Can i flash this port on my S5?
Did you kang this from g00h?
This looks sweet!
RErick said:
Can i flash this port on my S5?
Did you kang this from g00h?
This looks sweet!
Click to expand...
Click to collapse
Did you read the title?
Cowboy from Hell on a twisted trail.
Koffed From my Big Ass Outlaw Phone.
Grats
Nice job @bajasur...I've never seen a pack of folks quote the entire OP without the hide tags.
You, @Bubbajoe40356, @Surge1223, and the rest are Gods.
micmars said:
Nice job @bajasur...I've never seen a pack of folks quote the entire OP without the hide tags.
You, @Bubbajoe40356, @Surge1223, and the rest are Gods.
Click to expand...
Click to collapse
Howdy Micmars
Cowboy from Hell on a twisted trail.
Koffed From my Big Ass Outlaw Phone.
bajasur said:
We are not responsible for anything that may happen to your phone as a result of installing custom roms and/or kernels. you do so at your own risk and take the responsibility upon yourself.​
AllianceROM© intends to give the user what THEY want. Tired of flashing Roms and having to ask for little changes to suit your taste? Tired of having to manually change colors of the toggles or the battery or move your clock or make statusbar transparent or any of the other multitude of other little color and style tweaks that Android users love? Tired of flashing AROMA installer for every little change you want to make? Tired of having to add your favourite images everytime a new rom comes out?
If you answer yes to any of these then AllianceROM is for you! We have a huge array of "on the fly" options for you to play with. Make your phone to YOUR style. YOUR color. YOUR perfection.
Available in Stock, AOSP or Black Glass themes selectable on install, the majority of modifications in AllianceROM are OPTIONAL. Many you wont find on any other TW ROM and some you wont find anywhere...Xposed, AOSP or otherwise! You can turn them on and off at will. We try not to impose many things on people because we realise that Android is all about INDIVIDUALITY. Make YOUR Rom and YOUR phone how YOU want it and change it on a whim.
AllianceROM - Designed to be Individual....​
[/center]
Changelog v1
Based on Samsung 5.0.2 G9256UVUAOCG
Rooted, Deodexed, BusyBox, Init.d, Sqlite3, Zipaligned
Build.prop tweaks
All stock functionality working
Aroma with option to remove Google apps, Samsung apps or extra lite - removes 150 or so non essential items
Added fix for ColorFade memory leak
ROM Customizer with root browser, widgets
Alliance Manager Theme/Backup Engine
Preset Styles to change theme in 1 click!
Added A ton of Open Source FlipFonts
Added Cyanogenmods Torch
Disabled Flipfont Verification Checks
Disabled Signature Verification Checking
Disabled Scrolling cache Systemwide
Disabled Samsungs Secure Storage
Increased message limit per hour
Enabled Scheduled Messaging
Enabled Scheduled Messaging
Enabled Save Restore Messages (sms only)
Enabled Group Conversation Messages
Enabled Split View Option For Messaging When In Landscape
Up to 200 contacts for messages
Message sent time shown
Increased sms-mms threshold
General Battery and Performance Tweaks
20 or so prebuilt themes.
Alliance Custom Settings:
Updated Alliance Settings to new application with sliding tabs nav drawer and more;
Color/Theme Options
Phone Mods
Phone call recording
Phone no increasing ring
NFC Mods
NFC with screen off/locked
NFC icon type
Security Mods
Privatemode works with swipe lockscreen
Privatemode Notification disabled
System Mods
List Animations with style and interpolator choice - Samsung are using their own class for settings now it seems so these dont work there
Added hundreds of fonts and enabled all
Toggle for plug/unplug wakes screen
Toggle for All Rotations
Toggle for Wake with Home Key
Disable safe volume warning
Hardware Key Mods
Choose from 9 functions for long press home
Choose from 9 functions for double press home
Choose from 9 functions for long press recents
Functions are Default, Screenshot, Toggle Torch, Recents, Sleep, Custom App, Now, Kill, Menu
Long Press Volume key controls for music with screen off. CHoose from Next, Pause, Previous, Play/Pause and Stop with customisable timeout.
Volume key cursor control - On/Off/Reverse
Powermenu Mods
Powermenu 5 way restart mode
Powermenu show/hide for all items
Powermenu add Screenshot
Powermenu add Screen Record Toggle
Powermenu Sound mode panel
Clock and Signal Mods
Statusbar Data Icon style choice - e.g 4g, LTE etc
Statusbar clock position
Statusbar clock show/hide
Statusbar clock size
Statusbar clock am/pm large small or off
Statusbar clock date small large or off
Statusbar clock Date style
Statusbar clock Date format
Statusbar clock seconds show/hide
Statusbar Custom Carrier Text
Traffic Meter left side
Traffic Meter right side
Traffic Meter hide when inactive toggle
Traffic Meter update interval
Traffic Meter color
Toggle and Dropdown Mods
Toggle text show/hide
Toggle circle show/hide
Brightness Slider show/hide
Sfinder show/hide
Color and Theme Mods
Color-a-day - let the system choose a new theme color at 12am each day
Battery
Battery fill color
Battery frame color
Battery text color
Battery charge bolt color
Statusbar
Statusbar clock color
Signal color
Wifi color
Notification icon color (sound, Bluetooth etc too)
Wifi in/out color
Signal in/out color
Dropdown
Master override for dropdown theme to enable the following to be changed so as no to interfere with the Theme store themes should you want to keep as is:
Dropdown clock color
Dropdown date color
Toggle ON color
Toggle OFF color
Toggle text color
Toggle circle color
Toggle circle style (including user choice. For jpg just pick using gallery via alliance settings, for png with transparency manually place in sdcard/alliance/Current theme and name Toggle_Bg.png)
Toggle background color/transparency
Dropdown header background color/transparency
Sfinder background color/transparency
Brightness Slider background color/transparency
Header detail color (edit button, Settings button and all toggle view text etc)
Sfinder detail color
Brightness Slider detail color
Probably a few more that got missed during modding! [emoji14]
AllianceROM G920F v1​​
MD5 Sum:93b59a7e6bcdcce62243f5381fe23c0a
Be sure to be on OD9 or later bootloader and modem. If you are not then search for a guide and update it!
Step 1-
Flash CFRoot for your device with Odin. Install TWRP Recovery by @eousphoros, you must be on 5.0.2 OCG
Step 2-
Download Rom and copy to device
Step 3-
Boot to recovery and follow the instructions in Aroma.. WARNING: YOU MUST USE THE KERNEL IN THIS ROM OR YOUR DEVICE WILL BOOTLOOP
Step 4-
Install
Enjoy!!
Notes:
For Feature Requests and bug reports please post in the Xda DevDB Section Up Top
This thread is from the Alliance Team and was posted in accordance with the Alliance rules which can be found here
All mods created by Alliance team are copyrighted and not are not to be used in other works or ported without our expressed permission.
COPYCATS - UNDER NO CIRCUMSTANCES IS ANYONE TO SOURCE ANYTHING FROM THIS ROM. I WATCH THESE THREADS LIKE A HAWK. IF YOU DO...I WILL FIND THEM...AND I WILL REPORT IMMEDIATELY. NOW GO LEARN YOURSELVES INSTEAD OF RIPPING FROM OTHERS [emoji14]
Alliance Color Guide:
​
The Alliance Crew - You guys ROCK!!
Chainfire for root
Ficeto for ROM Customizer, Custom Settings and countless hours of help
Gravitybox for the app picker source
Liquid for animations and clock
Omni for Traffic Meter
amarullz for aroma
​
AND SO IT BEGINS.....
​
XDA:DevDB Information
AllianceROM G925T, ROM for the T-Mobile Samsung Galaxy S6 Edge
Contributors
Goldie, txr33
ROM OS Version: 5.0.x Lollipop
Version Information
Status: Stable
Current Stable Version: v1
Stable Release Date: 2015-05-15
Created 2015-05-06
Last Updated 2015-05-15
Click to expand...
Click to collapse
Cheers,
Baja[/QUOTE]
Im late to the party
Nice work @bajasur
I'm sure this ROM will be a beast. Too bad the thread has been tainted by these clowns quoting the entire OP.
daveyannihilation said:
Nice work @bajasur
I'm sure this ROM will be a beast. Too bad the thread has been tainted by these clowns quoting the entire OP.
Click to expand...
Click to collapse
I'm so disappointed in you. [emoji85]
Cowboy from Hell on a twisted trail.
Koffed From my Big Ass Outlaw Phone.
OD9 bootloader and modem?? That's for the 920F model.
Edit: Looks like you copied and pasted the same info from the 920F thread.
Bubbajoe40356 said:
I'm so disappointed in you. [emoji85]
Cowboy from Hell on a twisted trail.
Koffed From my Big Ass Outlaw Phone.
Click to expand...
Click to collapse
I'll do my best to sleep at night, but I'm not promising anything [emoji4]
SlimLP TRDS OnePlus One
Se7eN43 said:
OD9 bootloader and modem?? That's for the 920F model.
Edit: Looks like you copied and pasted the same info from the 920F thread.
Click to expand...
Click to collapse
Check again it has magically disappeared!
Sent from my SM-G925T using XDA Free mobile app
I hear this rom will have dark ui, dark themes and dark hangouts is this correct?
Just installed and working flawlessly! Great job, finally some ROM goodies for TMOBILE S6 Edge!!
---------- Post added at 01:42 AM ---------- Previous post was at 01:23 AM ----------
Anybody else able to open Samsungs Themer?, mine keeps force closing.
Sent from my SM-G925T using XDA Free mobile app
CCoR87 said:
Just installed and working flawlessly! Great job, finally some ROM goodies for TMOBILE S6 Edge!!
---------- Post added at 01:42 AM ---------- Previous post was at 01:23 AM ----------
Anybody else able to open Samsungs Themer?, mine keeps force closing.
Sent from my SM-G925T using XDA Free mobile app
Click to expand...
Click to collapse
Do you have Samsung push service installed? Samsung theme store won't work without it.
I do have it installed. It opens up but closes after 2 seconds. Themer interface is up long enough for me to read but not long enough to do anything else
Sent from my SM-G925T using XDA Free mobile app
“Unexpected response from the server” when I clicked “Begin Download”
is the server down?

[ROM]StagOS-10.0.6(z2_plus)(android-10.0)(2020-09-15)

{
"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"
}
Hey another day another rom, that's what you might be thinking. but we at stag (I'll try not to use big words because the idea is to be simple) aim at something towards elegance. We are learners just like everyone out there, This is small something we have started which helps us learn every single day. Why Stag, you might question, my answer would be why not. After all, Harry's Patronus was a stag(pun intended). Anyway, so the aim here is to provide a really good experience to everyone who uses, everyone on the telegram channel can contact us and request, everything will be considered because if you as users feel something missing, it obviously must be missing. So looking forward to people using our StagOS and giving us all your precious feedback.
~Sic Parvis Magna~
PS: for people wondering what sic parvis magna is, it translates to great endings from small beginnings, Something I picked up while playing a game.
Credits where they are Due:
Google(No explanation needed and this regards)
Lineage(For starting of the custom ROM war)
KCUF Rom(For acting as a base)
Omni ROM, Slim ROM, DirtyUnicorns, AospExtended and every other project whose contributions lead to many of the features present.
Code:
[SIZE="4"]/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/[/SIZE]
Only Few As Of Now More Will Be Added Soon!
ROM
​
1) You need to have a custom recovery installed (TWRP recommended)
2) Download the latest StagOS Build and gapps.
3) Boot into recovery
4) Perform a wipe and wipe/system and Dalvik cache as a precaution
5) Flash StagOS zip & Gapps package(Optional)
6) Flash Magisk Root(Optional)​
Whatever Features you find in the first build there's no guarantee that they will carry on to the subsequent builds.
As features help only to boast, and this ROM over here is not only meant for that. We want you to boast but not by the features, We want you to fall in love with the touch. So here I'll be adding up the features that I intend on adding/removing. we are starting off with many features just to find out what you like/what you don't.
To Add
--
To Remove(Your opinion will matter for this)
--
To Edit
--
There's a huge list here
@darshan1205
@hridaysharma
@shekawat2 For letting us reference on his ROM, which helped in making a great base for StagOS.
Finally @pranavasri And @venkysai87 Work on the source
We also have vinothraja and Abhimanyu shekhawat, who always guide us in times of issues a big thanks to them
The wallpaper and Bootanimation you experience Is all thanks to Pritish Joshi and the last member in group Rakesh rakhi samuel, who takes care of coding things and web management
Special Thanks To
@aswin_a_s
@DD3Boh
@kubersharma
@dmd79
For Their Awsome Work On Z2 Trees!!
And all other Open Source - Developers, Teams, and Organisations
DM if we missed someone - you can always look at GitHub to find more contributors!
ROM
Kernel
Device Tree​
XDA:DevDB Information
[ROM]StagOS-10.0.6(z2_plus)(android-10.0), ROM for the Lenovo ZUK Z2 (Plus)
Contributors
nikhil.gohil3
Source Code: http://github.com/StagOS
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
ROM Firmware Required: ZUI 3.5 or above & Treble TWRP
Based On: AOSP
Version Information
Status: Beta
Beta Release Date: 2019-10-27
Created 2019-10-29
Last Updated 2020-09-25
Changelog
2019-11-13
1. November Security Patch (ofcourse)
2. Added Pixel Theme Picker
3. Added Lockscreen clock faces
4. Added Statusbar brightness control
5. Added Lockscreen visualiser and Pulse
6. Added more fonts
7. Statusbar clock customisation
8. Battery light customisation
9. Notification LED customisation
10. Added color bucket from Arrow OS
11. Added Three Finger screenshot gesture
12. Added choice of ringtones for multiple sims
And many more
2019-12-24
Added:
Our very own about page(Now you can see the people who bring stag to your device)
Added Battery Customization(You asked for it)
Improved our Advanced reboot menu with proper optional toggle like in Pie
All the Carrier Label Customization
Rounded Corner options(Applies only to system screens)
then normal roundness is dependent on the icon shape you choose
Ambient Pule Notification(Edge Lighting)
Notch Cutout options(For device with notch)
Brightness Slider Improvements(OOS-ified)
Added Binary Clock Face
Data-switch Tile From OOS
Updated Wallpaper
Added browser, Calculator, MusicPlayer and calendar(Foolish of me to not include form beginning)
Fixes:
So finally we have fixed accent picker on device with enforcing build(Cheers)
Improved the scrolling speed
Fixed a few permission issues on dirty flash
2020-01-21
Features
-Jan Security patch
-Added accent colors to Horns Dashboard icons
-Allow to set QS panel columns and rows
-GamingMode
-Statusbar Header Images
-Dashboard icons
-Option to Hide gesture pill in full gesture mode
-DoubleTap to trigger doze
-Add option to enable AOD on charging only
-SmartCharging
-Force full Screen on Notched Devices
-Switch to OP Screen Recorder (Added QS Tile for that too)
-Added few more fonts
-Added hexagon icon shape
-AOD Tile
-Add caffeine tile
-Add advanced reboot tile
-Updated Theme picker app
Fixes/Tweaks
*Fixed issue where volte icon would disappear after reboot and had to be retoggled
*Fixed RGB Accent picker on Enforcing devices
*Made UI Rounder
*Bring our very own wallpaper
*DarkUI by default to go with it
*Accent to go with it
Thats all for New year guys
2020-04-03
~Customizing Footer Text (You asked for it)
~Heads up Snooze
~Less boring Heads Up
~revamped gaming mode
~~Disable all Heads Up notification
~Ambient Edge pulse customization
~Allow to suppress notifications sound/vibration if screen is On
~Disable Notifications vibration
~A few UI improvements
~Ambient music ticker
~Fixed a few cases where dt2s Doesn't work
~Added LongShot (Extended Screenshot ) Finally
~FPS info tile
~Dash/Warp Charging text support
~Vibrator Service for OP Devices (7/7T upwards)
~Omni Switch Recent Option
~Display: font size in 5% steps from 80% to 130% (Requested)
~Move IMEI settings to sim status(We don't keep stuff in the open)
~Show link to play store in App info
#Fixes
~Fixed issues with HeadsUp not disabling
~Fixed issue where external audio not working when internal audio recording was done through screenrecorder.
Hope you all have a beautiful experience
Thank You and stay Safe
2020-04-16
1) April Patch (Ooo yeah)
2) Added Exfat partition support (need kernel side support for the same)
3) Fixed RGB accent picker on few enforcing devices
4) Added Face Unlock
5) Using the long Screen shot from ASUS, the older one was quite broken
6) Added Some FOD Customization, for devices with FOD
7) Fixed auto rotation settings FC and allow fo 180 and 270 degree rotation.
8) Fixed OmniSwitch not being Built due to which app not installed popped up
9) Added Adaptive Music Playback
10) Fixed Android Auto (Fixes system crashing after connected to Android Auto)
TODO:
1) Replace Gallery app, yes we couldn't do it this release please stay tuned
2) Update Launcher (We've got our best hands on it, and boi you'll love it)
3) Some requested fonts are yet to be added
4) Please keep requesting we always listen
2020-05-02
Fixes
fixed an issue where a row goes missing when in landscape mode and headers enabled in QS tiles.
Due to a small mixup FOD customisation where shipped to all devices this has been fixes
Long SS screenshots were saving in a different location causing a minor issue
Fix notification on Typographic Clock
Additions
Gapps variant support added
Removed Face Unlock (Thanks Motorola)
Re-did QS columns/rows customization.
Switched to lineage's implementation of OTA
Added Lockscreen Clock styles
Added Lockscreen Date styles
Added Lockscreen Clock fonts
Added Lockscreen Date fonts
Option to Hide lockscreen clock and date
Added R type panels for Wifi, Mobile Data, NFC and Data tiles
show current and new version on apk installation
Addjust some padding in statusbar
Device Side
Added back ANT+
Improved HDR processing & some updates
Set zram as 2GB
Kernel : merged latest CAF tags
Kernel : v4.4.220
Kernel : popthecorn V2.2
2020-05-16
Fixes:
Recents view of Launcher
Theming of Updater app in Dark Mode (That sure looked bad)
In clock styles sammy hour accent gave full accent clock, fixed that issue
Fix opening of horns on long tapping Blank space in non expanded QS
Fixed color of OOS Styled clear all button in light theme
Fixed QS padding
Fixed Music Ticker Padding
Additions:
Blur Behind Quick Settings (toggle-able)
Remove Notification smart replies
Add a couple more ringtones
QS tint (on by default)
Add Horns Tile, Long tap to Open customizations, Single tap to insults
OOS Styled brightness slider (With dynamic changing icons to the left of slider)
Add blur behind power menu
Add extended volume panel from pie (Long tap for 10 type panel)
Add QS Header Data Usage
Add our two date styles accent with transparent ending, gradient with transparent ending
Launcher3 revamp (Added hidden/protected apps)
Add Wave kind battery view in Settings>Battery
TODO:
Yet to Fix Network Traffic.
2020-06-07
Fixes
Fixed the SystemUI crash on applying some wallpapers (yes fixes the issue with wall going around in twitter)
Fixed issue of messed strings on OTA update or dirty flash
Fixed network traffic on devices with kernel 4.9+ (OP6/6T, Beryllium etc)
Fix volume panel on dark theme
Fix Horns>Misc crash on onclite
Additions
Version bumped from 10.0.2 to 10.0.3
Added R style Notification headers
Header ImagFixe height configuration
Added a dashboard for Animations in Horns
Per app wifi/data/vpn restriction
Fix mobile data panel
Improvise bluetooth panel in qs bar
Add Privacy hub
Add extended audio panel
Require unlocking to use battery saver, data saver, nfc, wifi, bt and airplane mode tile
Add support for Elmyra(active Edge), Motion Sense and aware for supported devices.
Added dynamic immersive mode tile
Added long swipe and L swipe for custom actions
Datausage: add daily/monthly data usage options
Added support for FM radio (will be included only in supported devices)
Updated Gapps
A visual overhaul for stock Dialer Contacts and Messaging apps (support for dark theme and follow system accents)
Updated Phonograph
Added some features like flip to mute to dialer
Add Notification Log
Added On/off toggle for sim cards
Added ability to look at the last 100 notifications
Device Side:
Kernel: popthecorn-v2.4
Kernel: Upstream to 4.4.226
Screen Cast Fixed
2020-07-10
Fixes/Improvements:
New Wallpaper and an Accent to go with it (You'd Love it)
Reworked Aosp theming (Moved from Settings > Display to Horns > System > Themes)
3 Button nav on first boot, gestural navigation by default was buggy on first boot
A lot of tiny fixes, that had a possibiity of Causing SystemUI crash (a lot of them )
Fix some screen freeze cases (randomly sometimes while screenshot)
Missed call notification icon update
Font more System elements with custom font (yoo)
Apply Font to Type Clock
Fix padding for date and owner info when using type clock (Yo now they'll be to the left when required)
Removed Bubble clock (Seeing some fixes)
Made the exisitng Analog Clock a proper Analog look.
Bluetooth is now off by default (Yo Hoo, save that battery)
Fix cases where notification icons go crazy when using centre clock
Improvised RGB accenter Logic
Finally Fixed the Dashboard icons (For Google, Wellbeing and device specic tabs)
QS Tint on by default shows quite dark behaviour till first restart, fixed that.
Remove present Accents from theme Picker (they get broken after you use the RGB one)
Features:
ColorBucket new themes: MaterialOcean, ChocoX, BakedGreen and ClearSpring (Yes transparency hehe)
Added QS Tile styles, 19 of them (has oreo style just icons too, exciting right)
Added rounded hexagon and pebble icon overlay
Added screen stabilization
Immersive mode tile (Works on long tap)
German Translations for Type Clock
Added a Toggle for disabling the charging animation
Customize Max Lockscreen Notification count
Added more clocks to ThemePicker Spidey Analog, Spectrum Analog, DotOS Analog, Sneeky Analog, Bliss Analog, Analog Clock with number,
DividedLines Clock, SFUNNY Clock, MNML based Clock designs, Alphabetic Clocks, Orono Clock
Added Custom Centered Type face clock
Move battery Icon to QS Header (Will make it optional by next release)
Added Google sound search tile
Disable Quick Settings on Secure Lockscreen
Added One Piece Header Styles (hoot Hoot)
Our new logo to go with such a big change in Settings>AboutPhone>AndroidVersion
Add some default theme presets in ThemePicker
2020-08-10
August Security Patch (Obviously)
Brand new Bootanimation (Thanks to @shr150)
Brand new Walls app (Thanks to @Xyron)
Added more anime header packs
Introducing Spectroscope (Choose colors from Whole spectrum Or cherry-picked spectral lines)
Added OnePlus Minimalism clock
Added OnePlus Analog Clock Style
Added OnePlus Roman analog clock
Added Oneplus Minimal analog clock
Added OnePlus Numbers clock
Added LineageOS clock
Improved analog clocks
Enabled Home button wake
Updated dark material colors
Stopad auto-granting location to system browsers
Adapt screenshot sound to ringer modes
Added Volume panel styles
Force-enable permissions hub regardless of what google says
Fixed SystemUI failed to go to doze issue
Device Side:
* Kernel: merged 4.4.232
* Updated ims,qmi,ril stack
* Cleaned up many useless props
* Added aosp rcs packages
* Improved scrolling
* Fixed some log spam
* Fixed VoWIFI
2020-09-15
Screen OFF FOD added (For devices with In-Display Fingerprint)
Added a toggle for blur behind power menu
Fix crash on blur behind power menu on secure screens.
QS Battery Location
Option to show status bar in lock screen
List view animations.
Added FaceUnlock
Added VOOC Charging showing (For supported devices)
Add a device section in about phone
Add refresh rate control for supported devices.
Aves Gallery App (Thanks to deckerst's open source app)
Swipe down on recent to clear all apps.
Dirac and Mi Sound Support in source
Support for hiding navigation bar (through tile)
Fixed Bug with Stag Walls
Reserved 1
Reserved ???
Here are the screenshots..
Techie_pulkit said:
Here are the screenshots..
Click to expand...
Click to collapse
Is there option to turn off led while charging .... Please tell
Anybody review this rom guys...was waiting for it from long time
Reserved...
It's really nice to see another android 10 rom comes up for our beloved Zuk Z2. Thanks Dev!
Waiting for the first impressions.
vinay069 said:
Is there option to turn off led while charging .... Please tell
Click to expand...
Click to collapse
No it's not there yet..
---------- Post added at 09:39 PM ---------- Previous post was at 09:37 PM ----------
Impressions of the ROM:
Pros
SOT is good
Nice and smooth
Gcam 7.2 working
VoLTE working
Cons
Pixel launcher is not working
Was difficult to flash GAPPS
Stock messaging app does not notify new messages
Calling on speaker is broken sometimes
Less customization (As it is the very first build, it is understandable to have less customization)
Thank you
Techie_pulkit said:
No it's not there yet..
---------- Post added at 09:39 PM ---------- Previous post was at 09:37 PM ----------
Impressions of the ROM:
Pros
SOT is good
Nice and smooth
Gcam 7.2 working
VoLTE working
Cons
Pixel launcher is not working
Was difficult to flash GAPPS
Stock messaging app does not notify new messages
Calling on speaker is broken sometimes
Less customization (As it is the very first build, it is understandable to have less customization)
Thank you
Click to expand...
Click to collapse
Thank you for your review bro..i appreciate it
i.Desygner said:
Thank you for your review bro..i appreciate it
Click to expand...
Click to collapse
Welcome bro
New November Update
New Build Is Uploaded On Download Folder..!!
Changelog
1. November Security Patch (ofcourse)
2. Added Pixel Theme Picker
3. Added Lockscreen clock faces
4. Added Statusbar brightness control
5. Added Lockscreen visualiser and Pulse
6. Added more fonts
7. Statusbar clock customisation
8. Battery light customisation
9. Notification LED customisation
10. Added color bucket from Arrow OS
11. Added Three Finger screenshot gesture
12. Added choice of ringtones for multiple sims
And many more.....
Download
https://sourceforge.net/projects/st...us-10.0.0-OFFICIAL-20191113-1928.zip/download
Hit Like If You Liked Our Work
How is the battery life of this latest build?
How to install gapps? ...I'm unable to flash gapps and bitgapps both ..its giving error and without gapps its booting straight into fastboot
vinay069 said:
How to install gapps? ...I'm unable to flash gapps and bitgapps both ..its giving error and without gapps its booting straight into fastboot
Click to expand...
Click to collapse
Flash latest TWRP 3.3.1.0 the flash ROM and gapps
##A month of festivities which ends with a new beginning, We finally had our releases of December (With December patch OFC).##
**So what did we do. That's an obvious question right so Let's check out.
Changelog
?Added:
Our very own about page(Now you can see the people who bring stag to your device)
Added Battery Customization(You asked for it)
Improved our Advanced reboot menu with proper optional toggle like in Pie
All the Carrier Label Customization
Rounded Corner options(Applies only to system screens)
then normal roundness is dependent on the icon shape you choose
Ambient Pule Notification(Edge Lighting)
Notch Cutout options(For device with notch)
Brightness Slider Improvements(OOS-ified)
Added Binary Clock Face
Data-switch Tile From OOS
Updated Wallpaper
Added browser, Calculator, MusicPlayer and calendar(Foolish of me to not include form beginning)
?Fixes:
So finally we have fixed accent picker on device with enforcing build(Cheers)
Improved the scrolling speed
Fixed a few permission issues on dirty flash
Download
https://sourceforge.net/projects/stagos-10/files/z2_plus/
Hit Like If You Liked Our Work
nikhil.gohil3 said:
##A month of festivities which ends with a new beginning, We finally had our releases of December (With December patch OFC).##
**So what did we do. That's an obvious question right so Let's check out.
Changelog
Added:
Our very own about page(Now you can see the people who bring stag to your device)
Added Battery Customization(You asked for it)
Improved our Advanced reboot menu with proper optional toggle like in Pie
All the Carrier Label Customization
Rounded Corner options(Applies only to system screens)
then normal roundness is dependent on the icon shape you choose
Ambient Pule Notification(Edge Lighting)
Notch Cutout options(For device with notch)
Brightness Slider Improvements(OOS-ified)
Added Binary Clock Face
Data-switch Tile From OOS
Updated Wallpaper
Added browser, Calculator, MusicPlayer and calendar(Foolish of me to not include form beginning)
Fixes:
So finally we have fixed accent picker on device with enforcing build(Cheers)
Improved the scrolling speed
Fixed a few permission issues on dirty flash
Download
https://sourceforge.net/projects/stagos-10/files/z2_plus/
Hit Like If You Liked Our Work
Click to expand...
Click to collapse
se linux enforcing now? i dont know if i understood corectly in changelog
vuckovic_stefan said:
se linux enforcing now? i dont know if i understood corectly in changelog
Click to expand...
Click to collapse
No it's not there on 24-12 build but it will be there from next release!
vuckovic_stefan said:
se linux enforcing now? i dont know if i understood corectly in changelog
Click to expand...
Click to collapse
I was happy for a sec but going to try it anyway.:fingers-crossed:

Development [MOD] RENOVATE ICE 7.0 - raven & oriole - Android 12L

{
"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"
}
First off hi to everyone on the Pixel forums. I have been around quite some time. Firstly HTC, then Samsung, OnePlus and now Google .
Hopefully my work will be as popular and appreciated here as it was on previous devices.
RENOVATE ICE is a magisk module consisting of modified system framework/apps and an app to enable or disable these new features. Everything by default, is exactly as you would find it on the stock Pixel OS. You need to enable the extra features through the app. The app is available on the playstore but without the corresponding magisk module it will simply do nothing.
One of my main focuses when developing these mods is to make sure everything works instantly, there are no reboots/SystemUI restarts required for anything to take effect.
As it contains modified system files, it needs to be updated every time Google releases a new update. To make sure this causes no issues, I have put a check in the installer so it will only install on the correct base system.
Features controllable through the app (will update as I add more) :
Statusbar:
- Option to put device to sleep when double-tapping statusbar.
- Option to set the maximum number of notification icons in the statusbar.
- Option for statusbar brightness control
- Option for statusbar clock positions (left/right/hidden).
- Option to show seconds in statusbar clock.
- Option to link statusbar icon colors to the system accent colour (premium only)
- Option to set color of statusbar icons.
- Option to set the dark color of statusbar icons when on a light background.
- Option to set each statusbar icon color individually (premium only)
Notifications:
- Option to force expand all notifications
- Option for silent notifications whilst screen is on
- Option for notification text and icon color
- Option to set notification text and icon color to system accent (premium only)
Quicksettings:
- Option to show brightness slider in quick quicksettings
- Option to set the brightness slider position (default/below quicksetting/hidden)
- Option to enable vibration when clicking on quicksetting tiles
- Option to hide build number in quicksettings footer
- Option for quick pulldown (go straight to fully expanded quicksettings).
- Option for smart pulldown (go straight to fully expanded quicksettings if no notifications).
- Option to select different quicksettings icon style (stock, icon with background, icon with no background)
- Option to show QS tile labels in quick quicksettings view
- Option to show QS tile secondary labels in quick quicksettings view
- Option to set number of quicksetting columns
- Option to set number of quicksetting rows
- Option to set number of quick quicksetting rows
- Option to enable outline on quicksetting tiles
- Option to set courner radius of quicksetting tile
- Option to set the width of quicksetting tile outline
- Option to set the corner radius of quicksetting tile outline
- Option to set the color of quicksetting tile outline
- Option to link quicksettings outline color to system accent colour (premium only)
- Option to link quicksettings icon colors to system accent colour (premium only)
- Option to set color of quicksettings statusbar icons.
- Option to set each quicksettings statusbar icon color individually (premium only)
Lockscreen:
- Option to hide the statusbar on lockscreen
- Option to hide the shortcuts at the bottom of lockscreen
- Option to disable the two-lined clock (Android 12L feature)
- Option to randomize the lockscreen keypad for pin unlock
- Option to disable power menu when device is locked.
- Option to disable quicksetting pulldown when the device is locked.
- Option to link lockscreen icon colors to system accent colour (premium only)
- Option to set color of lockscreen statusbar icons.
- Option to set each lockscreen statusbar icon color individually (premium only)
Buttons:
- Option to toggle flashlight with long press power when sceen off.
- Option to automatically turn off the flashlight when turning screen on.
Miscellaneous:
- Option to allow 180 degree rotation (upside down).
- Option to allow screenshots in secure apps.
The app as a whole is free. There are certain tweaks that either require to be a "premium" user or have a subscription. "Premium" status is gained with a one off payment, subscription is as it sounds a small reoccurring monthly fee. Everything is explained in the app, any questions please feel fee to contact me.
Certain parts of the system I may modify and it not require the user to enable/disable anything in the app. Those features are the following:
- Modified SettingsGoogle.apk to allow system apps to be disabled.
- Added back seperate WiFi/Mobile data toggles as well as the new internet tile
- Added back NFC tile
As with previous devices I am open to suggestions and ideas as long as they are in reason. I can't guarantee I can/will include everything requested but I will take a look.
Hopefully we can get a nice collection of tweaks/extra features going .
RENOVATE ICE 7.0 - 11th July
RiCE 3.3.6 APK - 11th July
Current version is compatible with the following builds:
SQ3A.220705.003
SQ3A.220705.001.B1
SQ3A.220705.003.A1
Just a FYI - I have "downgraded" the bundled app in the module to match the version that is currently in the playstore. This will allow you purchase premium or subscribe. The app will be an old version and will give you the "unsupported device" message, but you can then simply update the app from the link above.
Uninstall current module and reboot
Uninstall the RiCE apk if it has stayed behind for whatever reason.
Re-install the new module.
Open RiCE app, ignore "device not supported" message and purchase premium/subscribe.
Install new apk from link below - you will now be on newest app with all the features.
This is only required until the app update is live in playstore.
-Rebased to July base
-Added back NFC tile
-Skip checking SystemUI Privacy observer permission as this can cause a fatal bootloop on rare occasions
6.0
-Rebased to June base
-Added new QS Icon style (icons with no background)
-Option to set QS tile corner radius individually for both Active and Inactive states
-Option to set QS tile outline color individually for both Active and Inactive states
-Option to show QS tile labels in quick quicksettings view
-Option to show QS tile secondary labels in quick quicksettings view
-Added transition animation to QS tile outline
-Added transition animation to QS tile secondary label when expanding for quick quicksettings
5.0
- Updated to May builds
- Added option for notification text/icon colors
- Added option for statusbar brightness control
- Custom quicksetting column count now applies in the customizer screen
- Disable quicksettings on lockscreen tweak now applies when pulling down from the screen rather than the statusbar
- Disable quicksettings on lockscreen tweak now allows quicksetting pulldown, but the tiles are not clickable
- Blocking access to power menu on lockscreen tweak now hides the power button in the quicksettings footer
- Blocking access to power menu on lockscreen tweak now applies when using power + vol up key for power menu
- Fixed the chance hidden clock could show again after hiding statusbar icons
4.1
-Improved some monet coloring
-Fixed glitches with brightness slider after changing positions
-Added labels back to square or circle style quicksettings. These are now fully pre Android 12 style!
-Other minor code fixes and cleanups
4.0
- Updated to April builds
- Added option to hide statusbar icons
- If using right hand side clock receiving a heads up notification will no longer hide the clock
- Apply max notifications tweak to AOD notification count
- Hiding battery icon will not hide percentage text. This can be removed separately.
3.0
- Updated to February builds
-Added initial support for the Android 12L beta. As apktool hasn't been updated to support Android 12L yet, the 12L features are minimal. Please don't report things not working as I am already aware of it. I wasn't going to include support until everything had been ported but I thought as I have already done bits, why not share it.
- Option to select different quicksettings icon style (stock, circle with no label, square with no label)
The circle and square styles I have tried to get looking as close to "pre Android 12" as possible. I am still looking at bringing back the label but it is a big change.
- Option to set number of quicksetting columns
- Option to set number of quicksetting rows
- Option to set number of quick quicksetting rows
Depending on which style you choose, I set defaults and different maximum/minimum values. For example stock style tiles I don't allow more than 4 columns as things start to look ugly.
- Option to enable outline on quicksetting tiles
- Option to set the width of quicksetting tile outline
- Option to set the corner radius of quicksetting tile outline (stock style or square only)
- Option to set the color of quicksetting tile outline
- Option to link quicksettings outline color to system accent colour (premium only)
-Fixed RiCE app not detecting license and ROM version on fresh app install
All the quicksettings tile tweaks work without requiring a reboot as it is all controlled in code, not just resource overlaying.
2.2
- Added option to disable hide the build number in the quicksettings footer
- Added option to set the brightness slider position (default/below quicksetting/hidden)
- Added option to show the brightness slider in the quick quicksettings panel
- Removed bits of left over debugging
2.1
- Added option to disable the two-lined clock on lockscreen/AOD (Android 12L feature)
2.0
- Updated to January sq1d.220105.007 base
1.0
- Initial release.
Feel free to join us at Telegram
Reserved
Is the corresponding Google play store app by developer baadnewz? It isn't immediately obvious.
Good to see you here Pixel6Pro! Kudos
westhaking said:
Is the corresponding Google play store app by developer baadnewz? It isn't immediately obvious.
Click to expand...
Click to collapse
Myself and @baadnewz both developed it yes. We worked together first on the OnePlus 7 pro and then ive brought it forward on to the newer devices
mwilky said:
RENOVATE ICE 1.0 - 11th January
Current version is compatible with the following builds:
SQ1D.211205.016.A4
SQ1D.211205.016.A1
Click to expand...
Click to collapse
Howdy! Thanks for this. Do you have any plans to make this compatible with sq1d.211205.017, or does it merely need tested on sq1d.211205.017 to determine if it works? Thanks!
roirraW edor ehT said:
Howdy! Thanks for this. Do you have any plans to make this compatible with sq1d.211205.017, or does it merely need tested on sq1d.211205.017 to determine if it works? Thanks!
Click to expand...
Click to collapse
I'm all honesty I didn't know there was this base, if you join the telegram group we can put you a a test together
mwilky said:
I'm all honesty I didn't know there was this base, if you join the telegram group we can put you a a test together
Click to expand...
Click to collapse
Thanks, I'll try to make some time to join and test soon. I appreciate it. There's one more base for the Pixel 6 Pro: SQ1D.211205.016.A1 (Canada, I believe), although I use the .017 (U.S. Carriers) and since Google removed all the December factory images and OTAs, I don't have a source for the 016.A1 either.
Flashed this on the dec stock build but its giving me an unsupported error.
I haven't seen it anywhere else and I don't know if you naming the file raviole is an original idea but it's perfect!
westhaking said:
I haven't seen it anywhere else and I don't know if you naming the file raviole is an original idea but it's perfect!
Click to expand...
Click to collapse
Everyone in the dev community for the pixel 6 line has been doing that to be very honest.
Hogyoku said:
Flashed this on the dec stock build but its giving me an unsupported error.
Click to expand...
Click to collapse
Oh looks like it's working all of a sudden
Hey dev thanks for this mod, too bad it doesn't work with Typhus mod tho lol
subtha said:
Everyone in the dev community for the pixel 6 line has been doing that to be very honest.
Click to expand...
Click to collapse
Pretty sure everyone is just following Google because that's what they call it in their source.
Hogyoku said:
Oh looks like it's working all of a sudden
Click to expand...
Click to collapse
Yeah I need to look into it seems to not detect on first run but then we you close and reopen it's fine. Will take a look.
Sweet. I'm the guy who posted on telegram. Good to see so many choices in 1 all in 1 mod instead of having 50 different mods all over each other.
On SQ1D.211205.016.A5 it won't work too bad. I look forward to an update
roirraW edor ehT said:
Thanks, I'll try to make some time to join and test soon. I appreciate it. There's one more base for the Pixel 6 Pro: SQ1D.211205.016.A1 (Canada, I believe), although I use the .017 (U.S. Carriers) and since Google removed all the December factory images and OTAs, I don't have a source for the 016.A1 either.
Click to expand...
Click to collapse
Ping me where to send you 016.a1 I grabbed it for raven the ota also....
will this allow me to access system root to change bootanimation?
It's possible to hide navigation bar in the future update?

Categories

Resources