Question How to turn on System UI tuner on Android 13 without installing related APP - Google Pixel 6 Pro

previously to turn on system ui tuner, I use takser to launch com.android.systemui
But now it does not work anymore, I have to install this app
Thanks for your attention

bush911 said:
previously to turn on system ui tuner, I use takser to launch com.android.systemui
But now it does not work anymore, I have to install this app
Thanks for your attention
Click to expand...
Click to collapse
As far as I know, you are going to have to use an app of some kind....nova, the app you listed, or something else. You can always uninstall afterwards....your selections should hold.

I use a terminal utility on the phone (material terminal)
i give it superuser priveledges
send this first pm enable com.android.systemui/.tuner.TunerActivity
then send this am start com.android.systemui/.tuner.TunerActivity
this will programmatically enable it

aer0zer0 said:
I use a terminal utility on the phone (material terminal)
i give it superuser priveledges
send this first pm enable com.android.systemui/.tuner.TunerActivity
then send this am start com.android.systemui/.tuner.TunerActivity
this will programmatically enable it
Click to expand...
Click to collapse
Thank you, works very well for me

Related

[Q] adb commands need help

i need disable start up app in system , im not need remove it need only stop it even if make hard reset or format for phone so i need adb command to disable it
logy122 said:
i need disable start up app in system , im not need remove it need only stop it even if make hard reset or format for phone so i need adb command to disable it
Click to expand...
Click to collapse
only if you are rooted... pm disable <package name>
otherwise use the built in app manager to disable what you can (not all can be disabled).
:crying:
dottat said:
only if you are rooted... pm disable <package name>
otherwise use the built in app manager to disable what you can (not all can be disabled).
Click to expand...
Click to collapse
im trying but not stooped , any other way with adb commands ?
You Can Disable It From Setting>App
Or Use StartUp Manager Apps From Google Play

Restart Kodi 'shortcut' and other stuff (solved)

If you're like me, Kodi gets hung-up sometimes. If you sideload 'Terminal Shortcut Pro' from the play store, you can create a shortcut icon on the home screen using Nova Launcher (and other launchers I presume) to force-stop Kodi and restart it with one click. You can also use the app to launch your saved commands. And the app works perfectly on the FireTV including navigation with the remote.
https://play.google.com/store/apps/details?id=de.hp.terminalshortcut
Open the app and click the plus sign to add a new command, type the below commands and tell it ro run as su.
Then create a shortcut on the homescreen to your specific command using Nova.
RESTART KODI:
am force-stop org.xbmc.kodi
am start -n org.xbmc.kodi/.Splash
Other commands you can create shortcuts for:
KILL-ALL (kills all background apps):
am kill-all
And I'm sure there are other terminal 'shortcut' commands that folks can think of...delete thumbnails, block updates, etc.
Has anyone found an app that can do this yet? Without using the shortcuts/different home launcher? I have been looking for a app which kills all apps running or something similar but have not had any joy for my Rooted Fire Tv2?
You can use Terminal Shortcut for that i think. Just create the am kill-all command. You will just open the app and then click the command. Have to be rooted for it to work tho im pretty sure...
tdfsu said:
You can use Terminal Shortcut for that i think. Just create the am kill-all command. You will just open the app and then click the command. Have to be rooted for it to work tho im pretty sure...
Click to expand...
Click to collapse
I tried both commands today, but just comes back with an error???? I'm rooted, on AFTV2 with Busybox, & kodi running off my SD card, I typed the commands exactly as you wrote but dunno why it wont work? Have you any ideas mate?
I installed this appmanager which allows you to launch apps then go to a settings menu to force closed pretty quick.

Gravitybox replacement apps for nougat?

Hi, I always ran xposed since getting my op3. But since taking the plunge for 7.1 are there any apps that has these features without xposed.
1- download progress bar,
2- hide ongoing notifications in status bar
Also any app that can set rotation on a per app basis
teostar said:
Also any app that can set rotation on a per app basis
Click to expand...
Click to collapse
Tasker
Sent from my OnePlus3 using XDA Labs
teostar said:
Also any app that can set rotation on a per app basis
Click to expand...
Click to collapse
I use Ultimate Rotation Control for this. Works well.
https://play.google.com/store/apps/details?id=nl.fameit.rotate&hl=en
Prattham said:
Tasker
Click to expand...
Click to collapse
I tried Tasker. But had an issue with it saying I don't have root.
teostar said:
Hi, I always ran xposed since getting my op3. But since taking the plunge for 7.1 are there any apps that has these features without xposed.
1- download progress bar,
2- hide ongoing notifications in status bar
Click to expand...
Click to collapse
Any suggestions on these?
Can you elaborate a bit? I may be able to help you. What were you trying to do that needed root?
Some Tasker tasks require root if you need to run them through Secure Settings, which is kind of a companion app for Tasker for changing certain system settings. You may be able to set up a profile without requiring root for what you want to do.
Redjax said:
Can you elaborate a bit? I may be able to help you. What were you trying to do that needed root?
Some Tasker tasks require root if you need to run them through Secure Settings, which is kind of a companion app for Tasker for changing certain system settings. You may be able to set up a profile without requiring root for what you want to do.
Click to expand...
Click to collapse
I was attempting to setup a scheduled airplane mode. Which needed secure settings, but it's was saying I needed root( which I already have).
teostar said:
I was attempting to setup a scheduled airplane mode. Which needed secure settings, but it's was saying I needed root( which I already have).
Click to expand...
Click to collapse
Do you have systemless root installed? Secure settings doesn't work with systemless root. If you have systemless root, then by doing this in terminal will make secure settings recognize root:
su
mount -o remount,rw /system
touch /system/bin/su
mount -o remount,ro /system
reboot
If you don't have systemless root then I would test remounting system partition with read/write permissions and then re-setting Secure settings again.
Edit: you can use any terminal application from Google Play
Squabl said:
Do you have systemless root installed? Secure settings doesn't work with systemless root. If you have systemless root, then by doing this in terminal will make secure settings recognize root:
su
mount -o remount,rw /system
touch /system/bin/su
mount -o remount,ro /system
reboot
If you don't have systemless root then I would test remounting system partition with read/write permissions and then re-setting Secure settings again.
Edit: you can use any terminal application from Google Play
Click to expand...
Click to collapse
Thanx I'll try this a lil later. To be honest I have no idea if I have systemless root or not I just flash the superuser 2.78 s5 whether it's systemless or not I don't know.
teostar said:
Thanx I'll try this a lil later. To be honest I have no idea if I have systemless root or not I just flash the superuser 2.78 s5 whether it's systemless or not I don't know.
Click to expand...
Click to collapse
It's systemless.
Squabl said:
Do you have systemless root installed? Secure settings doesn't work with systemless root. If you have systemless root, then by doing this in terminal will make secure settings recognize root:
su
mount -o remount,rw /system
touch /system/bin/su
mount -o remount,ro /system
reboot
If you don't have systemless root then I would test remounting system partition with read/write permissions and then re-setting Secure settings again.
Edit: you can use any terminal application from Google Play
Click to expand...
Click to collapse
Gr8 it worked. Thanks again :good:
teostar said:
Thanx I'll try this a lil later. To be honest I have no idea if I have systemless root or not I just flash the superuser 2.78 s5 whether it's systemless or not I don't know.
Click to expand...
Click to collapse
Hey, check out phhSuperuser, and Magisk. It's easy systemless root, no ADB commands or anything
Redjax said:
Hey, check out phhSuperuser, and Magisk. It's easy systemless root, no ADB commands or anything
Click to expand...
Click to collapse
I took a look at that thread and its out of my league for now. #babysteps I just got this, my 1st android device in October.
teostar said:
I took a look at that thread and its out of my league for now. #babysteps I just got this, my 1st android device in October.
Click to expand...
Click to collapse
I'm sorry, just saw this post. Magisk is very easy to install. The thread has a lot of information, but it's as easy as downloading the zip for Magisk and phh superuser, flashing them, and installing the apk files. Then you open the Magisk manager app and follow the steps in the thread! I installed it on my first try, and I agree, it seems complicated...But it works great and isn't hard at all to install if you've flashed things like SuperSU before! It's basically the same process when I'm not on mobile, I may reply with a short guide that follows the steps I took to get it working.
teostar said:
Hi, I always ran xposed since getting my op3. But since taking the plunge for 7.1 are there any apps that has these features without xposed.
1- download progress bar,
2- hide ongoing notifications in status bar
Click to expand...
Click to collapse
1. There's a module called Flat Style Bar Indicators that might help with download progress but it shows just the percentage not a bar.
http://repo.xposed.info/module/com.bocharov.xposed.fsbi
2. For notifications there's a great module called Notify Clean, it can do what you wan an much much more.
http://repo.xposed.info/module/de.defim.apk.notifyclean
I also advise to use a module called UnbelovedHosts, it's an ad blocker for xposed that's much more effective than any other because it just loads it on boot and doesn't need to run in the background.
http://repo.xposed.info/module/de.defim.apk.unbelovedhosts
Sent from my SM-G903F using XDA Labs
MegaArthur said:
1. There's a module called Flat Style Bar Indicators that might help with download progress but it shows just the percentage not a bar.
http://repo.xposed.info/module/com.bocharov.xposed.fsbi
2. For notifications there's a great module called Notify Clean, it can do what you wan an much much more.
http://repo.xposed.info/module/de.defim.apk.notifyclean
I also advise to use a module called UnbelovedHosts, it's an ad blocker for xposed that's much more effective than any other because it just loads it on boot and doesn't need to run in the background.
http://repo.xposed.info/module/de.defim.apk.unbelovedhosts
Click to expand...
Click to collapse
Thanks for the suggestions. But I was looking for regular apps not xposed since xposed doesn't work for nougat just yet.
An app or a module that disables vibration on successful fingerprint authentication? I have nougat and I can't have xposed...
teostar said:
Thanks for the suggestions. But I was looking for regular apps not xposed since xposed doesn't work for nougat just yet.
Click to expand...
Click to collapse
Checkout Download Progress++ in Play Store. It is by the same Dev as GB. It doesn't even need root leave alone Xposed. Checkout this post also: https://forum.xda-developers.com/showpost.php?p=71480102&postcount=293
I am using it and works wonderfully.
tnsmani said:
Checkout Download Progress++ in Play Store. It is by the same Dev as GB. It doesn't even need root leave alone Xposed. Checkout this post also: https://forum.xda-developers.com/showpost.php?p=71480102&postcount=293
I am using it and works wonderfully.
Click to expand...
Click to collapse
Seems it's not available in my country. Thanks. I'll try a VPN tomorrow.

Question Rotation Suggestion Button on Xiaomi.EU ROM?

Android 9 added a new feature which allows for the temporary rotation of the screen, with the press of a button would appear when the phone is put into landscape orientation. MIUI for some reason has decided to exclude it, we're at Android 11 and it still doesn't have it. I was wondering if Xiaomi.EU ROM has this feature, or would I have to go with a custom ROM?
do you use tasker? could try the auto-rotate for chosen apps profile found in this thread.
i used it fine for both ROG phone II and this Alioth phone. i just set it for maps, youtube vanced etc.
works great. not sure i'd recommend the other profiles, they may well be device specific
reg66 said:
do you use tasker? could try the auto-rotate for chosen apps profile found in this thread.
i used it fine for both ROG phone II and this Alioth phone. i just set it for maps, youtube vanced etc.
works great. not sure i'd recommend the other profiles, they may well be device specific
Click to expand...
Click to collapse
Cool, this could be a workaround for my issue, just enabling rotation in some apps. I'll try it out, thanks!
It might be a late reply, but in terminal emulator as root you can type this command: "settings put secure show_rotation_suggestions 1" without the quotes and it will enable rotation suggestions when you rotate the screen. You can also use this same command in FKM scripts section and set it to run on boot. If you're not rooted then you must use adb shell on a PC with adb debugging enabled in developer options and use this command: " pm shell settings put secure show_rotation_suggestions 1" without the quotes. After a reboot the setting is disabled again so you have to run the command after each reboot.
pawelmiernik said:
It might be a late reply, but in terminal emulator as root you can type this command: "settings put secure show_rotation_suggestions 1" without the quotes and it will enable rotation suggestions when you rotate the screen. You can also use this same command in FKM scripts section and set it to run on boot. If you're not rooted then you must use adb shell on a PC with adb debugging enabled in developer options and use this command: " pm shell settings put secure show_rotation_suggestions 1" without the quotes. After a reboot the setting is disabled again so you have to run the command after each reboot.
Click to expand...
Click to collapse
THANK YOU SO MUCH! This has always been one of the reasons I hated MIUI, now I finally get to enjoy this feature that MIUI has chosen to hide for some reason!
CharlieMHz said:
THANK YOU SO MUCH! This has always been one of the reasons I hated MIUI, now I finally get to enjoy this feature that MIUI has chosen to hide for some reason!
Click to expand...
Click to collapse
Ikr it's such a useful thing to have!
@pawelmiernik I just registered to say that you are a frigging legend, thank you so much!
Absolutely idiotic that they left out this option somewhere in the settings. Especially when you can reactivate the already implemented button with such a workaround. Ridiculous.
pawelmiernik said:
It might be a late reply, but in terminal emulator as root you can type this command: "settings put secure show_rotation_suggestions 1" without the quotes and it will enable rotation suggestions when you rotate the screen. You can also use this same command in FKM scripts section and set it to run on boot. If you're not rooted then you must use adb shell on a PC with adb debugging enabled in developer options and use this command: " pm shell settings put secure show_rotation_suggestions 1" without the quotes. After a reboot the setting is disabled again so you have to run the command after each reboot.
Click to expand...
Click to collapse
Thanks for this, would like to add that another way of having it persist is to use SetEdit and add show_rotation_suggestions 1 to the secure table. You'll need to give the SetEdit app permissions to write to the secure table. You can do it with root but if you're not rooted you can use adb, just be sure to enable "usb debugging (security settings)" as well.
pawelmiernik said:
It might be a late reply, but in terminal emulator as root you can type this command: "settings put secure show_rotation_suggestions 1" without the quotes and it will enable rotation suggestions when you rotate the screen. You can also use this same command in FKM scripts section and set it to run on boot. If you're not rooted then you must use adb shell on a PC with adb debugging enabled in developer options and use this command: " pm shell settings put secure show_rotation_suggestions 1" without the quotes. After a reboot the setting is disabled again so you have to run the command after each reboot.
Click to expand...
Click to collapse
Just to add on to this, for me, the settings stayed even after a restart, so I didn't need to run it again after reboot.
I think it's because they added this to MIUI 13. I recently bought a POCO F3 and it had it built in. Finally. There is hope in this world.
Weslington9 said:
I think it's because they added this to MIUI 13. I recently bought a POCO F3 and it had it built in. Finally. There is hope in this world.
Click to expand...
Click to collapse
How to turn on this feature, I am on miui13 but can't find it ?

Question Bringing WIFI Toggle / Mobile Data Toggle back on Android 13

Has anyone a clue on how to do that?
All workarounds of the past do not work anymore.
Thanks in advance.
I recently discovered this dope app which brings back separate tiles for Wifi and Data. Highly recommend. https://forum.xda-developers.com/t/...-fi-and-mobile-data-toggles-non-root.4373925/
Works great on Android 13.
Thanks mate! That is, i think, the only possible way (at the moment) to regain the seperate toggles.
Problem is, if you are unrooted, you have to do the adb command after every reboot.
I hope, that in the future there will be an alternative.
You can get a separate Wifi toggle by installing this app: https://github.com/rostopira/wifi_qs/releases
This should still work on Android 13.
and seperate mobile data toggle? Is there anyone?
Jeff_N said:
and seperate mobile data toggle? Is there anyone?
Click to expand...
Click to collapse
Yes, same as above:
Better Internet Tiles - Apps on Google Play
Bring back Wi-Fi and mobile data tiles on Android 12!
play.google.com
(either root or via Shizuku
Works fine on android 13 update.
I tried to do it via the adb command that worked in A12 but no go
adb shell settings put global settings_provider_model false
adb shell settings put secure sysui_qs_tiles "wifi,cell,$(settings get secure sysui_qs_tiles)"
foobar66 said:
Yes, same as above:
Better Internet Tiles - Apps on Google Play
Bring back Wi-Fi and mobile data tiles on Android 12!
play.google.com
(either root or via Shizuku
Works fine on android 13 update.
Click to expand...
Click to collapse
As I mentioned earlier:
"
Problem is, if you are unrooted, you have to do the adb command after every reboot.
I hope, that in the future there will be an alternative."
dr_rick13 said:
I tried to do it via the adb command that worked in A12 but no go
adb shell settings put global settings_provider_model false
adb shell settings put secure sysui_qs_tiles "wifi,cell,$(settings get secure sysui_qs_tiles)"
Click to expand...
Click to collapse
same doesn't work for me too
foobar66 said:
Yes, same as above:
Better Internet Tiles - Apps on Google Play
Bring back Wi-Fi and mobile data tiles on Android 12!
play.google.com
(either root or via Shizuku
Works fine on android 13 update.
Click to expand...
Click to collapse
Hi,
Who made this app, is it safe ?
Regys said:
Hi,
Who made this app, is it safe ?
Click to expand...
Click to collapse
Yes it's safe. A lot of us senior members are using it.
jcp2 said:
Yes it's safe. A lot of us senior members are using it.
Click to expand...
Click to collapse
Ok, thanks !
Do you need to be rooted to use this app?
chuckbert said:
Do you need to be rooted to use this app?
Click to expand...
Click to collapse
Not necessarily, but it does make it easier if you do have root.
If you use the non-root Shizuku method, you need to start the Shizuku server manually after every reboot (You can do this with or without connecting to a computer)

Categories

Resources