Related
First off, I apologize if this has been stated or known by most of the communinty.
Anyway, here is a way to remove the voicemail notification from the Status Bar & the pull down menu......
(Unfortunately, this is NOT a permanent fix - the notification comes back after rebooting)
I did this through using "MyBackup Pro" app...
Tap on "MyToolbox"
Expand "System Apps"
Find & Check Mark: Phone/Messaging Storage (I did this with Phone as well for good messure - might not be necessary though)
Click: Wipe Cache & Wipe Data
Notification should now be gone!
Note:
stilesja fix method is better (found here: http://forum.xda-developers.com/showthread.php?t=1480833), but this will do the trick as well until a permanent fix is available.
I hope this may be a help to some of you!
You could just go to the "Phone" app in Settings > Apps and just clear data or even force stop it if the option is there. And yes, this is pretty well known.
Good effort though
I'll be updating my transparent indicator for beta 0 this weekend. But a note on this force stopping or clearing phone data. When I was doing that I noticed calls would randomly not show callerid which was more annoying to me than a vm notification. Ymmv however.
Sent from my SPH-D700 using Tapatalk
Well, as you may or may not know, CM10 has an option to slide your finger on the status bar on the top to change brightness. I enabled that, and initially it worked. I then started using the brightness button in the notification bar, and after like 3 clicks it got stuck on auto mode. Now no matter how many times I click it or go into display and turn off auto, restart, remove the button from the notification bar, etc, the widget stays on auto (it still changes brightness, it just says its on auto) and I can't enable the status bar brightness slide, which I personally favor over the button. Does anybody know how to get rid of the glitch? Would reflashing work?
Thanks,
thejrcrafter
thejrcrafter2 said:
Well, as you may or may not know, CM10 has an option to slide your finger on the status bar on the top to change brightness. I enabled that, and initially it worked. I then started using the brightness button in the notification bar, and after like 3 clicks it got stuck on auto mode. Now no matter how many times I click it or go into display and turn off auto, restart, remove the button from the notification bar, etc, the widget stays on auto (it still changes brightness, it just says its on auto) and I can't enable the status bar brightness slide, which I personally favor over the button. Does anybody know how to get rid of the glitch? Would reflashing work?
Thanks,
thejrcrafter
Click to expand...
Click to collapse
I had this same issue on CM9. For some reason once you turn on auto with the notification bar you cannot turn it off with the other setting. The way I fixed it was to use SQLiteEditor (a paid app by root explorer) to manually edit the settings database. Then I went into the setup for the notification bar to remove the option to toggle through auto so it would not happen again. If you don't want to use the paid app, another solution is to wipe data and start over, then immediately go to the notification setting and disable the auto toggle.
leapinlar said:
I had this same issue on CM9. For some reason once you turn on auto with the notification bar you cannot turn it off with the other setting. The way I fixed it was to use SQLiteEditor (a paid app by root explorer) to manually edit the settings database. Then I went into the setup for the notification bar to remove the option to toggle through auto so it would not happen again. If you don't want to use the paid app, another solution is to wipe data and start over, then immediately go to the notification setting and disable the auto toggle.
Click to expand...
Click to collapse
Thanks. I already tried removing data for the "Settings Data" App. Should I disable auto toggle first? It also has this error in the homescreen widget (the one with all the system toggles like btooth, wifi, brightness, etc). Also, would any SQLite or other database editor work? Where would the database file be found?
Thanks again!
thejrcrafter2 said:
Thanks. I already tried removing data for the "Settings Data" App. Should I disable auto toggle first? It also has this error in the homescreen widget (the one with all the system toggles like btooth, wifi, brightness, etc). Also, would any SQLite or other database editor work? Where would the database file be found?
Thanks again!
Click to expand...
Click to collapse
Yes it is probably a good idea to turn off the toggle first.
Any database editor that works will do. But I don't know of any free ones that have a GUI to make it easy. The free ones are command line apps that are a pain.
The settings database is in /data/data/com.android.providers.settings/databases/settings.db
leapinlar said:
Yes it is probably a good idea to turn off the toggle first.
Any database editor that works will do. But I don't know of any free ones that have a GUI to make it easy. The free ones are command line apps that are a pain.
The settings database is in /data/data/com.android.providers.settings/databases/settings.db
Click to expand...
Click to collapse
Had the same problem on my Nook HD running CM10.1 on the hybrid install and this fixed it today. My issue was that I think I clicked "auto" while adjusting on the slider and then the brightness was stuck and the "auto" was not checked nor was it selectable. Flipped the bit from 1 to 0 and now it's working ok. Doing a CWM backup now so I'll have the fix in my gold install.
Had this problem on my Samsung T679. Just fixed it and figured I'd record the steps for my own and other's reference. I'm cheap and like doing things the hard way, so I didn't spring for SQLiteEditor. I found that sqlite3 was already installed on the phone.
Before starting: use cwm to make backup, just in case.
1. Force-stop Settings app.
2. Get /data mounted read-write.
3. Open a shell (recommend via ssh/adb, because we have some typing to do).
4. cd /data/data/com.android.providers.settings/databases
5. rm settings.db-shm settings.db-wal (not sure about this step, but the change didn't seem to stick otherwise.)
6. sqlite3 settings.db
Here is my session, you should get the idea:
Code:
sqlite> .tables
android_metadata bookmarks system
bluetooth_devices secure
sqlite> select * from system
...> where name like "%bright%";
71|status_bar_brightness_control|1
278|screen_brightness_mode|1
605|expanded_brightness_mode|0OV=I=XseparatorX=I=VO1OV=I=XseparatorX=I=VO3OV=I=XseparatorX=I=VO5
607|screen_brightness|30
sqlite> update system
...> set value=0
...> where _id=278;
sqlite> .quit
screen_brightness_mode needs to be changed to 0. Don't forget the semi-colons. Now fire up the Settings app and you should be able to enable the status-bar swipe brightness control. I had to toggle it once before it worked.
I just updated my Verizon Samsung Note 3 to the 4.4.2 version of Android OS via OTA. I couldn't figure out how to get the Camera app to display on my lock screen, so I went to my "Lock Screen" settings and found something wrong. I had the Swipe Pattern as the unlock type at the time, and my only options where to change to "PIN" or "Password". I changed it to PIN, hoping that I could change back, but no luck, I am now only able to choose "PIN" or Password" for my lock screen options while the rest are greyed out and it still does not show an option to enable the camera app shortcut on my lock screen.
What I tried to do so far:
Cleared all cache on device
Disabled "Lookout" for being a device manager
Cleared certificate for "FoxFi" app
Rebooted several times (I read somewhere that doing a factory reset did not work either)
I'm hoping this is not a permanent bug in the 4.4.2 OTA update from Verizon. Does anyone have a solution?
JustWulf.com said:
I just updated my Verizon Samsung Note 3 to the 4.4.2 version of Android OS via OTA. I couldn't figure out how to get the Camera app to display on my lock screen, so I went to my "Lock Screen" settings and found something wrong. I had the Swipe Pattern as the unlock type at the time, and my only options where to change to "PIN" or "Password". I changed it to PIN, hoping that I could change back, but no luck, I am now only able to choose "PIN" or Password" for my lock screen options while the rest are greyed out and it still does not show an option to enable the camera app shortcut on my lock screen.
What I tried to do so far:
Cleared all cache on device
Disabled "Lookout" for being a device manager
Cleared certificate for "FoxFi" app
Rebooted several times (I read somewhere that doing a factory reset did not work either)
I'm hoping this is not a permanent bug in the 4.4.2 OTA update from Verizon. Does anyone have a solution?
Click to expand...
Click to collapse
Someone had suggested going to the security tab and clearing the certificates cache or something like that ... I am at work so don't have my phone in front of me , but that enabled them to change a bug wth the foxfi app. So maybe that will help you change the lockscreen security settings.
mjh68 said:
Someone had suggested going to the security tab and clearing the certificates cache or something like that ... I am at work so don't have my phone in front of me , but that enabled them to change a bug wth the foxfi app. So maybe that will help you change the lockscreen security settings.
Click to expand...
Click to collapse
I went ahead and cleared all of the trusted certificates by going to "Settings > Security > Clear credentials" and IT WORKED! I can now select any of the unlock types and the camera app shortcut is now functional. Thanks for the help.
JustWulf.com said:
I went ahead and cleared all of the trusted certificates by going to "Settings > Security > Clear credentials" and IT WORKED! I can now select any of the unlock types and the camera app shortcut is now functional. Thanks for the help.
Click to expand...
Click to collapse
your welcome ! Glad it worked and got you up and running :good:
Clear credentials is grayed out for my phone. Any solution to that?
as a side not for those of you with root still you can make any of your widgets full size upon waking the phone on the lock screen which is pretty cool. you use a module for Xposed called Maximize Widgets
answer
nyeazyone said:
Clear credentials is grayed out for my phone. Any solution to that?
Click to expand...
Click to collapse
It looks like you have most likely encrypted your SD card, which forces you to have security installed. Go into settings>storage and uncheck phone storage encryption and sd card encryption and see if that resolves your issue.
guys i have the same problem,i can't find a solution i have cleared the credentials cache and no solution
mjh68 said:
Someone had suggested going to the security tab and clearing the certificates cache or something like that ... I am at work so don't have my phone in front of me , but that enabled them to change a bug wth the foxfi app. So maybe that will help you change the lockscreen security settings.
Click to expand...
Click to collapse
Thanks for the tip, I've had the same problem with my S6 edge plus and I was pulling my hair out over it but this worked ??
mine credentials are also grayed out on Galaxy S3 LTE 4.4.4. and i dont have a password active and i also added a password to sdcard and i decrypt it after and changed back to swipe. i also disabled all device administrators as well. my phone was optus until i unlocked the network. (mines Rooted as well) the thing is, my lock screen widgets, custom msg, and Multiwindow is locked and the widgets is the most important, but i cant get them if my credentials are locked out.
plz help. i just got this phone (was some randoms but because the person didnt need i got.)
dragonkiller96 said:
mine credentials are also grayed out on Galaxy S3 LTE 4.4.4. and i dont have a password active and i also added a password to sdcard and i decrypt it after and changed back to swipe. i also disabled all device administrators as well. my phone was optus until i unlocked the network. (mines Rooted as well) the thing is, my lock screen widgets, custom msg, and Multiwindow is locked and the widgets is the most important, but i cant get them if my credentials are locked out.
plz help. i just got this phone (was some randoms but because the person didnt need i got.)
Click to expand...
Click to collapse
Dont Worry i fixed it, but i think people should try this any. what was happening was my Galaxy s3 was in Easy Mode for somereason what that does is disables Lockscreen options like widgets and Multi-window, so if the credentials dont work, see if you have Easy Mode on, because after 2 weeks of frustration, disabling Easy Mode fixed it for me.
In the recent menu/ app switcher, I get this "couldn't add widget" display at the top. Phone works nicely, but this widget error display is annoying for me. I have the moto rooted with twrp. Anyone having the same issue? I tried rebooting, clearing cache, clearing data from google search app with no solution.
Thanks in advance
Do you have Xposed installed with any modules set to "Hide search bar in recents"?
I remember I had that on my M8 when I hid the search bar in the recents..... It was eventually fixed in a ROM update, but I had to live with it for a while, or show the search bar.
tele_jas said:
Do you have Xposed installed with any modules set to "Hide search bar in recents"?
I remember I had that on my M8 when I hid the search bar in the recents..... It was eventually fixed in a ROM update, but I had to live with it for a while, or show the search bar.
Click to expand...
Click to collapse
No xposed, just stock rooted. Should have mentioned that, lol... any other ideas? thanks
SUCCESS!
So i booted into safe mode (while phone is on, hold power and long press "power off" and tap boot into safe mode), then launch the recent apps menu and the widget (google search) is there, then reboot phone like normal.
Hope this helps if anyone has the same thing.
There's a category called "Screen lock style" in the Screen lock & passwords section of the phone's settings.
How can I add other screen locks to that list? From my limited experience, if I download another lock screen from the Play Store and enable it, after unlocking my phone with the new lock screen, it still opens the phone to Magazine Unlock, and the newly downloaded lock screen does not appear in the Screen lock style list.
My ultimate goal is to disable Magazine Unlock entirely, because I'm using the Gravity app to unlock my phone.
My phone is rooted. Hoping for a solution that doesn't involve switching ROMs.
Go to developer options and disable screen lock.
j0hhnyr0tten said:
Go to developer options and disable screen lock.
Click to expand...
Click to collapse
Hmmm.... are you running the stock ROM? I appreciate the response, but there is no such entry in Developer Options.
Yes, I am running stock b180 rom. I thought it was in b170 too but not 100% sure. See attached pic.
Disabling screen lock is problematic for me, I believe because of huawei's encryption settings or because I use an sd card for primary storage. Ive googled around and played with a few fixes, but no luck so far..
Fwiw, there is no such thing as replacing your lock screen.. all you're doing is disabling your devices built in security and trusting a third party app, every one of which I've tried basically amounting to adware at best and spyware/malware as the norm. I'd be very careful running those sketchy apps..
j0hhnyr0tten said:
Yes, I am running stock b180 rom. I thought it was in b170 too but not 100% sure. See attached pic.
Click to expand...
Click to collapse
It appears I looked right passed that, because it's grayed out on my phone. It says, "Disabled by Administrator, encryption policy, or credential storage."
I went to Advanced Settings > Security > Device Administrators - and disabled the two apps with access, but I don't know where to go for encryption policy.
Trusted Credentials is also located in Security, but I don't know what entry I'm looking for there either.
-n0cturne- said:
Fwiw, there is no such thing as replacing your lock screen.. all you're doing is disabling your devices built in security and trusting a third party app, every one of which I've tried basically amounting to adware at best and spyware/malware as the norm. I'd be very careful running those sketchy apps..
Click to expand...
Click to collapse
Gravity isn't a lock screen, it's an app that wakes your phone, based on movement and tilt, without having to press the power button. I don't care about security. If my phone gets stolen, I'd rather remotely disable it from the Find My Device website than put up with constantly entering passwords and pressing buttons every few minutes. I want to enjoy my phone. I compare it to the concept of having to enter your computer's password every time you pause Netflix or walk to the kitchen and back. The security level is ridiculous. Most would-be thieves aren't going to get anything from my phone before I remotely disable it. I don't use banking apps or store important passwords on the phone. The most they'll get is my contacts list and access to my music.
Do this to disable your lockscreen password, assuming your phone is rooted:
Rename both files (e.g. add .bak to filename) :
/data/system/
gatekeeper.password.key
and
gatekeeper.pattern.key
You can easily do it with TWRP File Manager or any root File Manager.
Then reboot the phone and you should not be prompted for the phone password or pattern.
Don't forget the thanks button if this helped you .
You take full responsibility for disabling your phone's lockscreen protection - e.g. losing all your bitcoins hahaha
Awesome! Got so fed up trying to disable my screen lock, ended up just wiping the phone, lol
bradleypariah said:
It appears I looked right passed that, because it's grayed out on my phone. It says, "Disabled by Administrator, encryption policy, or credential storage."
I went to Advanced Settings > Security > Device Administrators - and disabled the two apps with access, but I don't know where to go for encryption policy.
Trusted Credentials is also located in Security, but I don't know what entry I'm looking for there either.
Gravity isn't a lock screen, it's an app that wakes your phone, based on movement and tilt, without having to press the power button. I don't care about security. If my phone gets stolen, I'd rather remotely disable it from the Find My Device website than put up with constantly entering passwords and pressing buttons every few minutes. I want to enjoy my phone. I compare it to the concept of having to enter your computer's password every time you pause Netflix or walk to the kitchen and back. The security level is ridiculous. Most would-be thieves aren't going to get anything from my phone before I remotely disable it. I don't use banking apps or store important passwords on the phone. The most they'll get is my contacts list and access to my music.
Click to expand...
Click to collapse
In the security settings you should be able to clear the encryption policy or credential storage but that does not allow you to get rid of the lockscreen period but what I stated above allows you to clear the password meaning to take away the "Disabled by Administrator, encryption policy, or credential storage." Also if you can't find the option above goto backup and reset and reset the system settings you may have to reapply your EMUI theme and your settings but I usually use Next Lock Screen being a suggestion!
InfinityXDA said:
In the security settings you should be able to clear the encryption policy or credential storage but that does not allow you to get rid of the lockscreen period but what I stated above allows you to clear the password meaning to take away the "Disabled by Administrator, encryption policy, or credential storage." Also if you can't find the option above goto backup and reset and reset the system settings you may have to reapply your EMUI theme and your settings but I usually use Next Lock Screen being a suggestion!
Click to expand...
Click to collapse
My lock screen is completely disabled by turning off "screen lock" in the developer settings. That is when i turn off the screen or the phone goes to sleep, i simply tap the power button and i am on my home screen without having to swipe or enter any passwords. i did delete magazine unlock folder, emui folder and theme folder in the system folder of the phone. not sure if that makes a difference though.
"My lock screen is completely disabled by turning off "screen lock" in the developer settings." isn't possible on my phone because it's grayed out. I don't recall what led up to it getting grayed out.
The solution I posted about renaming files is the only working solution I could come up with for my case.
j0hhnyr0tten said:
My lock screen is completely disabled by turning off "screen lock" in the developer settings. That is when i turn off the screen or the phone goes to sleep, i simply tap the power button and i am on my home screen without having to swipe or enter any passwords. i did delete magazine unlock folder, emui folder and theme folder in the system folder of the phone. not sure if that makes a difference though.
Click to expand...
Click to collapse
I just wiped the phone and re-installed b180 stock from CLS (thanks cls!!). Screen lock toggle is available. I did not setup google account or att transfer at startup. I previously unlocked my phone to use for T-Mobile. On another note, I have been trying to figure out how to get Volte calling on T-Mobile. Under the specs of the phone, it is suppose to support it but there is no setting for it by default. But, i found if i delete the ATT folder in the "cust" partition, the toggle is now in the settings. Haven't tested if it works yet though. Ive been trying to get this phone as close to stock as i can. Ive deleted emui folder, themes folder, watermark folder, magazine unlock folder, cdrom folder, most huwaei apps and all att apps. I feel like the phone is snappier now.
j0hhnyr0tten said:
My lock screen is completely disabled by turning off "screen lock" in the developer settings. That is when i turn off the screen or the phone goes to sleep, i simply tap the power button and i am on my home screen without having to swipe or enter any passwords. i did delete magazine unlock folder, emui folder and theme folder in the system folder of the phone. not sure if that makes a difference though.
Click to expand...
Click to collapse
Above he had the encryption still on therefore he couldn't get rid of the password
divineBliss said:
Do this to disable your lockscreen password, assuming your phone is rooted:
Rename both files (e.g. add .bak to filename) :
/data/system/
gatekeeper.password.key
and
gatekeeper.pattern.key
Click to expand...
Click to collapse
Those files do not exist on my phone. I am rooted, I have TWRP, and I also have the paid version of ES File Explorer, which is granted root. I did a full search on the drive too, found nothing.
To ensure we're all on the same page, I do not have a lockscreen password. Magazine unlock is a screen you see when you wake your phone, and you simply swipe up, and you're immediately taken to the home screen. I am not attempting to disable a password. I am trying to disable Magazine Unlock. The screen that shows random pics upon waking the phone.
InfinityXDA said:
In the security settings you should be able to clear the encryption policy or credential storage (....) allows you to clear the password meaning to take away the "Disabled by Administrator, encryption policy, or credential storage."
Click to expand...
Click to collapse
Could you be more specific? I found "Clear credentials," tapped that, no change. I don't know where to look for encryption policy.
InfinityXDA said:
Above he had the encryption still on therefore he couldn't get rid of the password
Click to expand...
Click to collapse
Where do I find that?
j0hhnyr0tten said:
Ive deleted emui folder, themes folder, watermark folder, magazine unlock folder, cdrom folder, most huwaei apps and all att apps. I feel like the phone is snappier now.
Click to expand...
Click to collapse
Me too, but the Magazine wake screen persists.
j0hhnyr0tten said:
I just wiped the phone and re-installed b180 stock from CLS (thanks cls!!). Screen lock toggle is available.
Click to expand...
Click to collapse
I was hoping to not have to flash the phone. It may be my only option unless someone else understands how Magazine Unlock still works despite the fact that it's folder has been deleted from the System directory.
Have you tried disabling magazine unlock in the emui theme settings? Perhaps try the stockify theme, free on the play store?
Also, do you use an sd card for default storage?
I'm using a different theme, have internal storage as default, and still can't just select swipe to unlock (unless I rename files I posted about).
-n0cturne- said:
Have you tried disabling magazine unlock in the emui theme settings? Perhaps try the stockify theme, free on the play store?
Also, do you use an sd card for default storage?
Click to expand...
Click to collapse
-n0cturne- said:
Have you tried disabling magazine unlock in the emui theme settings?
Click to expand...
Click to collapse
I appreciate the response. What you're suggesting does not seem possible on my phone. I see no button to disable Magazine Unlock. Exactly what buttons would I press to do such a thing?
-n0cturne- said:
Perhaps try the stockify theme, free on the play store?
Click to expand...
Click to collapse
It just replaces Magazine Unlock with another slide-to-unlock screen. No way to shut it off.
-n0cturne- said:
Also, do you use an sd card for default storage?
Click to expand...
Click to collapse
No, I do not.
divineBliss said:
I'm using a different theme, have internal storage as default, and still have can't just select swipe to unlock (unless I rename files I posted about).
Click to expand...
Click to collapse
Your typing got a little messed up there at the end ("and still have can't just select"?). Not sure what you're saying, but I have removed the files you suggested, and I still must swipe to get to the home screen. I want to only have to press the power button to wake the phone, and then go directly to home. No swipe.
Corrected to "I'm using a different theme, have internal storage as default, and still can't just select swipe to unlock (unless I rename files I posted about)."
The swipe screen is there for protection in case the phone is in your pocket. I don't think you can avoid it as it's a safety feature.
bradleypariah said:
I appreciate the response. What you're suggesting does not seem possible on my phone. I see no button to disable Magazine Unlock. Exactly what buttons would I press to do such a thing?
It just replaces Magazine Unlock with another slide-to-unlock screen. No way to shut it off.
No, I do not.
Your typing got a little messed up there at the end ("and still have can't just select"?). Not sure what you're saying, but I have removed the files you suggested, and I still must swipe to get to the home screen. I want to only have to press the power button to wake the phone, and then go directly to home. No swipe.
Click to expand...
Click to collapse
I have magazine unlock disabled, no swipe screen at all, thoughall options to disable are still grayed out. I don't recall doing anything special, I'll dig around a bit later.
Under Settings, what does it say for "Lock screen style"?
-n0cturne- said:
I have magazine unlock disabled, no swipe screen at all, thoughall options to disable are still grayed out. I don't recall doing anything special, I'll dig around a bit later.
Click to expand...
Click to collapse