I want to disable apps by a widget.
My problem is that i can disable only one app not the whole thing. so I created a loop or something else. The picture shows that.
but than i get the same problem like "pm disable %Apps()".
this is what tasker shows me than:
01.51.41/Variables doreplresult: |%Appplus| -> |5|
01.51.41/Variables doreplresult: |pm enable %Apps(%Appplus)| -> |pm enable %Apps5|
01.51.41/Variables doreplresult: |%Appplus| -> |5|
01.51.41/Variables doreplresult: |pm enable %Apps(%Appplus)| -> |pm enable %Apps5|
01.51.41/E Shell Ausführen: ->
01.51.41/E Shell Ausführen: ->
01.51.41/E Shell Ausführen: ->
01.51.41/Shell runBackground pm enable %Apps5 root: true timeout: 2000
01.51.41/Shell start process-thread ID 415
01.51.41/E add wait type Shell2 time 2147483647
01.51.41/E add wait type Shell2 done
01.51.41/E add wait task
01.51.41/E Fehler: 1
please can anyone help me...?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Gesendet von meinem Nexus 6P mit Tapatalk
this works for me:
Gesendet von meinem Nexus 6P mit Tapatalk
Related
I want to completely disable Locklscreen and set it to None but not getting this option like here:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
So how to get this NONE option??
Hi,
as written under the greyed out option : "disabled by administrator encryption policy, or credential storage".
So (you can try again after every step):
1. Go to Settings > Security > Clear credentials.
2. If your device or your SD card is encrypted you have to decrypt it (in Settings > Security i think).
3. Go to Settings > Security > Device administrators and uncheck all apps.
4. Remove any VPN configured on your device.
5. As a last resort I've read that removing all of your saved WIFI networks may help with this.
Hope this helps,
best,
Bafforosso
Just clear credentials and you're good to go
Deleted guest user and I got those options.
This didn't work for me too. The fix is download clean master and in accessibility settings turn on clean master. If nothing work,this will surely
How the f*** do you get rid of it? You swipe it down and it kills the video, you go to notification window and hit play there to enable audio only and it won't play. I don't want to ever see YouTube or any video app go into mini mode. I don't see any option in settings to disable it. It's gotta be in there somewhere.
Is it this?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my SM-N960F using Tapatalk
Nope. Not at all. It's window in window.
I'm having the same issue with the mini screen and haven't been able to figure out how to turn it off
Go to settings - - > apps - - > click the 3 dots top right corner - - > click special access - - > click picture-in-picture - - > choose YouTube, then uncheck picture in picture for that app.
I had this, then had YouTube premium for 2 months and now after cancelling YouTube premium my YT app is back to normal. No pop up stuff.
Probably you have seen this message in last days when you try to forward some messages in WhatsApp:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is a new limitation that prevents you send messages that have been forwarded many times.
I don't like that restriction, then I investigated a little bit on WhatsApp database msgstore.db and found a very promising table/field that stores the times a message has been forwarded.
So, I created a very simple task to clear this field removes the limit. You just would need to create a Run Shell task with the next command with root option:
Code:
sqlite3 /data/data/com.whatsapp/databases/msgstore.db "update messages set forwarded = 0;"
busybox killall com.whatsapp
You need:
1. Magisk Root
2. Busybox Magisk module
3. Sqlite Magisk module
WARNING:
1. Do a Backup of Whatsapp before running it.
2. I'm not responsible for any damage you can do to your Whatsapp in case you don't make a backup first.
3. Whatsapp can change this at any time, enjoy it while it lasts.
I'm trying to patch Tingle on my Xiaomi Redmi 4A running on LineageOS 17.1 via ADB for enabling system spoofing signature for microG. But I'm getting this error : *'ADB Root access is disabled by system setting - enable in Settings -> System -> Developer options'* everytime I type adb root in cmd (running as admin). My device is rooted with Magisk 20.4 and the 'Super Access' option is enabled as "Apps and ADB". I've also enabled "Android debugging" option under the 'Settings -> System -> Developer options'.
[
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
]
But I'm unable to find any option called 'ADB Root access' or 'Root Access' under 'Settings -> System -> Developer options'. I've also tried abdb Insecure by Chainfire.I've also tried abdb Insecure by Chainfire.
[
]
But with no luck, the problem still persist. I just want to get root access in my adb interface to be able to use Tingle.
Note : I'm on Android 10. My SELinux status is enforcing (not permissive) and my ROM isn't stock nor official.
Thanks in advance! Any kind of help would be highly appreciated. <3
【Guide】Disable ZRAM in moto stock rom permanently
This method is only tested in moto stock oreo 8.1.0 os. Just follow the steps below:
1. Use 'Magisk' to root your device.
2. Use 'MT Manager'( or Root Explorer ) app open /system/build.prop
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
3.Search: zram
Then I see the following code lines
# Create zram disk
ro.vendor.qti.config.zram=true
Add something before this command 'ro.vendor.qti.config.zram=true'.
For example, I add '# ' before it '# ro.vendor.qti.config.zram=true'. Then the creating zram command doesn't work anymore.
Save it.
5. Long press build.prop file, and tap the ’attribute‘ (’属性‘)
Because the MT Manager app doesn't have any setting to change language to english. So I provide all the screenshots for you.
6. Change its permission (权限——’更改‘)
7. Type ’0644‘
8. Restart your device. And the ZRAM has gone permanently.
Before: (Screenshot from 'DevCheck' app)
After:
I haven't found how to disable the ZRAM in the third party rom yet, such as lineageos or the others. If someone knows how to make it, welcome to share with us.