Rockbox

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bugs
  • Category Recording
  • 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 aeickho - 2004-11-06
Last edited by bagder - 2005-03-09

FS#2386 - Disk Full LED handling

The Led in On and the recording stopped

Closed by  bagder
2005-03-09 23:37
Reason for closing:  Fixed
Project Manager
zagor commented on 2004-11-08 11:28

This report is useless.

Would you mind telling us what you did, what happened and
why you think it is a bug?

in apps/recorder/recording.c

— snipp

 if(mpeg_status() & MPEG_STATUS_ERROR) 
  { 
      splash(0, true, str(LANG_DISK_FULL)); 
      status_draw(true); 
      lcd_update(); 
      mpeg_error_clear(); 

while(1)

      { 
          button = button_get(true); 
          if(button == (REC_STOPEXIT | BUTTON_REL)) 
              break; 
      } 

— snipp


in this case… the recording stopt but the led is on.
normaly the red led is on on recording



in apps/recorder/recording.c

— snipp

 if(mpeg_status() & MPEG_STATUS_ERROR) 
  { 
      splash(0, true, str(LANG_DISK_FULL)); 
      status_draw(true); 
      lcd_update(); 
      mpeg_error_clear(); 

while(1)

      { 
          button = button_get(true); 
          if(button == (REC_STOPEXIT | BUTTON_REL)) 
              break; 
      } 

— snipp


in this case… the recording stopt but the led is on.
normaly the red led is on on recording



Project Manager

This is fixed in CVS. Thanks for reporting.

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing