[REQUEST] Disable Opening the Quick Settings - Magisk

Hi, a bit of a odd one. I want to be able to use one shade/powershade seamlessly without interruptions from androids quick settings, but making it easy to get androids quick settings back by just removing the module...
Hopefully this is possible?
If not is it possible to use edxposed?
I'm looking for ideas. Thanks

Related

[Q] Better Settings

Hey guys,
So two quick questions on here:
1. The settings app that comes standard on the NC is terrible - I keep needing to actually fix things in the settings that I can never seem to get to. Is there a different page I'm not finding? Or do we need an entire new settings app to access the default android settings?
2. Also, I keep getting two strange install failures over ADB (and on the phone through regular install):
INSTALL_FAILED_UPDATE_INCOMPATIBLE
INSTALL_FAILED_MISSING_SHARED_LIBRARY
Any idea on how to fix any of this?
barrosd12 said:
Hey guys,
So two quick questions on here:
1. The settings app that comes standard on the NC is terrible - I keep needing to actually fix things in the settings that I can never seem to get to. Is there a different page I'm not finding? Or do we need an entire new settings app to access the default android settings?
2. Also, I keep getting two strange install failures over ADB (and on the phone through regular install):
INSTALL_FAILED_UPDATE_INCOMPATIBLE
INSTALL_FAILED_MISSING_SHARED_LIBRARY
Any idea on how to fix any of this?
Click to expand...
Click to collapse
Quick update - a re-root fixed all the UPDATE_INCOMPATIBLE problems, but the shared library issue remains.
As far as a better settings app goes, maybe Spare Parts?

[Q] Gingervolt 2.0 and Tasker

I have been playing around with my LG Revolution, and bought Tasker 1.2.1m Installed Secure Settings 1.1.7, installed Secure Settings helper, and checked my Profile under /Systems/build.prop for line ro.HOME_APP_ADJ=1 and I can't seem to get Tasker to toggle GPS on if it is off.
I read about a roll your own find your phone app and figured I'd do that, but if someone just turns off my GPS then what good does that do :/.
I figured I'd ask here first before I mosey over to the Tasker Discussions Group to see if it's just a small thing I may be over looking in the ROM.
I also added Tasker to accessibility, just to cover my bases.
The stock rom seems to have issues with apps switching gps states, as evident in power control apps. I really dont know how to fix this...

Teather shotcut/widget/etc

So has anyone found a way to make some sort of easy to use shortcut for tether yet? I don't need hacks for native tethering or anything as my plan includes it, I just want something to make it quicker to turn on the exiting tether without having to dive down so many damn levels into settings.
If your rooted you can edit the settings db to add it to the quick toggels
Sent from my GT-N8013 using Tapatalk
I am rooted, are there any guides on how to edit that? I've been playing around with Tasker trying to get it to enable it thru there but so far no luck, I got it to run the provision check, but it doesn't turn on the tethering, I'm guessing it's a script and it runs something else after the check, but I can figure out how to duplicate it in Tasker.
Found the guide on how to add toggles missing toggles thru the setting.db and now it's working, thanks!

Tasker - SecureTask is not starting

Hello,
I'm going crazy here.... I've installed Tasker on my new Lenovo Tab M7 TB-7305F (7 Inch with Android 9.0 GO - NOT rooted). Tasker works fine. Since I want to kill apps I installed the plugin "SecureTask". And: I succeeded to get it working. Everyting is working fine. Until I reboot. After a reboot: When I try Tasker to execute the plugin-command SecureTask - Tasker waits long and can't execute the plugin. It seems Tasker can't call the plugin SecureTask / can't connect to it. When I manually load SecureTask (Icon on the desktop - only a config-screen comes up - I leave the config-screen with the back-button): After that everything works again. It seems: After SecureTask was loaded once everything is OK. But Tasker can't start the plugin.
Humpf? After a lot of hours of investigating..... I'm out of ideas. Any help?
That sounds like there's a problem getting a background process running after boot for SecureTask. Assuming that all of the permissions for SecureTask have been granted through ADB, I would contact the developer and see what he says.
A work around might be to use Tasker to launch SecureTask after boot. You could then use it to close itself
Thanks... exactly the opinion I have at the moment. In the meantime I found a contact address in SecureTask itself - so I will contact the developer.
Enabling SecureTask after boot by Tasker.... good idea That will be a screen-flickering... but that's at 5 am - so nobody will care about that. I will test this... :good:
Just to report my efforts.... I contacted the support of SecureTask - and got an email-chat within minutes. Incredible support - thank's a lot, John Doe (support of SecureTask)!!!
He told me how to get a logcat. Reason, why it's not working:
BroadcastQueue: TabletMaster Service: not allowed to launch app com.balda.securetask/10110 for broadcast Intent { act=com.twofortyfouram.locale.intent.action.FIRE_SETTING flg=0x14 cmp=com.balda.securetask/.receivers.FireReceiver (has extras) }
=> The OS is blocking the broadcast. No clue why. So it seems my Lenovo Tab M7 TB-7305F has a strange behaviour... no chance to get it working.
Btw: Killing SecureTask with it's own didn't work. So I had to choose now a complete different approach without SecureTask.
airplane mode
Hi, bit off topic maybe, but I saw that this is a quite recent threat and it is involved with SecureTask plugin, so I decided to hook up instead of creating new one
This week I bought Samsung Galaxy Tab S5e. It's operating on Android Pie and UI One interface. I'm reluctant to root it yet (all the more the procedure is not obvious), but I want to recreate as much functionality as possible from my old rooted Samsung tablet So SecureTask plugin is the obvious choice.
I'm trying to find a way to automate turning the airplane mode on/off. On my old tablet I created a profile that triggered airplane mode according the time schedule as soon as Tasker detects that the device is plugged in to a power source. I've tried to recreate this profile with the help of SecureTask. Of course in advance I granted to the plugin all possible permissions using adb and even successfully set it as the device owner. Then I found a secure setting responsible for turning the airplane mode on/off and set appropriate values. And when I test the created tasks, the green circle appears and the quick toggle in the notification drawer turns on, but it seems that the system doesn't listen to the call - the airplane mode actually doesn't turn on. The system seems to listen only when I turn the quick toggle on manually. So I wonder if there is something I'm missing or maybe it is not achievable at all without root on this firmware?
Would be grateful for any insight, maybe from you @ktmom, boss Thanks in advance.
@Lord Sithek, AFAIK, the only way you can toggle mobile data or WiFi radios is after a reboot and that may not work on all devices. Google "long ago" removed the ability to directly control those radios, even with root. Bluetooth does tend to toggle though.
So if it's going to work at all, you would have to toggle off and then reboot.
My opinion is its best to use touch emulations to activate the quick setting tile.
ktmom said:
@Lord Sithek, AFAIK, the only way you can toggle mobile data or WiFi radios is after a reboot and that may not work on all devices. Google "long ago" removed the ability to directly control those radios, even with root. Bluetooth does tend to toggle though.
So if it's going to work at all, you would have to toggle off and then reboot.
My opinion is its best to use touch emulations to activate the quick setting tile.
Click to expand...
Click to collapse
Ok, thanks for the response. I have Auto Input plug installed as well, so I'll give it a shot
ktmom said:
My opinion is its best to use touch emulations to activate the quick setting tile.
Click to expand...
Click to collapse
The problem is that it needs to turn the screen on. I keep my device in book cover so... pain in the arse :cyclops: I think I'll probably switch to "do not disturb" mode, at least it works right away
Sent from my mido using XDA Labs
Marienkaefer said:
Hello,
I'm going crazy here.... I've installed Tasker on my new Lenovo Tab M7 TB-7305F (7 Inch with Android 9.0 GO - NOT rooted).
Click to expand...
Click to collapse
I too just purchased a lenovo Tab M7 TB-7305F (7 Inch with Android 9.0 GO - also NOT rooted).
Sorry for intruding.
Have you found a forum for this tablet?
One specific question I have is with screen rotation. In android pie you get rotation control by turning off auto-rotation in settings. That way when you rotate the tablet a small icon appears briefly in a corner. When that icon is tapped the display rotates. If not tapped on the display does not rotate.
That is what happens in my other android pie devices. But for some reason this icon does not appear on this tab. So I'm looking for a forum for help. Have you found one?
Lord Sithek said:
Hi, bit off topic maybe, but I saw that this is a quite recent threat and it is involved with SecureTask plugin, so I decided to hook up instead of creating new one
This week I bought Samsung Galaxy Tab S5e. It's operating on Android Pie and UI One interface. I'm reluctant to root it yet (all the more the procedure is not obvious), but I want to recreate as much functionality as possible from my old rooted Samsung tablet So SecureTask plugin is the obvious choice.
I'm trying to find a way to automate turning the airplane mode on/off. On my old tablet I created a profile that triggered airplane mode according the time schedule as soon as Tasker detects that the device is plugged in to a power source. I've tried to recreate this profile with the help of SecureTask. Of course in advance I granted to the plugin all possible permissions using adb and even successfully set it as the device owner. Then I found a secure setting responsible for turning the airplane mode on/off and set appropriate values. And when I test the created tasks, the green circle appears and the quick toggle in the notification drawer turns on, but it seems that the system doesn't listen to the call - the airplane mode actually doesn't turn on. The system seems to listen only when I turn the quick toggle on manually. So I wonder if there is something I'm missing or maybe it is not achievable at all without root on this firmware?
Would be grateful for any insight, maybe from you @ktmom, boss Thanks in advance.
Click to expand...
Click to collapse
I don't know if it needs root (I am always rooted), but there is an Airplane Mode On and Off in Tasker, under Net category.
I have a task that checks if %AIR is on or off, and turn on and off accordingly.
---------- Post added at 04:33 PM ---------- Previous post was at 04:29 PM ----------
ktmom said:
@Lord Sithek, AFAIK, the only way you can toggle mobile data or WiFi radios is after a reboot and that may not work on all devices. Google "long ago" removed the ability to directly control those radios, even with root. Bluetooth does tend to toggle though.
So if it's going to work at all, you would have to toggle off and then reboot.
My opinion is its best to use touch emulations to activate the quick setting tile.
Click to expand...
Click to collapse
It still is fine to toggle mobile data on and off (in my case, either Mobile Data 1 or 2 due to having dual sims), as well as wifi, without rebooting. Even works in Macrodroid (the mini Tasker-like app)
Android app Tasker

Notification as trigger - without autonotification

Hi
I'm new to this so please bear with me. I have a eufy smart doorbell and am trying use tasker to click the notification received when the bell is pressed.
I have managed to do this on my phone with autonotification, however still trying to get it to work on my android tv box.The problem is that the box doesn't allow me to enable notification intercept.
So I am looking for either
(a) a way to allow notification interception. Possibly by rooting but have no experience of this or if it would work
(b) use something else as the trigger without intercepting the notification. Only thing I can think of is when a certain tone is played i.e the tone for the doorbell is played. I went through all the event options and didn't see anything like this so don't know if it is even possible.
If anyone has any other ideas as to how to trigger the task it would be great, or how to enable autonotification.
Thanks
Imran

Categories

Resources