[MAGISK MOD] Android Q tweaks - Google Pixel 2 XL ROMs, Kernels, Recoveries, & Oth

Android Q hidden settings enabler​Created by @kingbri​
Disclaimer: I am not responsible if you flash this and make your phone into a brick, blow it up, create nuclear war, etc. You are flashing this at your own risk (However, it's very likely this won't happen)​
This is a simple magisk module that adds a script to your /system/bin directory​
What it does: Shows android Q hidden settings for well-known features (example: Dark mode)​
Current features:
Android Q dark theme (system-wide and app-forced)
Navigation bar tweaks (Removed back button and new Q quick switching mechanism)
How to use:
ADB
Enter an adb shell
enter the command "qmod"
Follow the instructions
On-phone
open terminal emulator
su
enter the command "qmod"
follow the instructions
You can also use this without root!​Just grab the script by running this command:
curl https://raw.githubusercontent.com/bdashore3/q_tweaks/q_master/system/bin/qmod > /sdcard/qmod
and follow the steps​
Steps:
Push the file to /sdcard
Enter an adb shell
cd to sdcard
chmod 0775 qmod
type "sh qmod"
follow the script
Downloads: https://github.com/bdashore3/q_tweaks/tree/releases​
If you want to ask questions, here's the contact group for my work: t.me/KingDevel​
Credits: MishaalRahman (for getting all his journal posts), paphonb (for the debug_pixel launcher), and anyone else who figured out these tweaks/were behind-the-scenes for this stuff.

Please put any hidden android Q features that you find in here (With the code or it won't be accepted) or open an issue on github along with the code necessary to enable that feature.

mine again!

Hey. Sorry, this is mine

Kinda, first.

Hey nice mod, you could also take this in it:
https://www.xda-developers.com/android-q-lock-screen-clock-customization/
EDIT:
This looks nice too:
https://www.xda-developers.com/android-q-tests-bubble-chat-heads-notification/
EDIT2:
Nevermind. You already included it. You rock, sir!

Changing the navbar to q-style, remove back button doesn't enact any change, is there a further step?

bitwarrior1 said:
Changing the navbar to q-style, remove back button doesn't enact any change, is there a further step?
Click to expand...
Click to collapse
Must be the script. I'll upload a fixed version today. For now, use no back button with P style

kingbri said:
Must be the script. I'll upload a fixed version today. For now, use no back button with P style
Click to expand...
Click to collapse
It also wouldn't re-enable the back button when the reset command was used. I added the line
Code:
settings put global quickstepcontroller_hideback 0
Under the reset section and I'm back in action. I've attached my qmod file in case it helps any. Thanks for the hard work you put in, the other features are great!

bitwarrior1 said:
It also wouldn't re-enable the back button when the reset command was used. I added the line
Code:
settings put global quickstepcontroller_hideback 0
Under the reset section and I'm back in action. I've attached my qmod file in case it helps any. Thanks for the hard work you put in, the other features are great!
Click to expand...
Click to collapse
Already found that out by myself . Release rn

Update! (v1.3)
Changelog (In github releases branch under "Add v1.3 commit"):
-Add iphone-style gestures
-Fix some missing stuff
-Add more documentation
-Add keycheck and a few options in installer
(Circumvents system not mounting)
For iphone-style gestures: No other nav bar tweaks are allowed!
You need the back button. All documentation on how to enable
is in the script, nav-bar tweaks, option 3.
The downloads are located here: https://github.com/bdashore3/q_tweaks/tree/releases
To contact me on Telegram, I am located here: t.me/KingDevel

Additionally, if anyone sees a new news post before I do about android Q hidden features (there are new ones popping up everywhere), follow the 2nd post in the O.P. If @MishaalRahman can post an article about this, that will be great rather than making seperate magisk modules for everything

Update! (v1.4)
Changelog (In github q_master branch under "Add v1.3 commit"):
-Improve iphone-like gestures documentation
-Update github documentation to use a curl command
(Non-root) The new curl command is in the OP, just run it in a terminal
Please follow the non-root instructions in the OP
To contact me on Telegram, I am located here: t.me/KingDevel

Am I doing something wrong, or misunderstanding your mod? I've flashed the module, run the options from the terminal, but nothing has changed. Am I missing something?

kingbri said:
Update! (v1.4)
Changelog (In github q_master branch under "Add v1.3 commit"):
-Improve iphone-like gestures documentation
-Update github documentation to use a curl command
(Non-root) The new curl command is in the OP, just run it in a terminal
Please follow the non-root instructions in the OP
To contact me on Telegram, I am located here: t.me/KingDevel
Click to expand...
Click to collapse
Can you add the option to use the Q switcher but keep the back button? I think the swipe to the left interferes with the swipe left to bring back the app from the right side

joedajoester said:
Can you add the option to use the Q switcher but keep the back button? I think the swipe to the left interferes with the swipe left to bring back the app from the right side
Click to expand...
Click to collapse
I'll make the 3 options seperate

kingbri said:
I'll make the 3 options seperate
Click to expand...
Click to collapse
You da man! Without the swipe to go back gesture, you can swipe both directions on the pill to go back and forth between apps just like ios.
edit: to be clear, im using the Q gestures AND enabled the ones from the developer menu. I know you said not to do both but with the Pie navigation gestures on, it makes swiping on the pill not work correctly.

Maverick Jester said:
Am I doing something wrong, or misunderstanding your mod? I've flashed the module, run the options from the terminal, but nothing has changed. Am I missing something?
Click to expand...
Click to collapse
add the option and then reboot

Delete

kingbri said:
add the option and then reboot
Click to expand...
Click to collapse
Thanks, I've done that, still no luck. I've even flashed the Pixel Q Launcher Magisk module to ensure I have a debug version of the Pixel Launcher, to no avail.

Related

[CUSTOMIZED-APP][2012-01-17]Custom Power Control Widget - based on ICS 4.0.3

!!! This was developed and tested only with ICS 4.0.3 !!!
!!! I take no responsibility in case of any damage to your device !!!
Hi,
i made same changes to Settings package in AOSP (4.0.3) source to allow user to turn on/off Mobile data via power control widget and some other changes (pic bellow).
Changelog
Code:
2012-01-17
- reverted PowerControlWidget to stock
- separate DataControlWidget
- added DataControlWidget preview image
- added sleep button to DataControlWidget
- check screenshot bellow
2012-01-16
- apn on/off icon by copkay (thanks)
- added Settings shortcut instead of Sync toggle
- some bugfixes
- installation package for CWM recovery
2012-01-13
- initial release
Project home on Google Code:
https://code.google.com/p/ics-custom-settings/
Source code for ROM Devs:
https://code.google.com/p/ics-custom-settings/source/browse/
Bellow is picture of widget, diff source and compiled APK.
If you want to install it, first make a nandroid backup and then update with zip package via CWM recovery
Different Icon to Sync would be great. I could see me hitting the wrong one at times.
Well, the widget didn't work on my Nexus (LTE, 4.0.3), and after a reboot, all of the images disappeared for the widget. Here are the replacement images, though. Maybe you will have better luck.
copkay said:
Well, the widget didn't work on my Nexus (LTE, 4.0.3), and after a reboot, all of the images disappeared for the widget. Here are the replacement images, though. Maybe you will have better luck.
Click to expand...
Click to collapse
looks great, exactly what i needed...
thanks
2012-01-16
- apn on/off icon by copkay (thanks) - check screenshot bellow
- added Settings shortcut instead of Sync toggle - check screenshot bellow
- some bugfixes
- installation package for CWM recovery
Downloaded this earlier on, I was waiting for the image to change works well for me running Eaglesblood 1.6 much better than stock toggles.
The only gripe I have with it is that when I tap on the APN toggle, the blue indicator underneath the toggle takes a little while to go away though the toggle does its job straight away just the light takes a couple of seconds to go away, very good job though thanks.
davey1694 said:
Downloaded this earlier on, I was waiting for the image to change works well for me running Eaglesblood 1.6 much better than stock toggles.
The only gripe I have with it is that when I tap on the APN toggle, the blue indicator underneath the toggle takes a little while to go away though the toggle does its job straight away just the light takes a couple of seconds to go away, very good job though thanks.
Click to expand...
Click to collapse
i know about this issue and working on fix...
Source code for ROM Devs:
https://code.google.com/p/ics-custom-settings/source/browse/
2012-01-17
- reverted PowerControlWidget to stock
- separate DataControlWidget
- added DataControlWidget preview image
- added sleep button to DataControlWidget
Can anyone confirm, that this awesome app runs on Android 4.0.2 Roms?
Nordpolcamper said:
Can anyone confirm, that this awesome app runs on Android 4.0.2 Roms?
Click to expand...
Click to collapse
cannot confirm, but at least you can backup current Settings.apk, flash new one and see if it works. if not, just push back the original Settings.apk
this should work:
Code:
adb pull /system/app/Settings.apk .
now flash zip with CWM recovery
if it works, leave it
if it doesnt work:
adb push Settings.apk /data/local
adb shell
su
mount -o rw,remount /system
cp /data/local/Settings.apk /system/app
exit
exit
Can you help to install this zip via open recovery? thanks.

[P06-U06] Huawei Emotion UI B115-U06-P6 ING ATX team

Translated Link:
http://translate.google.de/translat...dex.php?showtopic=479224&st=120#entry23833639
Original Link:
http://4pda.ru/forum/index.php?showtopic=479224&st=120#entry23833639
- Based on China Unicom version of the official EmotionUI latest upgrade package B115 production, complete ROM production
- Streamlining of the system most of the unwanted programs, such as promotion of operators, telecom customized help and other procedures, reducing the ROM size, reduced memory footprint
- Added full ROOT permissions
- Use SuperSU latest version 1.41 as a super administrative privileges
- Updated Busybox and su binary file
- Streamlined out CUST in music and video, as well as unwanted pictures
- Optimization of the system program zipling further optimize the system memory usage
- Turn on call recording function (call will see more options click the record button)
- Modify Call (millet calls) as well as the alarm tone (Secret Garden)
- Open Theme Manager Online Themes Gallery
- Adjust the boot order of the default desktop icons
- Added new ATX Advanced Settings v0.3, see the following detailed description
- Fix the previous user swipes down notification bar after losing control of the problem (if there are questions, please timely feedback to me)
- To join the list of animation from mokeeos can turn off the ATX advanced settings and effects replacement
- Set up by adding the Quick Start option, Huawei's 5 seconds boot function, the first boot enabled by default
- Join ZTE screen assistant tool, open your own needs
- According to contest requirements, join the ING market, potatoes video client, the brush into the back, in the case of open networking for me a moment to complete the entry support
The new ATX v0.3 Advanced Settings
- Support the on / off status bar shows the percentage of power
- Support on / off GSM network crack (reboot to take effect) - Telecom Edition exclusive
- Support your lock screen is turned on / off mobile data connection
- To support the boot Mute
- Support Huawei and Google lock screen lock screen toggle native
- Support for the user to streamline Google Services Framework, reducing memory footprint (first start Google Framework installed by default)
- Join the engineering mode Quick Entry
- To join the list of super brightly animated, animation effects can define, can also be self-closing
Click to expand...
Click to collapse
Instuctions:
http://translate.google.de/translat...index.php?showtopic=479224&st=0#entry23399079
Anyone tried?
I think it cant work with closed BL and without working fastboot commands?! (the install script inside the package just use fastboot commands to flash)
the language seems to be Russian on that ROM
Ruchira88 said:
the language seems to be Russian on that ROM
Click to expand...
Click to collapse
This custom ROM taked from china forum.
I installed that some time ago ... from the russian board and it worked ... but as it had no informations bar, I went back to B107
Can anyone port "ATX v0.3 Advanced Settings" as an apk from the rom?
Edit: Found the APK from the rom but it fails to install.
Edit2: Tried sideloading it into system/apps/, but it does not appear in launcher drawer, any help?
List of Chinese custom Roms: http://cn.club.vmall.com/forum.php?mod=viewthread&tid=199781&extra=&page=1&mobile=yes
tauio111 said:
Can anyone port "ATX v0.3 Advanced Settings" as an apk from the rom?
Edit: Found the APK from the rom but it fails to install.
Edit2: Tried sideloading it into system/apps/, but it does not appear in launcher drawer, any help?
Click to expand...
Click to collapse
Have you actually tried the ROM itself ? Just curious, it seems interesting and I may give it a try.
Otherwise sorry but can not help with the apk.
LL13-
No, I have not tried this ROM, since I've had this phone for 2 weeks only. I usually wait a few months before flashing a custom rom. ATX advanced settings are what I'm only curious about in that rom, because it has an ability to disable the huawei lockscreen and use the AOSP one instead.

[MODv3] [NMF26V] NavBar Tuner, Additional QS Tile Rows, NavBar DPI - TWRP Flashable

**I AM NOT RESPONSIBLE FOR DAMAGES TO YOUR DEVICE. PROCEED AT YOUR OWN RISK**
**UPDATE v3 2017.01.04**
I've updated the mod to NMF26V. NMF26V increased the size of the NavBar to a ridiculous 48dpi, so I've had to add mod intermediate steps. I've also added 0dpi/0dpi, as some people have requested this. So far, I've tested each version and it has worked, but if you find an issue, let me know and I'll fix it. You can always return to stock.
The mods that can be applied are:
NavBar/StatusBar dpi
0dpi/0dpi
0dpi/20dpi
0dpi/24dpi
32dpi/24dpi
32dpi/20dpi
36dpi/24dpi
36dpi/20dpi
40dpi/24dpi
40dpi/20dpi
44dpi/24dpi
44dpi/20dpi
48dpi/20dpi
SystemUI Mods
NavBarUI Manager + Brightness
NavBarUI Manager + Brightness + 4 QS Tiles
NavBarUI Manager + Brightness + 4 QS Tiles + Battery Mod
Download here Stranula_Full_Flash_v3
**/UPDATE**
**UPDATE**
I've now used Aroma to make a TWRP flashable zip making this much easier to install.
Now in order to install, simply download the Stranula.Full.Flash.v2.zip reboot to TWRP recovery, install the zip, and select which mods you want. You can only select one SystemUIGoogle.apk and one framework-res.apk to install. I've also now included the stock apks, so you can easily revert back.
Download Stranula.Full.Flash.v2.zip
**/Update**
Coming from Galaxy devices, I got used to the "Back" button on the right and the "Recents" button on the left of the device, and have been trying to figure out a way to do this on the Pixel.
After looking at [MOD] - WETA UI Mods - [3MinitBattery][NavTuner][centerclock][navbarheight], I knew this had the answer, but I couldn't get it to work on NMF26Q, so after a bit of googling, I found this [MOD][GUIDE] Enable Navbar Tuner for Nougat [7.0] which gave me what I needed to make the mod myself. Finally, thanks to help from fritzgerald I also now know how to add the full battery % in the status bar instead of the battery icon (more details here [GUIDE] Add Battery % to Statusbar ! [Updated Stock 2.3+, CM9/10/10.1 etc -28.9.14])
I made 3 versions, and unless someone suggests a change that I would personally use, I do not intend to make any other changes, or respond to requests.
SystemUIGoogle-NavBar+Brightness.apk has the modifcation to add NavBar Tuner to the SystemUI Tuner as well as the option to remove the brightness slider from the dropdown.
SystemUIGoogle-NavBar+Brightness+4Tile.apk has the same, but additionally, when the full QS is pulled down, it will display 4 columns instead of 3.
SystemUIGoogle-NavBar+Brightness+4Tile+BatteryMod.apk has the same, but additionally has the battery % in the statusbar.
varun.gid said:
that's great work! Maybe you can have a mod for navbar height too?
Click to expand...
Click to collapse
I've gone ahead and made a 0dpi, 32dpi, 36dpi, and 40dpi version. The 0dpi will leave you with no NavBar, so make sure you already have another option installed.
If this helps you, please say thanks!
that's great work! Maybe you can have a mod for navbar height too?
**Manual Install Instructions**
SystemUIGoogle.apk
**MUST BE ROOTED**
1. Download the desired file
2. Using Root Browser, rename the file to SystemUIGoogle.apk
3. Copy SystemUIGoogle.apk to /system/priv-app/SystemUIGoogle/
4. Change permissions to rw-r--r--
5. Reboot System
framework-res.apk
I found that these cannot be installed while the system is running, so they need to be installed through TWRP.
1. Download your file of choice
2. Rename the file to framework-res.apk
3. Boot into TWRP Recovery
4. If it does not ask for your password, reboot to recovery again
5. Select Mount
5.1 Check System
5.2 Go back
6. Select Advanced
6.1 Select File Manager
7. Navigate to /system/system/framework/
7.1 Long press framework-res.apk
7.2 Rename to framework-res.apk.bkk
8. Navigate to /sdcard/download/
8.1 Long press framework-res.apk
8.2 Select Copy File
9. Navigate to /system/system/framework/
10. Select the Check Mark in the bottom right corner to copy
11. Navigate to /system/system/framework/
11.1 Long press framework-res.apk
11.2 Select chmod 755
12. Reboot to system
Sharing these for anyone that wants them. I noticed you were asking for the battery percent mod.
Framework Mods:
Disabled screen on/off on USB connect/disconnect.
40dp NavBar.
SystemUI Mods:
NavBar Tuner added to SystemUI Tuner
Disable Brightness added to SystemUI Tuner
QS Tiles increased to 6
Battery percent added to Status Bar
Too big to attach to the post.
https://www.dropbox.com/s/bogpgl1l93ig6ek/NMF26Q Mods.rar?dl=1
fritzgerald said:
Sharing these for anyone that wants them. I noticed you were asking for the battery percent mod.
Framework Mods:
Disabled screen on/off on USB connect/disconnect.
40dp NavBar.
SystemUI Mods:
NavBar Tuner added to SystemUI Tuner
Disable Brightness added to SystemUI Tuner
QS Tiles increased to 6
Battery percent added to Status Bar
Too big to attach to the post.
https://www.dropbox.com/s/bogpgl1l93ig6ek/NMF26Q Mods.rar?dl=1
Click to expand...
Click to collapse
That's great. Which apk, and what code, do you edit for the battery mod?
**UPDATE**
After comparing our files, I figured out how you did it, then subsequently found where you got the mod from. I'm glad to finally have the battery mod.
stranula said:
That's great. Which apk, and what code, do you edit for the battery mod?
**UPDATE**
After comparing our files, I figured out how you did it, then subsequently found where you got the mod from. I'm glad to finally have the battery mod.
Click to expand...
Click to collapse
It's an old mod, I just pulled it in to this framework. Haven't really modded since my SGS2 but figured I'd start it up again. Feel free to shoot a PM if you ever get stuck and want a second set of eyes.
I've updated this mod with a TWRP flashable zip file containing all of the mods in one. I don't have any testers, so I've only tested it myself, and so far everything is working.
If you happen to use these mods, and the installer, please let me know if everything works, or if you experience any problems.
fritzgerald said:
Sharing these for anyone that wants them. I noticed you were asking for the battery percent mod.
Framework Mods:
Disabled screen on/off on USB connect/disconnect.
40dp NavBar.
SystemUI Mods:
NavBar Tuner added to SystemUI Tuner
Disable Brightness added to SystemUI Tuner
QS Tiles increased to 6
Battery percent added to Status Bar
Too big to attach to the post.
https://www.dropbox.com/s/bogpgl1l93ig6ek/NMF26Q Mods.rar?dl=1
Click to expand...
Click to collapse
Any way to have this but have the QS tiles at 4 and no battery percent?
stranula said:
I've updated this mod with a TWRP flashable zip file containing all of the mods in one. I don't have any testers, so I've only tested it myself, and so far everything is working.
If you happen to use these mods, and the installer, please let me know if everything works, or if you experience any problems.
Click to expand...
Click to collapse
just installed and working great! i got so used to the back button being on the other side, took some time to get used to it on the new phone, but now I realize I'm going to have to re-learn the buttons again since i'm finally used to them!
Thank you for this! Now if someone can just get a slide finger over status bar for brightness and volume keys for change track going i'll be all set!!!
hochoch said:
just installed and working great! i got so used to the back button being on the other side, took some time to get used to it on the new phone, but now I realize I'm going to have to re-learn the buttons again since i'm finally used to them!
Thank you for this! Now if someone can just get a slide finger over status bar for brightness and volume keys for change track going i'll be all set!!!
Click to expand...
Click to collapse
Great, thanks for letting me know. I also want the brightness adjuster, I will start looking into that now.
I'll also look for the volume key thing, but uncertain if I'll find that one.
stranula said:
Great, thanks for letting me know. I also want the brightness adjuster, I will start looking into that now.
I'll also look for the volume key thing, but uncertain if I'll find that one.
Click to expand...
Click to collapse
awesome - really don't feel like starting w/ custom roms again and just want to tweak a few things! Oh - last request - rotate volume keys when screen rotates. those 3 things and i'm so golden! Thanks for your hard work!!!
Any chance one of the options for adding a button to the nav bar could be "take a screenshot"?
JAYNO20 said:
Any chance one of the options for adding a button to the nav bar could be "take a screenshot"?
Click to expand...
Click to collapse
I'm really only proficient enough to implement changes other people have done the work to figure out. I was a bit more involved a couple of years ago, and this is my first jump into modding Nougat, so I'm still trying to refamiliarize myself. That being said, if you can point me to guides for Mods of interest, I can try to implement them.
Will this also work on NMF26O?
mmmsauce said:
Will this also work on NMF26O?
Click to expand...
Click to collapse
I haven't tried. My #1 recommendation is to update then install. However, if that was what you wanted to do, you wouldn't have asked.
So, my #2 recommendation is to go into TWRP, mount system, open file manager, rename /system/system/framework/framework-res.apk to framework-res.apk.bkk and /system/system/priv-app/SystemUIGoogle/SystemUIGoogle.apk to SystemUIGoogle.apk.bkk.
Now you've backed up your original files. Install my mods and reboot. If they work, awesome, let us know. If they do not, boot back into TWRP and restore your original files, then come back here and let us know.
stranula said:
I haven't tried. My #1 recommendation is to update then install. However, if that was what you wanted to do, you wouldn't have asked.
So, my #2 recommendation is to go into TWRP, mount system, open file manager, rename /system/system/framework/framework-res.apk to framework-res.apk.bkk and /system/system/priv-app/SystemUIGoogle/SystemUIGoogle.apk to SystemUIGoogle.apk.bkk.
Now you've backed up your original files. Install my mods and reboot. If they work, awesome, let us know. If they do not, boot back into TWRP and restore your original files, then come back here and let us know.
Click to expand...
Click to collapse
I will definitely try that once I get back on wifi!
Could we get the files with no navbar tweak?
je2854 said:
Could we get the files with no navbar tweak?
Click to expand...
Click to collapse
I don't know what you mean.
If you don't want the navbar tweak, don't install the framework-res.apk.
The framework-res has the navbar dpi edits. The systemuigoogle has the other edits.
mmmsauce said:
I will definitely try that once I get back on wifi!
Click to expand...
Click to collapse
Any good news ? I am also on the NMF26O release.
stranula said:
I don't know what you mean.
If you don't want the navbar tweak, don't install the framework-res.apk.
The framework-res has the navbar dpi edits. The systemuigoogle has the other edits.
Click to expand...
Click to collapse
I just didn't want the buttons switched is all..

[ROM] Stable D8N_1.1.6 (G930FXXU1DQB7_CL10422490) 3-Mar-17

Custom Nougat TW based ROM, looking exactly as stock with default settings with lot of additions.
Not compatible with American & Canadian phones. Only for SM-G930/935F(D)
Special thanks to Tkkg1994 for de-knoxed stock kernel.
Installation:
This is one more custom ROM. Follow standard instructions.
If you coming from custom 6.0 without wipe, select "Remove Magisk & Xposed" in Aroma. You may use Magisk $Xposed (after release) but must get rid of old SDK23 version. Update boot & modem as well.
Screenshots:
Not posting at this step. Looks like stock, until you do not change appearance.
Description:
root SuperSU 2.79 SR3 or Magisk.
- Busybox
- Deodex
- Aroma
- Edge panels
- CSC & build.prop tweaks.
Adgustable mods:
- Customized "Power menu" with lot of settings.
- Removed "Safe volume warning".
- Skip tracks by volume keys.
- Signature verification &downgrade check control.
- Remove IME switch notification.
- Screen on & Sound control when connecting power.
- Torch ("Volume up" & "Home")
- Hardware keys control (minimal). Kill applications, move actions. 4-th click to "Home" with adjustable delay.
- Run all apps in multi window mode.
- Full screen mode.
- Virtual buttons in status bar.
- Hide some status icons.
- Background & color control.
- Clock settings (a lot).
- Custom battery.
- Battery bar.
- Dtaa traffic speed in "Notification".
- Show/hide/show only on expanded for "Data traffic", "Quick connect", "Multisim panel".
- Call recording & auto recording.
- Adjustable after call delay.
- Remove call toasts (appears on "End call" button).
- Quick launch panel (Different. Restores last screen before launching new application)
- Adjustable quick toggles count in line.
- Device info in notification area.
- Custom background in notification area..
- Fingerprint unlock after reboot.
- Lock screen date coloring
- Lock screen clock scaling
- Lock screen force text clock
- Lock screen alarm
- Lock screen seconds
Permanent:
- Settings application:
-- Removed sysscope (fake "Official" status, no notification on icon and root warning.
-- Auto start control.
-- Led control.
-- Touch keys led control.
- Clock and date in notification area respond to click & long click.
- Changed "Data traffic" toggle long click behavior. Original function moved to data traffic bar (simple click).
- Added more mobile data connection mode choices.
- App lock
- Floating messages
- Full date on lock screen
Known issues:
Custom text color not applied to "UNDO" button in some Gmail notifications.
Bugs:
Please report...
Developers:
You can take & port in your ROM everything without asking permission (just notify & give credits) in case, you permit the same to me.
I've no sources. I do not know Java and make everything in Notepad++ with smali/backsmali/apktool. You can request working files (original & modded) if your need.
Link to de compiled files - https://drive.google.com/file/d/0B-CE1vlk7OYkRUFWb0xwUGRVX2M/view?usp=sharing
Credits:
- Tkkg1994 for kernel & for some great ideas.
- boostermbkking for some great ideas,
- Samsung for their software
- authors of 3minit, potato and lock screen weather mods
- svadev for the deodex tool
- Chainfire for the root access
- to zubi182 for sound mod
- Wanam and rovo89 for the Xposed
- amarullz for aroma installer
- Gayos24 and daxgirl for ROM control
- topjohnwu for systemless xposed
- If I forgot someone, PM to me!
- djb77 for TGP Kernel.
If you like in, you may donate:
Download:
ROM v1.2.0 - https://drive.google.com/file/d/0B-CE1vlk7OYkM1RpYnZ0YXVXSlk/view?usp=sharing
Update:
Old version:
ROM v1.1.6 - https://drive.google.com/file/d/0B-CE1vlk7OYkNDRfbEVNN0tWaUk/view?usp=sharing
MD5 - 407859A0755030017B4A2EBB5DE7F977
Update: https://drive.google.com/file/d/0B-CE1vlk7OYkOE5wUUtPQXd1Z00/view?usp=sharing
Change log:
1.1.1 - Installation script fixed (not critical). Full file uploaded.
1.1.3 - Minor fixes.
1.1.4 - Fixed Settings application crash in "Led settings"
1.1.5 - Options to hide multi-user from notification and to set number of notification icons in status bar (default for Nougat only 3...)
1.1.6 - Need download full file.
- Installer detects device type automatically (not tested yet on Edge)
- Added modded launcher & SBrowser.
- Added Viper4Androiid & DolbiAtmos.
- Added Knox (not fully operational yet).
- Compatible with Pokemon go. Need Magisk root. Activate Magisk hide. Switch off USB debug.
- Bug fixes.
1.1.7 - Disable signature option in RomControl apply all Lucky patchier system patches.
1.1.8 - New quick tiles.
- Adjustable status bar clock size.
- Lock screen rotation setting.
1.1.9 - Minor fixes.
d8389 said:
Download:
ROM v1.0b5 - https://yadi.sk/d/EzvZ88xw3DraoZ
Please make mirrors.
Update: https://yadi.sk/d/FPQeyRwW3DtiAz
Change log:
b6:
- Device info in notification area.
- Custom background in notification area..
Click to expand...
Click to collapse
Hi it's possible to show seconds in statusbar clock
And move wifi and signalicons to leftside
Thx from Germany
Raku22 said:
Hi it's possible to show seconds in statusbar clock
And move wifi and signalicons to leftside
Thx from Germany
Click to expand...
Click to collapse
For status bar - select "Free Java format" in clock settings.
Lock screen clock in to do list.
Hello All
Can't download !? Thx
@d8389 any plans to release for edge?
marquelito said:
@d8389 any plans to release for edge?
Click to expand...
Click to collapse
It work on Edge.
Please make mirrors. My internet speed not good now.
Will try upload to Google.
d8389 said:
It work on Edge.
Please make mirrors. My internet speed not good now.
Will try upload to Google.
Click to expand...
Click to collapse
Happy to know that! Thank you
Can't wait to try it out. Thanks.
bigtom624 said:
Can't wait to try it out. Thanks.
Click to expand...
Click to collapse
ok
You can go to https://disk.yandex.ru/client/disk
Log in with username t.tempuser and password [email protected]
D0wnload the file.
Now uploading to Google, but with my Internet connection it will take some time.
I tried flashing beta6 and the update zip 3 times and after each time when I reboot it keeps telling me there is no OS installed.
bigtom624 said:
I tried flashing beta6 and the update zip 3 times and after each time when I reboot it keeps telling me there is no OS installed.
Click to expand...
Click to collapse
Are you on Marshmallow now ?
In this case you should update boot & modem and remove Xposed (checkboxes in Aroma)
I'm on BoBCatRoM Nougat 7.0. I updated the bootloader and modem also and checked remove Xposed. I even tried flashing just the Rom only but each time I get the same result and the phone won't boot.
bigtom624 said:
I'm on BoBCatRoM Nougat 7.0. I updated the bootloader and modem also and checked remove Xposed. I even tried flashing just the Rom only but each time I get the same result and the phone won't boot.
Click to expand...
Click to collapse
Sorry.
Try flash this file.
For Flat variant (930) - https://drive.google.com/file/d/0B-CE1vlk7OYkcFQ4TTJVUTdaazQ/view?usp=sharing
For Edge (935) - https://drive.google.com/file/d/0B-CE1vlk7OYkZVZ5WkUyRkc2cVU/view?usp=sharing
d8389 said:
Sorry.
Try flash this file.
For Flat variant (930) - https://drive.google.com/file/d/0B-CE1vlk7OYkcFQ4TTJVUTdaazQ/view?usp=sharing
For Edge (935) - https://drive.google.com/file/d/0B-CE1vlk7OYkZVZ5WkUyRkc2cVU/view?usp=sharing
Click to expand...
Click to collapse
I will give it a try and report back. Thanks
bigtom624 said:
I will give it a try and report back. Thanks
Click to expand...
Click to collapse
Flash it after ROM & update.
It will reboot device.
Please select correct variant (edge/flat)
I'm updating file on Google. It will take time.
Some users report, that they could not upgrade to Nougat without flashing full stock with Odin.
In this case you need full backup of /data and copy of internal SD because stock firmware will encrypt content.
d8389 said:
Sorry.
Try flash this file.
For Flat variant (930) - https://drive.google.com/file/d/0B-CE1vlk7OYkcFQ4TTJVUTdaazQ/view?usp=sharing
For Edge (935) - https://drive.google.com/file/d/0B-CE1vlk7OYkZVZ5WkUyRkc2cVU/view?usp=sharing
Click to expand...
Click to collapse
http://cloud.tapatalk.com/s/58a1b001f0c2c/D8Nv1.0.b5.zip.log.txt
I tried to flash the Rom and the boot/modem again but it still won't boot up.
Here's a log.
bigtom624 said:
http://cloud.tapatalk.com/s/58a1b001f0c2c/D8Nv1.0.b5.zip.log.txt
I tried to flash the Rom and the boot/modem again but it still won't boot up.
Here's a log.
Click to expand...
Click to collapse
Installation log looks bad, so please
1. Check file size. Should be 1.83G. It really looks like incomplete or damaged download.
2. Try to install with "remove Xposed" check box unchecked.
3. Use TWRP-3.0.2-3/4/5
I've changed installation script, to avoid the issue, that I see in your log file, but It not happens to me.
Many people already installed it and report, that it works good.
I'll upload it to better share and add md5 file. in 3 hours.
d8389 said:
Installation log looks bad, so please
1. Check file size. Should be 1.83G. It really looks like incomplete or damaged download.
2. Try to install with "remove Xposed" check box unchecked.
3. Use TWRP-3.0.2-3/4/5
I've changed installation script, to avoid the issue, that I see in your log file, but It not happens to me.
Many people already installed it and report, that it works good.
I'll upload it to better share and add md5 file. in 3 hours.
Click to expand...
Click to collapse
The size of the file I downloaded is the same 1.83gb. I d/l again once your upload is finished. I did remove xposed every time I flashed it. I have twrp 3.0.2.3 installed. Thanks for your help. I'm not a rookie at this. I've been flashing Roms since 2010. Thanks again
Uploaded to google drive

[ROM] EpicROM Plus MIUI 10 by Epic Team

Greetings MIUI-ers!!!​
Jamflux, Pocarropa, and MrRaines (MrTomatico on en.miui), creators of Épic ROM, we are glad to present Épic ROM for Xiaomi Mi MIX, who was born thanks to the hard work of these guys. Epic ROM is a Custom ROM based on MIUI, but with some mods and improvements that you can see below on features chapter.
The focus of this ROM is improve MIUI official stock on many devices making many mods and improve Xiaomi sellers to get a bigger MIUI-ers family!
**IMPORTANT ADVISE : Install at your own risk on your device (Mi MIX in this case). We are not responsible of any damage on your device. Read carefully instructions before install.
Requirements:
-Xiaomi Mi MIX 2 (Chiron)
-Unlocked Bootloader (official unlock to prevent issues)
-Custom Recovery (TWRP Recovery is highly recommended)
-Read all thread before proceed
-Love for technology and most important: Love for Xiaomi!
Newest Features
Changelog:
* Latest base with all changes (visit en.miui.com/forum to check all)
* Reduced NavBar!
* New Settings and system configuration thanks to miui.am (base)
* AOSP Notifications
* A-GPS
* New security patches
* Improved a lot battery life and RAM management
* Disabled antispam by default but you can enable it from OTA and addons
* MIUI 10, and many mods in the launcher, grid, advanced reboot, etc.
* NOTE: Telegram notification won't work due official base build issues
* Thanks to @raulmp for testing tasks!
The rest of features are in quote below:
HTML:
* Icons has been changed, now in Limitless theme we have STOCK AOSP/MIUI icons
* Many bugfixes and RAM improvements
* Now settings will have a notification when update is available!
* Many other bugfixes like WPA/WPA2 Connection security bug.
* New GRID for Launcher and Folders (Thanks to Tomhenson and MrRaines) and new Epic THEME
* New GRID selector in Settings/home and recents (Thanks to Tomhenson and MrRaines)
* New Ringtones and Notifications sounds
* New gallery options and OTA service with addons
* New mods for Icons, Grid, Reflected Icons, and more in OTA and ADDONS
* Safety net and android pay only works without ROOT (Payments will work as HCE protocol)
Multilanguage
Fixed SafetyNet and NFC Payments!
DOZE enabled
New screen recorder and redesigned UI animations/clock
New icons on status bar and improved MODs
LockScreen icon now is White
Zipaligned
Intelligent CPU management
DocumentsUI never auto-disable from settings again :P
DPI Changer in Ota and MODs (settings app)
Fingerprint gestures (you can now lock your phone using your fingerprint, if you long press fp, it will show you power menu!, to revert this feature, please visit EPIC OTA app on Settings)
New Nice Icons in settings and launcher
Gapps Pico pre-installed (Google Play Store and Google Services... you can choose what Google app's are you going to install later :P)
Épic OTA Service Added on Settings
Epic Mods on OTA app
Music App Improved
Icons on Settings re-orderer (now you'll have Dolby and SuperSU, and dolby icon from launcher has been removed, you can hide supersu icon from supersu app and only have supersu icon in settings) (New!)
Root SuperSU updated and adapted to Xiaomi Mi MIX (2.79)
Init.d support
Busybox pre-installed
Kernel tweaks (very little changes on boot.img)
Build.prop improved
miuisystem.apk improved to get better RAM management (usually 3GB of free RAM once you power ON your MIX 128/4 model :P)
Services and frameworks improvements (more battery and system performance)
MIUI Launcher improvements
Camera MODs (better image quality)
Adway integrated on system (you can see also on Settings)
All Chinese app's and Google app's (bloatware) removed
Advanced Reboot Menú (PowerMenu improved)
Eu base
Support Xposed but Xposed is not pre-installed (I am not going to pre-install Xposed on this ROM never to prevent System Issues, but I bring you the posibility of install it thanks to init.d, root, and busybox... use Xposed at your own risk).
Better support for some Xposed Modules
Some Nice Wallpapers added
More Languajes and Spanish Updated (thanks to [user=5863451]@JamFlux[/user])
Assistant Touch Updated Like Epic Team Style :P
Animations on SystemUI (lockscreen), thanks to xiaomi.eu but we now add some optimizations to this
Epic Bootanimation
Better Battery and Performance/RAM management thanks also to many patches that we built for JBart
Added Xiaomi Package installer with antivirus
Languages Supported:
Eu languages as base
How to install first time
* First of all, make a complete backup of all your photos and internal data in the computer, since the first installation requires to eliminate ALL the sdcard content, given the encryption of Android Nougat and later; the one that warns you is not a traitor, you are going to lose all the data (just as it happens if you install other ROMS). This is due to (in turn) that if we have not formatted the sdcard, it will not boot for security protection data of the cited encryption,
* With TWRP Recovery (read tutorials on how to install it) we will make another backup, but this time System, Data, Cache, Boot, and especially the EFS (important).
* Download the ZIP flasheable and pass it to the internal memory of the phone (no matter if we have already formatted it or not).
* Restart on TWRP recovery
* Make Wipes: System, Data, Dalvik, Cache.
* Install from Recovery the EpicROM ZIP flasheable and wait for it to appear okay (If you get error 7 the TWRP in the step of "formating system / extracting system", restart in recovery immediately, and reinstall it, this is due that in Nougat you must re-generate the system partition for encryption topics, so it will install you, it should work like the rest of us )
* We reboot in fastboot mode once the rom has been installed correctly. To do this, we can do it from TWRP in REBOOT / Fastboot or by holding down the power button and the volume down button until FASTBOOT and Mitu appear by soldering an Android robot. In this step, we connect the mobile to the computer, and in the same folder that can be downloaded from en.miui.com/unlock (to unblock the bootloader) click inside that folder in a blank space in the right mouse click while holding the SHIFT key on the keyboard; a window will appear and the "open command window" option should appear. We tapped on that window. When it opens, if you open powershell (blue screen) from windows 10, type cmd and press enter. If you open the classic cmd of all life (BLACK SCREEN) we are already where we want.
* Type in the cmd (be powershell or cmd) fastboot format userdata and press enter. There will be formatted all our mobile, and restarting it will work everything.
* Restart normally and configure. Remember that the first start takes a little longer, from there, it will always light fast. In the following versions, it will NOT BE MISSING to do all this, just install without wipes and to run. I already adapt it so that I clean what I have to clean with each update EXCEPT that I expressly say something else in that UPDATE.
* Enjoy (and re-pass all data previously backed up to the internal memory).
How to install UPDATE from Epic ROM 6.X.XX / 7.X.XX
Download Epic OTA with OTA app from Settings (No MIUI Updater, use EPIC OTA!)
You can also download update manually from en.miui forum or htcmania spanish forum
Install update from Epic OTA or from TWRP Recovery manually
You don't need to wipe anything if we don't say it on update! If you have to do some special, we will let you know
Reboot
Enjoy
Download Center
MIUI 10 EpicROM Plus for Xiaomi MIX 2 (Chiron)
Download ROM: https://androidfilehost.com/?fid=1322778262904011410
Current Status: Tested 100%; ROM Stable
If you like my work please consider to make me a little donation in this paypal link
Note: If you want to use Google Assistant please set as default assistant Google Aplication in settings/installed aplications/default/assistant and enable Google in home button in settings/aditional settings/buttons.
Obviously, you need to install Google App .
Follow me on Twitter: @PaulDhoul
Screenshoots:
You can see it below
Mini Video Review (in spanish hehe):
Thanks to:
Xiaomi (and Xiaomi official developers for bring to us this amazing SO)
Google
Xiaomi Eu Team
MultiROM Team
Epic Team Founder Members @JamFlux, @pocaropa, @MrRaines (MrTomatico on en.miui))
All MIUI DEVICE TEAM
All Admins/Mods/SMods from En.MIUI for all support
HTCManía (Spanish Forum)
Official Website: www.epicrom.pro
Enjoy and Remember: Keep loving Xiaomi!
Reserved...
Awesome! Thank you so much for making this. Downloading now!
Thank you very much for the hard work and sharing with the community!
I have one question: What is the difference between this version of the rom and the "Epic Rom for Mi MIx2"? Can I simply update version 7.11.16 which is currently installed on my device using the version in this post, without doing a wipe?
Thank you!
policlose said:
Thank you very much for the hard work and sharing with the community!
I have one question: What is the difference between this version of the rom and the "Epic Rom for Mi MIx2"? Can I simply update version 7.11.16 which is currently installed on my device using the version in this post, without doing a wipe?
Thank you!
Click to expand...
Click to collapse
This one is Global base, so, sadly, you'll need a clean install (fastboot format userdata included).
This is much better (new notification shade from Xiaomi was added)
Thanks i will try it but link doesnt work!
Wow. This is epic. So basically I get the Epic Team improved MIUI, but AOSP notifications? So my notifications will actually work with MIUI now? Really? No joke?? THanks a lot! Truly Epic.
Can someone confirm this has Japanese language? Usually I have to use MoreLocale to enable it. Thank you.
Nice job OP!
Thanks for the hard work and supporting this awesome device!
Ok so I flashed Rom noticed volte wasn't working took me about 30 minutes but finally figured it out. Go to settings search region. Change to your correct region and you have volte. Not sure about others but here in USA. It was set to Spain by default. All is good now. ??
Thanks i will try. it works perfectly
@MrRaines why can not change dpi, everything is very small How to use stock dpi?
I have formatted internal storage/data already when I switched to Validus.
Is formatting data needed if I switch frfromnother custom ROM or is a factory reset enough?
I'm doing the fastboot format userdata thingy from my ADB folder. But nothing happens. I push in the command and nothing happens. No output at all. Just the blinking underscore in CMD. I can't type anything else.
If I use fastboot devices, my phone does show up. What do I do wrong?
Fastboot reboot also works, so it does react to fastboot commands I guess?
Does it include 5x6 home screen layout?
Sent from my MIX 2 using Tapatalk
Firipu said:
I'm doing the fastboot format userdata thingy from my ADB folder. But nothing happens. I push in the command and nothing happens. No output at all. Just the blinking underscore in CMD. I can't type anything else.
If I use fastboot devices, my phone does show up. What do I do wrong?
Fastboot reboot also works, so it does react to fastboot commands I guess?
Click to expand...
Click to collapse
I had the same issues which drove me crazy. Fastboot devices returned the correct code, any other fastboot commands seemed to crash without any message.
I ended up using another computer which had never seen any Android stuff before.
With the stock theme.. or any of the themes for that matter except the ones included with really small icons all have an issue where icons are smaller than they usually appear and the text underneath is almost touching the icon.
Anyone have this problem ?
Sent from my MIX 2 using Tapatalk
Right........... so flashed this now I'm getting
'Can't get valid device ID' on the first boot, no WIFI no Signal. Great.
Also can you not add epic recovery.
Some help would be really appreciated.
Things I've done:
Reflashed fastboot Xiaomi global rom (dev)
Wiped all with fastboot format userdata
reinstalled this rom - still no valid device ID.
Downloaded again, seems to be okay now....
Sull2 said:
With the stock theme.. or any of the themes for that matter except the ones included with really small icons all have an issue where icons are smaller than they usually appear and the text underneath is almost touching the icon.
Anyone have this problem ?
Sent from my MIX 2 using Tapatalk
Click to expand...
Click to collapse
Same problem
MrRaines said:
This one is Global base, so, sadly, you'll need a clean install (fastboot format userdata included).
This is much better (new notification shade from Xiaomi was added)
Click to expand...
Click to collapse
I dirty flashed the rom without any troubles
hillolp said:
I dirty flashed the rom without any troubles
Click to expand...
Click to collapse
Which ROM were you using before?
hillolp said:
I dirty flashed the rom without any troubles
Click to expand...
Click to collapse
I also dirty flashed w/o any problems

Categories

Resources