Talk:How to get external volume buttons events
Article Review by kalki
(20090926)
It becomes most important to get updated with new technology.As this article name suggest that How to get External Media Buttons Events. Now a days all devices having external buttons. The external buttons working are explained clearly.MIDlet change the volume level globally so all the players will be affected.Nokia has developed unique event for its devices to notify the MIDlet when volume is changed.
It becomes most important to get updated with new technology.As this article name suggest that How to get External Media Buttons Events. Now a days all devices having external buttons. The external buttons working are explained clearly.MIDlet change the volume level globally so all the players will be affected.Nokia has developed unique event for its devices to notify the MIDlet when volume is changed.
Code Example on how to get notified while external volume buttons are pressed is written perfectly and code works fine without errors.Code is easy to understand and implement.
Skalogir - Correction
The correct event name when modifying the volume is
com.nokia.external.volume.event
not
com.nokia.external.volume.Event
I have updated the code accordingly. Unfortunately I don't get a volumeChanged event in neither S60 3rd Edition FP2 (E52), nor Nokia Belle (PureView 808).skalogir 15:23, 22 August 2012 (EEST)

