Mobile/Build/Fennec: Difference between revisions

No edit summary
Line 78: Line 78:
Create a Fennec tarball:
Create a Fennec tarball:


<pre>
cd ../mobilebase/mobile/
cd ../mobilebase/mobile/
make package
make package
</pre>


You'll now have a tarball in mobilebase/mobile/dist/ named fennec-0.3.en-US.linux-arm.tar.bz2. Copy it to your device (you'll probably want to run bunzip2 on it first, since Maemo doesn't include it).
You'll now have a tarball in mobilebase/mobile/dist/ named fennec-1.1b2pre.en-US.linux-arm.tar.bz2. (you'll probably want to run bunzip2 on it first, since Maemo doesn't include it):
 
cd dist
bunzip2 fennec-*.tar.bz2
 
Connect your N900 to your computer in USB Mass Storage mode and copy the tarball to it, then unmount it and disconnect. You can drag it in the file manager, or run something like this command:
 
cp fennec-*.tar "/media/Nokia N900"
umount "/media/Nokia N900"


Extract and launch from a command line (X Terminal) on the device:
Extract and launch from a command line (X Terminal) on the device:


<pre>
# Run this outside of the MyDocs directory, which is mounted noexec:
tar xf fennec-0.3.en-US.linux-arm.tar  
tar xvf MyDocs/fennec-*.tar  
cd fennec
./fennec/fennec
./fennec
</pre>


==Building Fennec with the Gecko SDK==
==Building Fennec with the Gecko SDK==
canmove, Confirmed users
1,584

edits