Search found 6 matches

by Zyox
Sun Aug 03, 2025 10:34 am
Forum: Hudiy
Topic: Shutdown System
Replies: 6
Views: 84

Re: Shutdown System

Yup it just needed the "#!/usr/bin/env python3" added to the beginning of the file. Thank you. That will work great as a stop gap.
by Zyox
Fri Aug 01, 2025 2:56 pm
Forum: Hudiy
Topic: Shutdown System
Replies: 6
Views: 84

Re: Shutdown System

Tried this but I just get a large red screen with a "!" on it when I press the new power button shortcut. Obviously some issue with the python script. Is there some log file I can check for more info? Thanks.
by Zyox
Fri Aug 01, 2025 2:08 pm
Forum: Hudiy
Topic: Shutdown System
Replies: 6
Views: 84

Re: Shutdown System

Thanks for that.
I've tried the following:

shutdownPi.py
from subprocess import call

print("Shutting Down")
call("sudo shutdown -h now", shell=True) # tell the Pi to shut down

shutdownPi.html
<!DOCTYPE html>
<html>
<head>
<title>Shutdown Pi</title>
</head>
<body>
<button onclick ...
by Zyox
Fri Aug 01, 2025 9:19 am
Forum: Displays
Topic: Low Android Auto Resolution
Replies: 11
Views: 163

Re: Low Android Auto Resolution

Amazing thank you for the quick reply.
I'll play around with the custom overlay on the wide-screen for sure. Sweet.
by Zyox
Fri Aug 01, 2025 8:44 am
Forum: Hudiy
Topic: Shutdown System
Replies: 6
Views: 84

Shutdown System

Hi there,

Enjoying getting to grips with Hudiy - congrats on getting this easy to use product out there guys.
I'm running my unit currently with no safe shutdown in the car and would like to be able to easily and quickly shutdown the system.
I mainly run Android Auto, and I know it can't be done ...
by Zyox
Fri Aug 01, 2025 8:20 am
Forum: Displays
Topic: Low Android Auto Resolution
Replies: 11
Views: 163

Re: Low Android Auto Resolution

Could you please provide an example for how this would work with screens in the middle of these settings/awkward sizes?
I'm trying to run on the following:
- 8 inch 1280 x 800
- 9.3inch 1600x600
Thanks!