Question batterylog.txt - Samsung Galaxy S22 Ultra

My phone is randomly logging battery status. Sometimes every few seconds.
The log is always the same. Battery level greater than zero, with date and time stamp.
Sometimes it's a few seconds apart, sometimes it's a minute or two. Overnight it was exactly every 30 minutes. It's writing the log to a text file. It appears to have been doing this ever since I got the phone. Only yesterday, it just decided to start notifying me of this. An Office notificaation pops up with "Batterylog.txt is ready to download"
Every.
Freakin'.
Time.
Haven't figured out why or how to stop the logging, but turning off notifications for office at least stopped the annoying notifications.
I have an S22 Ultra, all stock and up to date. Any way to stop it?

Where is it logging it to? Can you share the file? I wonder if there is something in the header of the file

gmm6797 said:
Where is it logging it to? Can you share the file? I wonder if there is something in the header of the file
Click to expand...
Click to collapse
It's saving in Documents. This is everything it shows. i see no header info.

That doesnt help me help you. I have seen apps that log what they are doing, and with new Android permission rules, everything has to go into downloads... so that makes it even harder. I am at a loss with that info, sorry

gmm6797 said:
That doesnt help me help you. I have seen apps that log what they are doing, and with new Android permission rules, everything has to go into downloads... so that makes it even harder. I am at a loss with that info, sorry
Click to expand...
Click to collapse
Yeah. There just isn't a lot of info there. I was mostly curious as to why whatever it is feels the need to log the battery status every 30 minutes, and why the only info given is "battery level greater than zero". That's pretty obvious by the fact that the phone is on. I'm even more curious as to why, all of a sudden, it started sending me notifications for it. I haven't changed any settings in forever.
I'd like to know what app it is, but there is absolutely nothing to go on. The file size is up to 1.4 kb since 11/03 04:37. I wonder how long it will take to get to 1 GB.

I'm sure there has to be an explanation. One of your apps is doing it, just not sure how to figure out which one it is.

I agree. I'm sure you've thought of this but it might be time to uninstall your apps one at a time until you figure out which one is responsible for it.

pauper66 said:
It's saving in Documents. This is everything it shows. i see no header info.
Click to expand...
Click to collapse
go to developer options and see if you have accidentally enabled "system activity" recording or some other setting there etc ..

daitalos said:
go to developer options and see if you have accidentally enabled "system activity" recording or some other setting there etc this has-been happening since the day the phone went into service. I didn't go into developer options until some time after, but I did check that. And asany settings as I could possibly find.
Click to expand...
Click to collapse

dj24 said:
I agree. I'm sure you've thought of this but it might be time to uninstall your apps one at a time until you figure out which one is responsible for it.
Click to expand...
Click to collapse
That thought occurred to me, but I opted for planB instead. I ordered a Pixel 7 Pro last nigjt.
Not purely for this reason tho. Phone tookansty fall a couple months ago. Nickel size chunk of screen gone, and it hasn't been fully right since screen replacement. Something loose inside, among other things.

Related

[Q] NFC Options are Disabled?

Hi everyone...
I was at the gas station last night, and thought I'd try using NFC/Google Wallet to try paying for something for the first time.
I went in to turn on NFC, and found that the option is completely grayed out. (The button is set to "on", but its grayed out, and cannot be turned off)
Android Beam is disabled/grayed out.
S Beam is enabled, but I can't seem to change it.
Tap and Pay is disabled, and says, "NFC is turned off".
Something is clearly FUBAR'd here.
I've tried rebooting a couple times.
I've tried pulling the battery (yes, its the original OEM battery).
I've tried wiping data for NFC.
I tried re-installing the stock ROM, and it didn't fix anything.
Any other suggestions?
Thanks..
Just a follow up here... I've also tried a complete wipe of the device... still no go.
sloheim said:
Just a follow up here... I've also tried a complete wipe of the device... still no go.
Click to expand...
Click to collapse
Still running ktoonsez kernel ?
DEATHWISH .500 said:
Still running ktoonsez kernel ?
Click to expand...
Click to collapse
Yes.
And when I did a complete wipe and re-install, I was able to verify that its happening with the stock kernel also, so I don't believe it to be a kernel issue.
I was able to try a different battery today... from someone else with an S5, and the same problem exists.
My next step is to try unrooting and going back to complete stock... obviously I'd like to avoid this if at all possible.
Any other suggestions? Anyone?
Well, I did it today.. unrooted, went back to full stock everything... and I still cant change the NFC setting on my S5.
If anyone has any other suggestions, I'm more than open to anything at this point...
sloheim said:
Well, I did it today.. unrooted, went back to full stock everything... and I still cant change the NFC setting on my S5.
If anyone has any other suggestions, I'm more than open to anything at this point...
Click to expand...
Click to collapse
Do you have insurance ? I would think about taking it to a Sprint store and see what they say. You might have a hardware problem
DEATHWISH .500 said:
Do you have insurance ? I would think about taking it to a Sprint store and see what they say. You might have a hardware problem
Click to expand...
Click to collapse
No, but I may get it for this. What a bummer.
Could someone be so kind as to post a copy of their /data/data/com.android.nfc/shared_prefs/SamsungNfcPrefs.xml file for me?
Also, can you tell me if you have an nxpdevicehost.xml file in that same directory?
Thanks!
Here are the latest details. I feel like I'm so close, yet so far.
Background:
When I would reboot my S5, the NFC setting would be set to "On", but disabled and wouldn't let me change it. On top of that, my phone would never go into Deep Sleep. After exhaustive research, it appears that the phone was constantly trying to enable NFC, which prevented it from hitting Deep Sleep.
I've dug thru a lot of the AOSP code, and discovered the following.
- If I change the nfc_on tag from true to false in my NfcServicePrefs.xml, and add a line setting first_boot = false, NFC does not try to turn on when I reboot the next time (This solves my deep sleep problem).
- If I try to manually turn NFC on after that, it gets stuck the same as before I made any changes to the XML file.
- Based on this code, it looks like there is a java call to "mDeviceHost.initialize()". I'm guessing this is where I'm getting borked.
- The initalize function, found here, seems to want a file called NxpDeviceHost.XML. I cannot find this file anyplace on my S5.
My assumption here is that Samsung forked this process and made their own internal changes. I'm looking at AOSP code, but that doesn't help if Samsung changed things on their end.
Can ANYONE help me debug things from here? I'm a developer by trade, but have never worked in JAVA (although I've figured out how to read enough of it to become dangerous). I dont need a lot of hand-holding... just a push in the right direction here.
Thanks!
sloheim said:
Could someone be so kind as to post a copy of their /data/data/com.android.nfc/shared_prefs/SamsungNfcPrefs.xml file for me?
Also, can you tell me if you have an nxpdevicehost.xml file in that same directory?
Thanks!
Click to expand...
Click to collapse
Once I'm off work Friday night I'll get ya a copy of that file if you still need it
DEATHWISH .500 said:
Once I'm off work Friday night I'll get ya a copy of that file if you still need it
Click to expand...
Click to collapse
Still looking for any help I can get. Thanks.
Actually contents of both XML files in the /data/data/com.android.nfc/shared_prefs would be appreciated.
sloheim said:
Still looking for any help I can get. Thanks.
Actually contents of both XML files in the /data/data/com.android.nfc/shared_prefs would be appreciated.
Click to expand...
Click to collapse
Here ya go. Attached is a zip with everything that was in the shared-prefs folder
I have the same issue on an LG-e970. The NFC option is checked and grayed out, I can't change it. It's always been this way since I got the phone. The new problem in the past 48 hours is some OTA update is causing Nfc Service to prevent the phone from sleeping, but I have no idea what it is. I thought maybe Google Wallet so I uninstalled it, but the problem remains. It happened well after the Android 4.4.4 Cm11-M8 update for this phone. I filed a bug at code google dot com bug ID 74037, which this silly forum won't let me post because I'm too new and it doesn't understand the difference between a google code URL and spam.
Weird. So I powered off the phone, let it charge to 100%, booted in safe mode, Settings > Storage > Cache and reset it, rebooted in normal mode, and let the phone sit unused for 1 hour. The problem with Nfc Service is not occurring, the phone is sleeping most of the time now. When I go to Settings > More > NFC is unchecked, not grayed out. Inexplicable, because I've had no way to uncheck it.
So I just checked it, and it immediately grays out so I can't uncheck it again. I'm leaving the phone unused for another hour and see where things are at.
chrismurphy said:
I just checked it, and it immediately grays out so I can't uncheck it again. I'm leaving the phone unused for another hour and see where things are at.
Click to expand...
Click to collapse
Nfc Service is once again the top battery consumer and won't let the system sleep. The bugreport for the state with the problem (in contrast to the report for the state without the problem):
many instances of:
07-24 11:23:16.870 1064 8319 E NFCJNI : emergency_recovery: NFC stack dead-locked
and also
Wake lock 1027 NfcService:mRoutingWakeLock: 1h 6m 26s 537ms (0 times) realtime
Wake lock NfcService:mRoutingWakeLock: 1h 6m 26s 537ms partial (0 times) realtime
Wake Locks: size=1
PARTIAL_WAKE_LOCK 'NfcService:mRoutingWakeLock' (uid=1027, pid=1064, ws=null)
I've booted recovery, formatted /cache and erased Dalvik cache, see where that goes... obviously if I can figure out how to disable the NFC option again, that solves the no sleep problem.
had same issue but with note 3. It was kernel issue so reverted to the previous kernel i was on and its o
Sorry to bring this thread back to life, but I'm having the same issue and would like to know which solution worked out for you. Thanks.

Random Notification Sounds?

Maybe someone else can help me with this.
Every so often during the day I keep getting a random notification sound with no visual as to what it is. The sound is 5 tones going in a descending pattern and sounds metallic. I do not have NFC turned on nor the facebook app. I checked all my apps and sounds. I even read a lot of threads else where and tried everyone's suggestion. Still does it. I searched my phone for *.ogg and *.wav files. Nothing.
I do have a wallet case but since NFC is off its not that. I've never heard this sound before. It only started a few days ago and I've have this phone for over a month. FYI I'm running the Hola launcher and omni swipe if that helps. Any suggestions?
I am thinking to uninstall ALL my apps and see if it still does it, but I really dont want to have to do that if I can avoid it.:silly:
Bump
Anyone?
Maybe it's the louncher. .. trai with the touchwiz
Sent from my SM-N915F using XDA Free mobile app
It's not the launcher. It doesn't matter.
This is why I hardly ask anything here. No one cares.
If your not a popular member you never get a reply.
I'll just ask my questions elsewhere where people actually care about you.
Are you using googles smartlock feature? When I first started using it I was receiving this weird notification which sounds like what you're talking about. It don't do it no more for some reason but man was it so annoying not knowing what the heck your phone is trying to tell you.
Sent from my SM-N915P using XDA Free mobile app
Hey there.
I have been checking back on this topic for a while because my wife's Note Edge is having the same exact problem. I even reached out to Samsung Mobile Support and they can't even figure out what it is. All they did was tinker with the sound settings and asked me if it was fixed. I have tried disabling all possible notifications from all possible apps. The only thing left is to do a factory reset it seems. Any luck on your end?
VGMStudios said:
It's not the launcher. It doesn't matter.
This is why I hardly ask anything here. No one cares.
If your not a popular member you never get a reply.
I'll just ask my questions elsewhere where people actually care about you.
Click to expand...
Click to collapse
Well that's not a pessimistic attitude or anything whatsoever! lol. Here's the thing... It might help to try and remember that nobody is on here getting paid to spend their time answering your questions all day long, so unfortunately it's inevitable that there will be times when people might just have to figure their problems out on their own or just be forced to wait until someone responds.. no matter how "popular" they might be.
This entire community wouldn't exist if weren't for all of the people on here who have been and are willing to spend their own free time sharing their knowledge with and helping others, so it's pretty ridiculous to sit there and act like it's a personal assault whenever nobody answers your question right away! From my experience on here people (including myself) are always more than willing to help out whenever they can (as long as the people are willing to help themselves too), but since nobody is getting paid people need to realize that it's more of a "self help" type of community than anything.
There are literally mountains of freely available information for people to search through to try to find their answers with, and with enough determination and persistence 99% of the time people could answer their own questions without ever even having to ask. So I'm definitely not trying to be rude or anything but it's just all in how you look at it.. because when people come here expecting to be handed all of the answers then they're most likely going to be disappointed and upset, but when you come here looking to help yourself instead you'd be surprised how much of a difference it makes and how rarely you'll have to ask any questions.
Anyway I'll try helping with some suggestions below since they're having the same problem too..
Mercodious said:
Hey there.
I have been checking back on this topic for a while because my wife's Note Edge is having the same exact problem. I even reached out to Samsung Mobile Support and they can't even figure out what it is. All they did was tinker with the sound settings and asked me if it was fixed. I have tried disabling all possible notifications from all possible apps. The only thing left is to do a factory reset it seems. Any luck on your end?
Click to expand...
Click to collapse
Ok I've actually had a similar problem in the past and I can't guarantee anything but hopefully this might help..
In my situation it turned out being "profiles" that I didn't realize were turned on, and they were causing rogue and unknown sounds to happen because they were overriding my ringer and media volume settings based on the time of day it was. So all I had to do was turn off the profiles and it solved the problem, but it depends on the rom that you're on as to whether or not profiles like that are even an option.
If not another thing I'd recommend doing (and I'm obviously not sure what all you've tried so I'm just trying to cover the bases just in case) is to get a root explorer (as long as you're rooted.. if not I'm honestly not sure what to tell ya) and navigate to the root folder .. then go to "system/media", and inside there should be a folders called ui, notification, and ringtones.. and this where all of the default notification sounds are located. I would go through and listen to each one of them (they should be .ogg files) and see if you can find a match to the one you're hearing, and if you do then you can just rename that file .bak instead of .ogg and that should stop it from playing randomly (basically a bandaid type fix).
If it's not any of the system sounds then you've basically narrowed it down to where it's most likely an app that's making the sound. If that's the case then what I'd do is go into Titanium Backup and filter it to only show "user apps" and then have it sort them by the date which they were installed, and then I'd just start going down the list looking for apps I've installed that could possibly be making the sound.. that way even if you have a general idea around when the problem started happening you can match that time frame up with apps that were installed around that time to narrow down your search (if that makes sense anyway).
Anyway that's what I would do to start at least and hopefully it helps!
Sent from a ridiculously modified ColecoVision
heh. I have an idea. You know those crappy applications on the edge? Some of them are games. I remember i used to have this issue with the memory one. Remove them from the edge. No root required. Just remove the panels from the panel configurator.
VGMStudios said:
Maybe someone else can help me with this.
Every so often during the day I keep getting a random notification sound with no visual as to what it is. The sound is 5 tones going in a descending pattern and sounds metallic. I do not have NFC turned on nor the facebook app. I checked all my apps and sounds. I even read a lot of threads else where and tried everyone's suggestion. Still does it. I searched my phone for *.ogg and *.wav files. Nothing.
I do have a wallet case but since NFC is off its not that. I've never heard this sound before. It only started a few days ago and I've have this phone for over a month. FYI I'm running the Hola launcher and omni swipe if that helps. Any suggestions?
I am thinking to uninstall ALL my apps and see if it still does it, but I really dont want to have to do that if I can avoid it.:silly:
Click to expand...
Click to collapse
Not sure if this is gonna help you or not. But yesterday I started to getbthe same metallic noises, I only recall 1 change to my settings and that was installing the live wallpaper on the lock screen to show me pictures based in weather and such. And since then every hour or so it makes the sound. Try to find out if you did the same thing.
Random notification sound
I am having a similar problem which has been widely reported but none of the suggested fixes are working for me. The notification tone keeps sounding in a seemingly random way. There is no notification to match the tone. This is not just a beep or random noise. It is the default notification tone. (Skyline for completeness). This happens maybe 5 or 6 times in 24 hours. It has been happening for about 10 days.
I am running Android 8.0.0 (Samsung Experience version 9) on a Galaxy S8. The phone is not rooted.
I have turned off all notifications individually.
I have turned off notifications for the phone.
I have turned off notification reminders (it was never on).
I have turned off NFC and bluetooth.
I have checked under Accessibility settings.
I have uninstalled every app installed in the last 3 weeks.
I can reproduce the NFC and credit card issue but that is a single beep and not what I am talking about.
I have installed 3 different notification log readers (NS Notification, Notif log notification history and Notification Log). None of them show any activity at the times when I am getting the spurious tone.
When I re-enable notifications for Texts, Messenger and WhatsApp, I still receive these as normal.
I recently got a new dual band router and thought maybe the tone was the phone jumping from 2.4 to the 5 Ghz band or vice-versa. It wasn't. I thought it might be the phone jumping from telecoms provider to WiFi. Tested that too and that's not it.
Next step is a factory reset which I am trying to avoid.
I know this is bringing problems to the table, not solutions but this is really bugging me. Any help would be greatly appreciated.

Irritating things with the Global software...

Hi,
As we now probably all know, the Global version of this ROM lacks a lot of features : no gestures, no dark mode...
But even without those missing parts, it is still irritating...
Here are the three things that are bothering me :
- 1°) the notifications : I have 2 SIM cards inside that thing. It constantly reports that I have a new voice message. But whatever SIM card answering machine I call, tells me "You have no new message". I erase the notification. I keeps popping up again...
- 2°) the dialer : when I get a call, I have to swipe up to answer it. On every other phone, a short swipe is enough to answer the call. On this device, I have to swipe up to the top of the device for it to understand that I would like to answer the call...
- 3°) whatever I do, the default app selected for SMS messaging is not kept after a reboot. I use Textra. I select it as the default app. Each time the phone is rebooted, I have to tellit that I want to use Textra again as default mesaging app.
Do you guys have those problems also ?
Regards.
It's not a real problem or bug, but really irritating
I have some more:
I know it's nitpicking buuuuut
1. When watching YouTube vids and touching the triggers by accident, it brings up the scroll bar and does not go away untill you let go of the triggers.
2. Can't silence notifications.
3. Unreliable OTG USB file transfers (gets stuck)
4. When increasing the volume on Bluetooth devices, it only goes up by 0 or 2
5. My alarm clock never works
6. Switching between Sim Cards is super slow
7. Searching for settings is difficult
And some more things that I can't think of the top of my head.
SmartViewYTC said:
I have some more:
I know it's nitpicking buuuuut
1. When watching YouTube vids and touching the triggers by accident, it brings up the scroll bar and does not go away untill you let go of the triggers.
2. Can't silence notifications.
3. Unreliable OTG USB file transfers (gets stuck)
4. When increasing the volume on Bluetooth devices, it only goes up by 0 or 2
5. My alarm clock never works
6. Switching between Sim Cards is super slow
7. Searching for settings is difficult
And some more things that I can't think of the top of my head.
Click to expand...
Click to collapse
Hi,
Hum... That can be sorted I think
1°) About your thing with the button triggers : install Button Mapper. Open it. Choose to add a new button and tap the left or right trigger button. Once created, say you don't want any action to be configured. You should be good to go
2°) You can silence notifications. But you have to do that under "Notifications" and not under "Sound"... Go figure !!!
3°) Hum... Have you tried to format your card to another format like FAT ? I don't use that feautre so I can't really tell.
4°) Yes. I think that is true. But will try to confirm later when I'll use it in my car audio.
5°) Mine works... I think.
6°) It is not unusually slow here...
7°) The way they organized the settings is just... super stupid.
Conclusion : I think I will try to install the chinese ROM and root it to see if I can use that with better results.
Hi,
Another thing is totally stupid to me : that is the fact that you cannot pin an app to stick even if Recents are cleared.
So I can have gestures enabled because the stupid people at Nubia removed that from the EU/US ROM.
But that requires access to "Accessibility" services.
As soon as I clear recents, that feature is disabled...
And as it is gestures => no more control over device !!!
SHEER STUPIDITY !!!!
All in all, I think I will return the device within the next 3 days within my right of withdrawal.
Hardware is brilliant. Softwa
I will be returning mine also. Such a shame the software sucks.
ermacwins said:
I will be returning mine also. Such a shame the software sucks.
Click to expand...
Click to collapse
Let us know how that goes. I've seen several posts on other forums complaining that Nubia is not answering emails when it comes to returns and RMA's for the Red Magic 3. Some have started disputes with Paypal to try and get their money back.
NexusPenguin said:
Hi,
Hum... That can be sorted I think
1°) About your thing with the button triggers : install Button Mapper. Open it. Choose to add a new button and tap the left or right trigger button. Once created, say you don't want any action to be configured. You should be good to go
2°) You can silence notifications. But you have to do that under "Notifications" and not under "Sound"... Go figure !!!
3°) Hum... Have you tried to format your card to another format like FAT ? I don't use that feautre so I can't really tell.
4°) Yes. I think that is true. But will try to confirm later when I'll use it in my car audio.
5°) Mine works... I think.
6°) It is not unusually slow here...
7°) The way they organized the settings is just... super stupid.
Conclusion : I think I will try to install the chinese ROM and root it to see if I can use that with better results.
Click to expand...
Click to collapse
I tried the button mapper app but it's not working. Can you provide more info on how you did it?
xphyle1971 said:
Let us know how that goes. I've seen several posts on other forums complaining that Nubia is not answering emails when it comes to returns and RMA's for the Red Magic 3. Some have started disputes with Paypal to try and get their money back.
Click to expand...
Click to collapse
I emailed them yesterday that I want to refund the phone due to problems and they sent me a form to fill in a few hours ago. [email protected]
ermacwins said:
I emailed them yesterday that I want to refund the phone due to problems and they sent me a form to fill in a few hours ago. [email protected]
Click to expand...
Click to collapse
I put in the return mine as well I'm just not happy with the software, this is what I was told
DJW35 said:
I put in the return mine as well I'm just not happy with the software, this is what I was told
Click to expand...
Click to collapse
how did you return it?
I have no return option in order details
also how did they accept it if you used the phone? they say in their policy that the phone must be unused
DJW35 said:
I put in the return mine as well I'm just not happy with the software, this is what I was told
Click to expand...
Click to collapse
Did you fill in the form they emailed you? Is the case number the order number?
omer919 said:
how did you return it?
I have no return option in order details
also how did they accept it if you used the phone? they say in their policy that the phone must be unused
Click to expand...
Click to collapse
As long as you return it in the first 15 days you can return it used or not, and I emailed their customer support to return it
DJW35 said:
As long as you return it in the first 15 days you can return it used or not, and I emailed their customer support to return it
Click to expand...
Click to collapse
The form is not accepting my IMEI number. Did you have this problem?
DJW35 said:
As long as you return it in the first 15 days you can return it used or not, and I emailed their customer support to return it
Click to expand...
Click to collapse
I am returning mine as well due to these software issues, and I received the same response about DHL. They did not say they would not take it even though I had used it, they agreed that I could return it because I was within my 15 days. I would assume as long as you didn't damage it (screen cracks, water damage, etc), they should still be able to process the refund.
For me, GLS is the courier. Never heard of them.
I hope if they get so much people returning the device because of it's lousy software, they may consider improving it...
Let's wait and hope...
Anyone had their refund yet?
NexusPenguin said:
Hi,
As we now probably all know, the Global version of this ROM lacks a lot of features : no gestures, no dark mode...
But even without those missing parts, it is still irritating...
Here are the three things that are bothering me :
- 1°) the notifications : I have 2 SIM cards inside that thing. It constantly reports that I have a new voice message. But whatever SIM card answering machine I call, tells me "You have no new message". I erase the notification. I keeps popping up again...
- 2°) the dialer : when I get a call, I have to swipe up to answer it. On every other phone, a short swipe is enough to answer the call. On this device, I have to swipe up to the top of the device for it to understand that I would like to answer the call...
- 3°) whatever I do, the default app selected for SMS messaging is not kept after a reboot. I use Textra. I select it as the default app. Each time the phone is rebooted, I have to tellit that I want to use Textra again as default mesaging app.
Do you guys have those problems also ?
Regards.
It's not a real problem or bug, but really irritating
Click to expand...
Click to collapse
I notice these weird things too but doesn't bother me too much. Coming off several other Chinese devices lately these are not so bad and hopefully get dealt with by a software update or by someone here.
Have they ever fixed the touch trigger issue with YouTube?
Mountainmohawk said:
Have they ever fixed the touch trigger issue with YouTube?
Click to expand...
Click to collapse
From version 2.07 to version 2.10 on YouTube, triggers did not fix!

Ability to disable "Strong Protection" option gone!

I just noticed after a reboot that after unlocking my phone I saw "Phone is starting" and immediately went to look for the "Strong Protection" option to disable this but it is no longer available! I can no longer disable this feature like on my Note 10+ or my previous Note 8 (went under different name iirc on the Note 8) but why in the ****ing hell would Samdung remove this option to disable this feature?
I can no longer allow my phone to reboot overnight once a week and what if it crashes and reboots on it's own overnight? I can no longer rely on my phone for my alarms because they won't go off if the phone isn't unlocked after a reboot to finish the startup process. This FBE and lack of being able to disable it is pissing me off! Samdung always 2 steps forwards but 3 steps back with their infinite stupidity sometimes!
I checked "Biometrics and security->Other security settings" and there is NO "Strong Protection" option present anymore. I used the search field in the options to look for it and nothing shows up when searching for strong protection, fbe, file-based encryption, etc. and I went through every option meticulously twice to see if it had some idiotic name now in an illogical location but it does not exist anymore. Am I blind or did Samsung actually remove this option completely, and if so, why would they do this?!?!
My alarms go off after a weekly overnight scheduled restart, even if the phone is still locked and requires a pin/pattern.
I am using Samsung's alarm app but it also works with "Wakey" alarm app.
.
apprentice said:
My alarms go off after a weekly overnight scheduled restart, even if the phone is still locked and requires a pin/pattern.
I am using Samsung's alarm app but it also works with "Wakey" alarm app.
.
Click to expand...
Click to collapse
I remember early with my Note 10+ the alarms wouldn't go off after the nightly automatic reboot until I disabled strong protection since nothing would startup on the phone until you enter your password and watch the phone say "Phone is starting". Maybe that was changed then that alarms will still go off? I'll test it out and set the auto reboot soon with an alarm shortly after and see what happens but it never allowed the alarms before unless strong protection was disabled.
so I just tested and so far it actually worked so basically it's not that strong protection exists and can't be disabled, it's just that starting up after reboots are SLOW AF!
nighthawk29 said:
so I just tested and so far it actually worked so basically it's not that strong protection exists and can't be disabled, it's just that starting up after reboots are SLOW AF!
Click to expand...
Click to collapse
It's still secure though as you can't actually do anything else until you unlock. It makes sense to allow the alarms to get through.
Well at least you can be assured it will wake you up now!
.
apprentice said:
It's still secure though as you can't actually do anything else until you unlock. It makes sense to allow the alarms to get through.
Well at least you can be assured it will wake you up now!
.
Click to expand...
Click to collapse
Ya glad I can rely on my alarms and alerts from calendar notifications. Missed a couple on my Note 10 last year until I disabled that so seeing the "Phone is starting" and then not finding the option to disable strong protection had me worried since Samsung has done stupid things in the past I thought they were continuing that trend but glad to see I was wrong lol.
nighthawk29 said:
Ya glad I can rely on my alarms and alerts from calendar notifications. Missed a couple on my Note 10 last year until I disabled that so seeing the "Phone is starting" and then not finding the option to disable strong protection had me worried since Samsung has done stupid things in the past I thought they were continuing that trend but glad to see I was wrong lol.
Click to expand...
Click to collapse
Well you can always rely on someone here on XDA to help you out! I have been here for 15 years no less!
.
apprentice said:
Well you can always rely on someone here on XDA to help you out! I have been here for 15 years no less!
.
Click to expand...
Click to collapse
Yep, love XDA. Been here a while too when a friend told me about it and best place to find info and help. Especially since I started installing roms on my Galaxy S3 I used it a lot more as this place was invaluable for all the info to get started with romming my android phones.
nighthawk29 said:
Yep, love XDA. Been here a while too when a friend told me about it and best place to find info and help. Especially since I started installing roms on my Galaxy S3 I used it a lot more as this place was invaluable for all the info to get started with romming my android phones.
Click to expand...
Click to collapse
I started with an XDA phone on Tmo; xda developers is the best place to be.

Do notifications work with screen off or not?

Hi all. In this Video the reviewer states that he isn't getting any notifications with the screen off. Also it is a problem for one of our members. Is anyone else having these hassles? Do you get incoming text, email AUDIO notifications without waking the phone?
Hi
I have no issue with notification at all..
Even when screen is off ..
U do have to active notification from each app setting and alow all permissins...
Also keep in maind to keep app running remove battery restriction from app setting also..
All will work normal
Working for me but I did need to grant WhatsApp and Trurcaller lots of permissions.
I even got True Edge installed for a visual way to get notified and that works brilliantly with the device asleep with screen off.
I was a bit surprised at the extra level of permissions needed. It's all gravy now, but I could see why a reviewer or somebody unaware would get caught out
But yes, I am getting notifications with the screen off in sound and visually, without having to wake the phone.
Indeed at first I wasn't getting any notifications but then I discovered you need to go into the app info and give permission for notifications and turn off battery saver.. now it works perfect and only for the apps I want
The video the OP posted is exactly whats happening to me. I have all the settings as described. Battery saver turned off and even when into each apps settings and allowed ALL permissions just to see if it would work. As the video says, notifications come, but you have to wake the device to see them, there is no sound or anything on screen until the device is woke. Exactly as the video describes. I do hope its fixed soon, I am back to using my Note 5 whilst my beautiful 10 Ultra sits in its box.
Burginthorn said:
The video the OP posted is exactly whats happening to me. I have all the settings as described. Battery saver turned off and even when into each apps settings and allowed ALL permissions just to see if it would work. As the video says, notifications come, but you have to wake the device to see them, there is no sound or anything on screen until the device is woke. Exactly as the video describes. I do hope its fixed soon, I am back to using my Note 5 whilst my beautiful 10 Ultra sits in its box.
Click to expand...
Click to collapse
Have you undone your earlier modifications to the phone (copying files from phone to phone etc)?
You have two problems and the one to ignore for now is louder notifications. It's notifications at all.
It isn't something to fix from Xiaomi's view and it is always worth learning the software. I don't like it myself... It can be cloying etc.
But the default behaviour is to opt in to notifications. It's working as intended. That said look where we are, it's just your problems are a special case. No biggie, let's fix this!
You have an outstanding issue clouding this where you are trying to use unexplained files on the device (like seriously what format are they? Does it work in Music or anything? Have you tried removing them?)
Took a while but I get all my notifications now when screen is off, see 2vattached screen shots
Thanks all for answering my question! I think this is my last question before buying from Liaow.com, if the syncing isn't a constant problem. Does anyone have a major syncing problem as explained in this review? Once or twice a day I can deal with. I check the calendar throughout the day like most people. However if I get busy and forget, missing calendar events/alarms wouldn't work for me. I'd be forced to use my work iPhone<shudder> for calendar events lol.
Sathelp said:
Took a while but I get all my notifications now when screen is off, see 2vattached screen shots
Click to expand...
Click to collapse
How did you get the icons to show on the lock screen?
Mine doesn't. Quite annoying.
Also sometimes the lockscreen doesn't show me notifications even tho they are there.. :s
I have no issues with icons displaying while locked. You do need to enable them and ensure they start automatically and power control is turned off for the app. It has been much easier in the EU ROM for some reason.
Solution!
Here is the thing that helped me with the same notification issue! Just google "xiaomi mi 10 ultra notifications" and in the top 5 links you'll probably find an article from: theunpopulartraveller. It explains the settings, and they need to be accessed by pressing and holding the app icon ^ app info.
Don't give up, try and you'll get the sounds from needed apps back. And ye, actually now I find the way Xiaomi did it much more convenient: I just turned on notifications for 2 apps, and all the rest are silent, while previously I had to turn off all the rest of the apps (much more than 2, definitely) not to get disturbed by all the bull****.
EU Rom doesn't have the "importance" option at 30/31
Well after trying to update to 12.1.1 and seeing what a buggy heap of junk it was, I factory reset, installed 12.0.15, and formatted data. But now notifications don't work when the screen is off whatsoever, absolutely no notifications. Beautiful. I'm so sick of the software issues with this phone, I'm definitely never buying another Xiaomi phone at this point.
AerationCheese said:
Well after trying to update to 12.1.1 and seeing what a buggy heap of junk it was, I factory reset, installed 12.0.15, and formatted data. But now notifications don't work when the screen is off whatsoever, absolutely no notifications. Beautiful. I'm so sick of the software issues with this phone, I'm definitely never buying another Xiaomi phone at this point.
Click to expand...
Click to collapse
Disable adaptive notifications from setting. I dont know what google thinking when creating such feature.
it basically interrupt the whole notification process. Using so called Ai to decide, when to give you notifications or when not to. But most of the time it pick wrong decision and delay our notification altogether.
This is android feature since Q thus also causing problem on Pixel phone. On xiaomi seems like it suddenly got worse on Android 11
AerationCheese said:
Well after trying to update to 12.1.1 and seeing what a buggy heap of junk it was, I factory reset, installed 12.0.15, and formatted data. But now notifications don't work when the screen is off whatsoever, absolutely no notifications. Beautiful. I'm so sick of the software issues with this phone, I'm definitely never buying another Xiaomi phone at this point.
Click to expand...
Click to collapse
How did u manage to roll back to 12.0.15?
Get over to the EU ROM version. Lock screen notifications work fine.
Have you checked each notification that it has no battery optimisation set, also, check in notifications that each one has access to the lock screen. Since A11, notifications have been a pain but for some reason they do work much better on the EU ROM.
Sathelp said:
Get over to the EU ROM version. Lock screen notifications work fine.
Have you checked each notification that it has no battery optimisation set, also, check in notifications that each one has access to the lock screen. Since A11, notifications have been a pain but for some reason they do work much better on the EU ROM.
Click to expand...
Click to collapse
There are issues for Gpay and some banking / local safetynet apps for EU ROM which i do not wish to live with.
Somehow the props file in the eu rom causes those issues.
i am probably going to rollback to 12.0.15... now is the excruciating 160 hours wait for unlock.
You obviously don't follow the EU forums. GPay works, safeynet works and my UK bank works. But you also get everything plus more than the Chinese stock and all updates are based on both weekly and stable stock ROMs respectively.
Sathelp said:
You obviously don't follow the EU forums. GPay works, safeynet works and my UK bank works. But you also get everything plus more than the Chinese stock and all updates are based on both weekly and stable stock ROMs respectively.
Click to expand...
Click to collapse
i don't follow it to the tee, but i've seen some reports of some users not able to use gpay out of the stable roms.
that's why.. too much trouble.. i'll see what i can do when the unlock timer is up..

Categories

Resources