[Magisk Module] Disable camera and screenshot sound - Google Pixel 3a Themes, Apps, and Mods

Attached is a simple magisk module to disable the camera shutter and screenshot sound.
It replaces camera_click.ogg with a blank file.
Camera shutter and screenshot both use the same sound file; this disables both the camera shutter and screenshot sound.

You can also just turn it off in the camera settings...

RikRong said:
You can also just turn it off in the camera settings...
Click to expand...
Click to collapse
But you cannot disable the screenshot sound. This is the reason I created the module.

creeve4 said:
But you cannot disable the screenshot sound. This is the reason I created the module.
Click to expand...
Click to collapse
Mine doesn't make a noise when I have the phone on vibrate or silent. Maybe it's dependent on the carrier model of the phone?
I'm also not trying to downplay your work, I just figured some people won't root, so they might want to know you can disable the sound in the camera settings.

RikRong said:
Mine doesn't make a noise when I have the phone on vibrate or silent. Maybe it's dependent on the carrier model of the phone?
I'm also not trying to downplay your work, I just figured some people won't root, so they might want to know you can disable the sound in the camera settings.
Click to expand...
Click to collapse
I was told many years ago, that in some regions, by law, cameras should make a sound. Maybe phones in those regions have the option to disable the sound locked out/removed?

Big thank you, mate. Even in India where there is no law prohibiting silent screenshot and silent photography, Google completely removes the option to silence camera shutter sound. No VPN or mock location helps here because this is based on the inserted SIM card.
Earlier, the only option to silence camera shutter was to go to /data/data/com.google.android.GoogleCamera/shared_prefs/com.google.android.GoogleCamera_preferences.xml
then change this value to 0:
<string name="pref_camera_sounds_key">0</string>
<string
But inexplicably, the value would nastily reset to 1 from time to time and you would get a rude sound when expecting a silent camera shot.
Thanks to OP, I just extracted his zip and replaced the original /system/product/media/audio/ui/camera_click.ogg
with OP's camera_click.ogg which in fact can be created easily as a new empty file.
Thanks to OP once again from the world of chains and fetters, gags and censors!

Toilet Paper said:
I was told many years ago, that in some regions, by law, cameras should make a sound. Maybe phones in those regions have the option to disable the sound locked out/removed?
Click to expand...
Click to collapse
I believe that's only in japan
Sent from my Pixel 3a using Tapatalk

MikeC84 said:
I believe that's only in japan
Click to expand...
Click to collapse
It is in the US as well... Section 3a:
3.
Audible Sound Standard
(a)
Requirement
Beginning 1 year after the date of enactment of this Act, any mobile phone containing a digital camera that is manufactured for sale in the United States shall sound a tone or other sound audible within a reasonable radius of the phone whenever a photograph is taken with the camera in such phone. A mobile phone manufactured after such date shall not be equipped with a means of disabling or silencing such tone or sound.
https://www.congress.gov/bill/111th-congress/house-bill/414
So it is kinda funny we can silence here in the US, but other countries that don't have this law can't.

Uzephi said:
It is in the US as well... Section 3a:
3.
Audible Sound Standard
(a)
Requirement
Beginning 1 year after the date of enactment of this Act, any mobile phone containing a digital camera that is manufactured for sale in the United States shall sound a tone or other sound audible within a reasonable radius of the phone whenever a photograph is taken with the camera in such phone. A mobile phone manufactured after such date shall not be equipped with a means of disabling or silencing such tone or sound.
https://www.congress.gov/bill/111th-congress/house-bill/414
So it is kinda funny we can silence here in the US, but other countries that don't have this law can't.
Click to expand...
Click to collapse
Interesting. What I did notice it is that you can't control the volume of the shutter audio clip. However, on my old phone Windows 10 Mobile device it would follow the Media volume, and the shutter sound was more of a nice high-resolution dim 'click' sound which sounds as if there is an actual mechanical part in the phone (someone at MS had too much fun perfecting this). Shame you can't configure any of it under Android, at least with the PIxel camera app, I should say.

Can screenshot sounds be disabled through adb commands for non root users?

Toilet Paper said:
I was told many years ago, that in some regions, by law, cameras should make a sound. Maybe phones in those regions have the option to disable the sound locked out/removed?
Click to expand...
Click to collapse
Bit late here but yes you're right. However sometimes a carrier has to request the function (like samsung in UK) as some networks have the options and others dont. Stupidity at its finest.

Alas! The solution does not work. Today after a long time I opened camera app and the shutter sound WAS there in its full rudeness. The file
/system/product/media/audio/ui/camera_click.ogg
was 0 byte and played no sound.
I had to use the old but temporary method of modifying pref_camera_sounds_key value to 0 then force stopping and restarting camera app.
Has anybody found a better solution yet to silence camera app?
However this method (camera_click.ogg) did silence screenshot which was and is not possible otherwise, as per my little research.
thanqxda said:
Big thank you, mate. Even in India where there is no law prohibiting silent screenshot and silent photography, Google completely removes the option to silence camera shutter sound. No VPN or mock location helps here because this is based on the inserted SIM card.
Earlier, the only option to silence camera shutter was to go to /data/data/com.google.android.GoogleCamera/shared_prefs/com.google.android.GoogleCamera_preferences.xml
then change this value to 0:
<string name="pref_camera_sounds_key">0</string>
<string
But inexplicably, the value would nastily reset to 1 from time to time and you would get a rude sound when expecting a silent camera shot.
Thanks to OP, I just extracted his zip and replaced the original /system/product/media/audio/ui/camera_click.ogg
with OP's camera_click.ogg which in fact can be created easily as a new empty file.
Thanks to OP once again from the world of chains and fetters, gags and censors!
Click to expand...
Click to collapse

thanqxda said:
Alas! The solution does not work. Today after a long time I opened camera app and the shutter sound WAS there in its full rudeness. The file
/system/product/media/audio/ui/camera_click.ogg
was 0 byte and played no sound.
I had to use the old but temporary method of modifying pref_camera_sounds_key value to 0 then force stopping and restarting camera app.
Has anybody found a better solution yet to silence camera app?
However this method (camera_click.ogg) did silence screenshot which was and is not possible otherwise, as per my little research.
Click to expand...
Click to collapse
I installed this primarily to disable camera click. However, the camera click sound is still strong like earlier. The screenshot sound is disabled though.
I am on rooted pixel 2 XL android 11 Proton AOSP ROM. Any ideas?

Works perfect for disabling screenshot sound!
A12 stock.

GitHub - ant9000/magisk-module-disable-screenshot-camera-sounds: Android - Disable both screenshot and camera sounds systemlessly with Magisk
Android - Disable both screenshot and camera sounds systemlessly with Magisk - GitHub - ant9000/magisk-module-disable-screenshot-camera-sounds: Android - Disable both screenshot and camera sounds s...
github.com
Any chance to see at least one release?

RikRong said:
You can also just turn it off in the camera settings...
Click to expand...
Click to collapse
It won't work on japan version device

creeve4 said:
Attached is a simple magisk module to disable the camera shutter and screenshot sound.
It replaces camera_click.ogg with a blank file.
Camera shutter and screenshot both use the same sound file; this disables both the camera shutter and screenshot sound.
Click to expand...
Click to collapse
How can install this module into magisk? thanks in advance

Go there -> Code -> Download ZIP
Open Magisk -> Modules -> Install from storage -> select "disable_camera_sound.zip"

creeve4 said:
Attached is a simple magisk module to disable the camera shutter and screenshot sound.
It replaces camera_click.ogg with a blank file.
Camera shutter and screenshot both use the same sound file; this disables both the camera shutter and screenshot sound.
Click to expand...
Click to collapse
In Android 13 running on pixel 4 xl, screenshots can't be saved. This module will cause system UI to crash.

lukepushsolo said:
In Android 13 running on pixel 4 xl, screenshots can't be saved. This module will cause system UI to crash.
Click to expand...
Click to collapse
You can use a short sound file to replace the total blank files in this module, it works on Android 13.

Related

Disable Camera Noise and Best Settings?

Anyone know how to disable the camera noises? I tried an app called silent snap but it didnt work? Also anyone got some advise on how to get the best out of the camera - settings that get us better images? For a 5mp camera ive been pretty disappointed with the camera results!
As I know, change your volume to silence , there will be no Camera sounds. Try that.
You can delete or rename the file /system/media/audio/ui/camera_click.ogg to get rid of the shutter sound...but you'll still get that beep sound when you focus.
So the best solution is probably to use the silent or vibrate profiles.
To silence the camera (including the focus beep!) I use Sound Manager from the Market. I set System Volume to the lowest. All other phone sounds that I care about work fine under this setting. I set it up to schedule zero system volume at 8AM every day. That way if the setting "falls off", it will fix itself regularly.
I bought camera360 pro..and I am happy with it
Attached the sample.. it captured with lomo cyan effect directly from milestone using camera360pro app
Sent from my Milestone using XDA App
I think he's not talking about sounds! He means the "noise" of the picture, like the red pixels in night photos....
Sent from my Milestone using Tapatalk
I was referring to the camera start and shutter sound. I was also hoping that people might post any settings they use to get the best out of their pictures
cmstlist said:
To silence the camera (including the focus beep!) I use Sound Manager from the Market. I set System Volume to the lowest. All other phone sounds that I care about work fine under this setting. I set it up to schedule zero system volume at 8AM every day. That way if the setting "falls off", it will fix itself regularly.
Click to expand...
Click to collapse
Worked for other things on my phone, but didn't not effect the focus beep at all. I have heard it is intentionally built to not be able to be disabled. It's quite loud too. Most be something in the OS or camera operating system that could disable it though.
Androidiani's open recovery has a hack to disable camera shutter sound.
Sent from my Milestone using XDA App
This!!!!!!!!!!!!!!
leobg said:
Androidiani's open recovery has a hack to disable camera shutter sound.
Click to expand...
Click to collapse
Davidozzo87 said:
I think he's not talking about sounds! He means the "noise" of the picture, like the red pixels in night photos....
Sent from my Milestone using Tapatalk
Click to expand...
Click to collapse
Noise from high ISO shots are usually a problem with the sensor. You can use one of the alternative camera apps out there that might use less compression, but in the end noise from dark photos comes from the fact that this is:
a) a tiny sensor
b) a terrible sensor
c) the camera just isn't built for low light shots.
some software out there like Adobe Lightroom or Apple Aperture or even Noise Ninja are excellent at noise reduction. That's pretty much all you can do. As a dSLR shooter, I know I have to push ISOs sometimes and just hope for the best....

[Module][Magisk][Camera video shutter sound off][systemless][Magisk 14.0+]

This is a magisk module to turn off camera & video shutter sound while taking photo or recording video. Works with magisk v14.0+
Tested with LineageOS 14.1
But should work with all Custom/Stock ROMs
How to activate?
Flash from magisk manager app v5.3+
Or
Flash from custom recovery like TWRP
How to deactivate?
From magisk manager..
Download:
Download from attachments..
Enjoy!
Deleted
user2k10 said:
Why would you want to do this?
So that you can take photos of people without them knowing and without their permission?
Click to expand...
Click to collapse
Because shutter sound is annoying.
Sorry if my question is dumb, but my phone already has no shutter sound when i turn down the volume. How is this different?
biribiribiri said:
Sorry if my question is dumb, but my phone already has no shutter sound when i turn down the volume. How is this different?
Click to expand...
Click to collapse
That's turning off of all voice/noise(DND or silent) from your phone while this module selectively disables shutter sounds irrespective of DND or no DND.
Thanks.
Some countries like South Korea make it necessary for phones to make loud shutter sounds, regardless of DND or sound settings. It's quite annoying having to go delete system files every update. Thanks again!

Unlocked Note 9 Camera Shutter Sound Off

For those of us with the unlocked Note 9, and have noticed that there is no option to turn off camera shutter sound, there is an easy way. Using Good Lock 2018 with the Routines plugin you can set the camera app to launch with system sound at 0. That super loud clack sound had to go. I believe you can also use the Sound Assistant to set individual app sound levels which would permanently set camera to system sound 0 also. Just an FYI.
shag_on_e said:
For those of us with the unlocked Note 9, and have noticed that there is no option to turn off camera shutter sound, there is an easy way. Using Good Lock 2018 with the Routines plugin you can set the camera app to launch with system sound at 0. That super loud clack sound had to go. I believe you can also use the Sound Assistant to set individual app sound levels which would permanently set camera to system sound 0 also. Just an FYI.
Click to expand...
Click to collapse
This is a great idea! How do you automatically change the volume setting back to how it was or on once done with the camera app?
Sent from my SM-N950U1 using Tapatalk
If you use the Routines plugin in Good Lock 2018 it will switch to no system volume then immediately back. It's critical that you use either Routines or some other automated system because the alarm won't sound. In Routines click the +, name your routine, click add condition, choose Launch an Application, then click the underline, choose Camera, then click Add Action, choose Sound Mode, then click the underline, then you can choose volume levels for all sound types(Media, Notification, System, and Ringtone. System is the one you set to 0. Then save and it will switch to 0 then back every time you use the camera.
shag_on_e said:
For those of us with the unlocked Note 9, and have noticed that there is no option to turn off camera shutter sound, there is an easy way. Using Good Lock 2018 with the Routines plugin you can set the camera app to launch with system sound at 0. That super loud clack sound had to go. I believe you can also use the Sound Assistant to set individual app sound levels which would permanently set camera to system sound 0 also. Just an FYI.
Click to expand...
Click to collapse
And why would you want to do this: making a picture without the "clicking"-sound?
Upskirt and stalker pictures with ninja stealth. Joking aside, it is annoying. It is like skeuomorphistic design but with sound. I can understand the legality I some countries but at least let us change the sound.
You can simply change your volume settings to mute or vibrate, that disables the camera sound temporarily if needed. Just use your volume rocker or select mute/vibrate in your quick toggles.
shag_on_e said:
If you use the Routines plugin in Good Lock 2018 it will switch to no system volume then immediately back. It's critical that you use either Routines or some other automated system because the alarm won't sound. In Routines click the +, name your routine, click add condition, choose Launch an Application, then click the underline, choose Camera, then click Add Action, choose Sound Mode, then click the underline, then you can choose volume levels for all sound types(Media, Notification, System, and Ringtone. System is the one you set to 0. Then save and it will switch to 0 then back every time you use the camera.
Click to expand...
Click to collapse
I did this and my issue is once you exit the app, the Ringtone volume does not revert to previous setting (full volume).
I put together a little app that mutes the camera sounds for my own use if you want to give it a try? Basically, all it does is, when you launch the camera the system sound drops to 0, then when you exit the camera it goes back up to what it was originally set to, much the same as previously mentioned.
Download, install, go to your app drawer and look for Camera muted, click on it once (nothing will launch), this will set your system volume to 0, reset your system volume to what you want. From now on everytime you launch the camera it should automatically do what I mentioned at the beginning.
https://to.padlad.com/cammute
On a side note, if you want the camera sounds back, just uninstall the app.
padlad, I've tried to check your app, but it doesn't start at all. Also I get no error messages whatsoever. Are you still working on the app? The phone is from a local carrier.
Edit: Also on the "Why in the 1st place? - As a long term DSLR user, this sound is just offensive to the community. They should've thought/asked better prior mimicking it this way.
blankcat said:
padlad, I've tried to check your app, but it doesn't start at all. Also I get no error messages whatsoever. Are you still working on the app? The phone is from a local carrier.
Edit: Also on the "Why in the 1st place? - As a long term DSLR user, this sound is just offensive to the community. They should've thought/asked better prior mimicking it this way.
Click to expand...
Click to collapse
Try this one, same as above but when you 'click' the app a flash message will pop up. No need to reset your system volume manually. Install, 'click' or 'open' camera mute (you should only need to do it once), then open the stock camera and it should be silent when you use it, If shutter sounds are still present, close the camera app and reopen it, the shutter sounds should now be silent. Good luck :good:
https://to.padlad.com/cammute2
The latest update has a switch for shutter sound in the camera settings
stealthl said:
The latest update has a switch for shutter sound in the camera settings
Click to expand...
Click to collapse
Depends on your location and local laws
in UK you can't disable sound via settings
stealthl said:
The latest update has a switch for shutter sound in the camera settings
Click to expand...
Click to collapse
Are you in the US ? Specifically would be for the the T-Mobile
naruto.ninjakid said:
Are you in the US ? Specifically would be for the the T-Mobile
Click to expand...
Click to collapse
Yes, unlocked on Sprint
Thank you but.... the pop-up says says sounds should be disabled, yet the camera app works and sounds as before. Should I reboot after the install?
And I haven't had updates in around a week, but I doubt it that they will remove the sounds from Samsung for the EU. It's about laws, not user preference.
Is your app SoC related? Because mine runs the Exynos.
For now the only good option is to lover or mute the System sounds from the settings menu.
blankcat said:
Thank you but.... the pop-up says says sounds should be disabled, yet the camera app works and sounds as before. Should I reboot after the install?
And I haven't had updates in around a week, but I doubt it that they will remove the sounds from Samsung for the EU. It's about laws, not user preference.
Is your app SoC related? Because mine runs the Exynos.
For now the only good option is to lover or mute the System sounds from the settings menu.
Click to expand...
Click to collapse
Try opening the camera app again and trying. I've noticed when first installed, and enabled, the camera app still makes the shutter sounds, but when you exit the camera app and then launch it again the shutter sounds are silent (that's for the updated app I posted) .
Yep, still not working. Not after restarting, not after closing and opening app.
If you use Automagic, then this flow seems to work:
https://automagic4android.com/forum/viewtopic.php?f=3&t=1915&p=6260
If you turn System Volume down, it also disables the shutter sound, and it doesn't effect alarms or ringtones.

What about disabling shutter sound and mods like this?

I don't see any mods yet which would remove the camera shutter sound. Also I miss the in-built call recorder option. Can I get them anywhere?
memocatcher said:
I don't see any mods yet which would remove the camera shutter sound. Also I miss the in-built call recorder option. Can I get them anywhere?
Click to expand...
Click to collapse
I have no need for a call recorder so I can't help you there but I turn shutter sounds off in camera settings.
You can use Bixby routines to turn off the sound when the camera app is launched. It will disable the shutter sound. When you exit the camera app, the sound will be turned on again.
I guess I'm missing something but why turn off any sounds? Don't all S10 stock cameras have the shutter sound switch in camera settings?
Tel864 said:
I guess I'm missing something but why turn off any sounds? Don't all S10 stock cameras have the shutter sound switch in camera settings?
Click to expand...
Click to collapse
In certain countries laws forbid the shutter sound from being turned off so the phone variants for those countries don't have the option in the camera settings. There are apps that can do it though. My wife has an LG G8 and LG phones don't have a switch to turn it off so she uses No Shutter Sound from the app store and it works great.
https://play.google.com/store/apps/details?id=com.juholic.nss&hl=en_CA

Few things i noticed after upgrading to Android Q

I made a post after getting pie update and now, here is an in-depth list of features of android Q in ZMP M1
all phones are not getting the same features
removing screen lock /fingerprint doesn't save you from password after update (at least it didn't work for me ) make a backup of everything in case you need to reset
list of things I'll suggest making a backup
WhatsApp chat
google photos
apps with es file explorer or any such file manager
settings + contacts+ call log+ messages from settings backup
notification led :
I like to turn it off all the rime even when charging but in android Q I couldn't find any way to disable it during charging
i was checking my old post about pie
1. Ambient Display : settings>display>advance>Ambient Display
It works only when you get a notification (its dope would like it being enabled always) though Daydream nowhere to be found.
Click to expand...
Click to collapse
so ambient display is gone screensaver is back (edit: its renamed and moved to display lock screen area as new notification toggle)
volume panel:
change volume click more slider button and this is how to devolve UI it shows a big screen covering prompt to show sliders
font in developer settings only two options device default seems better
no third-party launcher supports the new gesture navigation but it is a problem on google's part
left earphone to week? there is audio balance in assessability settings
vibratin and haptic feedback in assessability
not the true dark mode in assessability settings dark theme and color inversion options are nearby enough to test what we could have got for dark mode
dark mode doesn't get turn back to a light mode in live wallpaper
assessability volume key shortcut might come in in handy for some but it makes a notification sound
there is charging sound and vibration in sound settings might want to turn it off, I have seen Samsung charging sound but Asus just makes the phone vibrate with a faint sound might scare people who don't know as it's on by default in android q
I am getting the rotate once button in navbar when autorotate is off I am using two-button navigation and a small circle when using gesture
the lockdown option to prevent unlock by any other means now also prevents notification to show can be enabled in display>lock screen display> show lockdown option
in gesture navigation you can swipe up and continue in an app to make it go smaller beyond it should go
to start android it asks for setup screen lock password it is stepping in the right direction but we should have it in kernel/bios as once entered in recovery mode anyone can reset a phone
QR code to share wifi available
still no way to monitor or block devices connected to your hotspot
default Bluetooth name QCOM-BTD Qualcomm's BLE chip?
widgets to settings shortcut there should be system UI tuner after opening it shows this funny warning message
apps notificatio>notification snoozing useless button more useless because cant see snooze option in youtube notification
battery saver got new auto turn off at 90% feature
battery picture in battery settings seems thick would prefer "ampere app" like stats in later versions
display don't have color temperature adjust
accelerated location something about data storage and data concent
high accuracy, battery saver, etc options for location not available
google play system update is 1 January 2020 please update it
security patch is 5nov 2019
privacy section is great but would like fingerprint prompt in autofill scenario as like for wifi sharing
digital wellbeing well let's skip it as I already have 18 unlocks 1 hr30 mins in the settings app and will have 4hr+ in youtube so let's skip it
verificatin code auto fill in google settings I something nice to have but also worrying
now you can directly launch apps from app info after force stopping
in about phone >emergency info> medical info you can add your profile pic and emergency contacts
dev options> picture color mode sRGB does this option even work any were?
in dark mode theme when searched in settings there is a white padding
dev options> game driver properties I don't know what it does perhaps boost graphics performance
feature flags section in dev options shows nothing except experimental (edit: these were removed in Q beta 3)
system traces have many options like pre CPU buffer and in the category, it has some tick box options and possibly CPU performance after we stop getting updates
swipe up to recent in any navigation option seem a bit too sensitive
audio seems of though I only watched youtube (Linus tech tips) so far that is without headphones
in dev options audio Bluetooth codec shows APTX HD and other option which might make Bluetooth audio great
in dev options profile HWUI seems new but not sure what it is the bars shown on-screen seems familiar
in dev options adaptive notification priority makes no difference and doesn't have any description but a quick google search shows it is supposed to make low notification priority genital
in dev options apps can be installed in external storage option
in dev options force activities resizable doesn't work in split-screen view but I may be doing something wrong
also I hate the lock icon when unlocking also there is no center icon with face/fingerprint or padlock in lock screen
in dev options wifi entending option might help in office or home to extend wifi if it works
in dev options enable freeform windows doesn't work
in dev options forced desktop scant be tested as no video output but wireless display might allow haven't tested
in dev options I enabled bubble notification will add things that can access it
in dev options auto fill section is too vague and I am not getting what anything does
in the last pie post I said
2. icons in overview/multitasking screen
Settings>apps>default apps>home app> quick setup(new name for launcher3)>home screen>home settings>change icon shape >go back to your preferred launcher.
Click to expand...
Click to collapse
it is now in theming in dev options
also ambient display (not to be confused with screensaver) kicks in when getting notification while the screen is off (edit: realized after posting this Asus renamed and moved to it to display> lock screen display> new notification )
widevine changed to L3 its used to stream Amazon Prime Video, BBC, Hulu, Netflix, Spotify, and Disney+ use Widevine DRM to manage the distribution of premium content. as a college student who has no job and already has to spend money on Jio internet I don't have any above-mentioned subscriptions and if you do use any services according to other beta testers you won't be supposably able to access them while in beta.
camera app
in pro mode no shutter speed control option
max iso in pro mode is 1600 like in HMD global camera
auto video encoder is h264
portrait mode has extremely bad edge detection
night mode isn't that good
no fps option for video like 24,25,29.98,30,60 fps etc
no raw support in stock camera app resulting in assumption camera2api isn't enabled by default, though I enabled it in pie and it carried forward maybe so I am not sure.
it is a bit long but if you are reading this then thanks for reading till the end I'll format the whole thing later
{Mod edit: Quoted OP removed for better reading}
There's really no option for notification led,
You get wake display for new notifications in lock screen display
I don't like that either its ugly pie sliders were better.
Is that even important fonts are fonts and generally no aosp thing gets custom font support and Google sans are for pixel things. Idk about which fonts will our phone get.
Third party launchers will work after December android security patch builds.
Dark mode is in display options and works good.
I don't know what dark theme and wallpaper have to do.
The srgb thing works but android or its apps aren't made to use srgb colors default is rgb which is used by most of the web.
Feature flags were removed by Google in beta 3 of Android 10.
Force activities resizable makes apps which don't work or don't allow split screen (insta) are made to be opened in split screen.
Enabling free form works and can be accessed from recent apps screen - click the app icon - open in free form. (don't know how you tested it)
Auto fill helps in password managers to fill in usernames and passwords.
It's in wake display also same to your missing ambient display.
Other things I've left are either too much to explain / really broken / I don't care of those since I don't use it.
Widevine has changed to l3 you didn't notice.
Sound output isn't very great it'll be fixed in next build I've reported that to asus.
There's really no option for notification led,
Click to expand...
Click to collapse
it is named as blink light there is a way to just turn it off but it still lights up when the phone is turned on which previously in the android pie it didn't
You get wake display for new notifications in lock screen display
Click to expand...
Click to collapse
I realized it too late going to edit it in
I don't like that either its ugly pie sliders were better.
Click to expand...
Click to collapse
the only good news I have is while in a call it shows call slider normally.
Is that even important fonts are fonts and generally no aosp thing gets custom font support and Google sans are for pixel things. Idk about which fonts will our phone get.
Click to expand...
Click to collapse
no it isn't that important but I thought that it's interesting and the options are:
device default.
noto serif/ Source Sans Pro.
Third party launchers will work after December android security patch builds
Click to expand...
Click to collapse
You are talking about gesture navigation, right? Teslacoilapps says this.
Dark mode is in display options and works good.
Click to expand...
Click to collapse
Like the official Reddit app has a dark modeand AMOLED dark mode. the difference is #333943 and #000000. The dark mode is not truly dark but gray.
I don't know what dark theme and wallpaper have to do.
Click to expand...
Click to collapse
In Android pie when you set the theme to dark mode and use live wallpaper it uses auto revert back to light mode now it doesn't.
The srgb thing works but android or its apps aren't made to use srgb colors default is rgb which is used by most of the web.
Click to expand...
Click to collapse
nowadays phones are getting so powerful and people can take great pictures so shouldn't sRGB be enabled by default? like it does help semi-professional photo editing if we get a bit more color accuracy.
Feature flags were removed by Google in beta 3 of Android 10.
Click to expand...
Click to collapse
I didn't know that, but now I do. Thanks for that.
Force activities resizable makes apps which don't work or don't allow split screen (insta) are made to be opened in split screen.
Click to expand...
Click to collapse
My bad, I thought it allowed resizing the split-screen apps like increasing the top window while decreasing the bottom one
Enabling free form works and can be accessed from recent apps screen - click the app icon - open in free form. (don't know how you tested it)
Click to expand...
Click to collapse
Samsung has a float window feature like actual windows pc like windows I thought it was like that feature i tried it as you mentioned but didn't get results i was expected
Auto fill helps in password managers to fill in usernames and passwords.
Click to expand...
Click to collapse
I think this is about this line
in dev options auto fill section is too vague and I am not getting what anything does
Click to expand...
Click to collapse
My question is what is
logging level
off
debug
verbose what does these mean
max request per session (it's just a field to enter a number what does it control)
max visible datasets (it's just a field to enter a number what does it control)
It's in wake display also same to your missing ambient display.
Click to expand...
Click to collapse
I found it after posting this thread and didn’t get a chance to update it.
Other things I've left are either too much to explain / really broken / I don't care of those since I don't use it.
Click to expand...
Click to collapse
things are too much to explain / broken but I like to deeply analyze things and couldn't find an in-depth bug list while thinking whether I should get in beta so after upgrading I made one. it has some errors but I am working on it
Widevine has changed to l3 you didn't notice.
Click to expand...
Click to collapse
that's something related to Netflix i don't have an account so wasn't able to notice it, though I saw it mentioned it in Asus forums
Sound output isn't very great it'll be fixed in next build I've reported that to asus.
Click to expand...
Click to collapse
I saw this problem also mentioned in the forums and I asked my friends if my phone sounds different and didn't got any negative report also I watched youtube for 4hrs on Thursday and didn't heard any difference
Would be interested to know how to turn off the lock screen. Lock screen none does not appear as an option.
Regards.
Gestures are enabled by Google after December security patch nova / most other launchers work with gestures. You can however use 2 button and 3 button navigation perfectly.
About that dark and black mode difference we don't have an amoled or led display it's an lcd so it won't make difference in battery but kind of personal choice. I like dark more than black.
The thing about wallpaper and dark thing - in android 9 dark/light theme was set by wallpaper color so live wallpapers needed to support color picker api to tell the device to keep light or dark theme. (it was half broken by asus as selecting dark theme should've disabled the api completely, but using pixel default live wallpapers they had that api so dark mode worked with them).
That srgb was being considered by Google they dropped it as it broke a lot of the things.
You can resize top and bottom windows just hold the middle line in centre and drag it where you want to put it. (I use 400 dpi so I get more steps).
It's because that feature is intended towards large screen tablets or foldables and Samsung made their own thing, (the free form window thing).
It's for devs making password manager apps or autofill apps those people need it for debugging, the logging levels are to make reports to find bugs, the max request is how many times in one field the autofill will attempt to fill in credentials. The max visible dataset is if you have multiple accounts to one app (take Gmail as example) so while trying to autofill it lists all of available accounts to show (I'm not an expert in this so I maybe wrong if needed confirm that.
About sound issue it is very real and use some good quality earphones or compare side by side with 060 running device.

Categories

Resources