Question about adb commands via macrodroid/system settings

Alright, so to my understanding macrodroid action shell script allows me to run adb commands. Is there a specific command? In my adb I use ./adb shell pm grant Xxxxxxxxx

A follow up to the above & info; I use a s20, Ultra galaxy phone, I also have been using 120hz refresh rate with WQHD 3199x1439. Is there a way I can enable/force my device into wqhd with shell script or 'system settings'. I've tried a few but nothing works as well as my laptops adb...

Problem with what I have is if I restart my device, it makes my phones display/touch location go haywire lol.

I'd like to be able to run a macro that just before a reboot, kicks it down to regular HD, and after a reboot, reinstated WQHD+.
 

dhj49er

Well-known member
Alright, so to my understanding macrodroid action shell script allows me to run adb commands. Is there a specific command? In my adb I use ./adb shell pm grant Xxxxxxxxx

A follow up to the above & info; I use a s20, Ultra galaxy phone, I also have been using 120hz refresh rate with WQHD 3199x1439. Is there a way I can enable/force my device into wqhd with shell script or 'system settings'. I've tried a few but nothing works as well as my laptops adb...

Problem with what I have is if I restart my device, it makes my phones display/touch location go haywire lol.

I'd like to be able to run a macro that just before a reboot, kicks it down to regular HD, and after a reboot, reinstated WQHD+.
I wasn't aware that MD could run adb shell commands.
I make extensive use of ADB shell commands in several macros and I use ADB Shell Command Tasker plugin.
Search the forum as there are many threads on setting up and using this plugin.

I am not familiar with the S20 Ultra, so I am unable to help with your issue.
 
Ultimately what my goal is, is having macrodroid execute
Wm size 1600x700 when 'power options' are active, and then
wm size 1439x3199 when 'device us booted up'
wm density command as well.
 
Top