Rockbox mail archive
Subject: Re: iRiver H10 volume key stuck
Re: iRiver H10 volume key stuck
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)
@@ -112,6 +112,7 @@
}
}
+#if 0
/* remote buttons */
remote_hold_button_old = remote_hold_button;
@@ -143,6 +144,7 @@
/* 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 was last modified "Jan 10 2012" The Rockbox Crew
|