Search found 612 matches

by hudiy
Wed Jul 22, 2026 1:38 pm
Forum: Hudiy
Topic: text translation
Replies: 4
Views: 27

Re: text translation

hudiy.qm file from your zip works for us locally. Which texts are not translated in your setup? Please note that some texts, such as menu item labels, are defined directly in config files (like applications_menu.json).
by hudiy
Tue Jul 21, 2026 2:51 pm
Forum: Hudiy
Topic: text translation
Replies: 4
Views: 27

Re: text translation

Hello,
"translationFile" must be an absolute path to the *.qm (hudiy.qm in your case) translation file generated from hudiy.ts.

https://github.com/wiboma/hudiy/blob/ma ... pplication - translationFile
by hudiy
Tue Jul 21, 2026 7:10 am
Forum: General discussion
Topic: backup copy
Replies: 1
Views: 32

Re: backup copy

The simplest method is to create a full dump of the SD card to an image file. You can use a tool like dd on Linux for this or other programs like Win32 Disk Imager. Afterward, this image file can be shrunk to reduce its size (removing the empty/unused space from the drive that was copied to the file ...
by hudiy
Tue Jul 21, 2026 6:58 am
Forum: Hudiy
Topic: Radio
Replies: 17
Views: 2627

Re: Radio

The FM radio is plug-and-play. Simply plug the RTL-SDR dongle into a USB port, and once the system loads the drivers, it will be automatically detected by the Hudiy radio module. In our test setups, we use RTL-SDR V3 and V4 dongles. Newer versions (V5) may require manual driver installation.
by hudiy
Fri Jul 17, 2026 7:28 pm
Forum: Displays
Topic: New/different Touchscreen won't start using old settings
Replies: 5
Views: 59

Re: New/different Touchscreen won't start using old settings

Do you run Hudiy in console mode or in desktop mode? What is the detected resolution of the screen?
by hudiy
Fri Jul 17, 2026 6:51 pm
Forum: Displays
Topic: New/different Touchscreen won't start using old settings
Replies: 5
Views: 59

Re: New/different Touchscreen won't start using old settings

Hello,
Could you please give more details about the exact problem? How it is related to Android Auto? What exactly do you mean by it "keeps blinking out and never seems to launch correctly"? Also, how are the screen and Raspberry Pi powered?
by hudiy
Thu Jul 16, 2026 11:37 am
Forum: Programming
Topic: hidle screen
Replies: 8
Views: 60

Re: hidle screen

We tested the example on a fresh Raspberry Pi OS Trixie and everything works without any issues. It is possible that the files in your copy are somehow corrupted (incorrect formatting, wrong line endings). Try downloading the zip from the hudiy repository again and extract it directly on the ...
by hudiy
Wed Jul 15, 2026 5:17 pm
Forum: Programming
Topic: hidle screen
Replies: 8
Views: 60

Re: hidle screen

Is the URL http://127.0.0.1:44412/idle accessible via the web browser locally?
by hudiy
Tue Jul 14, 2026 7:53 pm
Forum: Programming
Topic: hidle screen
Replies: 8
Views: 60

Re: hidle screen

Did you try "url": "http://127.0.0.1:44412/idle" like in the example? The Python script uses Flask. It is not just an HTTP server that serves files from a particular directory, but operates based on the routes defined in the script.
by hudiy
Tue Jul 14, 2026 12:45 pm
Forum: Connectivity
Topic: Dummy HFP and A2DP profiles do not prevent iPhone audio routing to Hudiy
Replies: 2
Views: 36

Re: Dummy HFP and A2DP profiles do not prevent iPhone audio routing to Hudiy

Hello,

Dummy profiles are intended for Android Auto which requires them on the device it connects to wirelessly. In case of CarPlay, the connection is handled by the CarlinKit dongle. You can adjust the Hudiy settings so that the phone can decide where to route the audio from CarPlay:

https ...