<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Glorifiedg</id>
	<title>WebOS Internals - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Glorifiedg"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/wiki/Special:Contributions/Glorifiedg"/>
	<updated>2026-04-25T02:06:47Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8443</id>
		<title>Application:VBA</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8443"/>
		<updated>2010-01-16T16:00:23Z</updated>

		<summary type="html">&lt;p&gt;Glorifiedg: /* Gameboy Advance */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=VisualBoyAdvance=&lt;br /&gt;
VisualBoyAdvance (commonly abbreviated as VBA) is an emulator of the Game Boy, Game Boy Color, and Game Boy Advance handheld game consoles sold by Nintendo.&lt;br /&gt;
&lt;br /&gt;
==Credit==&lt;br /&gt;
Ported by Will Dietz Jan 2010. &amp;lt;br&amp;gt;&lt;br /&gt;
Thanks to #webos-internals for their feedback throughout testing!&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
All source is under the GPLv2 license.&lt;br /&gt;
The original source code is available [http://vba.ngemu.com/downloads.shtml here]&amp;lt;br /&amp;gt;&lt;br /&gt;
And the latest VBA for webOS source is available on git [http://git.webos-internals.org/?p=games/visualboyadvance.git here] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Donate ==&lt;br /&gt;
Lots of work has gone into making this a great game for you to enjoy!&lt;br /&gt;
If you like it please consider [https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;amp;business=3S7ULCYRCDWS8&amp;amp;lc=US&amp;amp;item_name=Will%20Dietz&amp;amp;item_number=palm%20pre&amp;amp;currency_code=USD&amp;amp;bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted donating]&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
TODO: (fbcat doesn't grab opengles apps apparently?)&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
To select a rom, just tap on it in the rom selector.&amp;lt;br&amp;gt;&lt;br /&gt;
Note that if you have more roms than fit on the screen, simply scroll to them.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are the current controls (while playing):&amp;lt;br&amp;gt;&lt;br /&gt;
WASD --Up/left/down/right. &amp;lt;br&amp;gt;&lt;br /&gt;
K --B&amp;lt;br&amp;gt;&lt;br /&gt;
L--A&amp;lt;br&amp;gt;&lt;br /&gt;
Q--L&amp;lt;br&amp;gt;&lt;br /&gt;
P--R&amp;lt;br&amp;gt;&lt;br /&gt;
enter--start&amp;lt;br&amp;gt;&lt;br /&gt;
space--select&amp;lt;br&amp;gt;&lt;br /&gt;
@--turbo&amp;lt;br&amp;gt;&lt;br /&gt;
orange+s (minus)--toggle displaying emulation speed&lt;br /&gt;
orange+L (quote)--change scaling filter&amp;lt;br/&amp;gt;&lt;br /&gt;
orange+@ (zero)--change orientation&amp;lt;br/&amp;gt;&lt;br /&gt;
. (period)--snapshot&amp;lt;br&amp;gt;&lt;br /&gt;
t -- start/select/a/b all at once&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; (orange+z/asterisk *orange+y for german qwertz Pre) --toggle sound for speed (particularly GBA)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Feature Requests/TODO ==&lt;br /&gt;
Here's a list of feature requests I'm aware of and/or things I plan to do.&lt;br /&gt;
* Use type:game instead of upstart launcher.&lt;br /&gt;
* ALSA instead of pulseaudio&lt;br /&gt;
* Add ability to customize controls&lt;br /&gt;
* Add on-screen controls&lt;br /&gt;
** Portrait: controls can go off the screen (below, move image up)&lt;br /&gt;
** Landscape: if you can resolve the alpha blending performance issues, make that happen!&lt;br /&gt;
* Zip rom support&lt;br /&gt;
* &amp;quot;Go back to rom chooser&amp;quot; menu&lt;br /&gt;
* save state support&lt;br /&gt;
* Create /save folder for .sav files (battery-backed RAM save info), instead of placing .sav in the /roms folder&lt;br /&gt;
* More Scaling options, particularly 1:1 (no scaling)&lt;br /&gt;
* Better performance on GBA!!&lt;br /&gt;
** See iphone/GP2X ports and their ARM optimizations! (dynarec?)&lt;br /&gt;
&lt;br /&gt;
==Known issues==&lt;br /&gt;
* Poor performance in GBA. Try disabling sound (press '*'/orange+z)&lt;br /&gt;
* Audio doesn't seem to be fully disabled (you won't hear anything, but Pulseaudio is still doing a little work)&lt;br /&gt;
* Occasionally crashes when minimized&lt;br /&gt;
* Notifications always appear as if in landscape&lt;br /&gt;
&lt;br /&gt;
== Changelog ==&lt;br /&gt;
* 1.0.3 Added toggle for displaying emulation speed to help compatability reports&lt;br /&gt;
* 1.0.2 Small metadata fix.&lt;br /&gt;
* 1.0.1 Small performance boost, public release!&lt;br /&gt;
* 1.0.0 Initial release (testing feed).  Reimplemented rendering engine, rom selector.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Compatibility List==&lt;br /&gt;
This is a list of games and how well they run.&lt;br /&gt;
PLEASE include a version number (on rom selector) when adding entries!&lt;br /&gt;
To see the emulation speed percentage, hit orange+s while playing (as of 1.0.3).&lt;br /&gt;
===Gameboy/Gameboy Color===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|Title&lt;br /&gt;
|Works&lt;br /&gt;
|Version&lt;br /&gt;
|Notes&lt;br /&gt;
|-&lt;br /&gt;
|Legend of Zelda Oracle of Ages&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Legend of Zelda Oracle of Seasons&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zelda DX&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Bugs Bunny and Lolla Bunny: Operation Carrots&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|The Lion King: SImba's Mighty Adventure&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Gameboy Advance===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Title'''&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | '''Speed'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''VBA Version'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Notes'''&lt;br /&gt;
|-&lt;br /&gt;
! '''Sound'''&lt;br /&gt;
! '''No Sound'''&lt;br /&gt;
|-&lt;br /&gt;
|Advance Wars&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|68% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|Very Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|Fire Emblem&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Very Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|F-Zero - GP Legend&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|43% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|55% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Mario &amp;amp; Luigi - Superstar Saga&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|65-70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80-100% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|Menu 100% with Sound ;), ingame mostly fullspeed without.&lt;br /&gt;
|-&lt;br /&gt;
|Mario Kart - Super Circuit&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|44% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|64% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|Time Trial without Sound is almost Fullspeed (95%)!&lt;br /&gt;
|-&lt;br /&gt;
|Metal Slug Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|68% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Metroid Fusion&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|68% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|92% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|PocketNES - NES Emulator&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|80% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Rayman Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|53% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|75% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|Without sound very playable!&lt;br /&gt;
|-&lt;br /&gt;
|SMA2 - Super Mario World &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|45% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|62% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SMA3 - Yoshi's Island &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|43% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|58% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SMA4 - Mario Bros. 3 &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|51% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|72% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|Takes a bit time to Load.&lt;br /&gt;
|-&lt;br /&gt;
|V-Rally 3&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|37% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Wario Ware Inc. &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|70-80% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zelda - A Link to the Past&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|45% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|62% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|Slow but Playable!&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Wario Ware Inc. &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|70-80% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Mortal Kombat Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|70% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Playable without sound&lt;br /&gt;
|&lt;br /&gt;
|-&lt;/div&gt;</summary>
		<author><name>Glorifiedg</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8442</id>
		<title>Application:VBA</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8442"/>
		<updated>2010-01-16T15:56:29Z</updated>

		<summary type="html">&lt;p&gt;Glorifiedg: /* Gameboy/Gameboy Color */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=VisualBoyAdvance=&lt;br /&gt;
VisualBoyAdvance (commonly abbreviated as VBA) is an emulator of the Game Boy, Game Boy Color, and Game Boy Advance handheld game consoles sold by Nintendo.&lt;br /&gt;
&lt;br /&gt;
==Credit==&lt;br /&gt;
Ported by Will Dietz Jan 2010. &amp;lt;br&amp;gt;&lt;br /&gt;
Thanks to #webos-internals for their feedback throughout testing!&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
All source is under the GPLv2 license.&lt;br /&gt;
The original source code is available [http://vba.ngemu.com/downloads.shtml here]&amp;lt;br /&amp;gt;&lt;br /&gt;
And the latest VBA for webOS source is available on git [http://git.webos-internals.org/?p=games/visualboyadvance.git here] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Donate ==&lt;br /&gt;
Lots of work has gone into making this a great game for you to enjoy!&lt;br /&gt;
If you like it please consider [https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;amp;business=3S7ULCYRCDWS8&amp;amp;lc=US&amp;amp;item_name=Will%20Dietz&amp;amp;item_number=palm%20pre&amp;amp;currency_code=USD&amp;amp;bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted donating]&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
TODO: (fbcat doesn't grab opengles apps apparently?)&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
To select a rom, just tap on it in the rom selector.&amp;lt;br&amp;gt;&lt;br /&gt;
Note that if you have more roms than fit on the screen, simply scroll to them.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are the current controls (while playing):&amp;lt;br&amp;gt;&lt;br /&gt;
WASD --Up/left/down/right. &amp;lt;br&amp;gt;&lt;br /&gt;
K --B&amp;lt;br&amp;gt;&lt;br /&gt;
L--A&amp;lt;br&amp;gt;&lt;br /&gt;
Q--L&amp;lt;br&amp;gt;&lt;br /&gt;
P--R&amp;lt;br&amp;gt;&lt;br /&gt;
enter--start&amp;lt;br&amp;gt;&lt;br /&gt;
space--select&amp;lt;br&amp;gt;&lt;br /&gt;
@--turbo&amp;lt;br&amp;gt;&lt;br /&gt;
orange+s (minus)--toggle displaying emulation speed&lt;br /&gt;
orange+L (quote)--change scaling filter&amp;lt;br/&amp;gt;&lt;br /&gt;
orange+@ (zero)--change orientation&amp;lt;br/&amp;gt;&lt;br /&gt;
. (period)--snapshot&amp;lt;br&amp;gt;&lt;br /&gt;
t -- start/select/a/b all at once&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; (orange+z/asterisk *orange+y for german qwertz Pre) --toggle sound for speed (particularly GBA)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Feature Requests/TODO ==&lt;br /&gt;
Here's a list of feature requests I'm aware of and/or things I plan to do.&lt;br /&gt;
* Use type:game instead of upstart launcher.&lt;br /&gt;
* ALSA instead of pulseaudio&lt;br /&gt;
* Add ability to customize controls&lt;br /&gt;
* Add on-screen controls&lt;br /&gt;
** Portrait: controls can go off the screen (below, move image up)&lt;br /&gt;
** Landscape: if you can resolve the alpha blending performance issues, make that happen!&lt;br /&gt;
* Zip rom support&lt;br /&gt;
* &amp;quot;Go back to rom chooser&amp;quot; menu&lt;br /&gt;
* save state support&lt;br /&gt;
* Create /save folder for .sav files (battery-backed RAM save info), instead of placing .sav in the /roms folder&lt;br /&gt;
* More Scaling options, particularly 1:1 (no scaling)&lt;br /&gt;
* Better performance on GBA!!&lt;br /&gt;
** See iphone/GP2X ports and their ARM optimizations! (dynarec?)&lt;br /&gt;
&lt;br /&gt;
==Known issues==&lt;br /&gt;
* Poor performance in GBA. Try disabling sound (press '*'/orange+z)&lt;br /&gt;
* Audio doesn't seem to be fully disabled (you won't hear anything, but Pulseaudio is still doing a little work)&lt;br /&gt;
* Occasionally crashes when minimized&lt;br /&gt;
* Notifications always appear as if in landscape&lt;br /&gt;
&lt;br /&gt;
== Changelog ==&lt;br /&gt;
* 1.0.3 Added toggle for displaying emulation speed to help compatability reports&lt;br /&gt;
* 1.0.2 Small metadata fix.&lt;br /&gt;
* 1.0.1 Small performance boost, public release!&lt;br /&gt;
* 1.0.0 Initial release (testing feed).  Reimplemented rendering engine, rom selector.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Compatibility List==&lt;br /&gt;
This is a list of games and how well they run.&lt;br /&gt;
PLEASE include a version number (on rom selector) when adding entries!&lt;br /&gt;
To see the emulation speed percentage, hit orange+s while playing (as of 1.0.3).&lt;br /&gt;
===Gameboy/Gameboy Color===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|Title&lt;br /&gt;
|Works&lt;br /&gt;
|Version&lt;br /&gt;
|Notes&lt;br /&gt;
|-&lt;br /&gt;
|Legend of Zelda Oracle of Ages&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Legend of Zelda Oracle of Seasons&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zelda DX&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Bugs Bunny and Lolla Bunny: Operation Carrots&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|The Lion King: SImba's Mighty Adventure&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Gameboy Advance===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Title'''&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | '''Speed'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''VBA Version'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Notes'''&lt;br /&gt;
|-&lt;br /&gt;
! '''Sound'''&lt;br /&gt;
! '''No Sound'''&lt;br /&gt;
|-&lt;br /&gt;
|Advance Wars&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|68% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|Very Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|Fire Emblem&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Very Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|F-Zero - GP Legend&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|43% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|55% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Mario &amp;amp; Luigi - Superstar Saga&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|65-70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80-100% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|Menu 100% with Sound ;), ingame mostly fullspeed without.&lt;br /&gt;
|-&lt;br /&gt;
|Mario Kart - Super Circuit&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|44% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|64% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|Time Trial without Sound is almost Fullspeed (95%)!&lt;br /&gt;
|-&lt;br /&gt;
|Metal Slug Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|68% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Metroid Fusion&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|68% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|92% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|PocketNES - NES Emulator&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|80% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Rayman Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|53% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|75% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|Without sound very playable!&lt;br /&gt;
|-&lt;br /&gt;
|SMA2 - Super Mario World &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|45% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|62% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SMA3 - Yoshi's Island &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|43% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|58% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SMA4 - Mario Bros. 3 &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|51% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|72% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|Takes a bit time to Load.&lt;br /&gt;
|-&lt;br /&gt;
|V-Rally 3&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|37% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Wario Ware Inc. &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|70-80% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zelda - A Link to the Past&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|45% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|62% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|Slow but Playable!&lt;br /&gt;
|&lt;br /&gt;
|-&lt;/div&gt;</summary>
		<author><name>Glorifiedg</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8441</id>
		<title>Application:VBA</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8441"/>
		<updated>2010-01-16T15:51:53Z</updated>

		<summary type="html">&lt;p&gt;Glorifiedg: /* Controls */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=VisualBoyAdvance=&lt;br /&gt;
VisualBoyAdvance (commonly abbreviated as VBA) is an emulator of the Game Boy, Game Boy Color, and Game Boy Advance handheld game consoles sold by Nintendo.&lt;br /&gt;
&lt;br /&gt;
==Credit==&lt;br /&gt;
Ported by Will Dietz Jan 2010. &amp;lt;br&amp;gt;&lt;br /&gt;
Thanks to #webos-internals for their feedback throughout testing!&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
All source is under the GPLv2 license.&lt;br /&gt;
The original source code is available [http://vba.ngemu.com/downloads.shtml here]&amp;lt;br /&amp;gt;&lt;br /&gt;
And the latest VBA for webOS source is available on git [http://git.webos-internals.org/?p=games/visualboyadvance.git here] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Donate ==&lt;br /&gt;
Lots of work has gone into making this a great game for you to enjoy!&lt;br /&gt;
If you like it please consider [https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;amp;business=3S7ULCYRCDWS8&amp;amp;lc=US&amp;amp;item_name=Will%20Dietz&amp;amp;item_number=palm%20pre&amp;amp;currency_code=USD&amp;amp;bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted donating]&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
TODO: (fbcat doesn't grab opengles apps apparently?)&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
To select a rom, just tap on it in the rom selector.&amp;lt;br&amp;gt;&lt;br /&gt;
Note that if you have more roms than fit on the screen, simply scroll to them.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are the current controls (while playing):&amp;lt;br&amp;gt;&lt;br /&gt;
WASD --Up/left/down/right. &amp;lt;br&amp;gt;&lt;br /&gt;
K --B&amp;lt;br&amp;gt;&lt;br /&gt;
L--A&amp;lt;br&amp;gt;&lt;br /&gt;
Q--L&amp;lt;br&amp;gt;&lt;br /&gt;
P--R&amp;lt;br&amp;gt;&lt;br /&gt;
enter--start&amp;lt;br&amp;gt;&lt;br /&gt;
space--select&amp;lt;br&amp;gt;&lt;br /&gt;
@--turbo&amp;lt;br&amp;gt;&lt;br /&gt;
orange+s (minus)--toggle displaying emulation speed&lt;br /&gt;
orange+L (quote)--change scaling filter&amp;lt;br/&amp;gt;&lt;br /&gt;
orange+@ (zero)--change orientation&amp;lt;br/&amp;gt;&lt;br /&gt;
. (period)--snapshot&amp;lt;br&amp;gt;&lt;br /&gt;
t -- start/select/a/b all at once&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; (orange+z/asterisk *orange+y for german qwertz Pre) --toggle sound for speed (particularly GBA)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Feature Requests/TODO ==&lt;br /&gt;
Here's a list of feature requests I'm aware of and/or things I plan to do.&lt;br /&gt;
* Use type:game instead of upstart launcher.&lt;br /&gt;
* ALSA instead of pulseaudio&lt;br /&gt;
* Add ability to customize controls&lt;br /&gt;
* Add on-screen controls&lt;br /&gt;
** Portrait: controls can go off the screen (below, move image up)&lt;br /&gt;
** Landscape: if you can resolve the alpha blending performance issues, make that happen!&lt;br /&gt;
* Zip rom support&lt;br /&gt;
* &amp;quot;Go back to rom chooser&amp;quot; menu&lt;br /&gt;
* save state support&lt;br /&gt;
* Create /save folder for .sav files (battery-backed RAM save info), instead of placing .sav in the /roms folder&lt;br /&gt;
* More Scaling options, particularly 1:1 (no scaling)&lt;br /&gt;
* Better performance on GBA!!&lt;br /&gt;
** See iphone/GP2X ports and their ARM optimizations! (dynarec?)&lt;br /&gt;
&lt;br /&gt;
==Known issues==&lt;br /&gt;
* Poor performance in GBA. Try disabling sound (press '*'/orange+z)&lt;br /&gt;
* Audio doesn't seem to be fully disabled (you won't hear anything, but Pulseaudio is still doing a little work)&lt;br /&gt;
* Occasionally crashes when minimized&lt;br /&gt;
* Notifications always appear as if in landscape&lt;br /&gt;
&lt;br /&gt;
== Changelog ==&lt;br /&gt;
* 1.0.3 Added toggle for displaying emulation speed to help compatability reports&lt;br /&gt;
* 1.0.2 Small metadata fix.&lt;br /&gt;
* 1.0.1 Small performance boost, public release!&lt;br /&gt;
* 1.0.0 Initial release (testing feed).  Reimplemented rendering engine, rom selector.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Compatibility List==&lt;br /&gt;
This is a list of games and how well they run.&lt;br /&gt;
PLEASE include a version number (on rom selector) when adding entries!&lt;br /&gt;
To see the emulation speed percentage, hit orange+s while playing (as of 1.0.3).&lt;br /&gt;
===Gameboy/Gameboy Color===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|Title&lt;br /&gt;
|Works&lt;br /&gt;
|Version&lt;br /&gt;
|Notes&lt;br /&gt;
|-&lt;br /&gt;
|Legend of Zelda Oracle of Ages&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Legend of Zelda Oracle of Seasons&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zelda DX&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
===Gameboy Advance===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Title'''&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | '''Speed'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''VBA Version'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Notes'''&lt;br /&gt;
|-&lt;br /&gt;
! '''Sound'''&lt;br /&gt;
! '''No Sound'''&lt;br /&gt;
|-&lt;br /&gt;
|Advance Wars&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|68% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|Very Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|Fire Emblem&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Very Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|F-Zero - GP Legend&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|43% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|55% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Mario &amp;amp; Luigi - Superstar Saga&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|65-70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80-100% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|Menu 100% with Sound ;), ingame mostly fullspeed without.&lt;br /&gt;
|-&lt;br /&gt;
|Mario Kart - Super Circuit&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|44% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|64% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|Time Trial without Sound is almost Fullspeed (95%)!&lt;br /&gt;
|-&lt;br /&gt;
|Metal Slug Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|68% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Metroid Fusion&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|68% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|92% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|PocketNES - NES Emulator&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|80% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Rayman Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|53% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|75% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|Without sound very playable!&lt;br /&gt;
|-&lt;br /&gt;
|SMA2 - Super Mario World &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|45% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|62% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SMA3 - Yoshi's Island &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|43% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|58% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SMA4 - Mario Bros. 3 &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|51% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|72% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|Takes a bit time to Load.&lt;br /&gt;
|-&lt;br /&gt;
|V-Rally 3&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|37% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Wario Ware Inc. &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|70-80% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zelda - A Link to the Past&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|45% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|62% &lt;br /&gt;
|1.0.1&lt;br /&gt;
|Slow but Playable!&lt;br /&gt;
|&lt;br /&gt;
|-&lt;/div&gt;</summary>
		<author><name>Glorifiedg</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7709</id>
		<title>NES and GameBoy Emulators</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7709"/>
		<updated>2009-12-06T20:42:56Z</updated>

		<summary type="html">&lt;p&gt;Glorifiedg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After some talk in Precentral, some of us agreed that this easier setup should go on the wiki. This method will allow you to play Gameboy and NES roms on the Pre without knowing almost anything of Linux.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the complete process go to [[Application:Gnuboy|GnuBoy]] setup and [[Nintendo|NES]] setup.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First of all, you'll need to install Nodoze and Terminal apps, available on [[Preware|Preware]]. Then go [http://forums.precentral.net/canuck-software/206905-webos-quick-install-v2-9-a.html here] and download WebOS Quick Install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download this [http://www.megaupload.com/?d=2GD0QL6S package]&lt;br /&gt;
# Open the rar and you'll see 2 files: debiansmall.img and deb.sh&lt;br /&gt;
# Unrar debiansmall.img to your Pre's USB Drive and deb.sh to your desktop.&lt;br /&gt;
# Open WebOS Quick Install and send the deb.sh to /var/home/root/ by selecting &amp;quot;Tools&amp;quot; &amp;quot;Send File&amp;quot;&lt;br /&gt;
# Open Nodoze and then Terminal app&lt;br /&gt;
# Type chmod 755 ./deb.sh&lt;br /&gt;
# Type ./deb.sh in the terminal and press enter&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ROMS ==&lt;br /&gt;
&lt;br /&gt;
First mount the debian image by going to Terminal app and type ./deb.sh and press enter.&amp;lt;br/&amp;gt;&lt;br /&gt;
Then, the easier way is to open WebOS Quick Install, select &amp;quot;Tools&amp;quot; &amp;quot;Send File&amp;quot; select your rom and send it to &amp;quot;Destination Folder&amp;quot;: /media/cf/&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Everytime you want to play, activate Nodoze and open the terminal app.&lt;br /&gt;
# Type ./deb.sh and press enter.&lt;br /&gt;
## To play gameboy games type ./gb.sh romname.gbc OR, for playing with no sound, type ./nosnd.sh romname.gbc - Press enter.&lt;br /&gt;
## To play NES games type ./nes.sh romname.nes and press enter.&lt;br /&gt;
&lt;br /&gt;
The default keys are:&amp;lt;br/&amp;gt;&lt;br /&gt;
Up- W&amp;lt;br/&amp;gt;&lt;br /&gt;
Down- S&amp;lt;br/&amp;gt;&lt;br /&gt;
Left- A&amp;lt;br/&amp;gt;&lt;br /&gt;
Right- D&amp;lt;br/&amp;gt;&lt;br /&gt;
B- J&amp;lt;br/&amp;gt;&lt;br /&gt;
A- K&amp;lt;br/&amp;gt;&lt;br /&gt;
Start- Enter&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To quit press the orange key.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fot those who are having sound problems, simple type inside the debian chroot:&amp;lt;br/&amp;gt;&lt;br /&gt;
apt-get install libsdl1.2debian-all&amp;lt;br/&amp;gt;&lt;br /&gt;
Press Enter&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Contributions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
dudestatus, of course, and all the Precentral Forum guys.&lt;br /&gt;
&lt;br /&gt;
Please feel free to get this tutorial better, this is my first wiki page,&lt;br /&gt;
&lt;br /&gt;
glorifiedg&lt;/div&gt;</summary>
		<author><name>Glorifiedg</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7708</id>
		<title>NES and GameBoy Emulators</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7708"/>
		<updated>2009-12-06T20:32:08Z</updated>

		<summary type="html">&lt;p&gt;Glorifiedg: /* ROMS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After some talk in Precentral, some of us agreed that this easier setup should go on the wiki. This method will allow you to play Gameboy and NES roms on the Pre without knowing almost anything of Linux.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the complete process go to [[Application:Gnuboy|GnuBoy]] setup and [[Nintendo|NES]] setup.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First of all, you'll need to install Nodoze and Terminal apps, available on [[Preware|Preware]]. Then go [http://forums.precentral.net/canuck-software/206905-webos-quick-install-v2-9-a.html here] and download WebOS Quick Install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download this [http://www.megaupload.com/?d=2GD0QL6S package]&lt;br /&gt;
# Open the rar and you'll see 2 files: debiansmall.img and deb.sh&lt;br /&gt;
# Unrar debiansmall.img to your Pre's USB Drive and deb.sh to your desktop.&lt;br /&gt;
# Open WebOS Quick Install and send the deb.sh to /var/home/root/ by selecting &amp;quot;Tools&amp;quot; &amp;quot;Send File&amp;quot;&lt;br /&gt;
# Open Nodoze and then Terminal app&lt;br /&gt;
# Type chmod 755 ./deb.sh&lt;br /&gt;
# Type ./deb.sh in the terminal and press enter&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ROMS ==&lt;br /&gt;
&lt;br /&gt;
First mount the debian image by going to Terminal app and type ./deb.sh and press enter.&amp;lt;br/&amp;gt;&lt;br /&gt;
Then, the easier way is to open WebOS Quick Install, select &amp;quot;Tools&amp;quot; &amp;quot;Send File&amp;quot; select your rom and send it to &amp;quot;Destination Folder&amp;quot;: /media/cf/&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Everytime you want to play, activate Nodoze and open the terminal app.&lt;br /&gt;
# Type ./deb.sh and press enter.&lt;br /&gt;
## To play gameboy games type ./gb.sh romname.gbc OR, for playing with no sound, type ./nosnd.sh romname.gbc - Press enter.&lt;br /&gt;
## To play NES games type ./nes.sh romname.nes and press enter.&lt;br /&gt;
&lt;br /&gt;
The default keys are:&amp;lt;br/&amp;gt;&lt;br /&gt;
Up- W&amp;lt;br/&amp;gt;&lt;br /&gt;
Down- S&amp;lt;br/&amp;gt;&lt;br /&gt;
Left- A&amp;lt;br/&amp;gt;&lt;br /&gt;
Right- D&amp;lt;br/&amp;gt;&lt;br /&gt;
B- J&amp;lt;br/&amp;gt;&lt;br /&gt;
A- K&amp;lt;br/&amp;gt;&lt;br /&gt;
Start- Enter&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To quit press the orange key.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Contributions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
dudestatus, of course, and all the Precentral Forum guys.&lt;br /&gt;
&lt;br /&gt;
Please feel free to get this tutorial better, this is my first wiki page,&lt;br /&gt;
&lt;br /&gt;
glorifiedg&lt;/div&gt;</summary>
		<author><name>Glorifiedg</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7703</id>
		<title>NES and GameBoy Emulators</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7703"/>
		<updated>2009-12-06T18:01:42Z</updated>

		<summary type="html">&lt;p&gt;Glorifiedg: /* Contributions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After some talk in Precentral, some of us agreed that this easier setup should go on the wiki. This method will allow you to play Gameboy and NES roms on the Pre without knowing almost anything of Linux.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the complete process go to [[Application:Gnuboy|GnuBoy]] setup and [[Nintendo|NES]] setup.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First of all, you'll need to install Nodoze and Terminal apps, available on [[Preware|Preware]]. Then go [http://forums.precentral.net/canuck-software/206905-webos-quick-install-v2-9-a.html here] and download WebOS Quick Install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download this [http://www.megaupload.com/?d=2GD0QL6S package]&lt;br /&gt;
# Open the rar and you'll see 2 files: debiansmall.img and deb.sh&lt;br /&gt;
# Unrar debiansmall.img to your Pre's USB Drive and deb.sh to your desktop.&lt;br /&gt;
# Open WebOS Quick Install and send the deb.sh to /var/home/root/ by selecting &amp;quot;Tools&amp;quot; &amp;quot;Send File&amp;quot;&lt;br /&gt;
# Open Nodoze and then Terminal app&lt;br /&gt;
# Type chmod 755 ./deb.sh&lt;br /&gt;
# Type ./deb.sh in the terminal and press enter&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ROMS ==&lt;br /&gt;
&lt;br /&gt;
First mount the debian image by going to Terminal app and type ./deb.sh and press enter.&amp;lt;br/&amp;gt;&lt;br /&gt;
Then, the easier way is to open WebOS Quick Install, select &amp;quot;Tools&amp;quot; &amp;quot;Send File&amp;quot; select you rom and send it to &amp;quot;Destination Folder&amp;quot;: /media/cf/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Everytime you want to play, activate Nodoze and open the terminal app.&lt;br /&gt;
# Type ./deb.sh and press enter.&lt;br /&gt;
## To play gameboy games type ./gb.sh romname.gbc OR, for playing with no sound, type ./nosnd.sh romname.gbc - Press enter.&lt;br /&gt;
## To play NES games type ./nes.sh romname.nes and press enter.&lt;br /&gt;
&lt;br /&gt;
The default keys are:&amp;lt;br/&amp;gt;&lt;br /&gt;
Up- W&amp;lt;br/&amp;gt;&lt;br /&gt;
Down- S&amp;lt;br/&amp;gt;&lt;br /&gt;
Left- A&amp;lt;br/&amp;gt;&lt;br /&gt;
Right- D&amp;lt;br/&amp;gt;&lt;br /&gt;
B- J&amp;lt;br/&amp;gt;&lt;br /&gt;
A- K&amp;lt;br/&amp;gt;&lt;br /&gt;
Start- Enter&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To quit press the orange key.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Contributions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
dudestatus, of course, and all the Precentral Forum guys.&lt;br /&gt;
&lt;br /&gt;
Please feel free to get this tutorial better, this is my first wiki page,&lt;br /&gt;
&lt;br /&gt;
glorifiedg&lt;/div&gt;</summary>
		<author><name>Glorifiedg</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7702</id>
		<title>NES and GameBoy Emulators</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7702"/>
		<updated>2009-12-06T17:50:24Z</updated>

		<summary type="html">&lt;p&gt;Glorifiedg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After some talk in Precentral, some of us agreed that this easier setup should go on the wiki. This method will allow you to play Gameboy and NES roms on the Pre without knowing almost anything of Linux.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the complete process go to [[Application:Gnuboy|GnuBoy]] setup and [[Nintendo|NES]] setup.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First of all, you'll need to install Nodoze and Terminal apps, available on [[Preware|Preware]]. Then go [http://forums.precentral.net/canuck-software/206905-webos-quick-install-v2-9-a.html here] and download WebOS Quick Install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download this [http://www.megaupload.com/?d=2GD0QL6S package]&lt;br /&gt;
# Open the rar and you'll see 2 files: debiansmall.img and deb.sh&lt;br /&gt;
# Unrar debiansmall.img to your Pre's USB Drive and deb.sh to your desktop.&lt;br /&gt;
# Open WebOS Quick Install and send the deb.sh to /var/home/root/ by selecting &amp;quot;Tools&amp;quot; &amp;quot;Send File&amp;quot;&lt;br /&gt;
# Open Nodoze and then Terminal app&lt;br /&gt;
# Type chmod 755 ./deb.sh&lt;br /&gt;
# Type ./deb.sh in the terminal and press enter&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ROMS ==&lt;br /&gt;
&lt;br /&gt;
First mount the debian image by going to Terminal app and type ./deb.sh and press enter.&amp;lt;br/&amp;gt;&lt;br /&gt;
Then, the easier way is to open WebOS Quick Install, select &amp;quot;Tools&amp;quot; &amp;quot;Send File&amp;quot; select you rom and send it to &amp;quot;Destination Folder&amp;quot;: /media/cf/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Everytime you want to play, activate Nodoze and open the terminal app.&lt;br /&gt;
# Type ./deb.sh and press enter.&lt;br /&gt;
## To play gameboy games type ./gb.sh romname.gbc OR, for playing with no sound, type ./nosnd.sh romname.gbc - Press enter.&lt;br /&gt;
## To play NES games type ./nes.sh romname.nes and press enter.&lt;br /&gt;
&lt;br /&gt;
The default keys are:&amp;lt;br/&amp;gt;&lt;br /&gt;
Up- W&amp;lt;br/&amp;gt;&lt;br /&gt;
Down- S&amp;lt;br/&amp;gt;&lt;br /&gt;
Left- A&amp;lt;br/&amp;gt;&lt;br /&gt;
Right- D&amp;lt;br/&amp;gt;&lt;br /&gt;
B- J&amp;lt;br/&amp;gt;&lt;br /&gt;
A- K&amp;lt;br/&amp;gt;&lt;br /&gt;
Start- Enter&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To quit press the orange key.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Contributions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
dudestatus, of course, and all the Precentral Forum guys.&lt;br /&gt;
&lt;br /&gt;
Please feal free to get this tutorial better, glorifiedg.&lt;/div&gt;</summary>
		<author><name>Glorifiedg</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7701</id>
		<title>NES and GameBoy Emulators</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7701"/>
		<updated>2009-12-06T17:15:58Z</updated>

		<summary type="html">&lt;p&gt;Glorifiedg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After some talk in Precentral, some of us agreed that this easier setup should go on the wiki. This method will allow you to play Gameboy and NES roms on the Pre without knowing almost anything of Linux.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the complete process go to [[Application:Gnuboy|GnuBoy]] setup and [[Nintendo|NES]] setup.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First of all, you'll need to install Nodoze and Terminal apps, available on [[Preware|Preware]]. Then go here[http://forums.precentral.net/canuck-software/206905-webos-quick-install-v2-9-a.html] and download WebOS Quick Install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download this package:&lt;br /&gt;
# Open the rar and you'll see 2 files: debiansmall.img and deb.sh&lt;br /&gt;
# Unrar debiansmall.img to your Pre's USB Drive and deb.sh to your desktop.&lt;br /&gt;
# Open WebOS Quick Install and send the deb.sh to /var/home/root/ by selecting &amp;quot;Tools&amp;quot; &amp;quot;Send File&amp;quot;&lt;br /&gt;
# Open Nodoze and then Terminal app&lt;br /&gt;
# Type chmod 755 ./deb.sh&lt;br /&gt;
# Type ./deb.sh in the terminal and press enter&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ROMS ==&lt;br /&gt;
&lt;br /&gt;
First mount the debian image by going to Terminal app and type ./deb.sh and press enter.&amp;lt;br/&amp;gt;&lt;br /&gt;
Then, the easier way is to open WebOS Quick Install, select &amp;quot;Tools&amp;quot; &amp;quot;Send File&amp;quot; select you rom and send it to &amp;quot;Destination Folder&amp;quot;: /media/cf/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Everytime you want to play, activate Nodoze and open the terminal app.&lt;br /&gt;
# Type ./deb.sh and press enter.&lt;br /&gt;
## To play gameboy games type ./gb.sh romname.gbc OR, for playing with no sound, type ./nosnd.sh romname.gbc - Press enter.&lt;br /&gt;
## To play NES games type ./nes.sh romname.nes and press enter.&lt;br /&gt;
&lt;br /&gt;
The default keys are:&amp;lt;br/&amp;gt;&lt;br /&gt;
Up- W&amp;lt;br/&amp;gt;&lt;br /&gt;
Down- S&amp;lt;br/&amp;gt;&lt;br /&gt;
Left- A&amp;lt;br/&amp;gt;&lt;br /&gt;
Right- D&amp;lt;br/&amp;gt;&lt;br /&gt;
B- J&amp;lt;br/&amp;gt;&lt;br /&gt;
A- K&amp;lt;br/&amp;gt;&lt;br /&gt;
Start- Enter&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To quit press the orange key.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Contributions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Dudestatus and all the Precentral Forum guys.&lt;br /&gt;
&lt;br /&gt;
Please feal free to get this tutorial better, glorifiedg.&lt;/div&gt;</summary>
		<author><name>Glorifiedg</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7700</id>
		<title>NES and GameBoy Emulators</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7700"/>
		<updated>2009-12-06T17:11:53Z</updated>

		<summary type="html">&lt;p&gt;Glorifiedg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After some talk in Precentral, some of us agreed that this easier setup should go on the wiki. This method will allow you to play Gameboy and NES roms on the Pre without knowing almost anything of Linux.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the complete process go to [[Application:Gnuboy|GnuBoy]] setup and [[Nintendo|NES]] setup.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First of all, you'll need to install Nodoze and Terminal apps, available on [[Preware|Preware]]. Then go here[http://forums.precentral.net/canuck-software/206905-webos-quick-install-v2-9-a.html] and download WebOS Quick Install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download this package:&lt;br /&gt;
# Open the rar and you'll see 2 files: debiansmall.img and deb.sh&lt;br /&gt;
# Unrar debiansmall.img to your Pre's USB Drive and deb.sh to your desktop.&lt;br /&gt;
# Open WebOS Quick Install and send the deb.sh to /var/home/root/ by selecting &amp;quot;Tools&amp;quot; &amp;quot;Send File&amp;quot;&lt;br /&gt;
# Open Nodoze and then Terminal app&lt;br /&gt;
# Type chmod 755 ./deb.sh&lt;br /&gt;
# Type ./deb.sh in the terminal and press enter&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ROMS ==&lt;br /&gt;
&lt;br /&gt;
First mount the debian image by going to Terminal app and type ./deb.sh and press enter.&amp;lt;br/&amp;gt;&lt;br /&gt;
Then, the easier way is to open WebOS Quick Install, select &amp;quot;Tools&amp;quot; &amp;quot;Send File&amp;quot; select you rom and send it to &amp;quot;Destination Folder&amp;quot;: /media/cf/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Everytime you want to play, activate Nodoze and open the terminal app.&lt;br /&gt;
# Type ./deb.sh and press enter.&lt;br /&gt;
## To play gameboy games type ./gb.sh romname.gbc OR, for playing with no sound, type ./nosnd.sh romname.gbc - Press enter.&lt;br /&gt;
## To play NES games type ./nes.sh romname.nes and press enter.&lt;br /&gt;
&lt;br /&gt;
The default keys are:&amp;lt;br/&amp;gt;&lt;br /&gt;
Up- W&amp;lt;br/&amp;gt;&lt;br /&gt;
Down- S&amp;lt;br/&amp;gt;&lt;br /&gt;
Left- A&amp;lt;br/&amp;gt;&lt;br /&gt;
Right- D&amp;lt;br/&amp;gt;&lt;br /&gt;
B- J&amp;lt;br/&amp;gt;&lt;br /&gt;
A- K&amp;lt;br/&amp;gt;&lt;br /&gt;
Start- Enter&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To quit press the orange key.&lt;/div&gt;</summary>
		<author><name>Glorifiedg</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7699</id>
		<title>NES and GameBoy Emulators</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7699"/>
		<updated>2009-12-06T17:08:46Z</updated>

		<summary type="html">&lt;p&gt;Glorifiedg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After some talk in Precentral, some of us agreed that this easier setup should go on the wiki. This method will allow you to play Gameboy and NES roms on the Pre without knowing almost anything of Linux.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the complete process go to [[Application:Gnuboy|GnuBoy]] setup and [[Nintendo|NES]] setup.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First of all, you'll need to install Nodoze and Terminal apps, available on [[Preware|Preware ]]. Then go [http://forums.precentral.net/canuck-software/206905-webos-quick-install-v2-9-a.html|here] and download WebOS Quick Install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download this package:&lt;br /&gt;
# Open the rar and you'll see 2 files: debiansmall.img and deb.sh&lt;br /&gt;
# Unrar debiansmall.img to your Pre's USB Drive and deb.sh to your desktop.&lt;br /&gt;
# Open WebOS Quick Install and send the deb.sh to /var/home/root/ by selecting &amp;quot;Tools&amp;quot; &amp;quot;Send File&amp;quot;&lt;br /&gt;
# Open Nodoze and then Terminal app&lt;br /&gt;
# Type chmod 755 ./deb.sh&lt;br /&gt;
# Type ./deb.sh in the terminal and press enter&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ROMS ==&lt;br /&gt;
&lt;br /&gt;
First mount the debian image by going to Terminal app and type ./deb.sh and press enter.&amp;lt;br/&amp;gt;&lt;br /&gt;
Then, the easier way is to open WebOS Quick Install, select &amp;quot;Tools&amp;quot; &amp;quot;Send File&amp;quot; select you rom and send it to &amp;quot;Destination Folder&amp;quot;: /media/cf/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Everytime you want to play, activate Nodoze and open the terminal app.&lt;br /&gt;
# Type ./deb.sh and press enter.&lt;br /&gt;
## To play gameboy games type ./gb.sh romname.gbc OR, for playing with no sound, type ./nosnd.sh romname.gbc - Press enter.&lt;br /&gt;
## To play NES games type ./nes.sh romname.nes and press enter.&lt;br /&gt;
&lt;br /&gt;
The default keys are:&amp;lt;br/&amp;gt;&lt;br /&gt;
Up- W&amp;lt;br/&amp;gt;&lt;br /&gt;
Down- S&amp;lt;br/&amp;gt;&lt;br /&gt;
Left- A&amp;lt;br/&amp;gt;&lt;br /&gt;
Right- D&amp;lt;br/&amp;gt;&lt;br /&gt;
B- J&amp;lt;br/&amp;gt;&lt;br /&gt;
A- K&amp;lt;br/&amp;gt;&lt;br /&gt;
Start- Enter&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To quit press the orange key.&lt;/div&gt;</summary>
		<author><name>Glorifiedg</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Portal:Linux_Applications&amp;diff=7698</id>
		<title>Portal:Linux Applications</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Portal:Linux_Applications&amp;diff=7698"/>
		<updated>2009-12-06T17:05:52Z</updated>

		<summary type="html">&lt;p&gt;Glorifiedg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__notoc__&lt;br /&gt;
{{reorganize|This page needs to be reorganized still.}}&lt;br /&gt;
{{portal-header&lt;br /&gt;
|The Pre runs a very standard Linux on a commonly available processor.  Very soon after access was achieved to the Linux, the Optware team made the entire catalog of Optware packages available on the pre.  &lt;br /&gt;
&lt;br /&gt;
More about the Optware project here: [http://www.nslu2-linux.org/wiki/Optware/Packages Optware Packages].&lt;br /&gt;
&lt;br /&gt;
You can view a list of available packages here: [http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/ List of Packages].&lt;br /&gt;
&lt;br /&gt;
The community has been busy porting other applications to the Pre.  Some of those are listed, and have pages for them below.&lt;br /&gt;
}}&lt;br /&gt;
{{portal-three-columns&lt;br /&gt;
|column1=&lt;br /&gt;
* [[Portal:Linux_Applications_All|All]]&lt;br /&gt;
* [[Portal:Linux_Applications_Business|Business]]&lt;br /&gt;
* [[Portal:Linux_Applications_Communications|Communications]]&lt;br /&gt;
* [[Portal:Linux_Applications_Entertainment|Entertainment]]&lt;br /&gt;
&lt;br /&gt;
|column2=&lt;br /&gt;
* [[Portal:Linux_Applications_Food|Food]]&lt;br /&gt;
* [[Portal:Linux_Applications_Games|Games]]&lt;br /&gt;
* [[Portal:Linux_Applications_Lifestyle|Lifestyle]]&lt;br /&gt;
* [[Portal:Linux_Applications_News|News]]&lt;br /&gt;
&lt;br /&gt;
|column3=&lt;br /&gt;
* [[Portal:Linux_Applications_Social Networking|Social Networking]]&lt;br /&gt;
* [[Portal:Linux_Applications_Tutorial|Tutorial]]&lt;br /&gt;
* [[Portal:Linux_Applications_Utilities|Utilities]]&lt;br /&gt;
* [[Portal:Linux_Applications_Productivity|Productivity]]&lt;br /&gt;
}}&lt;br /&gt;
{{portal-two-columns&lt;br /&gt;
|column1=&lt;br /&gt;
== Application Tutorials ==&lt;br /&gt;
&lt;br /&gt;
'''[[Portal:Accessing Linux|Follow the Accessing Linux Article First]]'''&lt;br /&gt;
* [[Ad-Hoc_Networking|Ad-Hoc Networking]]&lt;br /&gt;
* [[Ajaxterm]]&lt;br /&gt;
* [[Apache]]&lt;br /&gt;
* [[Colorful_Bash_Prompt|Colorful Bash Prompt]]&lt;br /&gt;
* [[Diff]]&lt;br /&gt;
* [[Tutorials_Linux_DDNS_for_EVDO|Dynamic DNS for EVDO]]&lt;br /&gt;
* [[DFBTerm DirectFB Terminal Emulator|DFBTerm DirectFB Terminal Emulator]] &lt;br /&gt;
* [[Graphical Shell with WebShell|Graphical Shell with WebShell]] &lt;br /&gt;
* [[GUI Text Editors|GUI Text Editors]] &lt;br /&gt;
* [[HamachiVPN|HamachiVPN]] &lt;br /&gt;
* [[How To Use &amp;quot;ls&amp;quot; In Color|How To Use &amp;quot;ls&amp;quot; In Color]] &lt;br /&gt;
* [[Linux Tutorial Irssi|Linux Tutorial Irssi]]&lt;br /&gt;
* [[Linux Tutorial Snownews|Linux Tutorial Snownews]]&lt;br /&gt;
* [[Lighttpd|Lighttpd ]] &lt;br /&gt;
* [[OpenVPN for Palm Pre|OpenVPN for Palm Pre]] &lt;br /&gt;
* [[Tutorials_Linux_opt_on_loopback|/opt on loopback image on /media/internal]]&lt;br /&gt;
* [[PalmVNC Terminal|PalmVNC Terminal]] &lt;br /&gt;
* [[QEMU|QEMU]] &lt;br /&gt;
* [[QEMU webOS Emulation|QEMU webOS Emulation]] &lt;br /&gt;
* [[Running webOS in QEMU|Running webOS in QEMU]] &lt;br /&gt;
* [[Replace &amp;quot;vi&amp;quot; with Fullscreen Text Editor &amp;quot;joe&amp;quot; or &amp;quot;nano&amp;quot;|Replace &amp;quot;vi&amp;quot; with Fullscreen Text Editor &amp;quot;joe&amp;quot; or &amp;quot;nano&amp;quot;]] &lt;br /&gt;
* [[rTorrent]] &lt;br /&gt;
* [[Setup Bash|Setup Bash]] &lt;br /&gt;
* [[Samba Access|Samba Access]] &lt;br /&gt;
* [[VNC (Virtual Network Computing)|VNC (Virtual Network Computing)]] &lt;br /&gt;
* [[Vala Terminal|Vala Terminal]] &lt;br /&gt;
* [[Wireless Music Sync with Amarok 1.4|Wireless Music Sync with Amarok 1.4]]&lt;br /&gt;
* [[Application:Gnuboy|Gameboy emulator gnuboy on the Pre]]&lt;br /&gt;
* [[SetupSquidTransparentProxy|Setup Squid transparent proxy]]&lt;br /&gt;
* [[NES and GameBoy Emulators|NES and Gameboy Emulators Simple Setup]]&lt;br /&gt;
&lt;br /&gt;
== Want to write a tutorial and Add it? ==&lt;br /&gt;
&lt;br /&gt;
Just name the tutorial with&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Tutorials Linux &amp;quot; + name&lt;br /&gt;
&lt;br /&gt;
Ex: Tutorials_Linux_Getting_Started&amp;lt;br /&amp;gt;&lt;br /&gt;
(spaces are the same thing as underscores)&lt;br /&gt;
&lt;br /&gt;
|column2=&lt;br /&gt;
== Policies about adding Applications ==&lt;br /&gt;
&lt;br /&gt;
Your application can be any progress (Completed/Beta/Design Phase), just make sure you have a temporary name. For example if your application is called &amp;quot;Testing This&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
{{portal-application-item&lt;br /&gt;
|name=Asteroids&lt;br /&gt;
|article=Asteroids&lt;br /&gt;
|user=AWESOM-O&lt;br /&gt;
|site=http://domain.com/asteroids/&lt;br /&gt;
|description=This is a short description, leave screenshots&lt;br /&gt;
and other details for the application page.&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Place this under the [[Portal:Linux Applications All|All Linux Application Portal]], and the category it goes under (for instance &amp;quot;Games&amp;quot; if it is a game). You can always change the applications name just make sure it is not taken and let us know on the [[Admin_Changes|Admin Changes]] page so we can delete the old application page (so others can use it).&lt;br /&gt;
&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Glorifiedg</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Tutorials_Linux_NES_and_GameBoy_Emulators&amp;diff=7697</id>
		<title>Tutorials Linux NES and GameBoy Emulators</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Tutorials_Linux_NES_and_GameBoy_Emulators&amp;diff=7697"/>
		<updated>2009-12-06T17:03:34Z</updated>

		<summary type="html">&lt;p&gt;Glorifiedg: Tutorials Linux NES and GameBoy Emulators moved to NES and GameBoy Emulators&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[NES and GameBoy Emulators]]&lt;/div&gt;</summary>
		<author><name>Glorifiedg</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7696</id>
		<title>NES and GameBoy Emulators</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7696"/>
		<updated>2009-12-06T17:03:34Z</updated>

		<summary type="html">&lt;p&gt;Glorifiedg: Tutorials Linux NES and GameBoy Emulators moved to NES and GameBoy Emulators&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After some talk in Precentral, some of us agreed that this easier setup should go on the wiki. This method will allow you to play Gameboy and NES roms on the Pre without knowing almost anything of Linux.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the complete process go to [GnuBoy [http://www.webos-internals.org/wiki/Application:Gnuboy]] setup and [NES[http://www.webos-internals.org/wiki/Nintendo]] setup.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First of all, you'll need to install Nodoze and Terminal apps, available on [Preware [http://www.webos-internals.org/wiki/Preware]]. Then go here:[http://forums.precentral.net/canuck-software/206905-webos-quick-install-v2-9-a.html] and download WebOS Quick Install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download this package:&lt;br /&gt;
# Open the rar and you'll see 2 files: debiansmall.img and deb.sh&lt;br /&gt;
# Unrar debiansmall.img to your Pre's USB Drive and deb.sh to your desktop.&lt;br /&gt;
# Open WebOS Quick Install and send the deb.sh to /var/home/root/ by selecting &amp;quot;Tools&amp;quot; &amp;quot;Send File&amp;quot;&lt;br /&gt;
# Open Nodoze and then Terminal app&lt;br /&gt;
# Type chmod 755 ./deb.sh&lt;br /&gt;
# Type ./deb.sh in the terminal and press enter&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ROMS ==&lt;br /&gt;
&lt;br /&gt;
First mount the debian image by going to Terminal app and type ./deb.sh and press enter.&amp;lt;br/&amp;gt;&lt;br /&gt;
Then, the easier way is to open WebOS Quick Install, select &amp;quot;Tools&amp;quot; &amp;quot;Send File&amp;quot; select you rom and send it to &amp;quot;Destination Folder&amp;quot;: /media/cf/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Everytime you want to play, activate Nodoze and open the terminal app.&lt;br /&gt;
# Type ./deb.sh and press enter.&lt;br /&gt;
## To play gameboy games type ./gb.sh romname.gbc OR, for playing with no sound, type ./nosnd.sh romname.gbc - Press enter.&lt;br /&gt;
## To play NES games type ./nes.sh romname.nes and press enter.&lt;br /&gt;
&lt;br /&gt;
The default keys are:&amp;lt;br/&amp;gt;&lt;br /&gt;
Up- W&amp;lt;br/&amp;gt;&lt;br /&gt;
Down- S&amp;lt;br/&amp;gt;&lt;br /&gt;
Left- A&amp;lt;br/&amp;gt;&lt;br /&gt;
Right- D&amp;lt;br/&amp;gt;&lt;br /&gt;
B- J&amp;lt;br/&amp;gt;&lt;br /&gt;
A- K&amp;lt;br/&amp;gt;&lt;br /&gt;
Start- Enter&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To quit press the orange key.&lt;/div&gt;</summary>
		<author><name>Glorifiedg</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7695</id>
		<title>NES and GameBoy Emulators</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7695"/>
		<updated>2009-12-06T17:02:50Z</updated>

		<summary type="html">&lt;p&gt;Glorifiedg: Tutorials Linux NES and GameBoy Emulators&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After some talk in Precentral, some of us agreed that this easier setup should go on the wiki. This method will allow you to play Gameboy and NES roms on the Pre without knowing almost anything of Linux.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the complete process go to [GnuBoy [http://www.webos-internals.org/wiki/Application:Gnuboy]] setup and [NES[http://www.webos-internals.org/wiki/Nintendo]] setup.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First of all, you'll need to install Nodoze and Terminal apps, available on [Preware [http://www.webos-internals.org/wiki/Preware]]. Then go here:[http://forums.precentral.net/canuck-software/206905-webos-quick-install-v2-9-a.html] and download WebOS Quick Install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download this package:&lt;br /&gt;
# Open the rar and you'll see 2 files: debiansmall.img and deb.sh&lt;br /&gt;
# Unrar debiansmall.img to your Pre's USB Drive and deb.sh to your desktop.&lt;br /&gt;
# Open WebOS Quick Install and send the deb.sh to /var/home/root/ by selecting &amp;quot;Tools&amp;quot; &amp;quot;Send File&amp;quot;&lt;br /&gt;
# Open Nodoze and then Terminal app&lt;br /&gt;
# Type chmod 755 ./deb.sh&lt;br /&gt;
# Type ./deb.sh in the terminal and press enter&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ROMS ==&lt;br /&gt;
&lt;br /&gt;
First mount the debian image by going to Terminal app and type ./deb.sh and press enter.&amp;lt;br/&amp;gt;&lt;br /&gt;
Then, the easier way is to open WebOS Quick Install, select &amp;quot;Tools&amp;quot; &amp;quot;Send File&amp;quot; select you rom and send it to &amp;quot;Destination Folder&amp;quot;: /media/cf/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Everytime you want to play, activate Nodoze and open the terminal app.&lt;br /&gt;
# Type ./deb.sh and press enter.&lt;br /&gt;
## To play gameboy games type ./gb.sh romname.gbc OR, for playing with no sound, type ./nosnd.sh romname.gbc - Press enter.&lt;br /&gt;
## To play NES games type ./nes.sh romname.nes and press enter.&lt;br /&gt;
&lt;br /&gt;
The default keys are:&amp;lt;br/&amp;gt;&lt;br /&gt;
Up- W&amp;lt;br/&amp;gt;&lt;br /&gt;
Down- S&amp;lt;br/&amp;gt;&lt;br /&gt;
Left- A&amp;lt;br/&amp;gt;&lt;br /&gt;
Right- D&amp;lt;br/&amp;gt;&lt;br /&gt;
B- J&amp;lt;br/&amp;gt;&lt;br /&gt;
A- K&amp;lt;br/&amp;gt;&lt;br /&gt;
Start- Enter&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To quit press the orange key.&lt;/div&gt;</summary>
		<author><name>Glorifiedg</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7694</id>
		<title>NES and GameBoy Emulators</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7694"/>
		<updated>2009-12-06T16:07:16Z</updated>

		<summary type="html">&lt;p&gt;Glorifiedg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Introduction&lt;br /&gt;
&lt;br /&gt;
After some talk in Precentral, some of us agreed that this easier setup should go on the wiki. This method will allow you to play Gameboy and NES roms on the Pre without knowing almost anything of Linux.&lt;br /&gt;
&lt;br /&gt;
For the complete process go to GnuBoy setup [[http://www.webos-internals.org/wiki/Application:Gnuboy]] and NES setup [[http://www.webos-internals.org/wiki/Nintendo]]&lt;/div&gt;</summary>
		<author><name>Glorifiedg</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=User:Glorifiedg&amp;diff=7693</id>
		<title>User:Glorifiedg</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=User:Glorifiedg&amp;diff=7693"/>
		<updated>2009-12-06T15:57:47Z</updated>

		<summary type="html">&lt;p&gt;Glorifiedg: User:Glorifiedg moved to Tutorials Linux NES and GameBoy Emulators&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Tutorials Linux NES and GameBoy Emulators]]&lt;/div&gt;</summary>
		<author><name>Glorifiedg</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7692</id>
		<title>NES and GameBoy Emulators</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7692"/>
		<updated>2009-12-06T15:57:47Z</updated>

		<summary type="html">&lt;p&gt;Glorifiedg: User:Glorifiedg moved to Tutorials Linux NES and GameBoy Emulators&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;test&lt;/div&gt;</summary>
		<author><name>Glorifiedg</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7691</id>
		<title>NES and GameBoy Emulators</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=NES_and_GameBoy_Emulators&amp;diff=7691"/>
		<updated>2009-12-06T15:56:51Z</updated>

		<summary type="html">&lt;p&gt;Glorifiedg: Tutorials Linux Nes and Gameboy emulators&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;test&lt;/div&gt;</summary>
		<author><name>Glorifiedg</name></author>
	</entry>
</feed>