Difference between revisions of "Patch webOS Increase Volume"
Jump to navigation
Jump to search
(Created page with "=Patch webOS Increase Volume ==Introduction Increases the volume of the touchpad by setting the amixer property from 0 to 2 (67%) on startup. ==Details Simply adds the file /va...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | = | + | ==Introduction== |
− | |||
− | == | ||
Increases the volume of the touchpad by setting the amixer property from 0 to 2 (67%) on startup. | Increases the volume of the touchpad by setting the amixer property from 0 to 2 (67%) on startup. | ||
− | ==Details | + | ==Details== |
Simply adds the file /var/palm/event.d/increase_volume.sh | Simply adds the file /var/palm/event.d/increase_volume.sh | ||
Line 10: | Line 8: | ||
<code> | <code> | ||
− | start on stopped finish | + | start on stopped finish |
− | stop on runlevel [!2] | + | stop on runlevel [!2] |
− | + | ||
− | pre-start script | + | pre-start script |
amixer set 'AIF1 Boost' 2 | amixer set 'AIF1 Boost' 2 | ||
− | end script | + | end script |
</code> | </code> | ||
+ | |||
+ | Forum Thread where this started is here: http://forums.precentral.net/hp-touchpad/286890-beats-volume-anyone-4.html#post3038031 |
Latest revision as of 15:26, 20 July 2011
Introduction
Increases the volume of the touchpad by setting the amixer property from 0 to 2 (67%) on startup.
Details
Simply adds the file /var/palm/event.d/increase_volume.sh
which contains the following:
start on stopped finish
stop on runlevel [!2]
pre-start script
amixer set 'AIF1 Boost' 2
end script
Forum Thread where this started is here: http://forums.precentral.net/hp-touchpad/286890-beats-volume-anyone-4.html#post3038031