Hi there,
I have the latest release working on my TCL tv that boots in the background with every reboot.
But I had to do a few workarounds.
With abd you want to see this as a result when sending out : adb shell appops get com.hyperion.grabber
Uid mode: READ_EXTERNAL_STORAGE: ignore
LEGACY_STORAGE: ignore
SYSTEM_ALERT_WINDOW: allow; time=+2h10m17s290ms ago
PROJECT_MEDIA: allow; time=+1h15m0s484ms ago
START_FOREGROUND: allow; time=+46m37s55ms ago (running)
APP_AUTO_START: allow; time=+46m53s18ms ago; rejectTime=+4d1h37m12s162ms ago
Now I have it booting up every reboot. But still 1 thing is blocking me.
TCL's Tguard.
That keeps closing the service after 10-15 seconds, while the service keeps trying to restart untill android decides it's enough.
For now I solved this with halting the Tguard process
send out : adb shell pm disable-user --user 0 com.tcl.guard
and you will receive :Package com.tcl.guard new state: disabled-user
so I wanted to run : adb shell pm grant com.hyperion.grabber android.permission.WRITE_SECURE_SETTINGS to make sure Tguard wouldn't touch it anymore. (So I could enable Tguard again)
but that errors out since the WRITE_SECURE_SETTINGS are not in the manifest that was used to compile the apk.
but somehow now the issue with black screens persist. DRM content or Not. it's not caused by tguard since that's disabled
Hi there,
I have the latest release working on my TCL tv that boots in the background with every reboot.
But I had to do a few workarounds.
With abd you want to see this as a result when sending out : adb shell appops get com.hyperion.grabber
Uid mode: READ_EXTERNAL_STORAGE: ignore
LEGACY_STORAGE: ignore
SYSTEM_ALERT_WINDOW: allow; time=+2h10m17s290ms ago
PROJECT_MEDIA: allow; time=+1h15m0s484ms ago
START_FOREGROUND: allow; time=+46m37s55ms ago (running)
APP_AUTO_START: allow; time=+46m53s18ms ago; rejectTime=+4d1h37m12s162ms ago
Now I have it booting up every reboot. But still 1 thing is blocking me.
TCL's Tguard.
That keeps closing the service after 10-15 seconds, while the service keeps trying to restart untill android decides it's enough.
For now I solved this with halting the Tguard process
send out : adb shell pm disable-user --user 0 com.tcl.guard
and you will receive :Package com.tcl.guard new state: disabled-user
so I wanted to run : adb shell pm grant com.hyperion.grabber android.permission.WRITE_SECURE_SETTINGS to make sure Tguard wouldn't touch it anymore. (So I could enable Tguard again)
but that errors out since the WRITE_SECURE_SETTINGS are not in the manifest that was used to compile the apk.
but somehow now the issue with black screens persist. DRM content or Not. it's not caused by tguard since that's disabled