[NO ROOT] Enable McLaren fingerprint animation on OOS 9 / Disable animation at all - OnePlus 6T Guides, News, & Discussion

Quick update: As (I hope) no one is still using OOS9, this method must be considered deprecated.
Hello,
this is how to enable the McLaren fingerprint animation from the Oneplus 6T McLaren edition on normal 6T editions without a PC, root, module, app whatsoever (depends on the method you choose). You can also choose to disable the animation at all. For the McLaren animation OOS 9.0.9 or newer is needed since the animation files are included from this verison on. You just can't enable it through the settings app. If you ask me, the unlocking feels even faster with this animation!
{
"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"
}
Requirements:
OOS version greater than 9.0.9, OOS 10 does not work (if you want to disable the animation, any version will work)
Either the app below (no root), adb (no root), magisk or another root solution
Method 1: No root, on-device, super-easy
Download this app from Google Play.
Open it and confirm that "System table" is selected.
Scroll down and search for the line "op_custom_unlock_animation_style".
Touch the line and then press on "Edit value".
Enter "3" (no quotes) and confirm.
Enjoy. You can delete the app now if you want.
Can't find the line? Go with this:
Try to change your current fingerprint animation in settings and check the app for the line again (fully close it first). If there, continue above, if not continue below.
Confirm that "System table" is selected.
Tap "Add new setting". There will be 2 prompts.
Replace "NEW_SETTING" with "op_custom_unlock_animation_style" (no quotes) in the first one and confirm.
Replace "SETTING_VALUE" with "3" (no quotes) in the second one.
You should be good to go! If you want you can delete this app now.
Please note:
Some users reported that the setting didn't survive reboots when removing the app. Try for yourself.
I recommend not to mess with other settings if you don't know what you are doing.
Method 2: No root, adb needed
Connect your device and verify your adb connection by using
adb devices
Proceed by entering
adb shell settings put system op_custom_unlock_animation_style 3
All done!
Please note:
If you do not understand what adb is or how to set it up, please use method 1 from above.
Method 3: Root needed, Magisk module
Download the Magisk module .zip from the attachments below.
Install it through Magisk Manager.
Enjoy!
Please note:
There will be no module visible in Magisk Manager, no files modified and no boot scripts. To disable just select a default fingerprint animation through settings and to enable reflash the module. Don't know if TWRP flashing works.
You can alternatively use AnoopKumar's module to enable a full McLaren experience with bootanimation, fingerprint animation, wallpapers etc. Found here. Difference to my module: Enables the animation on every boot so it will overwrite your setting if you choose another animation but don't disable the module.
Method 4: Root needed, terminal solution
Open your terminal app of choice
Switch to root by entering
su
Enable the animation by entering
settings put system op_custom_unlock_animation_style 3
Extra: Disable animation at all
You can use any of the above methods
Just replace the value "3" with a non-existent animation number, for example "4" (if future OOS updates add more animations, you need to use a higher value)
Magisk module also available ("no-fp")
Extra: McLaren color theme
Head over to Settings -> Display -> Theme, and set it to "Dark".
Next, tap on "Accent color" and tap on the custom color icon.
Input the hex code "#E0610E" in there.
That's it.
Additional information:
The setting survives reboots.
You might have to try it several times to make it stick after reboots.
Some users reported that they needed to keep the app installed in order to make it stick after reboots when using method 1.
To disable the changes, just enable one of the default fingerprint animations through the settings app. This works the same way for EVERY method.
Hit thanks!

Your post doesn't view right on the XDA app, here's the actual command for others
Code:
adb shell settings put system "op_custom_unlock_animation_style" "3"

OMG. Thank you!

Lartsch said:
Hello,
this is how you can enable the McLaren fingerprint animation from the Oneplus 6T McLaren edition on normal 6T editions without any mods, modules, apps whatsoever.
OOS 9.0.10 is needed since the animation files are included with this verison (you just can't enable it through settings).
Requirements:
OOS 9.0.10
ADB up and running
Steps:
Connect your device and verify your adb connection by using
adb devices
Proceed by entering
adb shell settings put system "op_custom_unlock_animation_style" "3"
All done!
Additional information:
The setting survives reboots.
To disable it again, just enable one of the default fingerprint animations through normal settings.
Click to expand...
Click to collapse
I'll try this out later when I can get to a PC, but thanks man! It would be awesome if someone could make a Magisk module for this, since I have a feeling the animation is going to be removed from later updates for the normal 6t!

H4X0R46 said:
I'll try this out later when I can get to a PC, but thanks man! It would be awesome if someone could make a Magisk module for this, since I have a feeling the animation is going to be removed from later updates for the normal 6t!
Click to expand...
Click to collapse
If you're already rooted check OP, you can do the same with a terminal emulator and root privilege of course.

Lartsch said:
If you're already rooted check OP, you can do the same with a terminal emulator and root privilege of course.
Click to expand...
Click to collapse
......... I love you.... LOL jokes aside, thanks man! That worked! ???

H4X0R46 said:
......... I love you.... LOL jokes aside, thanks man! That worked!
Click to expand...
Click to collapse
Updated OP once more, now with an even easier method
You're welcome!

yes it works

Thanks Buddy For This really Awesome.
Way 1 Is Super Duper Easy and works like charm

Works on 9.0.9 btw
EDIT: I like 2 better tbh

Can't find that line in the app.
OS 9.0.10

Thank you very much. Method 1 with the app works. It took 10 seconds.
EDIT: I'm on 9.0.10, rooted with Magisk, no TWRP. But as the OP stater, NO ROOT IS NEEDED!

That's amazing. Thank you so much!

In the app I can not find that line?

candleworth7808 said:
Can't find that line in the app.
OS 9.0.10
Click to expand...
Click to collapse
I don't have it either, I am on the TMO variant running international 10. don't know if that makes a difference
Sent from my ONEPLUS A6013 using Tapatalk
Update
I ran the command in terminal then opened the app and the line was there twice, I removed the one I entered and changed the Vale to 3 as per instructions and I'm good to go.

If you can't find that line in the app, you can add it in the app yourself.
Simply tap +Add New Setting
Then type
op_custom_unlock_animation_style
Tap save changes
Then enter the value of 3
Tap save changes.
Then go to settings, security, fingerprints, and see McLaren!

@Lartsch Good one mate, I can confirm this works on Open Beta 1 also. You may update the OP :good:
Sent from my OnePlus6T using XDA Labs

Thank you OP.
I used the first method as i m stock and locked. Super easy.
The line wasn't present so as per suggestion i added it and it works perfectly. In settings it shows cosmos, idk why.
Edit - it didn't survive reboot, had to do it again.
Does adb shell method survive reboot?
Edit 2 - on second try it shows McLaren in settings and also survived reboot. I m glad that it works.

App worked but I had to change from default in normal phone settings before the line showed up in app. Thanks OP.

Everything is working flawless but my alert slider isn't showing the notifications of phone mute or vibrate with icon on the main screen but it's working any fixes please

Related

[APP][09/10/2014] Kernel Settings

Small app for adjustment Ultimate Kernel.
http://www.mediafire.com/?9dw5nm5ou9zcp1q
{
"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"
}
How to troubleshoot:
Suppose you installed the app and it does not work. Here are some things to test for:
1. make sure you have the Ultimate Kernel installed
2. make sure you have no other app interfering (Kernel Tuner, Trickster Mod etc.)
3. Make sure the file /system/etc/init.d/99kernel exists
4. Make sure you have busybox installed
dummie999 said:
Nice work! It works as it should except for 1 thing: left->right should be right->left, though this is probably my fault, because I wrote it down the wrong way in the Ultimate Kernel thread
One request: Can you add a button to execute the script (99kernel), so that I don't have to reboot to have the settings applied.
Click to expand...
Click to collapse
Setting is stored immediately. But to apply the changes, restart is required. A correct values ​​are as?
0 - disabled, 1 - enabled, both directions, 2 - enabled, left->right only, 3 - enabled, right->left only
ufonek said:
Setting is stored immediately. But to apply the changes, restart is required. A correct values ​​are as?
0 - disabled, 1 - enabled, both directions, 2 - enabled, left->right only, 3 - enabled, right->left only
Click to expand...
Click to collapse
They are:
0 - disabled, 1 - enabled, both directions, 2 - enabled, right->left only, 3 - enabled, left->right only
Yes, I know settings are stored immediately, but instead of having to restart, it would be nice to have an option to apply the settings right away, without a restart:
Code:
# sh /system/etc/init.d/99kernel
dummie999 said:
They are:
0 - disabled, 1 - enabled, both directions, 2 - enabled, right->left only, 3 - enabled, left->right only
Yes, I know settings are stored immediately, but instead of having to restart, it would be nice to have an option to apply the settings right away, without a restart:
Code:
# sh /system/etc/init.d/99kernel
Click to expand...
Click to collapse
Then it is unnecessary to store 99kernel init.d directory. Can I run the script directly.
Fixed:http://www.mediafire.com/download/9dw5nm5ou9zcp1q/Kernel+Settings+1.apk
ufonek said:
Then it is unnecessary to store 99kernel init.d directory. Can I run the script directly.
Fixed:http://www.mediafire.com/download/9dw5nm5ou9zcp1q/Kernel+Settings+1.apk
Click to expand...
Click to collapse
Works like a charm :highfive:
Hmm great app, but didnt work for me. I set sweep2wake disabled and dt2wake bottom half screen - sweep2wake still works and dt2wake still works on full screen.
I saved my settings and rebot my phone.
I used latest version of ultimate kernel.
CJ Grass said:
Hmm great app, but didnt work for me. I set sweep2wake disabled and dt2wake bottom half screen - sweep2wake still works and dt2wake still works on full screen.
I saved my settings and rebot my phone.
I used latest version of ultimate kernel.
Click to expand...
Click to collapse
Look, if in the system/etc/init.d is created file 99kernel.
Yes, the file was created.
CJ Grass said:
Yes, the file was created.
Click to expand...
Click to collapse
You have other apps interfering (kernel tuner, trickster mod etc.)?
What are the contents of 99kernel?
No, I don't have other apps interfering.
Contents of 99kernel:
#!/bin/sh
echo "3" > /sys/android_touch/sweep2sleep
echo "0" > /sys/android_touch/sweep2wake
echo "2" > /sys/android_touch/doubletap2wake
echo "0" > /sys/kernel/fast_charge/force_fast_charge
Click to expand...
Click to collapse
Also I saw the 99kernel file in storage/emmc/ localization (in main directory) - hmm strange... I deleted the file
CJ Grass said:
No, I don't have other apps interfering.
Contents of 99kernel:
Also I saw the 99kernel file in storage/emmc/ localization (in main directory) - hmm strange... I deleted the file
Click to expand...
Click to collapse
Okay, now run the file by hand (as root):
sh /system/etc/init.d/99kernel
Then, open the file /sys/android_touch/sweep2sleep and read it's value.
both file located in /sys/android_touch/ (sweep2sleep and swee2wake) the value is 1.
but i don't understand how to run by hand "sh /system/etc/init.d/99kernel" ?? where type this? and what is "sh" ??
CJ Grass said:
both file located in /sys/android_touch/ (sweep2sleep and swee2wake) the value is 1.
but i don't understand how to run by hand "sh /system/etc/init.d/99kernel" ?? where type this? and what is "sh" ??
Click to expand...
Click to collapse
With terminal emulator. Just type:
su
sh /system/etc/init.d/99kernel
Then check the values again.
Thank You! Now it works perfect (without restarting phone, value changed to: sweep2sleep 3 and swee2wake 0).
But why the app didn't changing settings? So now when I want to change any settings after that I also must repeat command? and then restart?
CJ Grass said:
Thank You! Now it works perfect (without restarting phone, value changed to: sweep2sleep 3 and swee2wake 0).
But why the app didn't changing settings? So now when I want to change any settings after that I also must repeat command? and then restart?
Click to expand...
Click to collapse
Are you sure you have installed the updated version: http://forum.xda-developers.com/showpost.php?p=55924458&postcount=5
Yes, I downloaded fixed version, but I thing there is an error - both version are the same! check upload date & time from link in 1 post and 5 post...
File size: 313.69 KB
Uploaded: 2014-10-09 12:49:26
data and hours are the same.
So where is the fixed ver?
CJ Grass said:
Yes, I downloaded fixed version, but I thing there is an error - both version are the same! check upload date & time from link in 1 post and 5 post...
File size: 313.69 KB
Uploaded: 2014-10-09 12:49:26
data and hours are the same.
So where is the fixed ver?
Click to expand...
Click to collapse
He updated the download link, so the one you downloaded is probably already the updated version.
If you want to be sure, uninstall, redownload and install the app.
Not Consistent
Hi ! I tried installing Kernel Settings Fixed Version on HTC Desire 500 Dual Sim. It create file as expected but didn't work until phone restart. I tried running 99kernel script by hand. only dt2wake is working. I checked the values. All were as mentioned in thread.
dt2wake works only once. If double tap on screen and don't unlock it and simply press lock button to off the screen. after that double tapping won't wake up the screen/
Majorly I need sweep2sleep. any way to make it work?

ViPER4Android for CM11s and CM12/CM12s Zip + Instructions

PREREQUISITES:
1. Unlocked bootloader.
2. Custom Recovery. (TWRP/CWM)
3. Rooted.
==================== For CM11s ===================
****** Firstly, Getting your phone ready ******
1. Turn off AudioFX/Maxx Audio and disable the app from settings.
2. Install busybox free from play store.
3. Open busybox and let it detect your system fully and then press install. Once install is successful you can remove busybox app.
4. Copy the ViPER4Android folder from the zip you downloaded to the internal SD card of your phone. (It has a Kernel, Profile and DDC folders inside)
****** Secondly, Installing ViPER4Android ******
5. Boot to a custom recovery. TWRP/CWM.
6. Install the viper_v2.3.4.0_kitkat.zip from recovery.
7. Reboot to system.
8. Open ViPER4Android app. It will ask you to select a driver. Choose High Audio Quality.
9. Reboot your phone.
****** Finally. Setup ViPER4Android ******
10. Open ViPER4Android app. Tap the options button on top right corner and Change UI Settings to expert.
11. Now, again tap options button and choose Load effects profile and choose "shubham".
12. Finally, check the driver status from options and see if it says "STATUS: Normal", "AUDIO FORMAT: Supported".
13. That's it. Open Play Music and enjoy the music experience you will never get with any other equalizer.
==================== For CM12/CM12s ===================
****** Firstly, Getting your phone ready ******
1. Turn off AudioFX/Maxx Audio and disable the app from settings.
2. Install busybox free from play store.
3. Install SELinux Changer app from Play store.
4. Open SELinux app and press the permissive button.
5. Open busybox and let it detect your system fully and then press install. Once install is successful you can remove busybox app.
6. Copy the ViPER4Android folder from the zip you downloaded to the internal SD card of your phone. (It has a Kernel, Profile and DDC folders inside)
****** Secondly, Installing ViPER4Android ******
7. Boot to a custom recovery. TWRP/CWM.
8. Install the viper_v2.3.4.0_lollipop.zip AND bacon_cm11s_audio_policy.zip from recovery. (audio policy.conf only for OnePlus One, do not install it on any other device)
9. Reboot to system.
10. Open ViPER4Android app. It will ask you to select a driver. Choose High Audio Quality.
11. Reboot your phone.
****** Finally. Setup ViPER4Android ******
12. Open ViPER4Android app. Tap the options button on top right corner and Change UI Settings to expert.
13. Now, again tap options button and choose Load effects profile and choose "shubham".
14. Finally, check the driver status from options and see if it says "STATUS: Normal", "AUDIO FORMAT: Supported".
15. That's it. Open Play Music and enjoy the music experience you will never get with any other equalizer.
=================== HOW TO UNINSTALL =====================
1. Open ViPER4Android from app drawer and go to options.
2. Choose Disable driver.
3. Reboot phone.
4. Disable the ViPER4Android app from phone settings.
5. Enable the AudioFX/ MaxxAudio from phone settings and turn on the effect.
==================== YOUR LIFE IS CHANGED FOREVER =====================
P.S. It goes without saying, still for the sake of completing purpose of the post I'd say, get a decent earphone/headphone because it does not matter how much more you tweak the equalizer, if you don't have the hardware for it, software is not gonna help.
Cheers!
-Shubham
Great tutorial, I am using blisspop 04/March with AK 128 and after following it v4a was not working for me.
I had to enable the compatibility mode in the menu and reboot again and now it works perfectly.:good:
shubhamgulati91 said:
PREREQUISITES:
1. Unlocked bootloader.
2. Custom Recovery. (TWRP/CWM)
3. Rooted.
==================== For CM11s ===================
****** Firstly, Getting your phone ready ******
1. Turn off AudioFX/Maxx Audio and disable the app from settings.
2. Install busybox free from play store.
3. Open busybox and let it detect your system fully and then press install. Once install is successful you can remove busybox app.
4. Copy the ViPER4Android folder from the zip you downloaded to the internal SD card of your phone. (It has a Kernel, Profile and DDC folders inside)
****** Secondly, Installing ViPER4Android ******
5. Boot to a custom recovery. TWRP/CWM.
6. Install the viper_v2.3.4.0_kitkat.zip from recovery.
7. Reboot to system.
8. Open ViPER4Android app. It will ask you to select a driver. Choose High Audio Quality.
9. Reboot your phone.
****** Finally. Setup ViPER4Android ******
10. Open ViPER4Android app. Tap the options button on top right corner and Change UI Settings to expert.
11. Now, again tap options button and choose Load effects profile and choose "shubham".
12. Finally, check the driver status from options and see if it says "STATUS: Normal", "AUDIO FORMAT: Supported".
13. That's it. Open Play Music and enjoy the music experience you will never get with any other equalizer.
==================== For CM12/CM12s ===================
****** Firstly, Getting your phone ready ******
1. Turn off AudioFX/Maxx Audio and disable the app from settings.
2. Install busybox free from play store.
3. Install SELinux Changer app from Play store.
4. Open SELinux app and press the permissive button.
5. Open busybox and let it detect your system fully and then press install. Once install is successful you can remove busybox app.
6. Copy the ViPER4Android folder from the zip you downloaded to the internal SD card of your phone. (It has a Kernel, Profile and DDC folders inside)
****** Secondly, Installing ViPER4Android ******
7. Boot to a custom recovery. TWRP/CWM.
8. Install the viper_v2.3.4.0_lollipop.zip AND bacon_cm11s_audio_policy.zip from recovery. (audio policy.conf only for OnePlus One, do not install it on any other device)
9. Reboot to system.
10. Open ViPER4Android app. It will ask you to select a driver. Choose High Audio Quality.
11. Reboot your phone.
****** Finally. Setup ViPER4Android ******
12. Open ViPER4Android app. Tap the options button on top right corner and Change UI Settings to expert.
13. Now, again tap options button and choose Load effects profile and choose "shubham".
14. Finally, check the driver status from options and see if it says "STATUS: Normal", "AUDIO FORMAT: Supported".
15. That's it. Open Play Music and enjoy the music experience you will never get with any other equalizer.
=================== HOW TO UNINSTALL =====================
1. Open ViPER4Android from app drawer and go to options.
2. Choose Disable driver.
3. Reboot phone.
4. Disable the ViPER4Android app from phone settings.
5. Enable the AudioFX/ MaxxAudio from phone settings and turn on the effect.
====================YOUR LIFE IS CHANGED FOREVER =====================
P.S. It goes without saying, still for the sake of completing purpose of the post I'd say, get a decent earphone/headphone because it does not matter how much more you tweak the equalizer, if you don't have the hardware for it, software is not gonna help.
Cheers!
-Shubham
Click to expand...
Click to collapse
Hi...Im unable to select the profile..nothing is popping up for CM11S
Please help me on this
Thanks
Naveen M
For CM12, is it really a must to choose high quality audio and not super high audio when prompted?
EDIT: Btw, its finally working, thanks a lot! Tested on CM12 20150312-nightly with Poweramp. Just make sure you disable the Direct Volume Control under Settings > Audio > Audio Focus in Poweramp and turn off ALL the Equ, Tone, Limit buttons under the EQ.
mnaveen38 said:
Hi...Im unable to select the profile..nothing is popping up for CM11S
Please help me on this
Thanks
Naveen M
Click to expand...
Click to collapse
Do not quote the OP.
Copy the Viper4Android folder in the attached zip to the root folder of your OPO. Re check Viper, this time you will see the profile.
cr0wnest said:
For CM12, is it really a must to choose high quality audio and not super high audio when prompted?
EDIT: Btw, its finally working, thanks a lot! Tested on CM12 20150312-nightly with Poweramp. Just make sure you disable the Direct Volume Control under Settings > Audio > Audio Focus in Poweramp and turn off ALL the Equ, Tone, Limit buttons under the EQ.
Click to expand...
Click to collapse
Thanks for reporting.
High audio quality is adequate. I have all audio files in 320kbps and High quality driver plays them perfectly. You might use Superior Audio driver if you have audio with higher bit rates. But battery consumption will slightly increase.
Working on Xperia SP running Resurrection remix rom (based on 5.1). Much better speaker volumes than came default with rom. However, I had to enable compatibility mode. Anyways, Good Job. Thanks
sagnikd96 said:
Working on Xperia SP running Resurrection remix rom (based on 5.1). Much better speaker volumes than came default with rom. However, I had to enable compatibility mode. Anyways, Good Job. Thanks
Click to expand...
Click to collapse
how did you exactly ??.. because I am on this rom too. but I can not seem to install viper..I have a problem with the first steps .I can not seem to choose the option (permissive) selinux..in option with the phone it is noted that selinux is disabled.
NYGGAZ said:
how did you exactly ??.. because I am on this rom too. but I can not seem to install viper..I have a problem with the first steps .I can not seem to choose the option (permissive) selinux..in option with the phone it is noted that selinux is disabled.
Click to expand...
Click to collapse
So, your problem is to set selinux as permissive.
Easy way, if you are on unlocked bootloader, flash tangerine kernel for 5.1.
Wee bit harder way, open terminal emulator, and type the following code:
su
setenforce 0
sagnikd96 said:
so, your problem is to set selinux as permissive.
Easy way, if you are on unlocked bootloader, flash tangerine kernel for 5.1.
Wee bit harder way, open terminal emulator, and type the following code:
Su
setenforce 0
Click to expand...
Click to collapse
{
"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"
}
I installed as you told me .. but I still even message..I does not understand. on the other version of Roma , selinux functioned very well.
NYGGAZ said:
View attachment 3252416View attachment 3252417
I installed as you told me .. but I still even message..I does not understand. on the other version of Roma , selinux functioned very well.
Click to expand...
Click to collapse
Oh right. So RR has selinux disabled out of the box. Meaning you need not worry about changing it to permissive because it isn't even there. So, you can just continue with the remaining steps.
sagnikd96 said:
Oh right. So RR has selinux disabled out of the box. Meaning you need not worry about changing it to permissive because it isn't even there. So, you can just continue with the remaining steps.
Click to expand...
Click to collapse
I don't have this option ...[emoji24]
shubhamgulati91 said:
Do not quote the OP.
Copy the Viper4Android folder in the attached zip to the root folder of your OPO. Re check Viper, this time you will see the profile.
Click to expand...
Click to collapse
can you attach screenshots of your settings ?
also do we have to enable v4a speaker fx and force enable v4a both ?
NYGGAZ said:
View attachment 3252604 I don't have this option ...[emoji24]
Click to expand...
Click to collapse
Looks like you didn't follow the steps well. First you have to copy the folder inside (not the whole folder containing the zips) to your internal sd. Then flash the zip and install the apk.
sagnikd96 said:
Looks like you didn't follow the steps well. First you have to copy the folder inside (not the whole folder containing the zips) to your internal sd. Then flash the zip and install the apk.
Click to expand...
Click to collapse
thank you very much my friend[emoji6] . would you have a few tips to increase the overall phone sounds .because I noticed that notifications and ringtones are not high.
NYGGAZ said:
thank you very much my friend[emoji6] . would you have a few tips to increase the overall phone sounds .because I noticed that notifications and ringtones are not high.
Click to expand...
Click to collapse
Make a backup and try flashing this.
http://d-h.st/ygz5
This isn't my work, the OP is http://forum.xda-developers.com/showthread.php?t=2634729
sagnikd96 said:
Make a backup and try flashing this.
http://d-h.st/ygz5
This isn't my work, the OP is http://forum.xda-developers.com/showthread.php?t=2634729
Click to expand...
Click to collapse
it works very very well[emoji2] .. a big thank you my friend. you are a boss[emoji6]
Hey,
this should work on 5.1 as well, right?
I followed your steps and got this:
just4u32 said:
Hey,
this should work on 5.1 as well, right?
I followed your steps and got this:
Click to expand...
Click to collapse
The screenie didn't load
and yes it works on 5.1
Hi!
Could you please explain what SELinux does and if it possible to install without it?
Seems the app is removed from Play Store and i found this https://www.reddit.com/r/Android/comments/33ss02/psa_google_play_now_warning_users_to_uninstall/
Official install guide doesn't need it as well: http://vipersaudio.com/blog/?page_id=52

(Q) Manually install xposed.

I dont have a custom recovery to be able to flash the installation .zip file.
I do have root access, I have tried to manually by push the files to the correct location with correct permissions.
but it results in a bootloop.
I currently trying it on my Meizu mx4 with lollipop 5.0.1.
It used how to work without issues on K.K
Im trying it with the xposed-sdk21-arm-20150430.zip
with Xpossed 3.0 alpha2
Things I have tried.
http://bbs.flyme.cn/thread-245435-1-1.html
http://bbs.flyme.cn/thread-240899-1-1.html
Anyone have any ideas on how to get this working please
Thank you.
Did a quick search and found this:
http://forum.xda-developers.com/meizu-mx/general/mx4-flashing-recovery-t3102402
Hope that helps!
Djlatino said:
Did a quick search and found this:
http://forum.xda-developers.com/meizu-mx/general/mx4-flashing-recovery-t3102402
Hope that helps!
Click to expand...
Click to collapse
I'm not asking for a custom recovery, I know about the situation of meizu and not being open source that way.
I'm asking for a way to install Xposed successfully without a custom recovery by manually pushing the files etc.
But thank you.
If you read that thread, you'll note that in order to flash anything to begin with, you're going to need the recovery emulator "FlashGordon".
http://forum.xda-developers.com/showthread.php?t=2250555
^Spoonfeedin'
Djlatino said:
If you read that thread, you'll note that in order to flash anything to begin with, you're going to need the recovery emulator "FlashGordon".
http://forum.xda-developers.com/showthread.php?t=2250555
^Spoonfeedin'
Click to expand...
Click to collapse
I appreciate the help, I knew a app was about that could flash .zips without recovery, I will try it out.
Unfortunately it didnt work, didnt change any files in /system
punkmonkey1984 said:
I appreciate the help, I knew a app was about that could flash .zips without recovery, I will try it out.
Unfortunately it didnt work, didnt change any files in /system
Click to expand...
Click to collapse
The alternative approach is manually copying and pasting the zip files to the appropriate folders but I don't know what permissions you have to set for each of them besides the standard 664, so I apologize for not finding a solution, but I have a tablet that is pretty much in ter same ballpark as the MX4 so I'll monitor this thread!
Djlatino said:
The alternative approach is manually copying and pasting the zip files to the appropriate folders but I don't know what permissions you have to set for each of them besides the standard 664, so I apologize for not finding a solution, but I have a tablet that is pretty much in ter same ballpark as the MX4 so I'll monitor this thread!
Click to expand...
Click to collapse
I have tried to do that also, its working on the mx4 pro, but that has a different cpu chip.
Watch the video on this thread :http://bbs.flyme.cn/thread-240899-1-1.html
It explains how to copy/paste to the correct places.
Hopefully it works for you.
punkmonkey1984 said:
I have tried to do that also, its working on the mx4 pro, but that has a different cpu chip.
Watch the video on this thread :http://bbs.flyme.cn/thread-240899-1-1.html
It explains how to copy/paste to the correct places.
Hopefully it works for you.
Click to expand...
Click to collapse
http://forum.xda-developers.com/general/paid-software/flashfire-t3075433
Check out flashfire, it seems to be more active than flashgordon.
Thanks for the link btw.
Djlatino said:
http://forum.xda-developers.com/general/paid-software/flashfire-t3075433
Check out flashfire, it seems to be more active than flashgordon.
Thanks for the link btw.
Click to expand...
Click to collapse
Seems to have better support, coming from Chainfire etc, but it just results in black screen without progress.
Will keep searching for a solution tomorrow.
Ok, can get it to show installed, but after I reboot it is just resulting in bootloops.
Anyone have a solution!
{
"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"
}
punkmonkey1984 said:
Ok, can get it to show installed, but after I reboot it is just resulting in bootloops.
Anyone have a solution!
Click to expand...
Click to collapse
Same, got it installed, but boot loops for days.
Thank you based rovo for the Safe Mode
Djlatino said:
Same, got it installed, but boot loops for days.
Thank you based rovo for the Safe Mode
Click to expand...
Click to collapse
I did manage to get it installed and working without issues.
Follow the guide here: http://bbs.flyme.cn/forum.php?mod=viewthread&tid=254959&page=1&extra=#pid3301122
Files link: http://pan.baidu.com/s/1hq1pPUs
Basic chinese-> English:
1: Extracting installation charm Andrews 5.0 toolkit installation kingroot4.0 Mobile, the phone root, generally a few minutes to resolve.
2: the tmp folder, RE Manager copied to the system root directory, modify ub.sh tick all permissions.
3: Install a terminal emulator, open a terminal emulator to enter expert mode, choose Terminal Emulation, SU checkbox ticked above,
After entering sh /tmp/ub.sh carriage return (later sh space), etc. output stop after a while you can exit the terminal emulator.
4: Install xposed installer.apk, installation charm toolbox, open frame - module check Charm toolbox restart into effect.
I got it installed by wiping my data and trying on a fresh install before doing anything else, hopefully you wont have to do that.
Try removing all xposed related apps/modules before trying and rebooting/ clear catches before.
I used superSU not King user. Ignore charm-toolbox, thats a meizu flyme related module like gravity-box.
Follow the guide, then install xposed installer, mine didnt install, so i pushed in manually to /data/app with correct permissions then rebooted. I think it rebooted first time.
But a couple of times i have had to reboot by holding the power button for 10s because its gone into bootloop when activating new modules, but after it comes back on.
I got it to work another way, but my device is completely different.
What I did was install the installer, but right after I followed these instructions:
n root browser:
go to the /data/data/de.robv.android.xposed.installer/ and create folder "conf" (permissions rwxrwxrwx)
in folder "conf" create the file "jit_reset_offset" (permissions rw-r--r--)
Download Terminal Emulator, install and open it. Then:
type "su"
type "echo 0x98 > /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset"
Reboot the tablet.
Open Xposed Installer, install framework, reboot.
Click to expand...
Click to collapse
I gave that offset a shot and it luckily worked on mine. Unfortunately, the only way of getting the "offset" code is by analyzing some lib file, which I have yet to find out how to do. That being said, you can always try 0x98 a try as it seems to work on many. The default AOSP is 0x78, and some even have it as 184.
This does, however, fix most of the issues with "unsupported" devices out there, that seems to be the solution from rovo all the time.
punkmonkey1984 said:
I did manage to get it installed and working without issues.
Follow the guide here: http://bbs.flyme.cn/forum.php?mod=viewthread&tid=254959&page=1&extra=#pid3301122
Files link: http://pan.baidu.com/s/1hq1pPUs
Basic chinese-> English:
1: Extracting installation charm Andrews 5.0 toolkit installation kingroot4.0 Mobile, the phone root, generally a few minutes to resolve.
2: the tmp folder, RE Manager copied to the system root directory, modify ub.sh tick all permissions.
3: Install a terminal emulator, open a terminal emulator to enter expert mode, choose Terminal Emulation, SU checkbox ticked above,
After entering sh /tmp/ub.sh carriage return (later sh space), etc. output stop after a while you can exit the terminal emulator.
4: Install xposed installer.apk, installation charm toolbox, open frame - module check Charm toolbox restart into effect.
I got it installed by wiping my data and trying on a fresh install before doing anything else, hopefully you wont have to do that.
Try removing all xposed related apps/modules before trying and rebooting/ clear catches before.
I used superSU not King user. Ignore charm-toolbox, thats a meizu flyme related module like gravity-box.
Follow the guide, then install xposed installer, mine didnt install, so i pushed in manually to /data/app with correct permissions then rebooted. I think it rebooted first time.
But a couple of times i have had to reboot by holding the power button for 10s because its gone into bootloop when activating new modules, but after it comes back on.
Click to expand...
Click to collapse
I have installed xposed today by a very similar way that I have made but I am not sure if xposed totally installed.
Do you think that it is really installed?
I also have tried with the method of the chinese forum and the result is the same (basicaly is the same as my procedure).
There is any module to check it is really working? As you see I dont use much xposed
iicc said:
I have installed xposed today by a very similar way that I have made but I am not sure if xposed totally installed.
View attachment 3324770
Do you think that it is really installed?
I also have tried with the method of the chinese forum and the result is the same (basicaly is the same as my procedure).
There is any module to check it is really working? As you see I dont use much xposed
Click to expand...
Click to collapse
Flyme tools still works.
Did you encounter any bootloops?
You could try this one if your having trouble (not tested myself)
http://bbs.flyme.cn/thread-258466-1-1.html
punkmonkey1984 said:
Flyme tools still works.
Did you encounter any bootloops?
You could try this one if your having trouble (not tested myself)
http://bbs.flyme.cn/thread-258466-1-1.html
Click to expand...
Click to collapse
No bootloops so far.
[emoji33] [emoji33] thats the cofface cwm, I thought it didnt worked and the project was abandoned
iicc said:
No bootloops so far.
[emoji33] [emoji33] thats the cofface cwm, I thought it didnt worked and the project was abandoned
Click to expand...
Click to collapse
I'm not sure, I think it's only temporary cwm, I think it reverts back to the stock one after a reboot.

[ROM][UNOFFICIAL][11][R]LineageOS 18.1 for z5c (suzuran)

Hi all:
Here is a LineageOS 18.1 ROM for Z5 compact (suzuran).
New: ROM with microG apk's included in priv-app:
Download 2023-06-12
Please pay attention: microG can't coexist with GApps! So decide whether to install microG OR GApps!
If you want to remove microG, enter these command line by line in a terminal:
Code:
adb root
adb shell
mount -o remount,rw /
rm /system/priv-app/DroidGuard/DroidGuard.apk
rm /system/priv-app/FakeStore/FakeStore.apk
rm /system/priv-app/GmsCore/GmsCore.apk
rm /system/priv-app/GsfProxy/GsfProxy.apk
exit
Reboot!
Or flash this microG-remover.
This is a 7z archive with the zip'ed ROM and the md5 file in it. Please unpack this archive, copy the included two files somewhere to your device, reboot into TWRP and flash this zip file. Enable md5sum checking. The zip file itself is not signed, so you have to disable zip verification.
Kernel sources
Tree sources
Features:
OS Version: 11 (R)
Kernel: Linux 3.10
Kernel 3.10.108
New: Android security patch level: 5 June 2023
Using Sony blob's from stock version 32.4.A.1.54
Important informations:
You should be familiar with general installation of custom ROMs.
Required for installation: TWRP 3.2.1 (pick the version from 2018-02-23!!!)
OR use my self built TWRP-version 3.6.2!
This ROM needs a clean install, old /data may cause problems!
This ROM is NOT pre-rooted. For rooting you can use Magisk.
It is highly recommended that your device is running (or HAS RUN in the past!) the latest stock ROM from Sony (32.4.A.1.54) before flashing this ROM.
Otherwise the baseband files may not match.
Working:
Audio
Bluetooth
Camera (with the restriction to 8 MP); both built-in camera (Snap) and 3-rd party camera apps.
Camera2 may be a little bit laggy, please use 3-rd party camera app instead; for example OpenCamera. If you're running into errors, please report.
Enforced SELinux support
Fingerprint
FM-Radio (maybe it needs a few restarts before it's working)
GApps (MindTheGApps 11 arm64)
German app AusweisApp2
GPS
Headset
Hotspot
LiveDisplay
Location services
Notifications
Notification LED
Offline charging
Phone calls
Reboot into recovery and bootloader
SafetyNet test passed successfully
Signed build
SMS
Sounds
Torch
WiFi
...please tell me...
These things are NOT (or badly) working:
Encryption
Camera focus at low distances.
Payment
Streaming (mirroring)
VoLTE
Maybe some more things are not working.Please tell me...
Use this ROM at your own risk! It comes without any warranty! I'm not responsible for any damage! If you don't agree with that, don't try to flash this ROM in any way.
Benefits:
Added Aurora-Store, F-Droid and UnifiedNLP! If you don't want this, simply de-install it.
I've set maximum speaker volume to a higher value.
I've increased microphone gain.
I've changed the microfone gain to avoid echo in phone calls.
Changelog
Troubleshooting:
If you're running into an error, please search in this thread if this error is already posted, before you post it again!
If not, I need a LOG to see what went wrong. Without a LOG I can't help you!
A LOG can be fetched by connecting the device with an USB cable to your PC and then by typing these commands line by line:
Code:
adb root
adb shell logcat -b all -d > logcat
Send my this LOG file via PM.
If you think this could be a SELinux related issue, please try to set the device to permissive mode first.
If the issue is gone, I need the policy file too (plus LOG). Fetch it by typing this line in a terminal:
Code:
adb pull /sys/fs/selinux/policy
If you stuck in a bootloop you can fetch a LOG with this trick:
Press the power button and the volume up button together until the device shuts down.
HOLD the power button.
Release the volume up button and press the volume down button immediately after releasing the volmue up button.
The device should start into TWRP recovery.
Tap on "Advanced", then on "Terminal" and enter these commands line by line:
Code:
cd sys/fs/pstore
cp * /sdcard
Send me the copied file(s), if any, via PM.
One last request:
Please, do not ask about problems for which my ROM is not responsible.
From now on I will only react to problems that I can reproduce and that are caused by my ROM.
I'm sorry for that, but I'm developing this ROM in my spare time and I still have a normal life.
If you want to remove apps, that are available in much better variants (or that you don't need ), enter these lines one by one in a terminal:
Code:
adb root
adb shell
mount -o remount,rw /
rm -rf /system/product/app/Email
rm -rf /system/product/app/Exchange2
rm -rf /system/product/app/Jelly
rm -rf /system/product/app/Recorder
rm /system/product/priv-app/Eleven/Eleven.apk
rm /system/system_ext/priv-app/Gallery2/Gallery2.apk
"Email" is the built-in E-Mail app, I've replaced it with K-9 Mail
"Jelly" is the built-in browser, I've replaced it with Firefox
"Eleven" is the built-in music-app, I've replaced it with poweramp
"Gallery2" is the built-in picture gallery, I've replaced it with simple gallery pro
Don't forget to reboot!
Hello,
Thanks for updating the ROM!
The performance is about the same (maybe a bit faster), and everything works OK.
However hotspot is still not working for me.
litelinux said:
However hotspot is still not working for me.
Click to expand...
Click to collapse
Oh, I'm sorry, I haven't answered your post in the los18 thread.
I'll take a look at it asap.
I'm using this ROM since some hours now and I have to say, that it's working very good. Better that expected. The device is not getting warm (or hot) and the battery comsumption is very low.
I'll take a closer look at this for some days now.
If the overall performance is convincing, I will delete the "BETA" status...
Is the "Recent Apps" button in the nav bar working?
I just installed this rom, but that button is not working.
Maybe app switcher is missing.
esrevinu said:
Is the "Recent Apps" button in the nav bar working?
I just installed this rom, but that button is not working.
Maybe app switcher is missing.
Click to expand...
Click to collapse
Working for me.
{
"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"
}
(Posted on accident, please delete)
@litelinux Thank you for the answer.
I had installed NikGapps full version. It seems that some gapps made that trouble. With NikGapps core, I can use "Recent Apps" button.
But, even NikGapps core version seems to cause unexpected reboots if micro SD card is set as phone storage(adopted storage), not potable storage.
And, is it normal that the fingerprint reader works when the screen is off?
Hello,
Animations are not as smooth as in Android 10, such as:
Opening/closing recents
Notification panel
Background grayout of popup boxes
Horizontal scrolling
Not sure what the problem is...
Sorry for repeating this but I really hope it would be solved.
esrevinu said:
And, is it normal that the fingerprint reader works when the screen is off?
Click to expand...
Click to collapse
I can't confirm that at my device.
litelinux said:
Animations are not as smooth as in Android 10
Click to expand...
Click to collapse
Maybe because it's still in development state? At my device, for example, the fingerprint reader is not working when the device had been in deep sleep mode for a longer time. Then I have to unlock it by using the "normal" swipe...
esrevinu said:
And, is it normal that the fingerprint reader works when the screen is off?
Click to expand...
Click to collapse
Berni-0815 said:
At my device, for example, the fingerprint reader is not working when the device had been in deep sleep mode for a longer time. Then I have to unlock it by using the "normal" swipe...
Click to expand...
Click to collapse
Both are present on my device.
litelinux said:
Both are present on my device.
Click to expand...
Click to collapse
That's right. Something must have been messed up! I have to investigate it more.
Berni-0815 said:
That's right. Something must have been messed up! I have to investigate it more.
Click to expand...
Click to collapse
You need to cherrypick this commit
Keyguard: Allow disabling fingerprint wake-and-unlock · LineageOS/[email protected]
* When the fingerprint sensor is embedded in the power key, wake-and-unlock is total chaos. Add an option to disable it. * The default behavior is unchanged. Change-Id: I50c0a857daba92c17470d...
github.com
Hello,
Thanks for the ROM,
I installed this version, it works fine at the moment.
Indeed, the photo lag application but by installing open camera it's OK.
On the other hand, the resolution of the camera is at the maximum at 8.3MP.
You also have this resolution blocked?
With lineage OS 14 I was at 23MP
esrevinu said:
You need to cherrypick this commit
Click to expand...
Click to collapse
Thanks. I've already seen that there have been made changes in that files. But unfortunately there have been made so much changes that a simple cherry-pick is not possible! I've tried to manually change these files and I'm hoping, it works.
I will report....
FRFaucigny said:
On the other hand, the resolution of the camera is at the maximum at 8.3MP.
You also have this resolution blocked?
With lineage OS 14 I was at 23MP
Click to expand...
Click to collapse
I've blocked nothing! AFAIK the maximum resolution of the built-in sensor is 8,3MP and the resolution of 23MP is realized by software upscaling. Try to take a photo of the same object with 8,3MP and 23MP and compare them. I for myself have never seen any difference.
So, for me 8,3MP is fine..
Bummer. I was hoping root install for F-Droid would be fix by now.
You're right! I haven't tested if the so called "FDroidPrivilegedExtension" can be used in this version. I'll try it next.
Is that what you're meaning?

[OOS 11] Fix: Enable AOD, Re-enable DC Dimming & Removing OnePlus Login Option In Settings

I've just upgraded to OOS 11 on my OP7T Pro and noticed two major things: DC dimming isn't an option anymore (might be fixed in the future) and for some reason my EU firmware shows a OnePlus account login at the top of the Settings app.
Pre-requisites for everything​Without root
Use a PC with ADB (plenty of tutorials online)
Enable ADB debugging in dev settings of your device
(tap on the OOS 11 version number multiple times to enable dev settings)
With root
Use a terminal like Terminal Emulator and paste the code line without "adb shell".
Enable Always On Display (requires root)​The Always On Display works on OOS 11.0.0 stable but is disabled by default. @Quinny899 found a way to enable it on the Open Beta which still works on the stable build.
Make sure you have root access via ADB (e.g. enable it in Magisk Manager) or give Terminal Emulator root access once it requests it.
On your PC using ADB type:
Code:
adb shell
su
setprop sys.aod.debug_support_always_on 1
pkill systemui
Done. Now go to Settings > Display > Ambient Display > Always on ambient display and enable it.
Note that it doesn't survive a reboot. To fix that use his tutorial at the link down below. Our community even made a Magisk module for it making it very easy ​​Link: https://forum.xda-developers.com/t/...bient-display-on-oxygen-os-11-beta-1.4222275/​​What it does? It first asks for root permissions ("su") and then sets a prop that tells OOS to allow the AOD setting to be shown. At the end we restart SystemUI to allow the changes to be applied.​​​
Fixing DC dimming​Variant #1
On your PC using ADB type:
Code:
adb shell
settings put system oneplus_dc_dimming_value 1
Done. To disable change "1" to "0".
What it does? It sets the variable for DC dimming to 1 (enabled) or to 0 (disabled). Variant 2 does the same thing but it is accessed by opening up a hidden panel. As both require ADB this one is quicker and easier.​
Spoiler: Variant 2 (old method)
On your PC using ADB type:
Code:
adb shell
am start-activity -a oneplus.intent.action.ONEPLUS_LAB_FEATURE_DETAILS -e oneplus_lab_feature_key oneplus_dc_dimming_value
The settings panel for DC dimming will now start on your device
Enable or disable it as you please
What it does? It starts the part of the OnePlus Lab that contains DC dimming. It is still there but for some reason it is hidden. The command will start the panel and let you enable or disable it.​
​
Removing the OnePlus "Login in to account" Option in Settings​
On your PC using ADB type:
Code:
adb shell
pm uninstall --user 0 com.oneplus.account
Close the Settings app and thank me later
What it does? It removes the culprit (the app "com.oneplus.account") from the user space. Meaning it will act as it is uninstalled for your user account. If you use multiple user accounts on one device you need to do that for each user account. It could affect other OnePlus apps like the Community app so be aware. It is never truly removed as it is a system app.​
Re-adding the app is easy. Use:
Code:
adb shell
cmd package install-existing com.oneplus.account
{
"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"
}
"Log in to account" is added sometimes. The old way was to remove the /data/india/india.img file but on OOS 11 it doesn't exist.
I'm not sure if the EU version should even contain this but it is still annoying to some as it sits above all important settings options.
Please note: I'm not responsible for anything you do to your device. You use these tutorials at your own risk. Also note although I'm a moderator, this thread is neither official nor in any way more or less trustworthy than any other contribution by other awesome members!
Works perfectly on rooted stable OOS11 on oneplus 7T.
Thanks a bunch bruh!
How to enable phone record?
Hi,
i am new to this forum and i have a quick question regarding 'enable always on display' below. i follow the link below and read member 'Quinny899' created a module 'aod.zip' to make this easier for everyone.
i downloaded and extracted the aod.zip but it does not come with instructions on how to implement it.
would someone be kind enough to provide instructions what to do after extracting the aod.zip
many thanks!!!
Enable Always On Display (requires root)​The Always On Display works on OOS 11.0.0 stable but is disabled by default. @Quinny899 found a way to enable it on the Open Beta which still works on the stable build.
Make sure you have root access via ADB (e.g. enable it in Magisk Manager) or give Terminal Emulator root access once it requests it.
On your PC using ADB type:
Code:
adb shell
su
setprop sys.aod.debug_support_always_on 1
pkill systemui
Done. Now go to Settings > Display > Ambient Display > Always on ambient display and enable it.
Note that it doesn't survive a reboot. To fix that use his tutorial at the link down below. Our community even made a Magisk module for it making it very easy
Link: https://forum.xda-developers.com/t/...bient-display-on-oxygen-os-11-beta-1.4222275/
Both of these methods work perfectly on my rooted 7T with latest OOS11 stable, bugfree smooth aff. Termux and magisk is all you need. I'm grateful that I'm not among those reddit crybabies, who cry over this **** all the time and are too afraid to root their phones.
Thanks a bunch devs!
joEmonkey351 said:
Hi,
i am new to this forum and i have a quick question regarding 'enable always on display' below. i follow the link below and read member 'Quinny899' created a module 'aod.zip' to make this easier for everyone.
i downloaded and extracted the aod.zip but it does not come with instructions on how to implement it.
would someone be kind enough to provide instructions what to do after extracting the aod.zip
many thanks!!!
Enable Always On Display (requires root)​The Always On Display works on OOS 11.0.0 stable but is disabled by default. @Quinny899 found a way to enable it on the Open Beta which still works on the stable build.
Make sure you have root access via ADB (e.g. enable it in Magisk Manager) or give Terminal Emulator root access once it requests it.
On your PC using ADB type:
Code:
adb shell
su
setprop sys.aod.debug_support_always_on 1
pkill systemui
Done. Now go to Settings > Display > Ambient Display > Always on ambient display and enable it.
Note that it doesn't survive a reboot. To fix that use his tutorial at the link down below. Our community even made a Magisk module for it making it very easy
Link: https://forum.xda-developers.com/t/...bient-display-on-oxygen-os-11-beta-1.4222275/
Click to expand...
Click to collapse
You're supposed to flash it from magisk manager, after applying the mentioned command in Terminal manager/adb shell.
Is there really no way to get DC dimming back? I really miss that feature already
iKlutz said:
Is there really no way to get DC dimming back? I really miss that feature already
Click to expand...
Click to collapse
If you read the op it works there is just no switch
toolhas4degrees said:
If you read the op it works there is just no switch
Click to expand...
Click to collapse
Re-read the OP my man. Dc dimming is gone in latest OS11 update. Another great feature that vanished was the manual screen rotate button that would appear if you turned the screen sideways. Hopefully further updates will put them back.
Works on OP7P
Great tip for removing the Log in to Oneplus Account stuff, thanks.
Removing the OnePlus login from settings is failing for me. Rooted, oos 11.0.2
$ pm uninstall --user 0 com.oneplus.account
cmd: Failure calling service package: Failed transaction (2147483646)
edit: above failure was entering the command via Termux. Connecting to a pc via abd and entering the commands
Code:
pm uninstall --user 0 com.oneplus
and
Code:
pm uninstall --user 0 com.oneplus.account
did the trick.
I am not completely sure if this is the right place to ask but - are there a similar way to replace the leftmost screen with OnePlus Shelf instead of Google Discover. (using the ADB)
Some people have:
- toggle switch on that page to choose which one they prefer (Shelf or Google)
- (or) a setting in OnePlus Launcher where to enable the leftmost screen and also specify if you want it to be the (Shelf or Google)
What I imagine is that there should be a hidden setting which can do that, and that can be altered through ADB. Could someone please help me find it? Or share another way to make the OnePlus shelf as the leftmost screen? I am using OnePlus 8.
Is it possible to remove "Tips & Support" from the settings menu? On OOS10 this is a useless function as there is no OOS10 support anymore and nothing is displayed in this menu. Maybe there is some ADB command to remove it? I found nothing on the internet about this.

Categories

Resources