Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide



Rockbox mail archive

Subject: Re: iRiver H10 volume key stuck

Re: iRiver H10 volume key stuck

From: KOVACS Krisztian <kkovaacs_at_gmail.com>
Date: Thu, 21 Jul 2011 17:02:09 +0200

Hi,

On Wed, Jul 20, 2011 at 20:34, Menachem <menachem.shapiro_at_gmail.com> wrote:
> It seems like the down volume on my iRiver H10 20GB got stuck, since my
> volume keeps going completely muted. I can press the volume up to get the
> volume to go back up, but after a couple seconds it goes back down to mute.
>
> Has anyone experienced this? Is it solvable?

I had something like that with the up button. It turned out that
something's broken with the remote controller connection so I had to
disable the remote controller buttons completely with something like
this:

Index: firmware/target/arm/iriver/h10/button-h10.c
===================================================================
--- firmware/target/arm/iriver/h10/button-h10.c (revision 29851)
+++ firmware/target/arm/iriver/h10/button-h10.c (working copy)
_at__at_ -112,6 +112,7 _at__at_
         }
     }

+#if 0
     /* remote buttons */
     remote_hold_button_old = remote_hold_button;

_at__at_ -143,6 +144,7 _at__at_
     /* remote play button should be dead if hold */
     if (!remote_hold_button && !(GPIOA_INPUT_VAL & 0x1))
         btn |= BUTTON_RC_PLAY;
+#endif

     return btn;
 }


Cheers,
Krisztian
-------------------------------------------------------------------
Unsubscribe: http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox
FAQ: http://www.rockbox.org/twiki/bin/view/Main/GeneralFAQ
Etiquette: http://www.rockbox.org/mail/etiquette.html
Received on 2011-07-21

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy