[THEME][ROOT][MAGISK][Android 11]Pixel Theme for AOSP ROMs and MODs for stock ROM - Xiaomi Mi A3 Themes, Apps, and Mods

​
This is a Magisk module that ports Pixel theme and some Pixel features to AOSP Android 11 (it should be compatible with all AOSP 11, and close to it, ROMs and devices).
Don't have Magisk running yet? No problem, just follow THESE instructions. If you're running stock Android 11 ROM 12.0.7.0 for Mi A3, then you just need to follow from step 7 onwards and use THIS Magisk patched boot.img. You can also use TWRP to patch your current boot.img, just check THESE INSTRUCTIONS to understand how to do it.
In case you're worried about OTAs, and you should since this will most likely break OTA installation, please just read THIS.
Includes:
Pixel Theme Overlay
Styles & wallpapers
Google Wallpapers ( 2019; 2020 & 2020a ) -> credits to @Pranav Pandey for his work with Google Pixel/2/3/4/a/5 Live Wallpapers
Sound Picker
Sound Amplifier
Markup Google
Device Personalization Services
Settings shortcuts for all Pixel goodies
Google Settings Intelligence
Pixel Launcher
Quick Access Wallet
Google Photos portrait effects
Google Recorder
Safety Hub
Pixel exclusive UI sounds
Bonus features:
Google Sans applied system wide
Blur background effect
Several extra fonts
More accent colors
Several icon shapes
9 more dark styles besides the default black (use Rom Control App to choose your desired theme, if running stock Mi A3 ROM, or MacroDroid App, if using other)
2 Button bar Navigation (it was missing on Android 11 and I think some people like to use it)
Themed boot animation (Requires MacroDroid App and the macro I've shared here to work)
Pixel Theme specific Downloads (for stock Mi A3 Android 11 and/or other ROMs/devices running AOSP ROMs):
Typhus_Pixel_for_Android11_V18.zip <- Pixel Theme with all features mentioned above
The theme should be compatible with all AOSP 11 (or close to it) ROMs. I've decided to split things regarding Pixel Theme and fixes for stock Android 11 since there were users who wanted to use the Theme on other ROMs, rather than stock, and since the fixes were merged on the Theme it would cause some visual conflicts on other ROMs.​
Typhus_auto_dark_mode_and_styles.zip <- Extract the mdr file inside this zip and import it to MacroDroid App.
You really need this for the boot animation to work.​
Notes regarding the Pixel Theme:
Don't forget to give all permissions to all apps included on the theme (Pixel Launcher, Sound Picker, Pixel Live Wallpaper Picker, Device Personalization Services, Markup, etc.)
Regarding the themed boot animation, I recommend you to, before using the "Auto Dark Based On Daylight" macro, create a backup of your current bootanimation.zip file (just rename it to bootanimation_BKP.zip or something like that, the original file is on /system/media/). If you don't do this, you will lose it!
Since Android 11 already has the feature to automatically change the theme based on daylight, you can edit the macro and remove the enable/disable dark theme. Leave only the script that changes the boot animation.
If you're not being able to download live wallpapers, please read THIS POST.
Downloads JUST for Mi A3 Android 11 STOCK ROM:
Typhus_MiA3_Mods_Android11_V16.zip <- This module adds custom features to stock Android 11 Mi A3 ROM, as well as, Rom Control App which allows you to customize your device as well as, for example, change the dark styles included on Pixel Theme shared above.
Features included:​
45 FoD Animations
QS Headers styles
Dark Theme styles
FoD Icon Customization
Battery Styles
Rounded Corners Options
Battery Bar
Clock Customization
Network Traffic Indicators
Enable/disable inbuilt Android 11 screen record feature
Customize QS Rows and Columns
QS Tiles Customization on touch (instead of drag only...just didn't bother to add the strings "Tap or Hold to edit")
Gesture Navigations MODs (hide pill and reduce keyboard size, independently)
Enable/Disable Fingerprint vibration (well, in fact this enables/disables vibration everywhere...but...yeah....)
Lock screen album art customization
Music visualizer
Lock screen custom clock faces
QS Battery percentage independent options
Font options
QS Tiles styles
Enable/Disable Tuner options on settings
QS Panel opacity level control
QS Header opacity level control
QS Header data usage info
Hide QS Tiles Labels option
"Disco Dingo" the QS (fancy name for QS Toggles random colorization)
Video:​​Check out how it looks after applying these MODs (only shows features until battery styles...new version has more cool stuff).​
Typhus_Fixes_for_MiA3_Stock_Android11_V7.zip <- For everyone running stock Android 11 ROM for Xiaomi Mi A3. If you want a "fixes" version with Pixel Launcher included, you may find it HERE.
What does this "Fixes" module do?​
Bottom corners perfectly rounded
Status bar padding fixed (both on lock screen and on main screen)
Status bar height fixed (this isn't needed anymore since it was fixed on latest A11 build)
Removed "WiFi with numbers" icons in order to be able to apply other icon themes without losing consistency
Pixel colors as default instead of default AOSP colors (Pixel Blue instead of Teal, as main accent color, and Black instead of material dark gray, as default dark)
Notes about Mi A3 Mods:
All features that you see on Mi A3 MODs Magisk Module were reverse engineered from Evolution X ROM source code. The source code is available on the link 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 orginal devs and it's public source code, none of this would be possible. Thank them for this!
Smali edit is not 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 were 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 with the source code taken from Evolution X. The app source code is also available on the link shared on the credits.
I've 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 "Mi A3 Mods" source code:
https://github.com/ElTifo/CustomSettingsForDevs/tree/MiA3
Want to port the "Mods" to your device? Here's how:
https://github.com/ElTifo/CustomSettingsForDevs/tree/MiA3/app/src/mods
Credits:
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
Cheers and enjoy!

is there anyway to just have blur backgrounds from this module?

hosseinito said:
is there anyway to just have blur backgrounds from this module?
Click to expand...
Click to collapse
On Android 11? If so, sure, just add:
XML:
ro.surface_flinger.supports_background_blur=1
Into build.prop or system.prop (at vendor or system partition).
OR,
Flash this module but first open the zip and delete everything inside system folder.

Typhus_ said:
On Android 11? If so, sure, just add:
XML:
ro.surface_flinger.supports_background_blur=1
Into build.prop or system.prop (at vendor or system partition).
OR,
Flash this module but first open the zip and delete everything inside system folder.
Click to expand...
Click to collapse
Uh... Thanks so much!

I am very sad you are leaving the mi A3 community even I understand the reasons... Tell me does this module work with your overlay manager I use in stock 10? And is there any hope to complete this module development in the near future?

Just an information, it does work with offical A11.

Termi92 said:
Just an information, it does work with offical A11.
Click to expand...
Click to collapse
I'm creating a new version. Just wait for stable new version. A "beta" version as already been shared on Telegram Mi A3 groups.

OP has been updated with a new version of the theme.
The theme has been tested on stock Android 11 ROM and it's looking good.

Can I install this on Android 11 Stock Rom ?
Which recovery should I use to flash Magisk on Android 11 ?

Amanpandey1999 said:
Can I install this on Android 11 Stock Rom ?
Which recovery should I use to flash Magisk on Android 11 ?
Click to expand...
Click to collapse
Of course you can install on stock Android 11. That's exactly the purpose of this theme.
As for recovery, for the time being there's no working recovery for stock Android 11 firmware. You need to root the device by flashing the magisk patched boot image that I've shared HERE. The flashing instructions are HERE.
Cheers!

Hello!
I've decided to split things regarding Pixel Theme and fixes for stock Android 11.
Since there are users who want to use the Theme on other ROMs, rather than stock or even on other devices, and since the fixes were merged on the Theme, that stuff was causing some visual conflicts on other ROMs.
Having this in mind, today I've updated the OP with a new Pixel Theme version that has everything that v9 had but with no stock Android 11 fixes.
Aside from that, I've release a simple module that only adds the stock Android 11 fixes (status bar padding/height and bottom round corners) and, as well, a new Mi A3 Mods for stock Android 11 (for the time being with few features since I didn't had the time to add all goodies I've added on 10).
Hope you may enjoy this.
Cheers!

OP has been uptaded.
New Pixel Theme version. It fixes the text being cutout on the notifications.
Cheers!

Hello!
OP has been updated.
What changed?
Typhus_Pixel_for_Android11_V12.zip -> Added Pixel Live Wallpapers 20a (no one noticed it was missing...LOL...but it was) and hopefully corrected live wallpapers downloads. They were bugged sometimes.
Typhus_Fixes_for_MiA3_Stock_Android11_V2.zip -> Minor fix regarding status bar height on Android 11 stock ROM. Now it has the exact same values as on stock Android 10.
Typhus_MiA3_Mods_Android11_V2.zip -> Added Battery Styles (YES!) and Rounded Corners options.
Hope you enjoy these changes.
Cheers!

Typhus_ said:
Hello!
OP has been updated.
What changed?
Typhus_MiA3_Mods_Android11_V2.zip -> Added Pixel Live Wallpapers 20a (no one noticed it was missing...LOL...but it was) and hopefully corrected live wallpapers downloads. They were bugged sometimes.
Typhus_Fixes_for_MiA3_Stock_Android11_V2.zip -> Minor fix regarding status bar height on Android 11 stock ROM. Now it has the exact same values as on stock Android 10.
Typhus_MiA3_Mods_Android11_V2.zip -> Added Battery Styles (YES!) and Rounded Corners options.
Hope you enjoy these changes.
Cheers!
Click to expand...
Click to collapse
Sorry where are the accent colors and icon shapes in mi A3 Mods zip?

papafan said:
Sorry where are the accent colors and icon shapes in mi A3 Mods zip?
Click to expand...
Click to collapse
In Mi A3 Mods Zip they're not there, they're only inside the Pixel Theme Zip.
Perhaps I didn't make myself clear on the OP.
It's like this:
If your device is on stock Xiaomi Mi A3 Android 11 ROM then you should install:
Typhus_Fixes_for_MiA3_Stock_Android11 zip
Typhus_MiA3_Mods_Android11 zip
Typhus_Pixel_for_Android11 zip
If your device is on another AOSP ROM (or close to AOSP), or if you're not even using a Xiaomi Mi A3 but using a AOSP ROM, then you should just flash the Typhus_Pixel_for_Android11 zip.
Cheers!

Hi thank you for this amazing project. I was waiting for a magisk module like this. And the best part is that it is working unlike others like Pixelarity or Pix3lify. It's working very well on Motorola One Vision running latest @phhusson Android R GSI. Only thing I had to do was deleting system/system_ext/etc/permissions/com.android.systemui.xml since it was causing a bootloop. Don't know if this issue happened only on my device. Also enabling "Now Playing" breaks audio playback: audio keeps coming and disappearing; disabling it solves the issue. I hope this will help to keep this module universal and up-to-date. Thank you

arch-dev said:
Hi thank you for this amazing project. I was waiting for a magisk module like this. And the best part is that it is working unlike others like Pixelarity or Pix3lify. It's working very well on Motorola One Vision running latest @phhusson Android R GSI. Only thing I had to do was deleting system/system_ext/etc/permissions/com.android.systemui.xml since it was causing a bootloop. Don't know if this issue happened only on my device. I hope this will help to keep this module universal and up-to-date. Thank you
Click to expand...
Click to collapse
I hope you will publish it on Magisk repo soon since it's working like a charm

arch-dev said:
Hi thank you for this amazing project. I was waiting for a magisk module like this. And the best part is that it is working unlike others like Pixelarity or Pix3lify. It's working very well on Motorola One Vision running latest @phhusson Android R GSI. Only thing I had to do was deleting system/system_ext/etc/permissions/com.android.systemui.xml since it was causing a bootloop. Don't know if this issue happened only on my device. Also enabling "Now Playing" breaks audio playback: audio keeps coming and disappearing; disabling it solves the issue. I hope this will help to keep this module universal and up-to-date. Thank you
Click to expand...
Click to collapse
Thanks for your feedback.
I'll try to make the changes needed in order to fix the bugs you've mentioned.
Now Playing does not work without SystemUI.apk AndroidManifest.xml changes, so I guess I'll just remove it for good from the Theme.
As for the com.android.systemui.xml permission, sorry, I've accidentally added that to the theme causing issues on other ROMs rather then Android 11 stock ROM for Xiaomi Mi A3.
Cheers!

Hello!
OP has been updated.
What changed?
Typhus_Pixel_for_Android11_V13.zip -> Removed Now Playing since it didn't not work and, worse than that, was causing sound conflicts. Also, fixed the theme for other ROMs / devices (I'm sorry, on last version I've made a mistake which caused bootloops on other ROMs/devices).
Typhus_Fixes_for_MiA3_Stock_Android11_V4.zip -> Minor fix regarding some text being cutout on notifications
Cheers!

Hello!
OP has been updated.
What changed?
Typhus_Pixel_for_Android11_V14.zip <- Removed the navbar gestural overlays since, not only they're already present on stock Android 11 ROMs but also, the ones provided on the theme previous versions were disabling other gestural mods, like Fullscreen Immersive gestures mod. Also, I've added Portrait effects for Google Photos app. It runs without the need for Pixel props...which is cool.
Cheers!

Related

[Rom][KitKat 4.4][BeanStalk-Legacy - 4.4006] Nightlies and OTA [28-Nov]

BeanStalk - Legacy​​​​​The Optimised Beanstalk​
I am proud to present to you the BeanStalk - Legacy Rom created by Me. This is a build composed off of the Official Beasnatalk builds I have added alot of features on top of it. So you get speed, stability, ultimate battery life and ultra customization ability. Many of the additional code additions came from androdiarmv6 and also carbon roms build and have been modified. A huge thanks to them for their work and dedication. Also a big thanks to everyone involved with CM as that is the building stone in this project.
Note: Some features are yet to be merged as kitkat is in Huge Work In Progress
Feature List.... Its a long one and growing every day!
CM based
Insane amount of edits/tweaks/fixes to make this build absolutely fly
Ultimate battery life through optimizations
HALO))) 2.0
Multi Window
Active Display
Lockscreen background options (Color fill, Custom image, Transparent)
Customizable Lockscreen text color
Lockscreen rotation
Option to enable all widgets
Minimize lockscreen challange
Use widget carousel
Slider Shortcuts
Static Lockscreen shortcuts
Lockscreen button actions
LCD Density
Scroll elasticity options
Default App grip option
Custom Carrier label
Dual Pane options
Customizable boot animation (off, default, set your own bootanimation)
Custom original BeanStalk Wallpapers by skyliner33v
Custom BeanStalk bootanimation by skyliner33v
Status bar color and transparency
Clock and date options which includes color, location, style
Signal Styles which include color and text instead of icons, alternate GB signal layout, hide signal icons
Breathing SMS option
Battery styles - Includes specific colors and styles. Also includes battery bar
Do not disturb option
Show notification count
Pie controls (need to have lockscreen background set to something other then default to work correctly (dont ask why) )
Fully customizable navigation bar - Includes style, layout, color, nav rings, pretty much everything you can think of.
Quick settings color settings, tiles per row, Quick pulldown, text color
Notification shortcuts, behaviour, drawer style (customizable colors), toggle colors, longpress quicksettings icon to enable/disable toggles
Keyboard and input method options which include disable full screen keyboard and auto rotate
Kil app back button with customizable timeout values
High end graphic effects option
option to disable/enable vibrate on expand for notifications alerts
Low battery warning customizable options
Recents RAM bar fully customizable with color styles
Clock widget for LockClock including extra options to fully customize every feature of the lockclock
Build.prop MOD options to enable/disable tweaks as preferred
Less frequent Notification sounds options
CRT screen off/on options to specify how the animation shows
Enable/disable wake up on charge option
Superuser fully embedded into the build and accessed from settings menu
CM Performance options and features
About BeanStalk option with links to github source and facebook for beanstalk. Also links to my twitter and donate.
option to use a fully themable MMS packages. You can access from mms - settings - theme settings
Numerous other options hidding throughout the build
Coming from Stock / other AOSP Roms
Wipe Caches + Data / Factory Reset
Install Rom
Install Gapps
Reboot
Screenies thanks @kaszell and @laykeanghok
screenies 1
Screenies 2
Sources
Beanstalk Sources :- HERE
Device Specific Sources :- HERE
kernel source :- https://github.com/LegacyXperia/msm7x30-3.4.x-nAa
If u like this Rom Please Consider Donating to @scott.hart.btiforum.xda-developers.com/donatetome.php?u=4552996forum.xda-developers.com/donatetome.php?u=4552996
XDA:DevDB Information
BeanStalk, a ROM for the Sony Ericsson Xperia Arc
Contributors
officiallysonyrebel, saki3d, scott.hart.bti, mikeioannina , androidarmv6 team , carbon roms
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Version Information
Status: Alpha
Created 2013-11-28
Last Updated 2013-12-03
Downloads:
Thanks to @Saki3d for his immense help by providing buildserver it please press thanks button to him
Please show your appreciation by hitting the thanks button, and then click the button below to show download links.
-beanstalk 4.4006 for Anzu only [Nightly] 11/28/2013
BeanStalk-4.4006-20131128-anzu.zip
Old Builds
-beanstalk 4.4002 for Anzu only [Nightly] 11/26/2013
BeanStalk-4.4002-20131126-anzu.zip - 173.60 MB
Supported Devices
* Anzu Only
BeanStalk Legacy ChangeLog :
Inital Rom release
Merged Upstream chnages till 4.4006 build
small Bug fixes
Note
All builds Will Be available till tommarow
Reserved
i guess it will be as good as or even better than cm11
sorry if you were to take second post, make the mod delete my post
theaks30 said:
i guess it will be as good as or even better than cm11
sorry if you were to take second post, make the mod delete my post
Click to expand...
Click to collapse
no problem bro ... with devdb we are half mods i guess
lol
thats nice
maybe name should be updated to Katstalk?
theaks30 said:
lol
thats nice
maybe name should be updated to Katstalk?
Click to expand...
Click to collapse
i m using many core stuff from beanstalk so i guess beanstalk-legacy is good
I've installed CM11 yesterday and I've noticed that when you cll someone who's talking to somebody else, there's no notification like "call waiting". Does this build have the same issue?
Hi there.
I have NaA kernel 2.4.68 and gets bootloop. I donot have access to computer and can not flash newer kernel at the moment.
is a newer kernel required?
~~~~~~~~~~~~~~~~~~~~
[email protected] CM10.2
~~~~~~~~~~~~~~~~~~~~
pergoteborg said:
Hi there.
I have NaA kernel 2.4.68 and gets bootloop. I donot have access to computer and can not flash newer kernel at the moment.
is a newer kernel required?
~~~~~~~~~~~~~~~~~~~~
[email protected] CM10.2
~~~~~~~~~~~~~~~~~~~~
Click to expand...
Click to collapse
Well, I think you gonna need a newer one, because I am on PAC 4.3 and that is already running on 3.4.70 kernel
yeah!! Good news!!
Then you oriented to "Beanstalk legacy" instead Litestalk? Or Litestalk it's a future release?
Thanks for your work...
If you can update screenshots (and link at them)
Audio works =) @officiallysonyrebel =)
Gesendet von meinem Xperia Arc S mit Tapatalk
Hello
I share my experience with beanstalk 4.4002
I encountered a problem with the use of kernel. Indeed, after flashed, i can't install the ROM: the sdcard can not be mount
Finally, I went through the mikeioannina's kernel and I could properly installed ROM.
By cons I noticed a defect on the alarm that goes off 2 hours before.
Last thing, in the last 2 build, root privileges are not correct, tested with titanium backup and FlashTool.
Thank you to the developper, and good luck
Based on aosp 4.4?
Or
Based on cm11?
CM Based
for the love of god, please make haida build too.
Test with kernel from mike with BeanStalk-Legacy - 4.4006:
- Sound, wifi working.
- Root not working when setup navbar and hang on boot rom. Fix by install super user from play store ok.
- Screenshot working.
- Continue testing.
uncomment said:
Test with kernel from mike with BeanStalk-Legacy - 4.4006:
- Sound, wifi working.
- Root not working when setup navbar and hang on boot rom. Fix by install super user from play store ok.
- Screenshot working.
- Continue testing.
Click to expand...
Click to collapse
please also check if browser rendering is good..
DomusX10 said:
yeah!! Good news!!
Then you oriented to "Beanstalk legacy" instead Litestalk? Or Litestalk it's a future release?
Thanks for your work...
If you can update screenshots (and link at them)
Click to expand...
Click to collapse
LiteStalk is a future release i m working on it ... in BeanStalk Legacy is for people who want more features but with a same stable experience....
i have used many commits which are to be merged from various roms likep androidarmv6 vanir-Aosp , slim and manymore i dont remember to make beanstalk legacy a wonderful experienece
elshur said:
Hello
I share my experience with beanstalk 4.4002
I encountered a problem with the use of kernel. Indeed, after flashed, i can't install the ROM: the sdcard can not be mount
Finally, I went through the mikeioannina's kernel and I could properly installed ROM.
By cons I noticed a defect on the alarm that goes off 2 hours before.
Last thing, in the last 2 build, root privileges are not correct, tested with titanium backup and FlashTool.
Thank you to the developper, and good luck
Click to expand...
Click to collapse
try 4.4006 it is more stable
androidware said:
Based on aosp 4.4?
Or
Based on cm11?
Click to expand...
Click to collapse
majorly on CM with cherry picks from all over the XDA
xTiNct26 said:
for the love of god, please make haida build too.
Click to expand...
Click to collapse
for sure currently building urushi then haida
uncomment said:
Test with kernel from mike with BeanStalk-Legacy - 4.4006:
- Sound, wifi working.
- Root not working when setup navbar and hang on boot rom. Fix by install super user from play store ok.
- Screenshot working.
- Continue testing.
Click to expand...
Click to collapse
check if webview apps like browser rendering is good or not please and how is it overall improved experience from 4.3..?

[app] [xposed module] [share] flat style coloured status bar indicators

Now a days i am just searching for great mods for our beloved one plus one because i am highly satisfied for resurrection remix android M rom. (don't want to flash new roms and bored as flashholic)
When ever i got something interesting i am sharing it here.
Though some people's already aware of such mods but some will don't know thats why i always share it here.
This is xposed module to change most of icons in status bar, their colors, their position in stausbar.
This mod helps u to vastly customize aspects of stausbar icons.
Warning : this mod will work on any roms but specifically works on AOSP roms without any conflicts. People's using custom roms may give some conflicts ( u have to adjust them manually to avoid conflicts)
U have to just download the module
Activate it in xposed app
Reboot
Then u can change statusbar icons on the go mode..
? cheers
Thread: http://forum.xda-developers.com/xposed/modules/mod-flat-style-bar-indicators-t3000029

[ZIP][Flashable][V8/V8.1][OPR5/OPP5][NOV] ANDROID OREO PIXEL 2 MOD

THIS IS A PIXEL/PIXEL 2 MOD FOR THE NEXUS 6P RUNNING ANDROID OREO 8.0 and 8.1 (OPR5 and OPP5) ​
I am VERY excited to introduce to you some new Pixel 2 features! This begins the era of Pixel 2 mods. While much work remains to be done on Android Oreo, even with features in the first Pixels, this is an exciting development. Check out those screenshots and make sure to check out the animated clock icon Here's my Pixel Mod/PIXEL 2 MOD built for Android Oreo! :highfive: The current status of this mod is still a work in progress. Currently I am in between 8.0 and 8.1 so please pay close attention to what you are downloading. As 8.1 is going to be the upcoming official release, much of my focus will be on that. Currently the mod for 8.1 (OPP5) has been released and includes new features such as new wallpapers, Google Lens, and Always On Display! For those of you who are still on the official release of 8.0, I will begin updating this mod tomorrow.
Important piece here. Anything flashed is flashed at your own risk. I have not and will not release anything that I have not flashed myself. The only exception to this is the Pixel Mod for the 5X being that I don't own a 5X. However, I only release that after testing the mod on the 6P and recreating, exactly, the mod for the 5X. Regardless, you should always backup before flashing anything. Better safe than sorry. Also, anything posted in these comments is not endorsed/approved by me. This is a community; users are free to post what they want. Often times, users are very supportive and helpful. I appreciate the community involvement 100%. However, I cannot test and allow everything else posted here. Users are free to post at will. Using any form of mod posted in comments is 100% at your risk too, and just like with my mod, users should backup first. That being said, community involvement pushes learning forward. Mods such as this progress as quickly as they do thanks to community involvement and testing. To everyone who has asked questions, tested, and contributed I give you a huge thanks. :good:
If you intend on using Substratum, don't flash this mod. I'm working on a simple work around for this.
So as always, make a backup before flashing. I do not have an uninstaller zip made. The best way to uninstall is to backup your system.img in TWRP and restore if to remove the mod.
What's Included (OPR5 8.0):
-Oreo Pixel 2 Launcher (animated clock icon)
-Pixel 2 Exclusive Wallpapers (Make sure to grant notification access for notification badges and location permission for weather)
-Pixel 2 Exclusive Live Wallpapers Thanks to elmkzgirxp! (Location Based Wallpapers are buggy!)
-Original Pixel Live Wallpapers
-Pixel Blue Accent Color
-Night Mode
-Round Icons
-Oreo Pixel Audio + Pixel 2 Audio
-Stock Pixel 2 XL Oreo Boot Animation (Currently working on a black version)
-Pixel Navigation Buttons (without animation)
-CameraNX 7.2 by Charles_l (Face Retouching, Motion Photos, ZLS)​
NOT FOR OPP5
What's Missing / Being Worked On:
-Pixel Navigation Bar Animation
-Google Lens
-Bug in Location Based Pixel 2 Live Wallpapers​
Google Drive Download Link: https://drive.google.com/open?id=1ivSKQCJCjdiqvozgHTQkRhLwr5G2qn_q
------------------------------------------------------------------------------------------------------------------------------------------------------------------​
What's Included (OPP5 8.1):
-Oreo Pixel 2 Launcher (animated clock icon) W/ Pixel 2 Exclusive Wallpapers
-New Wallpapers Not Included on 8.0​-Pixel 2 Exclusive Live Wallpapers (Location Based Wallpapers are buggy!)
-Pixel Blue Accent Color
-Night Mode
-Round Icons
-Google Lens
-Always On Display W/ Burn In Protection Enabled
-Oreo Pixel Audio + Pixel 2 Audio
-Stock Pixel 2 XL Oreo Boot Animation (Currently working on a black version)
-Pixel Navigation Buttons (without animation)
-CameraNX by Charles_l (Face Retouching, Motion Photos, ZLS)​
What's Missing / Being Worked On:
-Pixel Navigation Bar Animation
-Unlimited Photo Storage
-Fixing Bugs in Location Based Live Wallpapers
-Bringing Old Pixel Live Wallpapers Back In​
Android File Host Download Link: https://www.androidfilehost.com/?fid=962021903579488299
------------------------------------------------------------------------------------------------------------------------------------------------------------------​
Common Questions/Issues & Answers/Solutions
Tinted Nav Bar? Pixel Nav Bar Animation?
-Not yet, still roadblocked on that one. Not giving up though.
Pixel Launcher is crashing repeatedly after flashing this mod!
-Go into settings from your quick settings and grant Pixel Launcher notification access.
Not all icons are round?
The problem seems to be in the versions of those apps. Android Oreo (Official Version) seems to have less issues than the Previews had
Substratum?
-This mod may break Substratum. If you want to use Substratum don't flash this mod. If you have, then just reflash your system.img to return to stock. If you want substratum, go here https://forum.xda-developers.com/nexus-6p/themes-apps/tutorial-android-oreo-pixel-mod-t3663727.
Notification Dots aren't working?!
-Make sure to enable the Notification Dots too. Go into the Pixel Launcher Settings (tap and hold like if you were adding a widget or changing a wallpaper). In the settings there is a category "Notification Dots". Even if it says "On" tap on it. Make sure "Allow Notification Dots" is on. Mine will do a little glitch like I repeatedly tapped it. I think it's just a bug in the Preview version of Pixel Launcher. But that should bring you the Dots if you don't have it.
Weather is not showing!
-Make sure to grant Pixel Launcher location access. Then give it some time. If you don't want to wait, swiping into Google Now and clicking on the weather seems to force refresh the weather widget on your homescreen.
No Option to Change Photo Upload Quality?
Unlimited Photo Storage was supported for a short amount of time before Google patched the mod. The current mod (OPR5_Pixel2_Mod--6p-V2 / 6th Edition) returned the ability to select photo upload quality. However, clearing data for the Photos app may be necessary. Just wipe data from settings for the app
7th Edition / 8th Edition
-TO-DO LIST-​-ALWAYS ON DISPLAY
-Navigation Bar Animation - Need to be able to compile modded System UI apk. Other than that, this is figured out.
-Substratum Compatibility
-Original Accent Color Mod
-Black Android Oreo Boot Animation (Currently using stock Android Oreo Boot Animation)
-Integration Boot Sound - I don't think Oreo has a boot sound so it would be reincorporating it as an option. Haven't heard it on my Pixel XL at all
-Converting to Aroma Installer for Customized Features
-Bring in Pixel 2 XL Boot Animation
-Nav Bar DPI Mods
-Fix Live Wallpaper Bugs
-Bring Back Old Pixel Live Wallpapers
-Possibly developing app to better integrate Pixel Mods with Android Oreo's native theme support
-The Pixels (Pixel & Pixel XL) themselves actually use (in a sense) a Pixel Mod. As of Android O (beginning in the previews) the Pixels have basically the exact same setup as the 6P and 5X. However, in the vendor partition they have a Pixel Theme (called Pixel.apk). This actually visible in the apps list. If you have a Pixel on Android Oreo. Go to your installed apps and view system apps. Look for Pixel.apk. That is the pixel theme, much like Substratum Themes. Now the Pixels basically use an overlay (using Android Oreo's native theme support). The 6P has the exact same compatibility. However, installation is a bit complicated. If I or someone else could develop an app to place the files+folders in the Vendor folder and run the ADB commands, it would make Pixel Mod's much less complicated and allow complete substratum compatibility.​
CHANGELOG OPR5​Previous Version: Oreo OPR5 PIXEL 2 MOD V2 - October
Current Version: Oreo OPR5 PIXEL 2 MOD V3 - November
-Implemented More Pixel 2 Features
--Returned Original Pixel Live Wallpapers
--Updated Camera NX
--Rebuilt from latest apps
--Added Stock Pixel 2 XL Boot Animation
------------------------------------------------------------------------------------------------------------------------------------------------------------------​
CHANGELOG OPP5​Previous Version: Oreo OPP5 PIXEL 2 MOD
Current Version: Oreo OPP5 PIXEL 2 MOD V2
-Fixed Nav Bar mod missing
thanks:highfive:
Thanks my man. I'm going to give this a go
Thanks you!
Good bless these mods, **** "Pixel only" features.
i've installed supersu and twrp, then i put this mod on sd card + open twrp + install the mod + clear Dalvik/ART and cache +++ reboot the phone
result is : nothing installed ! the phone is still as it without any change
notice : why when i flash twrp, i can only use it one time if i want to use twrp again i don't find it and i only find the recovery which comes with system image !
krisyarno said:
THIS IS A PIXEL MOD FOR THE NEXUS 6P RUNNING ANDROID OREO (OPR6)
Here's my Pixel Mod built for Android Oreo! :highfive: The current status of this mod is still a work in progress. The main issues are solving issues with Substratum (I've got some ideas for that. I just need to figure out how to implement them), porting the nav bar animation, and fixing the Double Tap to Wake. It's possible that a kernel-mod is necessary to enable the Double Tap features that the Pixel has.
Still included in this version is my custom feature to the Pixel Launcher. The Pixel Launcher in Android Oreo allows you to choose different icon shapes (such as square, rounded square, etc.) For those who want this mod with stock icons, I added the stock icons into that setting. Just look for "Stock"!
If you intend on using Substratum, don't flash this mod. I'm working on a simple work around for this. Currently the method is a bit complex.
So as always, make a backup before flashing. I do not have an uninstaller zip made. The best way to uninstall is to backup your system.img in TWRP and restore if to remove the mod.
What's Included:
-Oreo Pixel Launcher W/ Wallpapers (Make sure to grant notification access for notification badges and location permission for weather)
-Oreo Pixel Audio
-Stock Pixel XL Oreo Boot Animation (Currently working on a black version)
-Pixel Blue Accent Color
-Night Mode
-Round Icons
-"Stock" Icon Shape Available in Pixel Launcher Settings (See Screenshot)
-Pixel Navigation Buttons (without animation)
What's Missing / Being Worked On:
-Pixel Navigation Bar Animation
-The New "Double Tap To Check Notifications" Feature (Settings are available but seems to be non-functional. Possible kernel-mod needed)
Android File Host Download Link: https://www.androidfilehost.com/?fid=961840155545590555
------------------------------------------------------------------------------------------------------------------------------------------------------------------
Common Questions/Issues & Answers/Solutions
Tinted Nav Bar? Pixel Nav Bar Animation?
-Not yet, still roadblocked on that one. Not giving up though.
Pixel Launcher is crashing repeatedly after flashing this mod!
-Go into settings from your quick settings and grant Pixel Launcher notification access.
Not all icons are round?
The problem seems to be in the versions of those apps. Android Oreo (Official Version) seems to have less issues than the Previews had
Substratum?
-This mod may break Substratum. If you want to use Substratum don't flash this mod. If you have, then just reflash your system.img to return to stock. If you want details, look for the footer*.
Notification Dots aren't working?!
-Make sure to enable the Notification Dots too. Go into the Pixel Launcher Settings (tap and hold like if you were adding a widget or changing a wallpaper). In the settings there is a category "Notification Dots". Even if it says "On" tap on it. Make sure "Allow Notification Dots" is on. Mine will do a little glitch like I repeatedly tapped it. I think it's just a bug in the Preview version of Pixel Launcher. But that should bring you the Dots if you don't have it.
Weather is not showing!
-Make sure to grant Pixel Launcher location access. Then give it some time. If you don't want to wait, swiping into Google Now and clicking on the weather seems to force refresh the weather widget on your homescreen.
Click to expand...
Click to collapse
Good job OP. I think Google changed the navigation bar a bit. The middle button doesn't have the thin circle around the middle dot anymore
i got this after trying to install this mod !
i fix the problem by reinstalling system.img
Chouiyekh said:
i got this after trying to install this mod !
Click to expand...
Click to collapse
Are you running stock Android Oreo? If so, do you have any other mods installed? TWRP may not stay due to not being rooted. But if you're rooted it should stay. The steps I took (and I'm in stock Android Oreo with a clean install, wiped data) are flash Android Oreo, flash TWRP, flashed latest SuperSU BETA, flashed my mod. No errors.
Also, what version of SuperSU did you flash?
To fix your message that you get, flash Android Oreo again. If you're using the flash-all.bat, edit it in Notepad or Notepad++ and remove the "-w" that'll save your data. If you backed up your system.img, reflash TWRP, and then restore that
ekowwillis said:
Good job OP. I think Google changed the navigation bar a bit. The middle button doesn't have the thin circle around the middle dot anymore
Click to expand...
Click to collapse
The round circle is actually part of the animation that is missing. The Pixel still has it. Once I figure out how to get the port of that working we'll have it too
hmillos said:
Thanks you!
Good bless these mods, **** "Pixel only" features.
Click to expand...
Click to collapse
I agree 100% :laugh:
yes my device running Android Oreo 8.0.0 official version not DP, i don't have any mod installed before i just have a pixel launcher apk and i uninstalled it before staring installing your mod.
supersu that i have : SR3-SuperSU-v2.82-SR3-20170813133244
Awsome!! Thanks dude!
the problem was with supersu i installed it before and check by "root checker" and i got green sign, and after a while you post this thread and i tried to install the mod but i didn't succeed because supersu is no longer works although is installed, so the solution is reinstall the supersu and everything works fine,
i have two questions :
1- how to do what you wrote here : "Go into settings from your quick settings and grant Pixel Launcher notification access."
2- why sometimes i have to reinstall twrp recovery everytime when i want to use it, i don't find the twrp, i find only the recovery which comes with system image !
Chouiyekh said:
the problem was with supersu i installed it before and check by "root checker" and i got green sign, and after a while you post this thread and i tried to install the mod but i didn't succeed because supersu is no longer works although is installed, so the solution is reinstall the supersu and everything works fine,
i have two questions :
1- how to do what you wrote here : "Go into settings from your quick settings and grant Pixel Launcher notification access."
2- why sometimes i have to reinstall twrp recovery everytime when i want to use it, i don't find the twrp, i find only the recovery which comes with system image !
Click to expand...
Click to collapse
1) Go to Settings. Then go to "Apps & notifications". Tap "Advanced". Go to "Special app access". Go to "Notification access". Enable notification access for Pixel Launcher.
1.5) To grant access to location services. Go to Settings. Then go to "Apps & notifications". Go to "App info". Tap three dot menu. Tap "Show system". Find "Pixel Launcher". Tap "Permissions". Grant Permissions.
2)When you flash TWRP, are you typing "fastboot boot twrp.img" or "fastboot flash recovery twrp.img". If you're using "boot" use "fastboot flash recovery" instead. If you are flashing, from my experience, TWRP does not stick if root isn't installed. Try again after you reflashed SuperSU. Is TWRP still gone?
Can I flash this mod over the mod from dp4? Since we will never get the navbar animation ?
I'm on 8.0 official
Good job and thanks btw!
Thanks so much for this. But is it possible to get back the original Oreo theme color?
Sent from my Nexus 6P using Tapatalk
Oh my god this is amazing. thank you so much for doing this in your freetime
And good luck trying to get the Pixel animation in! That'd just be icing on the cake!!
Just_Rise said:
Can I flash this mod over the mod from dp4? Since we will never get the navbar animation ?
I'm on 8.0 official
Good job and thanks btw!
Click to expand...
Click to collapse
That should be fine. Since the DP4 mod works, it should be basically like updating apps. Backup your system.img first, just to be safe

[AROMA] oZoP Mods - System Animations - 8 full w/5 add-ons [v1.1 - May 1]

oZoP Development Projects are on the way!!!
Trust me, when you start playing with oZoP projects you will understand...
It may take me a long time for initial releases and I don't post updates weekly or for that matter even monthly, I build my projects for Final version ready!!
You've already seen my Aroma Boot/Shutdown animation project.
This is the second installment, just another of many sections that will be available in my full oZoP Aroma zip, hence the project Title
ONE ZIP ONE PLACE​
System Transition Animations mod
By flashing this zip you will be given a bunch of choices for different system animation style for screen/window transitions, keyboard/toast views and many others. You will get an additional option to tweak a little for unique styles!!
So I give you this, UNIVERSAL for MOST devices Aroma installer to give users the option for different choices!
This zip will work for MOST device running ANY Rom with ANY version Android 5.0+!
How to use the ozop-restore.zip to revert/recovery quickly without the need to restore or reinstall the whole Rom:
And just to be safe, I have included in my scripts and files a method that will create a flashable restore zip of your files before the mods does its thing!
The restore zip will be inside the new "ozop" folder that has been created and the zip is named "ozop-restore.zip"
If something doesn't play nice, just flash the zip and you'll be back to the way it was before you flashed the mod
NOTE: the script will delete any existing restore zips EVERY TIME you flash a new option, meaning that if you flash the mod again, your original system files will be replace with the file you flash previously!
If you want to have a permanent back up of the original file, you will need to rename the zip inside the ozop folder to whatever, just can't have the same name or it gets replaces everything you flash the mod
BUG REPORT:
Code:
MIUI choice causing boot issues for some users (works fine for me), so be prepared to you the restore.zip if needed. Will look into a fix for future releases
Report bug properly to get my support
Of course there are many way to properly report bugs and ALL of these ways have one thing in common, THEY ALL REQUIRE VERY DETAILED NOTES of the issue!
I'm moy goimg to go deep into how detailed you could get because lets face it, most people that report improperly are the ones who don't read and probably are going to read this! HaHaHa...
To get support from me I only ask for some simple things
1. What device, and rom you are running
2. What is the issue (no boot, fc everywhere, fc only certain app etc...)
3. Which option did you select
4. Did you get the install log
5. Did you use the restore.zip option to get back running
6. Do other choices share the same effect
That looks like a lot, but it really is the minimum amout of info need to troubleshoot!
Provide me that and I'll do my best to fix things and make this fun for everyone.
If you post things like
"Doesn't work", "bootloop" or anyone other similar post that have no value and help development is no way, actually these kinds of post only put development behind amd slow progress die the fact that anyone who cam help has to waste their time reading it!
If these kind of post ever come up, its best to ignore the lazy person and not clog the thread with flaming replies as that too slows development!
Anyway, I don't expect there to be many if any bugs! Been tested by myself and confirmed with users of this device!
Now grab the download and enjoy!
DOWNLOAD v1.1 HERE​
SYSTEM ANIMATIONS PREVIEW PAGE:​
Note: the animation have unique motions and some may look better with some minor adjustments to animations speeds. Some are better set to quick speed, others set slow. You will have to decide as per your needs.
You can access these adjustments via developer options in settings (activate if not shown by clicking about device/software version/build number 7 times)
List of the current animation:
COMPLETE SYSTEM ANIMATIONS
"oZoP Custom Missing Link Animations",
"Nexus 7 Ported Animations",
"Blur Animations"
"iOS Animations",
"Flyne OS Animations",
"Stock Animations",
"Google Pixel Animations",
"MIUI Animations"​
ANIMATION ADJUSTMENT ADD-ON FOR POP-U AND DIALOG ANIMATIONS
"Bounce Style Dialog Animations",
"Drop In Style Dialog Animations",
"Flip in Flip mix Style Dialog Animations",
"Fold Style Dialog Animations",
"Slide Style Dialog Animations",​
DEVICE COMPATIBILITY
Confirmed compatible devices for this version:
LG
OnePlus​
Confirmed NOT compatible with the version:
?Samsung​
Credits:
spanna for the original vrtheme script
changelog:
v1.1
*added support for OnePlus and possibly more devices..
*cleaned up Aroma code
*added ext sdcard calculation to device info and mount info
v1a
*removed incompatible Samsung styles
*changed text style in Aroma UI
*fixed mounting
*fixed install log recording
v1
*initial release
XDA:DevDB Information
oZoP Development - System Animations, Theme for the LG V30
Contributors
stangdriver44
Version Information
Status: Stable
Stable Release Date: 2017-07-29
Created 2018-05-02
Last Updated 2018-05-02
Tnx Dude!
Works fine on my Samsung Galaxy S7
Thank you. Another "must install" zip in my collection
Gonna give it a go...now if there were also some Xperia system wide animations....well the iOS full and google pixel full break system ui in Resurrection Remix and AEX....
do these break safetynet?
Thank you so much.. I've been looking everywhere for this.. Bookmarked!
LG V30+ doesn't boot after flashing this zip. I am on the latest stock ROM.
Sent from my LG-H930 using Tapatalk
rAv_thorAt said:
LG V30+ doesn't boot after flashing this zip. I am on the latest stock ROM.
Sent from my LG-H930 using Tapatalk
Click to expand...
Click to collapse
It does works tried it on Lineage 15 8.1 treble even tried it on 9.0 but stuck on rom logo so yeah flash a 8.1 rom
Hi,
Is there a chance that you will make this mod for the galaxy 9+ with Pie ROM? Because I really like those cool system animations.
Samsung Galaxy S9+ (SM-G965F)
ROM : The Galaxy Project

Project L s7 Slice Of The Pie Rom S9 Features v2 Update 3/02/19

I am NOT RESPONSIBLE for any Damage done to your phone PERIOD. If You Break it, Brick it, or just Plain Blow it Up! It's Your Phone and it's your Fault.
Welcome to Project L s7 Slice Of The Pie Rom Google/Samsung Rom
Rom Info
Base G9350ZCS3CRJ2 Edge Port
rom is debloated
Deodexed
De-Knoxed
Zipalign
Rom Install Instructions:
Flash With
@jrkruse Tmp_Twrp_Recovery
As you Need To Have Root For Pie Dialer to Work
But Use the Root File i Have With The Rom And No Need To Flash EngRecovery It Already in Rom:good:
Here Is The link Dont Forget To Give Him Thanks
https://forum.xda-developers.com/tmobile-galaxy-s7/development/easyroot-unroot-t3859760
Features
Modded SystemUI Like Pie
Android P animation effect, etc.
Edge Lighting
Edge Screen
Infinity WallPapers
Bixby Vision
Create My Emoji
Dark Mode For Pie Apps
Theme Store Trial Dont End
Notification Pane/Volume Will Get Theme With Samsung Themes But Need To Do a SystemUI Reboot
Instant Face Unlock mod
disable signature verification
S9 Dolby Atmos
Memory Saver
More Toggles
Mulit User
Working Private Mode
Unlock Stock NetWork Speed
Build Prop Tweaks
Device Status Official
Smart Caller
CallRecord
Capture
Modded Record Screen
Remove Volume Safe Warning
Remove brightness Warning
Added Bike Mode
Google MarkUp
Force always visible Free Form Menu item in notifications
Aroma Mod Choice Install Options
Samsung Pie Apps Or Google
Samsung or Google Camera
Samsung pie or Google Keyborad
Samsung Pie or Google Calculator
Samsung Pie or Google Calendar
Samsung Pie or Google Clock
Samsung Pie or Google Contacts
Samsung Pie or Google Dialer
Samsung Pie or Google Email
Samsung Pie or Google Messages
Samsung Pie or Goolge File Manager
Samsung Pie TouchWiz Launcher With bixby or modded Google Launcher Google Wallpaper
Substratum Theme
Samsung Pie Weather
Power Planning
Game Home and Tools
Pie Galaxy app store and theme center
Svoice
Samsung Video Editor and Trimmer
Samsung Sans over 1000 Fronts
Samsung Pie Photo Editor
International smart manager or CN
Other Pie Apps
Samsung Account
Dolby Atmos
Adapt Sound
Sound Picker
SoS Messages
Samsung Cloud
Link Sharing
Reminder
Finder
Edge Apps
Smart capture
Emoji
LancControl Mod You Will Fine
Ui Mods
3Mint Battery/Stock Left/Right
Data/Wifi Left/Right
Move Clock
Show Battery Percentage
battery bar
Gradient statusbar
Virtual Lock Home Recent Button
Network Data
QuickStar
Change Signal Icon
Change Wifi Icon
Double tap statusbar to sleep
Statusbar color setting
Battery percentage
Wifi
Wifi arrows
Data
4g
Airplane mode icon
Charging animation
Voulme text
Ect
Dropdown Panel Settings
Show/hide
Expanded header clock
Expanded header date
Battery Temperature
Data Usage
Muiti user
OutDoor Mode
Nativ Blur
Dropdown Panel text colors
Tile text
Quick panel grid
Grid column
Notification settings
Clear all
Carrier Label
And more
Call Settings
Custom background for dialer= samsung
Custom background on message=Samsung
IF YOU UPDATE GOOGLE MESSAGE CUSTOM BACKGROUND WONT WORK
UseFull Apps
SuperUser
FlashFire
Round Corners
Edge Screen Lighting Effects
AdAway
Dpi Changer
Kernel Adiutor
OmniSwitch
MultiStar
Sound Mods Install/uninstall
Dual or stock speakers
Viper_Fx
Viper_XHIFI
DSP+
Viper_FX+XHIFI+DSP
Power Menu
Show/Hide
ScreenShots
Screen Recording
Stock Recovery
Download Mode
Other Settings
Adaptive Fast Charging
Wireless Fast Charging
Usb Plug in/out Wakeup
OutDoor Mode
HardKey Lights
TouchLight
Call Flash
Notification Reminder
Samsung Hidden Settings
Change Boot Animation
Recents Menu Mods
Modded task changer
Custom background image
AokpRam
Quicklaunch
Used ram color
Free ram color
Recents empty text color
MultiWindow icon Color
Blur recent and Notification Menu
Lock Screen Settings
Custom background image on Aod
Show/hide statusbar icons
Wake up with fingerprint = buggy works/don't
Quick Reply on lockscreen with sercure lock
Lockscreen rotation
TorchLight
BUGS
Pie world clock and stopwatch fc in clock
Pie dialer Call Setting block Number/Other call setting fc
Wat Dont Work
WifiCalling
Samsung Pay
Android Pay
Note When install Samsung/Google Dialer when rom first boots up You Must go into Settings Apps
Look for Phone Click on it and go down to Calling app Click on it and Set the Phone as Default Calling app if not you will have Problems when someone calls you
Note 2 Google camera when you first launch it portrait mod does work only on front camera
to get it to work you will have to go into camera settings advance final jpg quality HDR+ set it to 100 close out the app go into recent apps and close all then open camera backup then it should work
Rom Link
https://drive.google.com/drive/folders/1P0cKYfMVjGwYv3zniQrwBzuYUFaHWHbc?usp=sharing
IF YOU LIKE ME WORK HIT THE THANKS BUTTON
Credits and Thanks To
@Norma Team for Base
@corsicanu some pie apps
Samsung apk
@superR for use Great Kitchen
@yash92duster Oreo Mod Guides
@jrkruse Root
@amarullz Aroma Installer
@mrRobinson for adaway
@Grouxho Mods
@klabit87 for root
@afaneh92
v2 Update
Updated some Google apps
Updated Some Samsung Pie Apps
Removed Google setup/Sign in you can sign in when you open the playstore app
Notes
YOU STILL NEED TO ROOT
Samsung/Google Dialer when rom first boots up You Must go into Settings Apps
Look for Phone Click on it and go down to Calling app Click on it and Set the Phone as Default Calling app if not you will have Problems with calls
Rom Link
https://drive.google.com/file/d/1n37xdCWpVHVk9mXQNyfjMpR1aCDUqg_8/view?usp=sharing
me2
1more
Great job. Looks nice
Sent using some kind of device I modified
Thanks
jrkruse said:
Great job. Looks nice
Sent using some kind of device I modified
Click to expand...
Click to collapse
Got a problem after flash And reboot it doesnt install the rom is Like a factory reset tried with twrp
NoelarmandoMG said:
Got a problem after flash And reboot it doesnt install the rom is Like a factory reset tried with twrp
Click to expand...
Click to collapse
You must of did something wrong because this is the same installer as all my roms did you do a clean install did you do a factoryrest and wipe system data/cache in twrp ? Before installing rom.?
Hey I appreciate the shout out for root but @klabit87 deserves more credit for oreo root than me so maybe give him a mention as well
I can install this ROM in G930TUVS8CRL1?
NoelarmandoMG said:
Got a problem after flash And reboot it doesnt install the rom is Like a factory reset tried with twrp
Click to expand...
Click to collapse
Thanks for the work You put in on this. So I have the latest bootloader on My SM-G930T (binary 8), so I installed rom through FlashFire, wiped everything but the last 2 SuperSU related options, booted, fired up FlashFire again, selected Root.zip from the O.P., installed, and now I am 1 happy camper. so far I havent had any issues. If You need a tester or to send some logs just let Me know. Thanks again
General Pop.! said:
Thanks for the work You put in on this. So I have the latest bootloader on My SM-G930T (binary 8), so I installed rom through FlashFire, wiped everything but the last 2 SuperSU related options, booted, fired up FlashFire again, selected Root.zip from the O.P., installed, and now I am 1 happy camper. so far I havent had any issues. If You need a tester or to send some logs just let Me know. Thanks again
Click to expand...
Click to collapse
Got a problem after flash with FlashFire and reboot it doesnt install the rom. stop in 73% of extracting and reboot.
This rom does not seem to work on the S7 Flat running G930TUVU4CRF1
icemasters said:
This rom does not seem to work on the S7 Flat running G930TUVU4CRF1
Click to expand...
Click to collapse
This rom is made for s7 flat this is my device
Lanc-City said:
This rom is made for s7 flat this is my device
Click to expand...
Click to collapse
When i flash the rom nothing changes. It Goes to 73% then just reboots.
I have tried flashing numerous times, using flashfire and TWRP and still the same.
I must of got lucky on my first install, no matter what I tried (e.g. full wipe incl. Internal, caches, clean install.) My I changed my screen size to full on display settings before flashing, had latest BusyBox installed pre-flash also. It booted for Me though, Wich I subsequently (after a little prep in settings) I flashfired the included root package for good measure....I selected clean install from the Aroma Installer, maybe if we dirty flashed ???
---------- Post added at 03:04 PM ---------- Previous post was at 02:49 PM ----------
icemasters said:
When i flash the rom nothing changes. It Goes to 73% then just reboots.
I have tried flashing numerous times, using flashfire and TWRP and still the same.
Click to expand...
Click to collapse
Have You booted at all? Try after the first boot to dirty flash the rom through flashfire instead of clean install. I reverted back to The previous Project S7, the only rom that seems to stick even with my non-downgradable v8 Bootloader . G930TUVS8CRJ1
Sent from my ... Project L S7 Oreo v3
General Pop.! said:
I must of got lucky on my first install, no matter what I tried (e.g. full wipe incl. Internal, caches, clean install.) My I changed my screen size to full on display settings before flashing, had latest BusyBox installed pre-flash also. It booted for Me though, Wich I subsequently (after a little prep in settings) I flashfired the included root package for good measure....I selected clean install from the Aroma Installer, maybe if we dirty flashed ???
---------- Post added at 03:04 PM ---------- Previous post was at 02:49 PM ----------
Have You booted at all? Try after the first boot to dirty flash the rom through flashfire instead of clean install. I reverted back to The previous Project S7, the only rom that seems to stick even with my non-downgradable v8 Bootloader . G930TUVS8CRJ1
Sent from my ... Project L S7 Oreo v3
Click to expand...
Click to collapse
I already tried to dirty flash from Project L S7 Oreo v3 which is what i'm currently using.
I even went back to complete stock rerooted and tried through TWRP and still nothing.
The phone boots just fine when i flash however there aren't any changes. I even tried factory reset after flashing and no difference Its as if the rom is not installing at all.
Lanc-City said:
This rom is made for s7 flat this is my device
Click to expand...
Click to collapse
Is it possible to get the Rom w/o Aroma? Just an installable zip? I would definitely give it a whirl!
It's nice to see there are still some that will continue working on the s7.
XDA needs more devs/rom builders/enthusiasts whatever you prefer to be called.
Thanks for stepping up to the plate.
The rom looks great!
Sent from my Pixel 2 XL using Tapatalk
This is weird as this is the same Aroma installer as project L v3 oreo rom and install fine here
Make sure you are mounting system in flashfire and in twrp

Categories

Resources