<?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=Linuxkidd</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=Linuxkidd"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/wiki/Special:Contributions/Linuxkidd"/>
	<updated>2026-04-20T13:27:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Portal:Misc&amp;diff=3320</id>
		<title>Portal:Misc</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Portal:Misc&amp;diff=3320"/>
		<updated>2009-08-01T01:22:09Z</updated>

		<summary type="html">&lt;p&gt;Linuxkidd: /* Informational */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__notoc__&lt;br /&gt;
{{portal-header|&lt;br /&gt;
For anything that doesn't fit into the other portals. Place it here. Or if it's in another portal and feel people will come here first. }}&lt;br /&gt;
&lt;br /&gt;
'''the reorganization from the old wiki is done.  Thanks for the good work.'''&lt;br /&gt;
&lt;br /&gt;
==Old Wiki-related==&lt;br /&gt;
'''We probably don't need these'''&lt;br /&gt;
===Informational===&lt;br /&gt;
* [[How to Edit Pages]]&lt;br /&gt;
* [[MojoSDK on Fedora 11]]&lt;br /&gt;
&lt;br /&gt;
===Portals===&lt;br /&gt;
* [[Portal:Patches to webOS]] &lt;br /&gt;
* [[Native Apps Portal]] &lt;br /&gt;
* [[Pre Linux Portal]] &lt;br /&gt;
* [[Pre Remote Control Options]] &lt;br /&gt;
* [[Pre Terminal Options]] &lt;br /&gt;
* [[Research Notes Portal]] &lt;br /&gt;
* [[Webos Programming Portal]]&lt;/div&gt;</summary>
		<author><name>Linuxkidd</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=MojoSDK_on_Fedora&amp;diff=3258</id>
		<title>MojoSDK on Fedora</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=MojoSDK_on_Fedora&amp;diff=3258"/>
		<updated>2009-07-31T14:20:34Z</updated>

		<summary type="html">&lt;p&gt;Linuxkidd: Initial commit, please reformat / correct as needed.  Thanks!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Installing the Mojo SDK on Fedora 11===&lt;br /&gt;
&lt;br /&gt;
* Install VirtualBox RPM package available at:&lt;br /&gt;
[http://www.virtualbox.org/wiki/Linux_Downloads VirtualBox Linux Downloads]&lt;br /&gt;
&lt;br /&gt;
''NOTE: If you're running Fedora 64 bit, get the AMD64 version. ( Even if you have an Intel Processor ).&lt;br /&gt;
&lt;br /&gt;
* Install the RPM:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;rpm -ivh VirtualBox-&amp;lt;version&amp;gt;_fedora11-1.&amp;lt;platform&amp;gt;.rpm&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Download the Ubuntu deb package of the Mojo SDK from:&lt;br /&gt;
[http://developer.palm.com/index.php?option=com_sdkdownload&amp;amp;view=home Official PalmSDK Page]&lt;br /&gt;
&lt;br /&gt;
* Download 'alien' package conversion tool:&lt;br /&gt;
[http://packages.debian.org/unstable/source/alien Debian Alien utility]&lt;br /&gt;
&lt;br /&gt;
''You will need RPM building packages installed for the following method:&lt;br /&gt;
* Build an RPM of alien and install it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;rpmbuild -tb alien_&amp;lt;version&amp;gt;.tar.gz&lt;br /&gt;
rpm -ivh ~/rpmbuild/RPMS/noarch/alien-&amp;lt;version&amp;gt;.rpm&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''If rpmbuild gives an error similar to:&lt;br /&gt;
error: File /download/pre/alien_8.77.tar.gz: No such file or directory&lt;br /&gt;
&lt;br /&gt;
You'll need to extract the archive manually and edit the alien.spec file.  Inside that file, find all instances of the old version number ( in my case 8.77 ) and replace it with the version number of the file you downloaded. ( in my case, 8.78 ).  Once this is done, regenerate the tar.gz file with the following syntax:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;tar -czf alien_8.78.tar.gz alien&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Once this completes, then build and install the RPM as above.&lt;br /&gt;
&lt;br /&gt;
* Use Alien to change the .deb file into a .tgz archive (the RPM feature of alien didn't work for me):&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;alien -tc palm_mojo_sdk-Ubuntu-&amp;lt;version&amp;gt;.deb&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alien should report that the .tgz version is generated.&lt;br /&gt;
&lt;br /&gt;
* Extract the .tgz version:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;mkdir tmp&lt;br /&gt;
cd tmp&lt;br /&gt;
tar -xzf ../palm-sdk-&amp;lt;version&amp;gt;.tgz&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Copy the extracted files into place:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;cp -a opt/* /opt&lt;br /&gt;
cp -a usr/* /usr&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run the installation script:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;install/doinst.sh&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The script above should add a few entries into your /etc/hosts file.&lt;br /&gt;
&lt;br /&gt;
* Download the Novacom linux drivers linked on this page:&lt;br /&gt;
[http://developer.palm.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=1585 Official Palm Novacom Linux Driver Page]&lt;br /&gt;
&lt;br /&gt;
* This too will be a .deb.  You will convert and install it the same way you did the SDK:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;alien -tc palm-novacom_&amp;lt;version&amp;gt;_i386.deb&lt;br /&gt;
mkdir novacom&lt;br /&gt;
cd novacom&lt;br /&gt;
tar -xzf ../palm-novacom-&amp;lt;version&amp;gt;.tgz&lt;br /&gt;
cd novacom&lt;br /&gt;
cp -a opt/* /opt&lt;br /&gt;
cp -a usr/* /usr&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''NOTE: If you are using Fedora 64bit, You'll need to install the 32bit version of libusb for the novacom driver to work.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;yum install libusb.i586&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Copy the novacomd-upstart script into place:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;cp /opt/Palm/novacom/novacomd-upstart /etc/event.d/palm-novacomd&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Start the novacomd driver:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;start palm-novacomd&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* As your normal user account, launch the emulator.  The first launch will install it into VirtualBox.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;/opt/PalmSDK/Current/bin/palm-emulator&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''For development, you should strongly consider using Eclipse and the plugins for Mojo.  Installation instructions of these plugins can be found at:&lt;br /&gt;
[http://developer.palm.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=1639 Official Palm Eclipse plugin Installation Guide]&lt;/div&gt;</summary>
		<author><name>Linuxkidd</name></author>
	</entry>
</feed>