I have a strange issue with my own watch face which for some reason I also can reproduce with native app. Can someone please test the following for me:
1. Open Settings - > Scroll to Developer Options
2. ADB debugging - > Enable - > Scroll down - > Debug over Bluetooth - > Enable
3. Exist to watch face
4. Swipe up Debugging Card - > Debugging over Bluetooth is enabled. - > Scroll to left to see Open - > Press Open
On 5.1.1 or 6.0.1 Emulator this will open Settings.
For me I get Unfortunately, Settings has stopped.
Is this happening to you as well? I have factory restored the watch but this is no go.
Thanks for the feedback!
It happened just now on my original g watch on 6.0.1
So running latest B378 nougat stock rom, I saw in Developer Settings a new Option called : 'force allow apps on external'.
But I can´t toggle this option.
So what have I to do to use Nougats new Option`????
I did some research and found a way to make the quick settings tiles disappear on the lock screen. Note that your device needs to be rooted using either SuperSu or Magisk.
The first thing you have to do is download Tasker.
On the Tasker app, make a new profile
Event --> Display --> Display Off
Now make a task, we will name this task "Hide Tiles"
New Task --> Code --> Run Shell
Now important, if you're rooted with SuperSu then use the first code, if you're rooted with Magisk then use the second one.
First code is (without quotes): "settings put secure sysui_qs_tiles 0"
Second code is (WITH quotes): /sbin/su -c "settings put secure sysui_qs_tiles 0"
This is the profile that will hide the tiles when the phone is locked, now we need a profile where it shows them after the password/fingerprint is used on the phone.
Go ahead and create a new profile
Event --> Display --> Display Unlocked
Now make a task, we will name it "Show Tiles"
(SuperSu uses the first code, Magisk uses the second one)
New Task --> Code --> Run Shell
First code (without quotes): "settings put secure sysui_qs_tiles wifi,cell,location,dnd,rotation,bt,battery,flashlight,hotspot,airplane,inversion,saver,cast"
(From the screenshot you will learn which name refers to which tile, you can then add/remove/reorder them however you want)
Second code (WITH quotes): /sbin/su -c "settings put secure sysui_qs_tiles wifi,cell,location,dnd,rotation,bt,battery,flashlight,hotspot,airplane,inversion,saver,cast"
If these codes don't work with Tasker, you can use them in Secure Settings but instead of (New Task --> Code --> Run Shell) you have to do (New Task --> Plugin --> Secure Settings --> Configuration --> Action --> Run Command)
The code you'll have to use is the one we used for Supersu (it will work for both Magisk and SuperSu users) but make sure you check the USE ROOT box)
I have tried this on a Nexus 5X running Oreo 8.1 OPM3 and it works every single time.
Let me know if you have tried this on your phone so we'd know which devices it works on. Thank you!
nice, but too bad it crashes on miui based roms
Worked with Secure Settings an Oneplus 3t, Skydragon-Rom.
Thank you! :good:
There are some Quicksettings i don't know the name to let it show after unlock. Can anybody help me?
The tiles from the first picture would be great to know the correct name.
This is very interesting, thanks for the question.
Need help!
I just factory reset my Nexus 6, root it and found in About phone - System update - "System update downloaded and... (restart now)".
I am definitely not want to update from 6.0.1 to 7.1.1, so I am going to Google play service and clean all data. And found that System update start downloading immediately again with only options "Pause downloading", so I pause it for now. I am also found this topic https://forum.xda-developers.com/nexus-6/help/how-to-stop-update-downloaded-t3157232 , but it about 5.1.1 and the answer is wrong, because there is no "Automatic System Updates toggle" in 6.0.1 Nexus 6 (this option came in 7.0). I am also installed Disable services app, and disable SystemUpdateService in Google Play Services and Google Services Framework, but it not work.
I am also try another method - Rename /system/etc/security/otacerts.zip to otacerts_bak.zip , but its also didnt work for me
So, how to prevent it, cos I am afraid to reboot my phone?
It's been forever long since MM. I think things were different then, but some ideas;
Long press the notification and a settings gear/cog should be available. From Settings select "Turn off notifications update"
Go to settings -> apps -> Google Play services (not store - you may need to "show system apps") then uncheck the notification box.
Settings -> about device -> software update -> check for updates
There might be an toggle in developer options (tap on build number 7 times to enable developer options)
I try most of those ideas in start topic. Notification not a problem, I am already blocked it - problem with downloading.
And, as I said, Developer options didnt have it in 6.0, only from 7.0
Hmm, maybe I found solution for my question:
Not enough to kill SystemUpdateService, but when I killed SystemUpdateService Activity receiver, System Update options just disappear from menu "About".
Can somebody confirm it?
Many people asked how to do this withoput needing an internet connection, a xiaomi account and the simcard inside the phone.
I am glad to tell you I found a simple way.
In MIUI 13:
Go in developer mode and enable USB debugging (the normal one).
Then go to Privacy Protection >> Special permissions
From this menu select first Modify System Settings then the small more button at the bottom of the page and tap Show System
Scroll down to Shell, tap on it and enable it.
Now go back to Privacy Protection >> Special permissions and
select Install unknown apps >> More >> Show System
Scroll all the way down to Shell andenable Allow from this source