Project

General

Profile

Actions

Bug #8683

closed

Settings tab blank on Canadian model UV88

Added by Da Vee over 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
01/15/2021
Due date:
% Done:

100%

Estimated time:
Chirp Version:
daily
Model affected:
TYT UV-88
Platform:
All
Debug Log:
I read the instructions above:

Description

This issue seems to be a TYT UV-88 issue but its affecting CHIRP.
I've debugged a bit and my findings are below.
Attached is the .img file after doing a "Reset All"
The debug.log is from reading this configuration.

Thanks for supporting this radio.

  1. What is the behavior you are seeing?
    Settings tab is empty.

  2. What is the behavior you were expecting?
    Settings populated

  3. Can you reproduce the problem all the time?
    Yes

  4. What are the steps required to reproduce the problem?
    Download from radio.
    View the Settings tab - It is empty.

  5. Is this specific to a certain radio model (driver) or something that you can reproduce with another radio?

  6. I'm sure it worked once before the radio was configured.

  7. Factory fw version was UV88_Eng_BQ1_30_20200629.hex

  8. All newer versions is showing this issue.

  9. Debug log shows an exception. Upon further investigation I found the region is 0xFF and not handled by the region enumeration.

I worked around this by
options = ['Unlocked', 'Unknown 1', 'Unknown 2', 'EU', 'US']

try:

rx = RadioSettingValueList(options, options[_settings2.region])
except Exception:

LOG.debug("Region setting of %i is invalid. Assuming Unlocked" % _settings2.region)
rx = RadioSettingValueList(options, options[0])*
rx.set_mutable(False)


Files

debug.log (262 KB) debug.log debug log Da Vee, 01/15/2021 06:54 PM
TYT_TH-UV88_20210115_Issue.img (8.82 KB) TYT_TH-UV88_20210115_Issue.img img file downloaded from this radio. Da Vee, 01/15/2021 06:54 PM
TYT_TH-UV88_20210217_issue.img (8.83 KB) TYT_TH-UV88_20210217_issue.img Tony Mattoni, 02/16/2021 11:45 PM
th_uv88.py (30.7 KB) th_uv88.py updated driver to use while waiting for patch to be accepted. Jim Unroe, 02/17/2021 04:47 PM
Actions

Also available in: Atom PDF