Enable true AOD and DT2W through Magisk Module. - Xiaomi Mi A3 Themes, Apps, and Mods

I was not satisfied that my device allowed always on display only for notifications.
Here's a Magisk Module that I found to enable true AOD on our device, not only for notifications but with time, notifications and battery level.
Please be thankful to the developer - NOT me. I had no part in this and I will only link to the developer's thread: https://forum.xda-developers.com/pixel-xl/themes/display-enabler-magisk-module-android-9-t3857025
It works flawlessly on my A3. Advantages:
- you get a true always on display with time, notificationsand battery
- double tap to wake works (though it's a bit of a hit and miss at times)
Apologies if this has been shared before and thank the original developer.
Cheers!

thedisturbedone said:
I was not satisfied that my device allowed always on display only for notifications.
Here's a Magisk Module that I found to enable true AOD on our device, not only for notifications but with time, notifications and battery level.
Please be thankful to the developer - NOT me. I had no part in this and I will only link to the developer's thread: https://forum.xda-developers.com/pixel-xl/themes/display-enabler-magisk-module-android-9-t3857025
It works flawlessly on my A3. Advantages:
- you get a true always on display with time, notificationsand battery
- double tap to wake works (though it's a bit of a hit and miss at times)
Apologies if this has been shared before and thank the original developer.
Cheers!
Click to expand...
Click to collapse
Thanks, I was already wanting to activate this function for a long time

thedisturbedone said:
I was not satisfied that my device allowed always on display only for notifications.
Here's a Magisk Module that I found to enable true AOD on our device, not only for notifications but with time, notifications and battery level.
Please be thankful to the developer - NOT me. I had no part in this and I will only link to the developer's thread: https://forum.xda-developers.com/pixel-xl/themes/display-enabler-magisk-module-android-9-t3857025
It works flawlessly on my A3. Advantages:
- you get a true always on display with time, notificationsand battery
- double tap to wake works (though it's a bit of a hit and miss at times)
Apologies if this has been shared before and thank the original developer.
Cheers!
Click to expand...
Click to collapse
Hows the battery? And how did you get magisk?

legalreaper said:
Hows the battery? And how did you get magisk?
Click to expand...
Click to collapse
Battery does drain faster. I can't give you exact scores though. There are some solid tutorials under the Guides section of this forum to get Magisk. Personally, I installed twrp and flashed magisk.

@thedisturbedone Thanks for sharing this, man! I'm gonna try it for sure. Honestly, I don't care that much about AOD but not having DT2W was a dealbreaker for me.

DT2W works like 0,05% of the times.
(Basically never ever ever)
I've been using this mod for 7 days now and DT2W worked like 5 times. Maybe less.
AOD is flawless tho

Confirming that DT2W doesn't work, which I don't mind (I'm using wave gesture over proximity sensor to turn the screen on or off). AOD seems to be working fine, though it doesn't seem to turn off after 10 seconds in a pocket. When I cover proximity sensor, after 10 seconds display goes off, but then back to AOD again and this repeats every 10 seconds while the sensor's covered. Is it the same for everyone or do I need to investigate if some app is the culprit here?
Edit: I haven't identified which app might be doing it, so I fixed it with Tasker. Now AOD will shut down if covered for more than 5 seconds, exactly as designed

For anyone wondering - AOD seems to be consuming about 1-2% battery per hour (additionally to the standard idle usage).

toofrozen said:
DT2W works like 0,05% of the times.
(Basically never ever ever)
I've been using this mod for 7 days now and DT2W worked like 5 times. Maybe less.
AOD is flawless tho
Click to expand...
Click to collapse
_mysiak_ said:
Confirming that DT2W doesn't work, which I don't mind (I'm using wave gesture over proximity sensor to turn the screen on or off). AOD seems to be working fine, though it doesn't seem to turn off after 10 seconds in a pocket. When I cover proximity sensor, after 10 seconds display goes off, but then back to AOD again and this repeats every 10 seconds while the sensor's covered. Is it the same for everyone or do I need to investigate if some app is the culprit here?
Edit: I haven't identified which app might be doing it, so I fixed it with Tasker. Now AOD will shut down if covered for more than 5 seconds, exactly as designed
Click to expand...
Click to collapse
That's true. AOD is a big hit or miss. Meanwhile, I've moved onto custom roms and happily using havoc with DT2W.

thedisturbedone said:
That's true. AOD is a big hit or miss. Meanwhile, I've moved onto custom roms and happily using havoc with DT2W.
Click to expand...
Click to collapse
Would you recommend havoc as daily driver? How good is it? The battery? And what about any issues?

Would you mind sharing the tasker action?

Bicet said:
Would you mind sharing the tasker action?
Click to expand...
Click to collapse
Profile1 - proximity variable, state Proximity sensor,
enter task "variable set, %PROXIMITY, true"
exit task "variable set, %PROXIMITY, false"
Profile2 - enable AOD, event "display on",
enter task"custom settings, type: secure, name: doze_always_on, value: 1"
Profile3 - Disable AOD in pocket, state "Proximity sensor" + state "display off"
enter task"wait 1 second, if %PROXIMITY ~ true; custom settings, type: secure, name: doze_always_on, value 0; end if"
Profile 1 is only to get state of proximity sensor. Profile 2 enables AOD every time you turn on the screen. Profile 3 disables AOD when if the display's off and proximity is covered for more than 1 second (in my case it takes about 5 seconds to actually disable the AOD, not sure if due to Tasker polling or priorities of different tasks). You might add exit task to enable AOD when the phone's out of the pocket. Actually you can probably move profile 2 task to profile 3 exit task
I'm combining it with Wave Up app and additional profiles and tasks (for example I disable AOD when I have wired or BT headphones connected as volume buttons are blocked with AOD), so you might need to refine it to your needs. But I guess you get the idea

bibekmufc said:
Would you recommend havoc as daily driver? How good is it? The battery? And what about any issues?
Click to expand...
Click to collapse
Battery is good. But if you are looking to play games, the device gets heated quite quickly. Probably an issue with intensive graphics. I've been using it as my daily driver.

I was able to install magisk module, I installed the aod enabler module and no different option appears than before.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

marceloariel said:
I was able to install magisk module, I installed the aod enabler module and no different option appears than before.
Click to expand...
Click to collapse
You need V3. Where did you even find V1?

_mysiak_ said:
You need V3. Where did you even find V1?
Click to expand...
Click to collapse
Thank you.
In the main post, there is an old link where it says:
"The way this works is explained here"
I clicked there and downloaded v1
In the end it is not what I expected, I thought I had more options to turn it off after a certain time, or turn it on only with notifications.
Able to try pixel experience instead

marceloariel said:
Thank you.
In the main post, there is an old link where it says:
"The way this works is explained here"
I clicked there and downloaded v1
In the end it is not what I expected, I thought I had more options to turn it off after a certain time, or turn it on only with notifications.
Able to try pixel experience instead
Click to expand...
Click to collapse
You can have such features, but you'll need to use some automation app - I use Tasker to fine tune the AOD. I think that even Pixel phones have only on/off option by default.

If you are rooted with xposed installed you can activate AOD and pulse on pickup natively.

Someone please help me out
I installed the module on stock rom. It was working ok.
Then I installed a custom rom (Pixel Experience Rom)
The rom had the AOD included in itself so I didn't need this module.
Then I decided to go back to full stock (stock recovery, stock rom, stock everything), and i achieved this by flashing the Xiaomi official fastboot flashable full rom.
Now i installed Magisk again just for this module and it does not work at all.
I'm going mad guys

toofrozen said:
I installed the module on stock rom. It was working ok.
Then I installed a custom rom (Pixel Experience Rom)
The rom had the AOD included in itself so I didn't need this module.
Then I decided to go back to full stock (stock recovery, stock rom, stock everything), and i achieved this by flashing the Xiaomi official fastboot flashable full rom.
Now i installed Magisk again just for this module and it does not work at all.
I'm going mad guys
Click to expand...
Click to collapse
Is the module really installed and active? Magisk changed the installation template recently, so it might be necessary to update the module. You could try flashing older Magisk version and install module again to see if it helps.

Related

[APP] DHD Proximity Sensor Recalibrator 1.10 (26-Sep-12)

Due to many DHD's being incorrectly factory calibrated with regards to the proximity sensor, I wrote a little app to allow one to change the calibration on-the-fly and persist it over reboots.
This app is specifically for those experience issues with the proximity sensor.
Well known symptoms include the following:
- Screen fails to turn off when holding to face on a call
- Screen does turn off when holding to face on a call, but fails to come back on, requiring taking out the battery
These problems are common in custom kernels/ROM's. HTC has addressed this issue however in their kernels from 1.32 onwards, but have failed to provide an acceptable solution for some.
I present DHD Proximity Sensor Recalibrator. Download from the attachments below.
Here are some screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Usage:
1. Install app.
2. Run app.
3. Press the toggle button to start monitoring.
4. Move your finger over the proximity sensor (the little LED next to the front facing speaker).
5. Adjust the High and Low threshold values to your liking.
For those whose screen does not turn off, it probably means the factory values are set too high.
For those whose screen does not turn back on, it probably means the factory values are set too low.
The setting will be saved, and will be applied every time you reboot your phone. No need to go through any of the steps unless you want to change the calibration. When the settings are applied at boot time, you will get a toasty indicating the calibration value applied.
Possible calibration procedure:
1. Put both values high (will show FAR).
2. Cover sensor with finger.
3. Lower High threshold till it says NEAR.
4. Lower Low threshold by a notch or 2.
5. Test behavior
Removal:
If for whatever reason you find the application does not work, or you do not want it anymore, just uninstall the app, and reboot. Your original factory settings will be in effect again. This application does not modify your system. It might require root rights.
Source code repo:
https://github.com/leppie/DHD-Proximity-Sensor-Recalibrator
Known issues:
- Permissions have changed in CM7 RC2, preventing the application from working correctly. The application will need root. Will investigate how to add that, if needed.
- Some reports that the Gingerbread leaked ROM is not working.
Gingerbread/newer kernel update:
Due to changes in the source code made by HTC to overcome this issue in the kernel, this app will probably not run correctly.
There are 2 problems (as found from latest CM kernel source):
1. When the kernel recalibrates the proximity on the fly, it fails to update the internal structures in the kernel. This makes the kernel not report correct values. I have made a kernel patch to rectify the issue. Please ask your kernel developer to apply the following changes: https://github.com/leppie/htc-kernel-msm7x30/commit/b1d0a85f3fe5252c8ab43ba98261bcb1b8498d8a
2. Secondly and more seriously, depending on the initial calibrated value (if LT is greater or equal to 0x50), the kernel will kick off a polling thread. This will overwrite the changes made by this app, as soon as you use the proximity sensor for the first time (eg the phone). Afterwards you can apply the values from this app again, and from my experiments the value sticks then (up to the next reboot). Unfortunately, this polling mechanism fixes the issue for most users, so it cannot just be disabled. It is easy to disable in the kernel source however, but will probably break most other people's proximity behavior if they do not have this app installed. As you can see, there is not much I can do about this. The best option is to compile your own kernel.
Manual cleaning of the sensor:
After time the sensor will become dirty from the environment. See http://forum.xda-developers.com/showpost.php?p=28495941&postcount=357 for details on cleaning it.
Please report any bug and suggestions.
Cheers
Revisions:
1.0
- Initial public release
1.1
- Replaced toggle button with normal one to resolve known issue
1.2
- Removed amount from Paypal, feel free to donate whatever you feel like. Beers are around US$2 here.
1.3
- Add some better handling when something goes not as planned (likely on non-DHD hardware).
1.4
- Added some alert dialogs to aid with the problems people are experiencing. (In case of error, please note both the title text, and the first few lines in the text of the alert dialog.)
1.5
- Only for CM7 users. Use nightly 92 or above. This includes the necessary kernel patch.
- Should work on SENSE with custom kernel. Apply this patch (or ask your kernel 'builder' to do so).
- Removed Beer button due to crappy paypal policy...
1.6
- Added support for calling 'su' when permissions are wrong. Thanks VampireWicked.
1.7
- Correct boot permissions for ICS
1.8
- Prevent app from being installed on SD card (which will cause issues) (thanks makarand14)
1.9
- Fix issues with sensor listener not getting disabled (thanks Roberto_Lim and Stoffl_)
1.10
- Fix issues with slow process manager in Android, notably in BlackOut ROM (thanks tonylee000 and others)
Supported kernels:
- CM7 nightly #92 or later
- LorDModUE V2.6 or later
great .. gona try this now ..!!
Simply works. Great job!
jkoljo said:
Simply works. Great job!
Click to expand...
Click to collapse
how do you get it to work? when i move my finger over the sensor nothing happens. it always says near?
Them you have to change the settings. The app works great btw!
Sent from my Desire HD using XDA App
If it says near, make your values higher.
In a bad case, keep your finger over the sensor, and then increase the low threshold till it changes.
Then work from the settings there.
Awesome!
This is my favorite app to date! I couldn't use any Cyanogen mod because of this issue. (My device was not waking up after the first phone call) Everything else worked fine.
Now I can use my phone as a phone too!
Would recommend to any O2 Germany DHD user having similar issues.
Stuclint said:
This is my favorite app to date! I couldn't use any Cyanogen mod because of this issue. (My device was not waking up after the first phone call) Everything else worked fine.
Now I can use my phone as a phone too!
Would recommend to any O2 Germany DHD user having similar issues.
Click to expand...
Click to collapse
Yep i'm O2 Germany DHD user too and had this issue.
This is really a life-saver app, thanks!
You are awesome, leppie!
I didn't even have a problem with my sensor, but I tuned it a little bit anyway. Awesome. THANK YOU
Thanks man! Helped me a lot!
Burkow
I had this sensor problem and did make enquiry in other thread but can't find anysolution.
However, (don't konw since when) it works without any problem now.
Guess I should subscribe this thread just in case I need it in future (hopefully not).
Thanks leppie!
5 stars rated.
Thanks for all the complements.
Added a link to the public source code repository on github.com for those interested.
Hi!
hi!! does anyone know about this app but for the HTC HD mini?
thanks!!!
boxer39 said:
hi!! does anyone know about this app but for the HTC HD mini?
thanks!!!
Click to expand...
Click to collapse
Sorry, that is a Windows Mobile phone. Can't help with that
Thank you guy!! Finally!! Great work
Ace app! Even though I'm on stock, I sometimes get problems with my screen coming on during a call, and my accidentally muting the call. This should help me fix it, by fixing the threshold distance!
Awesome, thanks
leppie said:
Sorry, that is a Windows Mobile phone. Can't help with that
Click to expand...
Click to collapse
it's ok, this thing is killing me!! I just didn't find a buyer yet, but i'm definitly changing it for the desire HD! the best one!!
thanks!!!
T-Mobile G2
hey
will this work on the T-Mobile G2 (Desire Z). If so I will be SOOO grateful to you and I probably will actually buy you a beer. My girlfriend and I both have G2's and the proximity sensor is the only problem with these phones.
Dave
hi,
i have both sensor problems! every second time my phone turns off the screen while phoning but not on again or somtimes the sreen is still on while phoneing
with the app i can set the sensor but still not working during a call
can someone help me?
sry for my bad english
Thank you. Will try it on my Desire HD later

closed

oh no, not another AOSP ROM,
but this ist actual the best AOSP Rom for the Redmi Note 2.
1. Multilanguage, Camera and LED notification work fine. Vibrate on touch is not working, but vibrate on notifications are working fine.
Battery is not better then on other AOSP Roms, and far away from MIUI.
2. Not the pesky 3G , G and H symbols , these are reasonable in reception symbol with inside ->
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
3. Xposed is pre installed, you don´t need to flash self
4. very less Bloatware, where nothing disturbs you
5. The download speed display is finally gone and you can take advantage of Gravitybox (significantly smaller)
6. The display " flickers " no longer ( like other AOSP Roms)
Full Changelog: Translate with Google
Based on open source projects AOSP production, comes back cards, etc., stable and practical
Recovery brush into a third-party, must Shuangqing front brush, pay attention to back up personal data
Xposed Framework v75 update to the latest version, brush machine process automatically loaded, no user manual brush into
Timer switch function
Smooth video enhancement tools
Only a default desktop, removing unwanted desktop plug
The main screen to add an analog clock
The default boot language to Chinese
The default time zone for China
ROOT privileges intact
Set in the Advanced Settings function add
Default load Xposed framework, without the need to manually brush into the frame
Brush completed manually check the settings - Advanced settings -Xposed frame - module module, can be used after restart
Immersive status bar, so that all third-party support immersed APP
Green guard, to prevent APP background
Gravity kit , adjust the status bar, button, display, notifications, full DIY ROM
Transition animations, adjustable list of animation, animation system, pop-up message animation, to energize your ROM
The status bar network speed, mobile data display, WIFI network speed down the line
The status bar icons, change data, WIFI, battery icon, modify the clock, the operator text messages
Viper sound effects to enhance the sound quality of music artifacts
Originalthread: http://bbs.ydss.cn/thread-588454-1-1.html
ROM Download link: https://mega.nz/#!mF0QURRC!XsIf0f9k2ybs69-WPz0AKONnHybQcjBDVe6j7FrlM5w
DeepSleep FIX:
if you use the volume rocker(VOL+/VOL-) but ONLY when the screen is turned off, then the phone go not back to Deepsleep.
To fix this, you must replace "android.policy.jar" with this fixed Version: http://www18.zippyshare.com/v/om8DXTik/file.html
To install you can go in TWRP / system mount and then push by ADB in / system / framework .
Downloadmirror: http://yunpan.cn/cFfqtz7EprXaN
How to Download from Downloadmirror:
What about notification LED?
Thanks! What about camera? As I understood, latest aosp roms had issues with the main camera.
camera and LED notification work
Battery is not better then on other AOSP Roms.
aidac said:
Thanks! What about camera? As I understood, latest aosp roms had issues with the main camera.
Click to expand...
Click to collapse
The Main Camera works fine with this rom. I tested it over the day and the only issue i found was battery life (again). You will make it through a day, but Idle takes a lot of battery (compared to original MIUI). So if you hate MIUI as much as i do, than you may have to charge your phone once a day, even with a SOT of only 2h, but if you can live with MIUI, you should wait a few more days (or weeks). I will flash non MIUI Roms until i found one with great battery life and without anoying stuff.
Edit: I believe I've found the reason for the bad battery life. The phone doesn't enter deep sleep and is always awake. I will try to reflash the rom, maybe I can solve this problem that way.
reflex9000 said:
camera and LED notification work
Battery is not better then on other AOSP Roms.
Click to expand...
Click to collapse
But just works with one color or it has a menu to configure them?
wasd- said:
But just works with one color or it has a menu to configure them?
Click to expand...
Click to collapse
There is no menu to configure them, but you could download one of the many apps from the playstore or even from xda. Whatsapp, for example, has its own led light configuration and that works. For me normal chat messages are white and groupmessages are blue and both works.
The battery issue seems to be gone. After wiping the dalvik and cache again (first wiped, after flashing the rom), it seems, that the phone enters the deepsleep normaly and the battery doesn't drain as fast, as it did before. I'll look how much battery i will loose tomorrow, but i think, that this rom is the best out there to avoid MIUI
Is audio over Bluetooth and voice calls on speaker working fine?
z2k said:
Is audio over Bluetooth and voice calls on speaker working fine?
Click to expand...
Click to collapse
Audio over Bluetooth works and voice calls on every speaker (including speaker over bluetooth) works fine as well. I will try to remove the bloatware of the zip tomorrow, so if you can wait, you will get a clean rom for flashing
You just have to flash the zip and gapps and your phone will be MIUI free, without any noticeable bugs (HDR is not working, but i dont use it, so not noticeable for me )
Flash this ROM..
Better than other from my perpective...
but why vibration still not working for me? already turned on "Vibrate on Touch" but still nothing?
did anyone have this same issue? any solution? or there is a trick?
Gapps inclided or not?
Inviato dal mio Redmi Note 2 utilizzando Tapatalk
Sorry guys, vibration does not work with this ROM.
Hope it comes with a update.
reflex9000 said:
Sorry guys, vibration does not work with this ROM.
Hope it comes with a update.
Click to expand...
Click to collapse
confirmed
Vibrate on touch is not working, but vibrate on notifications are working fine.
Battery life is ok for now (been using it for 4 hours since full charge, 87% left).
Camera is working fine.
Antutu scored 45k+.
Just one thing that bugs me is the center clock, as I am unable to remove it. Using gravity box, I can move it to the right, but then it overlapps user selection on the lockscreen. Any ideas?
how to flash?wipe cache,data,dalvik,and system?
I think there arent any gapps. When i installed it, none gapps were installed.
JakobiE said:
I think there arent any gapps. When i installed it, none gapps were installed.
Click to expand...
Click to collapse
There isn't gapps in AOSP and CM...
SkiFire13 said:
There isn't gapps in AOSP and CM...
Click to expand...
Click to collapse
Aosp for my y300 has gapps included in the rom zip...
Inviato dal mio Redmi Note 2 utilizzando Tapatalk
added "DeepSleep FIX when use the volume rocker" in Post #1

[ROM][PORT][8.1.0] ZUI 10 Port for OnePlus 6 [03.12.18]

Before we start, this is NOT MY rom! I'm just sharing it here because I managed to successfully port it to our device, all Thanks and donations should go to "Chinese" He created this sGSI.
Check screenshots in attached files!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
What works:
WiFi
Calls
Microphone
Vibrations
Dual SIM
Sound
Fingerprint scanner
Camera + Flashlight
Notification LED
Probably even more, just haven't tested everything yet.
What doesn't work/Bugs:
Brightness is always 100% (Someone contact OP and tell them to change vendor or kernel stuff to work with different amount of brightness levels)
Stock keyboard shows some Chinese popup and it's difficult to type on it so just install Gboard instead.
USB MTP seems kinda buggy. (Might be because of my unstable linux, OOS sometimes doesn't work either so not sure if You'll get this bug too)
NFC is constantly turning on and off.
If anyone wants, You can change brightness with terminal command that You can find in my Pixel 3XL Port Thread.
How to Install:
Flash Stock OOS Oreo in TWRP (preferably twice)
Boot into fastboot and use my rom flasher. It will do everything automatically. (Just run bat file and that's it!)
Boot into TWRP (Yes, You need TWRP that works with Oreo so go to twrp.me and get 3.2.2.0 version)
Mount Vendor
Flash Patch1 in TWRP (Don't flash Patch2, I accidentally added it to the zip, just leave it alone.)
### OPTIONAL ###
Flash Magisk
Flash OpenGapps
#############
Done! Reboot and enjoy!
Also, during setup, use Your sim card internet to go through setup. Once the phone boots look in the left upper corner for "English" tap on it and have fun!
Download:
ZUI 10 Port for OnePlus 6 Flasher
Credits
Chinese guy(no xda username?)
JSPiRiT
Lenovo​
First
Thanks. Old school screenshots
Is this some modded MIUI thing?
GAURAV THAKKAR said:
Is this some modded MIUI thing?
Click to expand...
Click to collapse
Nope. It's ZUI. Lenovo's own rom that looks kinda similar to MIUI.
I will publish more ports today. Early Christmas!
ProtoDeVNan0 said:
Nope. It's ZUI. Lenovo's own rom that looks kinda similar to MIUI.
I will publish more ports today. Early Christmas!
Click to expand...
Click to collapse
Make miui 10 port plz
ProtoDeVNan0 said:
Nope. It's ZUI. Lenovo's own rom that looks kinda similar to MIUI.
I will publish more ports today. Early Christmas!
Click to expand...
Click to collapse
I'd really appreciate if you manage to get the Pixel 3 bugs fixed
I don't mind you posting so many ports(I encourage it)
But I guess you should also try to solve issues
Just a humble suggestion
Would really love to use the Pixel 3XL port
hkee96 said:
Make miui 10 port plz
Click to expand...
Click to collapse
Working on it!
GAURAV THAKKAR said:
I'd really appreciate if you manage to get the Pixel 3 bugs fixed
I don't mind you posting so many ports(I encourage it)
But I guess you should also try to solve issues
Just a humble suggestion
Would really love to use the Pixel 3XL port
Click to expand...
Click to collapse
Well.. One bug has to be fixed by OnePlus. Brightness.. Only OP6 uses 1023 levels of brightness and that's why this bug exists in all sGSI roms. If they could release OTA with modded brightness levels to match other devices, it would be a lot better. Otherwise I'll have to try modding framework (yes, it's finally possible) but it's very difficult. I'm not a big fan of smali.. (Just google smali and You'll know what I mean)
Edit: I'm also focusing on Pixel 3 XL Port less because You can have almost 1:1 Pixel 3 XL rom with Havoc OS for example. And everything works there.
brightness at max all the time? i think i will pass for now.
but great job porting this, looking forward to more of your ports <3
1.wifi not turning on,
2.display not showing once device is locked for sometime,
3.camera is nearly good but for front camera device ask to slide down to use camera,
4.no sound
5.alert slider not working,
6.incoming call mic not working via speaker too,
these are bugs what i have found on my device
i followed every steps what u have mentioned
and i appreciate 4r ur hardwork for bringing such amazing rom
riazsudeen said:
1.wifi not turning on,
2.display not showing once device is locked for sometime,
3.camera is nearly good but for front camera device ask to slide down to use camera,
4.no sound
5.alert slider not working,
6.incoming call mic not working via speaker too,
these are bugs what i have found on my device
i followed every steps what u have mentioned
and i appreciate 4r ur hardwork for bringing such amazing rom
Click to expand...
Click to collapse
Hmm. Here WiFi and Sound works fine.. did You use 5.1.11 firmware? I already noticed that OP6 is a pretty complicated phone. It's like every OP6 has different bugs . On my phone the only bugs that I have are NFC is restarting all the time, Camera Dual Mode doesn't work, Brightness is 100% and stock keyboard requires long presses to type on it.
ProtoDeVNan0 said:
Hmm. Here WiFi and Sound works fine.. did You use 5.1.11 firmware? I already noticed that OP6 is a pretty complicated phone. It's like every OP6 has different bugs . On my phone the only bugs that I have are NFC is restarting all the time, Camera Dual Mode doesn't work, Brightness is 100% and stock keyboard requires long presses to type on it.
Click to expand...
Click to collapse
Nfc, Brightness, camera bug is similar what u experienced, and i flashed 5.1.11 twice before porting, but screen not responsive while charging and while its not charging it goes deep sleep
but i like this rom more.. u take ur own time to make this rom stable:good:
Issues experienced so far (including known);
- NFC service keeps rebooting(? dropdown icon flickering)
- Brightness slider not working, automatic brightness keeps re-enabling itself
- Night light not working
- Can't change any color tone
- Occasionally, unlocking the phone will keep the fingerprint icon centered after unlocking, preventing the phone from locking at all.
I tried disabling the NFC service entirely, by blocking com.android.nfc and disabling the service via
Code:
svc nfc disable
This didn't solve it sadly. Since you're not the developer, idk how much bugfixing you're doing, but the rom as is looks really promising.
Just doesn't cut it just yet as daily driver (IMO)
Really looking forward to your MIUI port!
riazsudeen said:
Nfc, Brightness, camera bug is similar what u experienced, and i flashed 5.1.11 twice before porting, but screen not responsive while charging and while its not charging it goes deep sleep
but i like this rom more.. u take ur own time to make this rom stable:good:
Click to expand...
Click to collapse
Skorm92 said:
Issues experienced so far (including known);
- NFC service keeps rebooting(? dropdown icon flickering)
- Brightness slider not working, automatic brightness keeps re-enabling itself
- Night light not working
- Can't change any color tone
- Occasionally, unlocking the phone will keep the fingerprint icon centered after unlocking, preventing the phone from locking at all.
I tried disabling the NFC service entirely, by blocking com.android.nfc and disabling the service via
Code:
svc nfc disable
This didn't solve it sadly. Since you're not the developer, idk how much bugfixing you're doing, but the rom as is looks really promising.
Just doesn't cut it just yet as daily driver (IMO)
Really looking forward to your MIUI port!
Click to expand...
Click to collapse
I think I know how to fix NFC but since it's not my rom.. I'm not sure if I can work on it. I'm pretty much just sharing it here. I just converted it to A/B and made sure that kernel will boot it etc.
If someone can send me stock Lenovo Z5 firmware. I can turn it into a sGSI and work on fixing bugs.
And Brightness bug will be always there anyway. Unless OnePlus will change amount of Brightness levels in their firmware.
can u port funtouch os pie?

[APP] Edge Sense Plus ◦ Customize Active Edge on your Pixel 3a

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Featured by:
XDA-Developers: Customize the Google Pixel 2’s Active Edge to do any action with Edge Sense Plus [XDA Spotlight]​
What is Edge Sense Plus?
Edge Sense Plus was initially just meant for the HTC U series. It let's you customize the squeeze action and adds some more squeeze gestures and features.
But with the Pixel2 and Pixel3 also coming with a squeezable frame I found a way to make it compatible too.
Since google locked active edge down to just only be able to start Assistant it will require a device rooted with magisk
Requirements
You need to run a STOCK based ROM, because Active Edge is broken on AOSP roms.
You need to be rooted with magisk to use it.
Install the Active Edge System Mod Magisk Module from the MagiskManager Repo and the EdgeSensePlus from the playstore and you are ready to go!
Telegram Group
Join Telegram Edge Sense Plus Group
How does it work
To make it working on the Pixel3 I had to modify the SystemUIGoogle.apk that runs the ElmyraService (Service that processes the squeeze gestures).
I intercept the events and pass them to the EdgeSensePlus Application that starts the appropriate action then that you selected.
Some more adjustments were made, so the squeezing also works when you are in immersive mode, camera or when Google Assistant is deactivated/uninstalled.
What can it do?
Custom actions:
Currently you can choose from over different actions
Quickly Start camera - Also when screen is off and locked
Per App Action - Execute different squeeze actions depending in what app you are!
Sidebar
Gesture Panel - Draw custom gestures to start different actions
Custom App
Shortcuts - e.g. to make direct calls, start tasker tasks and more!
Scroll up/down
Flashlight
Recent Apps
Toggle Autorotation
Autobrightness (6 states: Auto, Min, Low, Mid, High, Max)
Split Screen
Expand/Collapse Statusbar
Toggle NFC
Toggle Display on/off
Toggle Autorotation
Toggle DND
Toggle Vibration
Toggle Bluetooth
Toggle WiFi
Music Play/Pause
Previous Track
Next Track
Toggle Keep awake
Google Assistent
Lock Screen
Back
Home
Toggle Sync
Sync all accounts
Previous App
Take Screenshot
Clear all notifications
GPS
Answer/End call
Immersive Mode
Shell command
Per app actions:
With the per app action, you can define different squeeze actions per app. So the chosen action will be executed dependent in what app you are currently are.
Double Squeeze: (Premium)
If you often accidentally trigger a short squeeze, that won't happen anymore if you map your desired action to the double squeeze gesture.
You can define a double squeeze interval, to ensure you are quick enough to trigger it every time.
Long Squeeze:
Missed a long squeeze action on your Pixel? Edge Sense Plus has it!
G-Sensor usage: (Premium)
If enabled, will be able to execute different actions depending on the current position of your device, whether it is flat or upright in your hand.
That way you can have six different squeeze gestures: short, long, doublepress in flat or upright device position.
Media control:
The media control will override your set squeeze actions while media is playing so you can control your media.
That includes play/pause, increase/decrease volume and skip to next and previous track.
Squeeze sounds:
Ever thought it would be funny if a squeeze of your Pixel3 would make a sound, if it is a *click*, *oink* , *fart* or whatever you think of?
You can use any .mp3 file to make that happen!
Sidebar:
The Sidebar has 4 different panels, Applications, Shortcuts, Recent Apps (Premium), Quicksettings (Premium).
Panel colors are customizable
Instructions
You must be on at least Oreo 8.1 to to be able to use it. Root with Magisk is required since the magisk module is mandatory!
It is recommended to have a working TWRP backup in case something goes wrong. Check the FAQ for help too.
Like always: Flash on your own risk. I'm not responsible for any damaga to your device
Flash the Magisk Module either in Magisk Manager or TWRP
Install Edge Sense Plus
Enjoy.
Downloads
Now also available via the MagiskManager Repo:
I recommend to install and update the Magisk Module directly via the MagiskManager repository directly in the MagiskManager app.
All releases will be also available on the GitHub repository
Edge Sense Plus:
fwiw i have been using this since day 1 and is wayyy more useful than i expected it to be. great stuff.
c_tho said:
fwiw i have been using this since day 1 and is wayyy more useful than i expected it to be. great stuff.
Click to expand...
Click to collapse
Thanks for the kind feedback, much appreciated.
This thing is awesome. I didn't originally check it on XDA because I had no idea what it was. Last night I found it while browsing the Magisk modules and man I'm loving it. Just bought the premium version.
crackedvenom2 said:
This thing is awesome. I didn't originally check it on XDA because I had no idea what it was. Last night I found it while browsing the Magisk modules and man I'm loving it. Just bought the premium version.
Click to expand...
Click to collapse
You are welcome and thanks for the purchase
Great stuff, well worth the price for premium!
lattosimbaste said:
Great stuff, well worth the price for premium!
Click to expand...
Click to collapse
much appreciated, thanks for your support (-:
Due a 150 users limit in hangouts we created a telegram group: https://t.me/activeedge_edgesenseplus
Can anyone tell me why I have two icons for the app in app drawer? Pixel 3a P June update.
ritchea said:
Can anyone tell me why I have two icons for the app in app drawer? Pixel 3a P June update.
Click to expand...
Click to collapse
Sure, those shortcuts can launch the short and long squeeze actions, but are actually just required for non rooted HTC devices or AOSP Roms on Pixel.
You can hide those in Edge Sense Plus in the Configuration section, it is the very last option in this section and called "App drawer shortcuts".
j to the 4n said:
Sure, those shortcuts can launch the short and long squeeze actions, but are actually just required for non rooted HTC devices or AOSP Roms on Pixel.
You can hide those in Edge Sense Plus in the Configuration section, it is the very last option in this section and called "App drawer shortcuts".
Click to expand...
Click to collapse
Thanks. I do use both short and long squeeze.
ritchea said:
Thanks. I do use both short and long squeeze.
Click to expand...
Click to collapse
you dont need the shortcuts though, you can disable them
Hi,
Don't know why but now camera won't launch if screen is off/locked.
I'm using last magisk canary (19.4) and v40 of magisk module.
It works if screen is on.
HpNoTiQ said:
Hi,
Don't know why but now camera won't launch if screen is off/locked.
I'm using last magisk canary (19.4) and v40 of magisk module.
It works if screen is on.
Click to expand...
Click to collapse
What rom you are on, it wont work on an AOSP rom, just on stock.
P3a stock with exkernel 1.02
HpNoTiQ said:
P3a stock with exkernel 1.02
Click to expand...
Click to collapse
There was an issue with may patch where google added some more restrictions when starting apps in background.
I fixed that with an update to Edge Sense Plus by starting a shell command to start it. You are on latest version of the app I guess though?
I have not much Pixel 3a users to test. But it works on the regular pixel 2 and 3. Can you maybe join the telegram group and share a logcat?
https://t.me/edgesenseplus
Is it possible to make it start the camera, and in the camera app take a picture as you squeeze?
Toilet Paper said:
Is it possible to make it start the camera, and in the camera app take a picture as you squeeze?
Click to expand...
Click to collapse
the camera action is already doing that

Why Is My Phone Using So Much Ram

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Stock A12 Rom Cleanslate Kernel
is it smooth while playing or using apps? or lagging everytime?
applesucksLmao said:
is it smooth while playing or using apps? or lagging everytime?
Click to expand...
Click to collapse
For the most part it is fine but this is right after being idle for 30 min and it stays like this all day long and I think it is killing my battery because I can't even make it a full day any more
elong7681 said:
For the most part it is fine but this is right after being idle for 30 min and it stays like this all day long and I think it is killing my battery because I can't even make it a full day any more
Click to expand...
Click to collapse
you could put some apps to sleep on the settings if Pixels have this option. Also, not used ram is wasted ram
applesucksLmao said:
you could put some apps to sleep on the settings if Pixels have this option. Also, not used ram is wasted ram
Click to expand...
Click to collapse
I guess but it never did this before
You should utilize the apps that help find what's going on.
I always keep gsam battery monitor pro.
But for some more info betterbatterystays is a good way to start.
If you're not getting good battery then something is up. Probably a rouge app running in the background.
I'll download that app and check my ram.
What rom are you on/rooted/models installed.
More information you provide the faster you'll get help.
I'm personally on A11 crDroid v7.13
And I get on average 1 hour SOT/10% battery.
I do usually only run the device from 30-80%
I try to stay between this in hopes to preserve battery. Considering the ridiculous price Google got out of us.
My back camera lens is cracked and I'm honestly considering a pixel 4a.. I don't 5g anyway.
Edit: so here is where I'm at ATM
@andybones I did state at the bottom of my first post that I'm on Stock A12 and Cleanslate Kernel but I didn't mention that I am currently rooted and I have AccA module installed and set to charge to 80% I have the GoogleDialerMod module, Universal Safety Net Fix module, BusyBox module and More Live Pixel Wallpapers by Typhus_ I've used the paid version of those apps that you mentioned but I usually don't find anything all though I haven't since this started.
elong7681 said:
@andybones I did state at the bottom of my first post that I'm on Stock A12 and Cleanslate Kernel but I didn't mention that I am currently rooted and I have AccA module installed and set to charge to 80% I have the GoogleDialerMod module, Universal Safety Net Fix module, BusyBox module and More Live Pixel Wallpapers by Typhus_ I've used the paid version of those apps that you mentioned but I usually don't find anything all though I haven't since this started.
Click to expand...
Click to collapse
Ahh sorry, these old eye didn't see that text after pic. My apologies.
Here's a few shots of after waking up device from overnight and on it for a few minutes.
andybones said:
Ahh sorry, these old eye didn't see that text after pic. My apologies.
Here's a few shots of after waking up device from overnight and on it for a few minutes.
Click to expand...
Click to collapse
How well does that zz naptime app work and I know people always ask what features are available on crDroid but what I was wondering is what is missing from crDroid that stock android offers?
elong7681 said:
How well does that zz naptime app work and I know people always ask what features are available on crDroid but what I was wondering is what is missing from crDroid that stock android offers?
Click to expand...
Click to collapse
I believe it does. I have it set to doze immediately. and my texts don't suffer from coming in. and things like gmail work fine as long as turning off battery optimization.
so for me it's beneficial.
It's probably close to what Proton ROM is missing:
here is text from protons site to help me out:
"Not all Pixel-exclusive features are supported due to their proprietary nature. The following features are supported (depending on your device generation, like on the stock OS):
Active Edge - not on Pixel 5
Adaptive connectivity - yes
Adaptive Sound - yes with magisk module
App suggestions - yes
Assistant quick phrases - not sure but should
Auto-rotate face detection - maybe
Call screening - yes
Extreme Battery Saver - yes
Flip to Shhh - yes
Google Discover feed - yes
Increased touch sensitivity - yes
Live Caption - yes
Live Translate - yes
Magic Eraser - not sure, but may not have this, but does A11 have it?
Now Playing - yes
Screen attention - yes
Screen-off “Hey Google” - I assume yes, but don't use it
The following features are not supported:
“At a Glance” on lock screen - no
“Rules” automation - pretty certin no
Adaptive charging - crdroid has smart charginging in crdroid tweaks, but may be missing adaptive charging
Battery Share -has "power share" quick settings tile
Detailed battery usage history slots -seems to have this
Game Dashboard -crdroid twekas has a gaming mode in crdroid tweaks
Motion Sense - not sure what this is
Pixel Stand integration - maybe missing this
Quick Tap (this may be missing, but Tap Tap is probably better anyway)
Recents text selection" (has this since it comes stock with Pixel launcher with the gapps)
TL: DR -- really just:
“At a Glance” on lock screen
“Rules” automation
Adaptive charging
Pixel Stand integration
andybones said:
I believe it does. I have it set to doze immediately. and my texts don't suffer from coming in. and things like gmail work fine as long as turning off battery optimization.
so for me it's beneficial.
It's probably close to what Proton ROM is missing:
here is text from protons site to help me out:
"Not all Pixel-exclusive features are supported due to their proprietary nature. The following features are supported (depending on your device generation, like on the stock OS):
Active Edge - not on Pixel 5
Adaptive connectivity - yes
Adaptive Sound - yes with magisk module
App suggestions - yes
Assistant quick phrases - not sure but should
Auto-rotate face detection - maybe
Call screening - yes
Extreme Battery Saver - yes
Flip to Shhh - yes
Google Discover feed - yes
Increased touch sensitivity - yes
Live Caption - yes
Live Translate - yes
Magic Eraser - not sure, but may not have this, but does A11 have it?
Now Playing - yes
Screen attention - yes
Screen-off “Hey Google” - I assume yes, but don't use it
The following features are not supported:
“At a Glance” on lock screen - no
“Rules” automation - pretty certin no
Adaptive charging - crdroid has smart charginging in crdroid tweaks, but may be missing adaptive charging
Battery Share -has "power share" quick settings tile
Detailed battery usage history slots -seems to have this
Game Dashboard -crdroid twekas has a gaming mode in crdroid tweaks
Motion Sense - not sure what this is
Pixel Stand integration - maybe missing this
Quick Tap (this may be missing, but Tap Tap is probably better anyway)
Recents text selection" (has this since it comes stock with Pixel launcher with the gapps)
TL: DR -- really just:
“At a Glance” on lock screen
“Rules” automation
Adaptive charging
Pixel Stand integration
Click to expand...
Click to collapse
Thank you
elong7681 said:
Thank you
Click to expand...
Click to collapse
No problem. Hope it was useful!
It's a solid ROM! I love it

Categories

Resources