Rockbox

  • Status Closed
  • Percent Complete
    0%
  • Task Type Bugs
  • Category User Interface
  • Assigned To No-one
  • Operating System
  • Severity Low
  • Priority Very Low
  • Reported Version Daily build (which?)
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: Rockbox
Opened by projekt21 - 2004-01-30
Last edited by bagder - 2005-06-29

FS#1976 - No "FM Radio" menu on FMR

I just installed the latest CVS rockbox on my FMR. The
FM Radio menu is
missing. I checked the source and managed to have it
reappear if I
comment out radio_hardware_present() in main_menu.c
like this

#ifdef HAVE_FMRADIO

  /* if(radio_hardware_present()) { */
      items[i].desc = str(LANG_FM_RADIO);   
      items[i++].function = radio_screen;
  /* } */

#endif

Something seems to be wrong with the radio detection at
least for my
FMR. What information do I have to provide that someone
has a look at
this issue?

Closed by  bagder
2005-06-29 10:08
Reason for closing:  Works For Me
Project Manager

Please install the latest daily build and go to
Menu→Info→Debug (Keep out)→FM Radio and report the output
back to me.

Thanks

the output is:

HW detected: no
Result: 001A0442

(sorry for late reply - was bound to bed in illness)

Project Manager

Weird indeed. Does the reception work OK with your patch?

If we do not talk about the quality – yes it works as it
should.

Project Manager

Then I have to find out why your chip doesn't return the
same value as mine does.

Project Manager

Have you flashed Rockbox?

Yes

Project Manager

Aha, that must be it. I'll check the code to see if there is
any initialization missing somewhere.

Project Manager

Is this still an issue?

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing