Replies: 2 comments
-
|
Oh, and the remote server url looks to have a 255 character limit so my immich kiosk urls arent working. They use 32 character guids for peoples face to determine what to show in the slideshow so the urls get quite long. Unsure if the char limit is on the field or a hass limitation/default? |
Beta Was this translation helpful? Give feedback.
-
|
DisplayToggle.dex Core Logic The screen on/off control in my Ava app is entirely based on Local Testing and Log Collection If screen control fails, I recommend manually verifying the underlying logic via ADB first: # Screen off (parameter 0 represents POWER_MODE_OFF)
adb shell CLASSPATH=/storage/emulated/0/DisplayToggle.dex app_process / DisplayToggle 0
# Screen on (parameter 2 represents POWER_MODE_ON)
adb shell CLASSPATH=/storage/emulated/0/DisplayToggle.dex app_process / DisplayToggle 2Important: Since I currently lack an Echo8 physical device to reproduce the issue, please provide complete ADB logs ( Temporary Solution for Non-Root Environments For devices like Echo8 with incomplete Root access or limited shell permissions, I recommend using Shizuku:
This is more robust than relying on unstable Root environments and represents the current best practice for such customized systems. Detailed Explanation of the 255-Character URL Limit This limitation is not a technical bottleneck but a security protection mechanism:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have ava all set up on an echo show 8 and have elevated rights to control the screen. When i switch off the screen it goes black, but when i try and switch it back on (via HASS) the screen doesnt wake up again. Im curious if others are having this issue?
My ideal use case for Ava is specifically for voice control as i'd like to use ImmichKiosk and ImmichFrame to show a slideshow continually with ava as an overlay for voice. The one thing i also want to get figured out is turning off the screen fully at night because these things are pretty darn bright, even when dimmed. If i can get that working, i think i'll finally be happy with these rooted echos!
Beta Was this translation helpful? Give feedback.
All reactions