Project

General

Profile

Actions

Bug #10551

open

Tidradio TD-H8 gmrs

Added by Kevin Crane about 1 year ago. Updated 10 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
04/28/2023
Due date:
% Done:

0%

Estimated time:
Chirp Version:
next
Model affected:
TD-H8 GMRS
Platform:
Windows
I read the instructions above:

Description

After downloading and uploading to radio it changes the radio language to Chinese.
No matter what language is selected in chirp, the end result is Chinese language on the radio.
When I download from radio the setting for language is already on Chinese. if I leave it alone when I upload to radio
it will change it to Chinese. If I change the language to English in the settings then upload to radio
it will also still be in Chinese.


Files

TIDRADIO_TD-H8-GMRS_20230428.img (7.95 KB) TIDRADIO_TD-H8-GMRS_20230428.img this is an image file from my radio. Kevin Crane, 04/28/2023 10:53 PM
Actions #1

Updated by Stephane Lajeunesse 10 months ago

in the drivers folder where CHIRP is installed, find the tdh8.py file. Edit it and change these lines from this:

   if _settings.lang == 1:
        langs = 0
    else:
        langs = 0

To this
if _settings.lang == 1:
langs = 1
else:
langs = 0

See if this helps.

Actions

Also available in: Atom PDF