Patch webOS Increase Volume

From WebOS Internals
Revision as of 16:15, 20 July 2011 by Pigsflew (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

=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 /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