Benjamin_Loison commented on issue Benjamin_Loison/adb#32 2025-05-18 14:17:37 +02:00
Set screen timeout

So as long as click once on the screen for instance to trigger listening before the screen timeout it is fine. Even with graphical longest setting of 30 minutes, it means that should not tap to…

Benjamin_Loison commented on issue Benjamin_Loison/adb#32 2025-05-18 01:26:11 +02:00
Set screen timeout

Can't we set a value such that it is always unlocked? In theory can set an arbitrary high number of minutes.

Benjamin_Loison commented on issue Benjamin_Loison/adb#32 2025-05-18 01:08:36 +02:00
Set screen timeout

For the voice assistant I assume that either a decent number of seconds (strictly more than 1) or a proposed option has been selected.

Benjamin_Loison commented on issue Benjamin_Loison/adb#32 2025-05-17 23:19:39 +02:00
Set screen timeout

In the context of the voice assistant need both as while driving the phone is probably charging but under the shower it might not.

Benjamin_Loison commented on issue Benjamin_Loison/adb#32 2025-05-17 23:16:48 +02:00
Set screen timeout

When I toggle graphically the setting:

adb shell settings get global stay_on_while_plugged_in
15
Benjamin_Loison commented on issue Benjamin_Loison/adb#32 2025-05-17 23:15:46 +02:00
Set screen timeout
for section in global system secure
do
    echo $section
    adb shell settings list $section 
Benjamin_Loison commented on issue Benjamin_Loison/adb#32 2025-05-17 23:15:24 +02:00
Set screen timeout

image.png

Note Stay awake.

Benjamin_Loison commented on issue Benjamin_Loison/adb#40 2025-05-17 22:15:02 +02:00
Get and toggle *Show layout bounds* with adb

[Benjamin_Loison/Voice_assistant/compare/8a296a9be6fd8955ecf0d8739894bb0bc71f9e81..3ed19417007510097dc980cd3b1f307adf9aaedf](https://codeberg.org/Benjamin_Loison/Voice_assistant/compare/8a296a9be6f…

Benjamin_Loison commented on issue Benjamin_Loison/adb#40 2025-05-17 22:06:50 +02:00
Get and toggle *Show layout bounds* with adb

While uppercase values may work, let us prefer complying with the exisiting convention.

Benjamin_Loison commented on issue Benjamin_Loison/linux#65 2025-05-17 21:39:16 +02:00
*Read-only file system*

fsck while the system is running in read-only does not seem to actually work fine.

Benjamin_Loison commented on issue Benjamin_Loison/linux#65 2025-05-17 21:38:42 +02:00
*Read-only file system*

DuckDuckGo search Linux force fsck before booting at least defining a threshold to not block booting would be nice.

Benjamin_Loison commented on issue Benjamin_Loison/adb#40 2025-05-17 06:11:03 +02:00
Get and toggle *Show layout bounds* with adb

debug.hwui.show_layers_updates does not seem much relevant for the voice assistant too.

Benjamin_Loison closed issue Benjamin_Loison/adb#40 2025-05-17 06:08:32 +02:00
Get and toggle *Show layout bounds* with adb
Benjamin_Loison commented on issue Benjamin_Loison/adb#40 2025-05-17 06:07:23 +02:00
Get and toggle *Show layout bounds* with adb

While looking simpler the Stack Overflow answer 29483847 does not work.

Debug GPU overdraw does not seem useful for the voice assistant, see [the…

Benjamin_Loison closed issue Benjamin_Loison/adb#39 2025-05-17 05:55:14 +02:00
Investigate adb shell getprop
Benjamin_Loison commented on issue Benjamin_Loison/adb#39 2025-05-17 05:55:14 +02:00
Investigate adb shell getprop

I completed the associated issues.