<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.openmoko.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.openmoko.org/api.php?action=feedcontributions&amp;user=Twistedclone&amp;feedformat=atom</id>
		<title>Openmoko - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.openmoko.org/api.php?action=feedcontributions&amp;user=Twistedclone&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Special:Contributions/Twistedclone"/>
		<updated>2013-06-19T23:09:06Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.6</generator>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-29T08:16:04Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: /* Wifi Connection on Android */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== USB networking ==&lt;br /&gt;
&lt;br /&gt;
sudo ip address add 192.168.0.200/24 dev usb0&lt;br /&gt;
&lt;br /&gt;
sudo ip link set dev usb0 up&lt;br /&gt;
&lt;br /&gt;
For audio and speaker configuration &lt;br /&gt;
&lt;br /&gt;
SSH connection &lt;br /&gt;
&lt;br /&gt;
ssh 192.168.0.202&lt;br /&gt;
&lt;br /&gt;
cd /etc/&lt;br /&gt;
wget http://www.koolu.org/asound.conf&lt;br /&gt;
wget http://www.koolu.org/voip-handset.state&lt;br /&gt;
&lt;br /&gt;
alsactl -f voip-handset.state restore # This step required to set proper audio parameters&lt;br /&gt;
&lt;br /&gt;
linphonec&lt;br /&gt;
soundcard use 0&lt;br /&gt;
proxy add&lt;br /&gt;
&lt;br /&gt;
== Android USB networking==&lt;br /&gt;
&lt;br /&gt;
Add default gateway &lt;br /&gt;
&lt;br /&gt;
Put 1&lt;br /&gt;
/proc/sys/net/ipv4/ip_forward&lt;br /&gt;
route add default gw 192.168.0.200 dev usb0 &lt;br /&gt;
&lt;br /&gt;
== Wifi Connection on Android ==&lt;br /&gt;
&lt;br /&gt;
Use Michael's latest android cupcake images from [http://panicking.kicks-ass.org/download/ Android Cupcake 1.5]&lt;br /&gt;
&lt;br /&gt;
freerunner-cupcake-snapshot-v12.jffs2 &lt;br /&gt;
uImage-v22.bin &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://http://groups.google.com/group/android-platform/browse_thread/thread/14b8991753ee9712/0366cce18d9bcf35 Wifi Wext interface]&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html How to tether your G1]&lt;br /&gt;
[http://www.mail-archive.com/android-porting@googlegroups.com/msg00916.html Forum wlan configured]&lt;br /&gt;
&lt;br /&gt;
'''''Wlan app''''' &lt;br /&gt;
&lt;br /&gt;
From http://www.opkg.org/package_129.html&lt;br /&gt;
&lt;br /&gt;
opkg install  http://buildhost.automated.it/OM2007.2/packages/armv4t/zenity_2.20.1-r0_armv4t.ipk http://www.opkg.org/packages/wlan_0.3_arm.ipk&lt;br /&gt;
&lt;br /&gt;
== Android Compilation ==&lt;br /&gt;
&lt;br /&gt;
[http://andblogs.net/2008/12/compiling-your-own-g1-kernel-modules/ Compiling Your Own G1 Kernel Modules]&lt;br /&gt;
&lt;br /&gt;
== Android porting ==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget port on real device]&lt;br /&gt;
[http://benno.id.au/blog/?tag=android Android toolchain]&lt;br /&gt;
&lt;br /&gt;
== Tips and Trick ==&lt;br /&gt;
&lt;br /&gt;
'''''Format utility''''' &lt;br /&gt;
&lt;br /&gt;
apt-get install gparted &lt;br /&gt;
&lt;br /&gt;
'''''Mount Android fs rw mode'''''&lt;br /&gt;
&lt;br /&gt;
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf&lt;br /&gt;
&lt;br /&gt;
'''''Decompiling lib file (*.so)'''''&lt;br /&gt;
&lt;br /&gt;
dpkg -S /path/filename.so&lt;br /&gt;
strings /path/filename.so&lt;br /&gt;
&lt;br /&gt;
'''''NeoTool'''''&lt;br /&gt;
&lt;br /&gt;
Download neotool&lt;br /&gt;
Read the wiki about the tool on&lt;br /&gt;
http://wiki.openmoko.org/wiki/NeoTool&lt;br /&gt;
&lt;br /&gt;
wget http://users.on.net/~antisol/neotool&lt;br /&gt;
chmod a+x neotool&lt;br /&gt;
&lt;br /&gt;
gedit neotool&lt;br /&gt;
Look for the line&lt;br /&gt;
wget http://downloads.openmoko.org/daily/dfu-util&lt;br /&gt;
and replace it with the line below&lt;br /&gt;
wget http://downloads.openmoko.org/distro/releases/Om2008.9/dfu-util&lt;br /&gt;
&lt;br /&gt;
Press AUX and Power button one after the other&lt;br /&gt;
./netool&lt;br /&gt;
You have to flash jffs and kernel file&lt;br /&gt;
&lt;br /&gt;
== Openmoko Emulator Setup ==&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-28T12:24:15Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: /* USB networking */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== USB networking ==&lt;br /&gt;
&lt;br /&gt;
sudo ip address add 192.168.0.200/24 dev usb0&lt;br /&gt;
&lt;br /&gt;
sudo ip link set dev usb0 up&lt;br /&gt;
&lt;br /&gt;
For audio and speaker configuration &lt;br /&gt;
&lt;br /&gt;
SSH connection &lt;br /&gt;
&lt;br /&gt;
ssh 192.168.0.202&lt;br /&gt;
&lt;br /&gt;
cd /etc/&lt;br /&gt;
wget http://www.koolu.org/asound.conf&lt;br /&gt;
wget http://www.koolu.org/voip-handset.state&lt;br /&gt;
&lt;br /&gt;
alsactl -f voip-handset.state restore # This step required to set proper audio parameters&lt;br /&gt;
&lt;br /&gt;
linphonec&lt;br /&gt;
soundcard use 0&lt;br /&gt;
proxy add&lt;br /&gt;
&lt;br /&gt;
== Android USB networking==&lt;br /&gt;
&lt;br /&gt;
Add default gateway &lt;br /&gt;
&lt;br /&gt;
Put 1&lt;br /&gt;
/proc/sys/net/ipv4/ip_forward&lt;br /&gt;
route add default gw 192.168.0.200 dev usb0 &lt;br /&gt;
&lt;br /&gt;
== Wifi Connection on Android ==&lt;br /&gt;
&lt;br /&gt;
[http://http://groups.google.com/group/android-platform/browse_thread/thread/14b8991753ee9712/0366cce18d9bcf35 Wifi Wext interface]&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html How to tether your G1]&lt;br /&gt;
[http://www.mail-archive.com/android-porting@googlegroups.com/msg00916.html Forum wlan configured]&lt;br /&gt;
&lt;br /&gt;
== Android Compilation ==&lt;br /&gt;
&lt;br /&gt;
[http://andblogs.net/2008/12/compiling-your-own-g1-kernel-modules/ Compiling Your Own G1 Kernel Modules]&lt;br /&gt;
&lt;br /&gt;
== Android porting ==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget port on real device]&lt;br /&gt;
[http://benno.id.au/blog/?tag=android Android toolchain]&lt;br /&gt;
&lt;br /&gt;
== Tips and Trick ==&lt;br /&gt;
&lt;br /&gt;
'''''Format utility''''' &lt;br /&gt;
&lt;br /&gt;
apt-get install gparted &lt;br /&gt;
&lt;br /&gt;
'''''Mount Android fs rw mode'''''&lt;br /&gt;
&lt;br /&gt;
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf&lt;br /&gt;
&lt;br /&gt;
'''''Decompiling lib file (*.so)'''''&lt;br /&gt;
&lt;br /&gt;
dpkg -S /path/filename.so&lt;br /&gt;
strings /path/filename.so&lt;br /&gt;
&lt;br /&gt;
'''''NeoTool'''''&lt;br /&gt;
&lt;br /&gt;
Download neotool&lt;br /&gt;
Read the wiki about the tool on&lt;br /&gt;
http://wiki.openmoko.org/wiki/NeoTool&lt;br /&gt;
&lt;br /&gt;
wget http://users.on.net/~antisol/neotool&lt;br /&gt;
chmod a+x neotool&lt;br /&gt;
&lt;br /&gt;
gedit neotool&lt;br /&gt;
Look for the line&lt;br /&gt;
wget http://downloads.openmoko.org/daily/dfu-util&lt;br /&gt;
and replace it with the line below&lt;br /&gt;
wget http://downloads.openmoko.org/distro/releases/Om2008.9/dfu-util&lt;br /&gt;
&lt;br /&gt;
Press AUX and Power button one after the other&lt;br /&gt;
./netool&lt;br /&gt;
You have to flash jffs and kernel file&lt;br /&gt;
&lt;br /&gt;
== Openmoko Emulator Setup ==&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-28T07:09:31Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: /* USB networking */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== USB networking ==&lt;br /&gt;
&lt;br /&gt;
sudo ip address add 192.168.0.200/24 dev usb0&lt;br /&gt;
&lt;br /&gt;
sudo ip link set dev usb0 up&lt;br /&gt;
&lt;br /&gt;
For audio and speaker configuration &lt;br /&gt;
&lt;br /&gt;
SSH connection &lt;br /&gt;
&lt;br /&gt;
ssh 192.168.0.202&lt;br /&gt;
&lt;br /&gt;
alsactl -f voip-handset.state restore&lt;br /&gt;
&lt;br /&gt;
== Android USB networking==&lt;br /&gt;
&lt;br /&gt;
Add default gateway &lt;br /&gt;
&lt;br /&gt;
Put 1&lt;br /&gt;
/proc/sys/net/ipv4/ip_forward&lt;br /&gt;
route add default gw 192.168.0.200 dev usb0 &lt;br /&gt;
&lt;br /&gt;
== Wifi Connection on Android ==&lt;br /&gt;
&lt;br /&gt;
[http://http://groups.google.com/group/android-platform/browse_thread/thread/14b8991753ee9712/0366cce18d9bcf35 Wifi Wext interface]&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html How to tether your G1]&lt;br /&gt;
[http://www.mail-archive.com/android-porting@googlegroups.com/msg00916.html Forum wlan configured]&lt;br /&gt;
&lt;br /&gt;
== Android Compilation ==&lt;br /&gt;
&lt;br /&gt;
[http://andblogs.net/2008/12/compiling-your-own-g1-kernel-modules/ Compiling Your Own G1 Kernel Modules]&lt;br /&gt;
&lt;br /&gt;
== Android porting ==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget port on real device]&lt;br /&gt;
[http://benno.id.au/blog/?tag=android Android toolchain]&lt;br /&gt;
&lt;br /&gt;
== Tips and Trick ==&lt;br /&gt;
&lt;br /&gt;
'''''Format utility''''' &lt;br /&gt;
&lt;br /&gt;
apt-get install gparted &lt;br /&gt;
&lt;br /&gt;
'''''Mount Android fs rw mode'''''&lt;br /&gt;
&lt;br /&gt;
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf&lt;br /&gt;
&lt;br /&gt;
'''''Decompiling lib file (*.so)'''''&lt;br /&gt;
&lt;br /&gt;
dpkg -S /path/filename.so&lt;br /&gt;
strings /path/filename.so&lt;br /&gt;
&lt;br /&gt;
'''''NeoTool'''''&lt;br /&gt;
&lt;br /&gt;
Download neotool&lt;br /&gt;
Read the wiki about the tool on&lt;br /&gt;
http://wiki.openmoko.org/wiki/NeoTool&lt;br /&gt;
&lt;br /&gt;
wget http://users.on.net/~antisol/neotool&lt;br /&gt;
chmod a+x neotool&lt;br /&gt;
&lt;br /&gt;
gedit neotool&lt;br /&gt;
Look for the line&lt;br /&gt;
wget http://downloads.openmoko.org/daily/dfu-util&lt;br /&gt;
and replace it with the line below&lt;br /&gt;
wget http://downloads.openmoko.org/distro/releases/Om2008.9/dfu-util&lt;br /&gt;
&lt;br /&gt;
Press AUX and Power button one after the other&lt;br /&gt;
./netool&lt;br /&gt;
You have to flash jffs and kernel file&lt;br /&gt;
&lt;br /&gt;
== Openmoko Emulator Setup ==&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-28T07:08:08Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: /* USB networking */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== USB networking ==&lt;br /&gt;
&lt;br /&gt;
sudo ip address add 192.168.0.200/24 dev usb0&lt;br /&gt;
&lt;br /&gt;
sudo ip link set dev usb0 up&lt;br /&gt;
&lt;br /&gt;
For audio and speaker configuration &lt;br /&gt;
&lt;br /&gt;
alsactl -f voip-handset.state restore&lt;br /&gt;
&lt;br /&gt;
== Android USB networking==&lt;br /&gt;
&lt;br /&gt;
Add default gateway &lt;br /&gt;
&lt;br /&gt;
Put 1&lt;br /&gt;
/proc/sys/net/ipv4/ip_forward&lt;br /&gt;
route add default gw 192.168.0.200 dev usb0 &lt;br /&gt;
&lt;br /&gt;
== Wifi Connection on Android ==&lt;br /&gt;
&lt;br /&gt;
[http://http://groups.google.com/group/android-platform/browse_thread/thread/14b8991753ee9712/0366cce18d9bcf35 Wifi Wext interface]&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html How to tether your G1]&lt;br /&gt;
[http://www.mail-archive.com/android-porting@googlegroups.com/msg00916.html Forum wlan configured]&lt;br /&gt;
&lt;br /&gt;
== Android Compilation ==&lt;br /&gt;
&lt;br /&gt;
[http://andblogs.net/2008/12/compiling-your-own-g1-kernel-modules/ Compiling Your Own G1 Kernel Modules]&lt;br /&gt;
&lt;br /&gt;
== Android porting ==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget port on real device]&lt;br /&gt;
[http://benno.id.au/blog/?tag=android Android toolchain]&lt;br /&gt;
&lt;br /&gt;
== Tips and Trick ==&lt;br /&gt;
&lt;br /&gt;
'''''Format utility''''' &lt;br /&gt;
&lt;br /&gt;
apt-get install gparted &lt;br /&gt;
&lt;br /&gt;
'''''Mount Android fs rw mode'''''&lt;br /&gt;
&lt;br /&gt;
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf&lt;br /&gt;
&lt;br /&gt;
'''''Decompiling lib file (*.so)'''''&lt;br /&gt;
&lt;br /&gt;
dpkg -S /path/filename.so&lt;br /&gt;
strings /path/filename.so&lt;br /&gt;
&lt;br /&gt;
'''''NeoTool'''''&lt;br /&gt;
&lt;br /&gt;
Download neotool&lt;br /&gt;
Read the wiki about the tool on&lt;br /&gt;
http://wiki.openmoko.org/wiki/NeoTool&lt;br /&gt;
&lt;br /&gt;
wget http://users.on.net/~antisol/neotool&lt;br /&gt;
chmod a+x neotool&lt;br /&gt;
&lt;br /&gt;
gedit neotool&lt;br /&gt;
Look for the line&lt;br /&gt;
wget http://downloads.openmoko.org/daily/dfu-util&lt;br /&gt;
and replace it with the line below&lt;br /&gt;
wget http://downloads.openmoko.org/distro/releases/Om2008.9/dfu-util&lt;br /&gt;
&lt;br /&gt;
Press AUX and Power button one after the other&lt;br /&gt;
./netool&lt;br /&gt;
You have to flash jffs and kernel file&lt;br /&gt;
&lt;br /&gt;
== Openmoko Emulator Setup ==&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-28T07:07:39Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== USB networking ==&lt;br /&gt;
&lt;br /&gt;
sudo ip address add 192.168.0.200/24 dev usb0&lt;br /&gt;
&lt;br /&gt;
sudo ip link set dev usb0 up&lt;br /&gt;
&lt;br /&gt;
alsactl -f voip-handset.state restore&lt;br /&gt;
&lt;br /&gt;
== Android USB networking==&lt;br /&gt;
&lt;br /&gt;
Add default gateway &lt;br /&gt;
&lt;br /&gt;
Put 1&lt;br /&gt;
/proc/sys/net/ipv4/ip_forward&lt;br /&gt;
route add default gw 192.168.0.200 dev usb0 &lt;br /&gt;
&lt;br /&gt;
== Wifi Connection on Android ==&lt;br /&gt;
&lt;br /&gt;
[http://http://groups.google.com/group/android-platform/browse_thread/thread/14b8991753ee9712/0366cce18d9bcf35 Wifi Wext interface]&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html How to tether your G1]&lt;br /&gt;
[http://www.mail-archive.com/android-porting@googlegroups.com/msg00916.html Forum wlan configured]&lt;br /&gt;
&lt;br /&gt;
== Android Compilation ==&lt;br /&gt;
&lt;br /&gt;
[http://andblogs.net/2008/12/compiling-your-own-g1-kernel-modules/ Compiling Your Own G1 Kernel Modules]&lt;br /&gt;
&lt;br /&gt;
== Android porting ==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget port on real device]&lt;br /&gt;
[http://benno.id.au/blog/?tag=android Android toolchain]&lt;br /&gt;
&lt;br /&gt;
== Tips and Trick ==&lt;br /&gt;
&lt;br /&gt;
'''''Format utility''''' &lt;br /&gt;
&lt;br /&gt;
apt-get install gparted &lt;br /&gt;
&lt;br /&gt;
'''''Mount Android fs rw mode'''''&lt;br /&gt;
&lt;br /&gt;
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf&lt;br /&gt;
&lt;br /&gt;
'''''Decompiling lib file (*.so)'''''&lt;br /&gt;
&lt;br /&gt;
dpkg -S /path/filename.so&lt;br /&gt;
strings /path/filename.so&lt;br /&gt;
&lt;br /&gt;
'''''NeoTool'''''&lt;br /&gt;
&lt;br /&gt;
Download neotool&lt;br /&gt;
Read the wiki about the tool on&lt;br /&gt;
http://wiki.openmoko.org/wiki/NeoTool&lt;br /&gt;
&lt;br /&gt;
wget http://users.on.net/~antisol/neotool&lt;br /&gt;
chmod a+x neotool&lt;br /&gt;
&lt;br /&gt;
gedit neotool&lt;br /&gt;
Look for the line&lt;br /&gt;
wget http://downloads.openmoko.org/daily/dfu-util&lt;br /&gt;
and replace it with the line below&lt;br /&gt;
wget http://downloads.openmoko.org/distro/releases/Om2008.9/dfu-util&lt;br /&gt;
&lt;br /&gt;
Press AUX and Power button one after the other&lt;br /&gt;
./netool&lt;br /&gt;
You have to flash jffs and kernel file&lt;br /&gt;
&lt;br /&gt;
== Openmoko Emulator Setup ==&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-28T07:07:12Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== USB networking ==&lt;br /&gt;
&lt;br /&gt;
sudo ip address add 192.168.0.200/24 dev usb0&lt;br /&gt;
sudo ip link set dev usb0 up&lt;br /&gt;
&lt;br /&gt;
== Android USB networking==&lt;br /&gt;
&lt;br /&gt;
Add default gateway &lt;br /&gt;
&lt;br /&gt;
Put 1&lt;br /&gt;
/proc/sys/net/ipv4/ip_forward&lt;br /&gt;
route add default gw 192.168.0.200 dev usb0 &lt;br /&gt;
&lt;br /&gt;
== Wifi Connection on Android ==&lt;br /&gt;
&lt;br /&gt;
[http://http://groups.google.com/group/android-platform/browse_thread/thread/14b8991753ee9712/0366cce18d9bcf35 Wifi Wext interface]&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html How to tether your G1]&lt;br /&gt;
[http://www.mail-archive.com/android-porting@googlegroups.com/msg00916.html Forum wlan configured]&lt;br /&gt;
&lt;br /&gt;
== Android Compilation ==&lt;br /&gt;
&lt;br /&gt;
[http://andblogs.net/2008/12/compiling-your-own-g1-kernel-modules/ Compiling Your Own G1 Kernel Modules]&lt;br /&gt;
&lt;br /&gt;
== Android porting ==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget port on real device]&lt;br /&gt;
[http://benno.id.au/blog/?tag=android Android toolchain]&lt;br /&gt;
&lt;br /&gt;
== Tips and Trick ==&lt;br /&gt;
&lt;br /&gt;
'''''Format utility''''' &lt;br /&gt;
&lt;br /&gt;
apt-get install gparted &lt;br /&gt;
&lt;br /&gt;
'''''Mount Android fs rw mode'''''&lt;br /&gt;
&lt;br /&gt;
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf&lt;br /&gt;
&lt;br /&gt;
'''''Decompiling lib file (*.so)'''''&lt;br /&gt;
&lt;br /&gt;
dpkg -S /path/filename.so&lt;br /&gt;
strings /path/filename.so&lt;br /&gt;
&lt;br /&gt;
'''''NeoTool'''''&lt;br /&gt;
&lt;br /&gt;
Download neotool&lt;br /&gt;
Read the wiki about the tool on&lt;br /&gt;
http://wiki.openmoko.org/wiki/NeoTool&lt;br /&gt;
&lt;br /&gt;
wget http://users.on.net/~antisol/neotool&lt;br /&gt;
chmod a+x neotool&lt;br /&gt;
&lt;br /&gt;
gedit neotool&lt;br /&gt;
Look for the line&lt;br /&gt;
wget http://downloads.openmoko.org/daily/dfu-util&lt;br /&gt;
and replace it with the line below&lt;br /&gt;
wget http://downloads.openmoko.org/distro/releases/Om2008.9/dfu-util&lt;br /&gt;
&lt;br /&gt;
Press AUX and Power button one after the other&lt;br /&gt;
./netool&lt;br /&gt;
You have to flash jffs and kernel file&lt;br /&gt;
&lt;br /&gt;
== Openmoko Emulator Setup ==&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-28T06:05:42Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: /* Tips and Trick */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Android USB networking==&lt;br /&gt;
&lt;br /&gt;
Add default gateway &lt;br /&gt;
&lt;br /&gt;
Put 1&lt;br /&gt;
/proc/sys/net/ipv4/ip_forward&lt;br /&gt;
route add default gw 192.168.0.200 dev usb0 &lt;br /&gt;
&lt;br /&gt;
== Wifi Connection on Android ==&lt;br /&gt;
&lt;br /&gt;
[http://http://groups.google.com/group/android-platform/browse_thread/thread/14b8991753ee9712/0366cce18d9bcf35 Wifi Wext interface]&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html How to tether your G1]&lt;br /&gt;
[http://www.mail-archive.com/android-porting@googlegroups.com/msg00916.html Forum wlan configured]&lt;br /&gt;
&lt;br /&gt;
== Android Compilation ==&lt;br /&gt;
&lt;br /&gt;
[http://andblogs.net/2008/12/compiling-your-own-g1-kernel-modules/ Compiling Your Own G1 Kernel Modules]&lt;br /&gt;
&lt;br /&gt;
== Android porting ==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget port on real device]&lt;br /&gt;
[http://benno.id.au/blog/?tag=android Android toolchain]&lt;br /&gt;
&lt;br /&gt;
== Tips and Trick ==&lt;br /&gt;
&lt;br /&gt;
'''''Format utility''''' &lt;br /&gt;
&lt;br /&gt;
apt-get install gparted &lt;br /&gt;
&lt;br /&gt;
'''''Mount Android fs rw mode'''''&lt;br /&gt;
&lt;br /&gt;
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf&lt;br /&gt;
&lt;br /&gt;
'''''Decompiling lib file (*.so)'''''&lt;br /&gt;
&lt;br /&gt;
dpkg -S /path/filename.so&lt;br /&gt;
strings /path/filename.so&lt;br /&gt;
&lt;br /&gt;
'''''NeoTool'''''&lt;br /&gt;
&lt;br /&gt;
Download neotool&lt;br /&gt;
Read the wiki about the tool on&lt;br /&gt;
http://wiki.openmoko.org/wiki/NeoTool&lt;br /&gt;
&lt;br /&gt;
wget http://users.on.net/~antisol/neotool&lt;br /&gt;
chmod a+x neotool&lt;br /&gt;
&lt;br /&gt;
gedit neotool&lt;br /&gt;
Look for the line&lt;br /&gt;
wget http://downloads.openmoko.org/daily/dfu-util&lt;br /&gt;
and replace it with the line below&lt;br /&gt;
wget http://downloads.openmoko.org/distro/releases/Om2008.9/dfu-util&lt;br /&gt;
&lt;br /&gt;
Press AUX and Power button one after the other&lt;br /&gt;
./netool&lt;br /&gt;
You have to flash jffs and kernel file&lt;br /&gt;
&lt;br /&gt;
== Openmoko Emulator Setup ==&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-28T06:00:46Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: /* Tips and Trick */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Android USB networking==&lt;br /&gt;
&lt;br /&gt;
Add default gateway &lt;br /&gt;
&lt;br /&gt;
Put 1&lt;br /&gt;
/proc/sys/net/ipv4/ip_forward&lt;br /&gt;
route add default gw 192.168.0.200 dev usb0 &lt;br /&gt;
&lt;br /&gt;
== Wifi Connection on Android ==&lt;br /&gt;
&lt;br /&gt;
[http://http://groups.google.com/group/android-platform/browse_thread/thread/14b8991753ee9712/0366cce18d9bcf35 Wifi Wext interface]&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html How to tether your G1]&lt;br /&gt;
[http://www.mail-archive.com/android-porting@googlegroups.com/msg00916.html Forum wlan configured]&lt;br /&gt;
&lt;br /&gt;
== Android Compilation ==&lt;br /&gt;
&lt;br /&gt;
[http://andblogs.net/2008/12/compiling-your-own-g1-kernel-modules/ Compiling Your Own G1 Kernel Modules]&lt;br /&gt;
&lt;br /&gt;
== Android porting ==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget port on real device]&lt;br /&gt;
[http://benno.id.au/blog/?tag=android Android toolchain]&lt;br /&gt;
&lt;br /&gt;
== Tips and Trick ==&lt;br /&gt;
&lt;br /&gt;
'''''Format utility''''' &lt;br /&gt;
&lt;br /&gt;
apt-get install gparted &lt;br /&gt;
&lt;br /&gt;
'''''Mount Android fs rw mode'''''&lt;br /&gt;
&lt;br /&gt;
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf&lt;br /&gt;
&lt;br /&gt;
'''''Decompiling lib file (*.so)'''''&lt;br /&gt;
&lt;br /&gt;
dpkg -S /path/filename.so&lt;br /&gt;
strings /path/filename.so&lt;br /&gt;
'''''Add find command'''''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Openmoko Emulator Setup ==&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-27T12:59:40Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Android USB networking==&lt;br /&gt;
&lt;br /&gt;
Add default gateway &lt;br /&gt;
&lt;br /&gt;
Put 1&lt;br /&gt;
/proc/sys/net/ipv4/ip_forward&lt;br /&gt;
route add default gw 192.168.0.200 dev usb0 &lt;br /&gt;
&lt;br /&gt;
== Wifi Connection on Android ==&lt;br /&gt;
&lt;br /&gt;
[http://http://groups.google.com/group/android-platform/browse_thread/thread/14b8991753ee9712/0366cce18d9bcf35 Wifi Wext interface]&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html How to tether your G1]&lt;br /&gt;
[http://www.mail-archive.com/android-porting@googlegroups.com/msg00916.html Forum wlan configured]&lt;br /&gt;
&lt;br /&gt;
== Android Compilation ==&lt;br /&gt;
&lt;br /&gt;
[http://andblogs.net/2008/12/compiling-your-own-g1-kernel-modules/ Compiling Your Own G1 Kernel Modules]&lt;br /&gt;
&lt;br /&gt;
== Android porting ==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget port on real device]&lt;br /&gt;
[http://benno.id.au/blog/?tag=android Android toolchain]&lt;br /&gt;
&lt;br /&gt;
== Tips and Trick ==&lt;br /&gt;
&lt;br /&gt;
'''''Mount Android fs rw mode'''''&lt;br /&gt;
&lt;br /&gt;
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf&lt;br /&gt;
&lt;br /&gt;
'''''Decompiling lib file (*.so)'''''&lt;br /&gt;
&lt;br /&gt;
dpkg -S /path/filename.so&lt;br /&gt;
strings /path/filename.so&lt;br /&gt;
'''''Add find command'''''&lt;br /&gt;
&lt;br /&gt;
'''Openmoko Emulator Setup'''&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-27T12:50:24Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Android USB networking==&lt;br /&gt;
&lt;br /&gt;
Add default gateway &lt;br /&gt;
&lt;br /&gt;
route add default gw 192.168.0.200 dev usb0 &lt;br /&gt;
&lt;br /&gt;
== Wifi Connection on Android ==&lt;br /&gt;
&lt;br /&gt;
[http://http://groups.google.com/group/android-platform/browse_thread/thread/14b8991753ee9712/0366cce18d9bcf35 Wifi Wext interface]&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html How to tether your G1]&lt;br /&gt;
[http://www.mail-archive.com/android-porting@googlegroups.com/msg00916.html Forum wlan configured]&lt;br /&gt;
&lt;br /&gt;
== Android Compilation ==&lt;br /&gt;
&lt;br /&gt;
[http://andblogs.net/2008/12/compiling-your-own-g1-kernel-modules/ Compiling Your Own G1 Kernel Modules]&lt;br /&gt;
&lt;br /&gt;
== Android porting ==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget port on real device]&lt;br /&gt;
[http://benno.id.au/blog/?tag=android Android toolchain]&lt;br /&gt;
&lt;br /&gt;
== Tips and Trick ==&lt;br /&gt;
&lt;br /&gt;
'''''Mount Android fs rw mode'''''&lt;br /&gt;
&lt;br /&gt;
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf&lt;br /&gt;
&lt;br /&gt;
'''''Decompiling lib file (*.so)'''''&lt;br /&gt;
&lt;br /&gt;
dpkg -S /path/filename.so&lt;br /&gt;
strings /path/filename.so&lt;br /&gt;
'''''Add find command'''''&lt;br /&gt;
&lt;br /&gt;
'''Openmoko Emulator Setup'''&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-27T07:39:49Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Wifi Connection on Android ==&lt;br /&gt;
&lt;br /&gt;
[http://http://groups.google.com/group/android-platform/browse_thread/thread/14b8991753ee9712/0366cce18d9bcf35 Wifi Wext interface]&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html How to tether your G1]&lt;br /&gt;
[http://www.mail-archive.com/android-porting@googlegroups.com/msg00916.html Forum wlan configured]&lt;br /&gt;
&lt;br /&gt;
== Android Compilation ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://andblogs.net/2008/12/compiling-your-own-g1-kernel-modules/ Compiling Your Own G1 Kernel Modules]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Android porting ==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget port on real device]&lt;br /&gt;
[http://benno.id.au/blog/?tag=android Android toolchain]&lt;br /&gt;
&lt;br /&gt;
== Tips and Trick ==&lt;br /&gt;
&lt;br /&gt;
'''''Mount Android fs rw mode'''''&lt;br /&gt;
&lt;br /&gt;
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf&lt;br /&gt;
&lt;br /&gt;
'''''Decompiling lib file (*.so)'''''&lt;br /&gt;
&lt;br /&gt;
dpkg -S /path/filename.so&lt;br /&gt;
strings /path/filename.so&lt;br /&gt;
'''''Add find command'''''&lt;br /&gt;
&lt;br /&gt;
'''Openmoko Emulator Setup'''&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-27T07:36:45Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Wifi Connection on Android ==&lt;br /&gt;
&lt;br /&gt;
[http://http://groups.google.com/group/android-platform/browse_thread/thread/14b8991753ee9712/0366cce18d9bcf35 Wifi Wext interface]&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html How to tether your G1]&lt;br /&gt;
[http://www.mail-archive.com/android-porting@googlegroups.com/msg00916.html Forum wlan configured]&lt;br /&gt;
&lt;br /&gt;
== Android Compilation ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://andblogs.net/2008/12/compiling-your-own-g1-kernel-modules/ Compiling Your Own G1 Kernel Modules]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Android porting ==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget port on real device]&lt;br /&gt;
[http://benno.id.au/blog/?tag=android Android toolchain]&lt;br /&gt;
&lt;br /&gt;
== Tips and Trick ==&lt;br /&gt;
&lt;br /&gt;
'''''Mount Android fs rw mode'''''&lt;br /&gt;
&lt;br /&gt;
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf&lt;br /&gt;
&lt;br /&gt;
'''''Decompiling lib file (*.so)'''''&lt;br /&gt;
&lt;br /&gt;
dpkg -S /path/filename.so&lt;br /&gt;
&lt;br /&gt;
'''''Add find command'''''&lt;br /&gt;
&lt;br /&gt;
'''Openmoko Emulator Setup'''&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-27T06:28:25Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Wifi Connection on Android ==&lt;br /&gt;
&lt;br /&gt;
[http://http://groups.google.com/group/android-platform/browse_thread/thread/14b8991753ee9712/0366cce18d9bcf35 Wifi Wext interface]&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html How to tether your G1]&lt;br /&gt;
[http://www.mail-archive.com/android-porting@googlegroups.com/msg00916.html Forum wlan configured]&lt;br /&gt;
&lt;br /&gt;
== Android Compilation ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://andblogs.net/2008/12/compiling-your-own-g1-kernel-modules/ Compiling Your Own G1 Kernel Modules]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Android porting ==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget port on real device]&lt;br /&gt;
[http://benno.id.au/blog/?tag=android Android toolchain]&lt;br /&gt;
&lt;br /&gt;
'''Tips and Trick'''&lt;br /&gt;
&lt;br /&gt;
'''''Mount Android fs rw mode'''''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''''Add find command'''''&lt;br /&gt;
&lt;br /&gt;
'''Openmoko Emulator Setup'''&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-27T06:26:28Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Wifi Connection on Android ==&lt;br /&gt;
&lt;br /&gt;
[http://http://groups.google.com/group/android-platform/browse_thread/thread/14b8991753ee9712/0366cce18d9bcf35 Wifi Wext interface]&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html How to tether your G1]&lt;br /&gt;
[http://www.mail-archive.com/android-porting@googlegroups.com/msg00916.html Forum wlan configured]&lt;br /&gt;
&lt;br /&gt;
== Android Compilation ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://andblogs.net/2008/12/compiling-your-own-g1-kernel-modules/ Compiling Your Own G1 Kernel Modules]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Android porting ==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget port on real device]&lt;br /&gt;
[http://benno.id.au/blog/?tag=android Android toolchain]&lt;br /&gt;
&lt;br /&gt;
'''Tips and Trick'''&lt;br /&gt;
&lt;br /&gt;
'''''Mount Android fs rw mode'''''&lt;br /&gt;
&lt;br /&gt;
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf&lt;br /&gt;
&lt;br /&gt;
'''''Add find command'''''&lt;br /&gt;
&lt;br /&gt;
'''Openmoko Emulator Setup'''&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-27T06:25:45Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Wifi Connection on Android ==&lt;br /&gt;
&lt;br /&gt;
[http://http://groups.google.com/group/android-platform/browse_thread/thread/14b8991753ee9712/0366cce18d9bcf35 Wifi Wext interface]&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html How to tether your G1]&lt;br /&gt;
[http://www.mail-archive.com/android-porting@googlegroups.com/msg00916.html Forum wlan configured]&lt;br /&gt;
&lt;br /&gt;
== Android Compilation ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://andblogs.net/2008/12/compiling-your-own-g1-kernel-modules/ Compiling Your Own G1 Kernel Modules]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Android porting ==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget port on real device]&lt;br /&gt;
[http://benno.id.au/blog/?tag=android Android toolchain]&lt;br /&gt;
&lt;br /&gt;
'''Tips and Trick'''&lt;br /&gt;
'''''Mount Android fs rw mode'''''&lt;br /&gt;
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf&lt;br /&gt;
&lt;br /&gt;
'''''Add find command'''''&lt;br /&gt;
&lt;br /&gt;
'''Openmoko Emulator Setup'''&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-25T12:16:22Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Wifi Connection on Android ==&lt;br /&gt;
&lt;br /&gt;
[http://http://groups.google.com/group/android-platform/browse_thread/thread/14b8991753ee9712/0366cce18d9bcf35 Wifi Wext interface]&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html How to tether your G1]&lt;br /&gt;
[http://www.mail-archive.com/android-porting@googlegroups.com/msg00916.html Forum wlan configured]&lt;br /&gt;
&lt;br /&gt;
== Android Compilation ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://andblogs.net/2008/12/compiling-your-own-g1-kernel-modules/ Compiling Your Own G1 Kernel Modules]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Android porting ==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget port on real device]&lt;br /&gt;
[http://benno.id.au/blog/?tag=android Android toolchain]&lt;br /&gt;
&lt;br /&gt;
'''Tips and Trick'''&lt;br /&gt;
'''''Add find command'''''&lt;br /&gt;
&lt;br /&gt;
'''Openmoko Emulator Setup'''&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-25T10:55:36Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Wifi Connection on Android ==&lt;br /&gt;
&lt;br /&gt;
[http://http://groups.google.com/group/android-platform/browse_thread/thread/14b8991753ee9712/0366cce18d9bcf35 Wifi Wext interface]&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html How to tether your G1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Android Compilation ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://andblogs.net/2008/12/compiling-your-own-g1-kernel-modules/ Compiling Your Own G1 Kernel Modules]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Android porting ==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget port on real device]&lt;br /&gt;
[http://benno.id.au/blog/?tag=android Android toolchain]&lt;br /&gt;
&lt;br /&gt;
'''Tips and Trick'''&lt;br /&gt;
'''''Add find command'''''&lt;br /&gt;
&lt;br /&gt;
'''Openmoko Emulator Setup'''&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-25T08:50:18Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Wifi Connection on Android''' &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html How to tether your G1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Android Compilation ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://andblogs.net/2008/12/compiling-your-own-g1-kernel-modules/ Compiling Your Own G1 Kernel Modules]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Android porting ==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget port on real device]&lt;br /&gt;
[http://benno.id.au/blog/?tag=android Android toolchain]&lt;br /&gt;
&lt;br /&gt;
'''Tips and Trick'''&lt;br /&gt;
'''''Add find command'''''&lt;br /&gt;
&lt;br /&gt;
'''Openmoko Emulator Setup'''&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-25T08:27:28Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Wifi Connection on Android''' &lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html link title]&lt;br /&gt;
&lt;br /&gt;
'''Android Compilation'''&lt;br /&gt;
[http://andblogs.net/2008/12/compiling-your-own-g1-kernel-modules/ Compiling Your Own G1 Kernel Modules]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Android porting ==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget port on real device]&lt;br /&gt;
[http://benno.id.au/blog/?tag=android Android toolchain]&lt;br /&gt;
&lt;br /&gt;
'''Tips and Trick'''&lt;br /&gt;
'''''Add find command'''''&lt;br /&gt;
&lt;br /&gt;
'''Openmoko Emulator Setup'''&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-25T08:20:22Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Wifi Connection on Android''' &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html link title]&lt;br /&gt;
&lt;br /&gt;
'''Android Compilation'''&lt;br /&gt;
[http://andblogs.net/2008/12/compiling-your-own-g1-kernel-modules/ Compiling Your Own G1 Kernel Modules]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Android porting ==&lt;br /&gt;
 [http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget port on real device]&lt;br /&gt;
&lt;br /&gt;
'''Tips and Trick'''&lt;br /&gt;
'''''Add find command'''''&lt;br /&gt;
&lt;br /&gt;
'''Openmoko Emulator Setup'''&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-25T06:28:15Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Wifi Connection on Android''' &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html link title]&lt;br /&gt;
&lt;br /&gt;
'''Android Compilation'''&lt;br /&gt;
[http://andblogs.net/2008/12/compiling-your-own-g1-kernel-modules/ Compiling Your Own G1 Kernel Modules]&lt;br /&gt;
&lt;br /&gt;
'''Tips and Trick'''&lt;br /&gt;
'''''Add find command'''''&lt;br /&gt;
&lt;br /&gt;
'''Openmoko Emulator Setup'''&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-25T06:06:09Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Wifi Connection on Android''' &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html link title]&lt;br /&gt;
&lt;br /&gt;
'''Tips and Trick'''&lt;br /&gt;
'''''Add find command'''''&lt;br /&gt;
&lt;br /&gt;
'''Openmoko Emulator Setup'''&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Twistedclone</id>
		<title>User:Twistedclone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Twistedclone"/>
				<updated>2009-07-25T06:00:48Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Wifi Connection on Android''' &lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
[http://android-unleashed.com/2008/11/howto-tether-your-android-g1-phone-with-iptables-no-proxy-needed.html link title]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
We run the following commands:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
mkdir openmoko&lt;br /&gt;
&lt;br /&gt;
cd openmoko&lt;br /&gt;
&lt;br /&gt;
wget http://www.rwhitby.net/files/openmoko/Makefile&lt;br /&gt;
&lt;br /&gt;
make qemu&lt;br /&gt;
&lt;br /&gt;
The emulator is opened. After splash screen the Boot menu appears. &lt;br /&gt;
By choosing the &amp;quot;Boot&amp;quot; item the following messages are printed and booting process is '''interrupted''':&lt;br /&gt;
&lt;br /&gt;
   Booting kernel from Legacy Image at 30100000 ...&lt;br /&gt;
   Image Name:   openmoko/2.6.24-oe5+gitrfb42ce67&lt;br /&gt;
   Created:      2009-02-15   3:19:24 UTC&lt;br /&gt;
   Image Type:   ARM Linux Kernel Image (uncompressed)&lt;br /&gt;
   Data Size:    1914900 Bytes =  1.8 MB&lt;br /&gt;
   Load Address: 30008000&lt;br /&gt;
   Entry Point:  30008000&lt;br /&gt;
   Verifying Checksum ... OK&lt;br /&gt;
   Loading Kernel Image ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We tried to launch the Emulator with different values of the following parameters specified in&lt;br /&gt;
build/qemu/openmoko/env file, but it didn't help. For instance:&lt;br /&gt;
&lt;br /&gt;
kernel_wildcard=&amp;quot;uImage-2.6.28-oe1+gitr34240a1c06ae36180dee695aa25bbae869b2aa26-r3-om-gta01.bin&amp;quot;&lt;br /&gt;
rootfs_wildcard=&amp;quot;openmoko-fso-image-nox-glibc-ipk--20090216-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
uboot_wildcard=&amp;quot;u-boot-gta01bv4-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
download_dir=&amp;quot;http://downloads.openmoko.org/distro/unstable/daily/om-gta01/20090216/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea how to fix the problem concerning the booting process interruption?&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Automatic_emulation_in_Ubuntu</id>
		<title>Automatic emulation in Ubuntu</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Automatic_emulation_in_Ubuntu"/>
				<updated>2008-08-15T07:55:38Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: /* Problems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Automatic emulation in Ubuntu}}&lt;br /&gt;
[[Image:Qemu-ubuntu1.png|thumb|emulation of [[Openmoko]] running on Ubuntu]]&lt;br /&gt;
&lt;br /&gt;
This is a tutorial for getting an emulation environment on an Ubuntu system. For other systems see the [[Installation guide]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
You have to know that there is a great tool to get it running on a linux system, namely the [[MokoMakefile]]. This is a sort of wrapper round several instructions, so it is easy to set up and maintain a development environment. If you build the whole [[MokoMakefile]], you will need approximately 12GB, a swap+ram memory of about 1GB and minimum 5 hours time. But we will only build it for Qemu (the emulator that I will use) and that needs (on my system) only 890mb and a 15 min of your time.&lt;br /&gt;
&lt;br /&gt;
To get it running, you will have to tweak your ubuntu a little bit (This will not damage other programs, everything will work as before).&lt;br /&gt;
* Configure your sources (System -&amp;gt; Administration -&amp;gt; Software Sources) to include:&lt;br /&gt;
** Canonical-supported Open Source software (main)&lt;br /&gt;
** Community-maintained Open Source software (universe)&lt;br /&gt;
* Open your terminal (Applications -&amp;gt; Accessories -&amp;gt; Terminal).&lt;br /&gt;
* Enter following command and select NO when it asks to install dash as /bin/sh (You will have to enter your password)&lt;br /&gt;
    sudo dpkg-reconfigure dash&lt;br /&gt;
* Install the needed programs on Hardy Heron 8.04 (You will have to enter your password):&lt;br /&gt;
     sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
 git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
 libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
 libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
 libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
 dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
 help2man python-psyco lynx&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
*For older versions (git-svn git-email git-cvs git-arch gitk are replaced by cogito)&lt;br /&gt;
    sudo apt-get install monotone git-core cogito python-dev ccache m4 sed bison \&lt;br /&gt;
 make cvs gawk libc6-dev g++ subversion sharutils docbook openjade quilt \&lt;br /&gt;
 libmpfr-dev libpcre3-dev texinfo texi2html libboost-date-time-dev \&lt;br /&gt;
 libboost-filesystem-dev libboost-regex-dev libboost-test-dev libboost-dev \&lt;br /&gt;
 zlib1g-dev build-essential dh-make debhelper devscripts gcc-3.4 netpbm \&lt;br /&gt;
 libsdl1.2-dev dosfstools help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Voila your system is ready to get the install Openmoko.&lt;br /&gt;
&lt;br /&gt;
Now we will install Openmoko in a directory by downloading the MokoMakefile in it and build it.&lt;br /&gt;
* Create a directory and go into the directory:&lt;br /&gt;
    mkdir openmoko&lt;br /&gt;
    cd openmoko&lt;br /&gt;
* Get the MokoMakefile (Currently down due to fires in California. Use the link below instead):&lt;br /&gt;
    wget http://www.rwhitby.net/files/openmoko/Makefile &lt;br /&gt;
&lt;br /&gt;
If that doesn't work, try &lt;br /&gt;
&lt;br /&gt;
    wget http://svn.projects.openmoko.org/svnroot/mokomakefile/trunk/Makefile&lt;br /&gt;
&lt;br /&gt;
* Make the MokoMakefile and tell it, you want to install it for qemu:&lt;br /&gt;
    make qemu&lt;br /&gt;
&lt;br /&gt;
This will download the necessary files of the latest release and build them following the MokoMakefile. After that it will start into the emulator for the first time. Voila you have now successfully installed openmoko onto your ubuntu system.&lt;br /&gt;
&lt;br /&gt;
===Creating a menu item for Openmoko (optional)===&lt;br /&gt;
&lt;br /&gt;
You can create a menu item for starting Openmoko by doing the following:&lt;br /&gt;
&lt;br /&gt;
*Open the terminal (Applications-&amp;gt;Accessories-&amp;gt;Terminal)&lt;br /&gt;
&lt;br /&gt;
*Go to the openmoko directory:&lt;br /&gt;
&lt;br /&gt;
 cd ~/openmoko&lt;br /&gt;
&lt;br /&gt;
*open the file moko.sh with '''gedit''':&lt;br /&gt;
&lt;br /&gt;
 gedit moko.sh&lt;br /&gt;
&lt;br /&gt;
*insert the following text into the file:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 cd ~/openmoko&lt;br /&gt;
 make run-qemu&lt;br /&gt;
&lt;br /&gt;
*Press &amp;quot;save&amp;quot; and close gedit&lt;br /&gt;
&lt;br /&gt;
*then run the following commands:&lt;br /&gt;
 chmod +x moko.sh&lt;br /&gt;
 alacarte&lt;br /&gt;
&lt;br /&gt;
*and add a menu item with these values:&lt;br /&gt;
**Name: Openmoko&lt;br /&gt;
**Command: ~/openmoko/moko.sh&lt;br /&gt;
&lt;br /&gt;
**If you want to you can add an appropriate icon by clicking on the image on the top left. You can download some useful images here:&lt;br /&gt;
***[http://wiki.openmoko.org/wiki/Artwork Artwork in the Openmoko wiki]&lt;br /&gt;
***[http://openclipart.org/media/tags/openmoko Openmoko at the Open Clip Art Library]&lt;br /&gt;
&lt;br /&gt;
==Help with running Openmoko in Qemu==&lt;br /&gt;
&lt;br /&gt;
If you have created a menu item you can start Openmoko through the applications menu of Ubuntu. If you have not, you can start it by:&lt;br /&gt;
&lt;br /&gt;
* Open your terminal (Applications-&amp;gt;Accessories-&amp;gt;Terminal).&lt;br /&gt;
* Go to the directory:&lt;br /&gt;
    cd openmoko&lt;br /&gt;
* starting with the MokoMakefile&lt;br /&gt;
    make run-qemu&lt;br /&gt;
&lt;br /&gt;
The first screen of Openmoko will show a nice picture of the Openmoko logo which will be followed&lt;br /&gt;
almost immediately by the BOOT MENU, this is done by the bootloader.&lt;br /&gt;
&lt;br /&gt;
In the BOOT MENU you can choose different options. To select an option you have to press enter (=aux) and to execute it, hit space (=power). The default selection will boot Openmoko.&lt;br /&gt;
Thus if the BOOT MENU shows, you just have to hit the space bar and the phone software will load.&lt;br /&gt;
&lt;br /&gt;
While booting Openmoko the progress will be shown in text mode. Depending on your computer's performance it might take a while (some minutes even) to complete the boot. When complete you will see the graphical interface as will be shown on the phone itself (but slightly larger due to  the larger pixelsize of your screen).&lt;br /&gt;
&lt;br /&gt;
A few pointers on using Openmoko:&lt;br /&gt;
* You can select the icon that looks like &amp;quot;+&amp;quot; for a list of applications you can run.&lt;br /&gt;
* You can select the icon that looks like &amp;quot;three gears&amp;quot; for a list of applications that are running now. Here you can also terminate unwanted applications when you are unable to do so from within the application itself.&lt;br /&gt;
* You can select the icon that looks like a &amp;quot;house&amp;quot; to get back to the first home screen.&lt;br /&gt;
* The statusbar at the top is always shown and by clicking on the top-left corner you can switch to another application that is already running. The &amp;quot;Home&amp;quot; application is always running and clicking on it will bring you back to the home screen.&lt;br /&gt;
&lt;br /&gt;
See [[Qemu]] for more advanced information on running Openmoko in Qemu.&lt;br /&gt;
&lt;br /&gt;
==Installing ipk packages==&lt;br /&gt;
First you need a xxx.ipk package, see [[toolchain]] on how to compile an application for the ARM CPU and create the package.&lt;br /&gt;
&lt;br /&gt;
Note that if at this point you have the Openmoko Qemu running, it is probably wise to terminate it first.&lt;br /&gt;
Then you can install the xxx.ipk package for access by the Qemu emulator with:&lt;br /&gt;
&lt;br /&gt;
 cd openmoko&lt;br /&gt;
 mkdir -p build/tmp/deploy/glibc/ipk/a&lt;br /&gt;
 cp xxx.ipk build/tmp/deploy/glibc/ipk/a/xxx_a.ipk&lt;br /&gt;
 make qemu-copy-package-xxx&lt;br /&gt;
&lt;br /&gt;
''Note: for some reason qemu-copy-package-xxx looks for above source file.&lt;br /&gt;
Maybe this part can be improved, or a different command can overcome the problem of creating this directory.''&lt;br /&gt;
&lt;br /&gt;
When above make command was succesful the next time you start Openmoko Qemu,&lt;br /&gt;
you still need to make the installed application available in the application list.&lt;br /&gt;
For this you can select from within Openmoko the terminal application&lt;br /&gt;
(Select icon that looks like &amp;quot;+&amp;quot; for the list of available applicaitons, select &amp;quot;Applications&amp;quot; and select the &amp;quot;Terminal&amp;quot;).&lt;br /&gt;
In this terminal double-click, so you can type in the commands:&lt;br /&gt;
 opkg install /media/mmcblk0/xxx_a.ipk&lt;br /&gt;
 exit&lt;br /&gt;
After the &amp;quot;exit&amp;quot; command you should return to the Task list, in which the newly&lt;br /&gt;
added application should be listed under a name which was choosen when building the ipk package.&lt;br /&gt;
&lt;br /&gt;
== Updating Openmoko==&lt;br /&gt;
* Open your terminal (Applications-&amp;gt;Accessories-&amp;gt;Terminal).&lt;br /&gt;
* Go to the directory:&lt;br /&gt;
    cd openmoko&lt;br /&gt;
* Update with the MokoMakefile&lt;br /&gt;
    make qemu&lt;br /&gt;
&lt;br /&gt;
== Problems ==&lt;br /&gt;
If you have any problems, just add it here&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Twistedclone|Twistedclone]]&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.05&lt;br /&gt;
I run the following sequence of commands to run my QEMU &lt;br /&gt;
&lt;br /&gt;
$ svn checkout https://svn.openmoko.org/trunk/src/host/qemu-neo1973&lt;br /&gt;
$ cd qemu-neo1973&lt;br /&gt;
$ sudo aptitude install gcc-3.4 libsdl1.2-dev lynx netpbm&lt;br /&gt;
$ ./configure --target-list=arm-softmmu --cc=/usr/bin/gcc-3.4&lt;br /&gt;
$ make&lt;br /&gt;
$ openmoko/download.sh&lt;br /&gt;
$ openmoko/flash.sh&lt;br /&gt;
$ arm-softmmu/qemu-system-arm -M gta01 -m 130 -mtdblock openmoko/openmoko-flash.image -kernel openmoko/openmoko-kernel.bin -usb -show-cursor&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Emulator appears with Boot menu.&amp;lt;br&amp;gt;&lt;br /&gt;
While Booting it get hanged out with the following errors&amp;lt;br&amp;gt;&lt;br /&gt;
_______________________Errors or Emulator Screen_______________&amp;lt;br&amp;gt;&lt;br /&gt;
sc32410-sdi sc32410-sdi : CMD[FAIL(-100)] #2 op:CMD8&lt;br /&gt;
error: command timeout&lt;br /&gt;
...&lt;br /&gt;
...&lt;br /&gt;
...&lt;br /&gt;
Freeing init memory: 128kb&lt;br /&gt;
/bin/sh: can't access tty; Job Control Tunned off&lt;br /&gt;
/ #JFFS2 notice: (227) check_node_data: wrong data CRC in data node at 0x00899b4c: read d5ebdb50 calculated 0x880615c2&lt;br /&gt;
JFFS2 warning: (227) jffs2_do_read_inode_internal: Truncating into #1111 to 71415&lt;br /&gt;
56 bytes failed because it only had 2510848 bytes to start with &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
_______________Errors on Terminal_______________&amp;lt;br&amp;gt;&lt;br /&gt;
qasim@qasim-desktop:~/openmoko/qemu-neo1973$ arm-softmmu/qemu-system-arm -M gta01 -m 130 -mtdblock openmoko/openmoko-flash.image -kernel openmoko/openmoko-kernel.bin -usb -show-cursor&lt;br /&gt;
neo_gsm_switch: GSM disabled.&lt;br /&gt;
pcf_write: charging in Qualification Mode.&lt;br /&gt;
pcf_write: charge voltage 4.20V.&lt;br /&gt;
neo_lcd_rst_switch: LCD reset.&lt;br /&gt;
jbt6k74_command: Display on.&lt;br /&gt;
neo_vib_switch: Buzz, buzz.&lt;br /&gt;
neo_vib_switch: Vibrator stopped.&lt;br /&gt;
neo_bl_switch: LCD Backlight now on.&lt;br /&gt;
s3c_timers_write: Bad register 0x40&lt;br /&gt;
neo_bl_intensity: LCD Backlight now at 20/64.&lt;br /&gt;
s3c_adc_write: Bad register 0x8&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
neo_bl_intensity: LCD Backlight now at 0/64.&amp;lt;br&amp;gt;&lt;br /&gt;
________________________________________________________________&amp;lt;br&amp;gt;&lt;br /&gt;
Does anyone has any idea how to fix this up?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After issuing the command 'make qemu' in Gutsy, the installation eventually borks with&lt;br /&gt;
&lt;br /&gt;
    make[2]: Leaving directory `/usr/local/src/openmoko/build/qemu/arm-softmmu'&lt;br /&gt;
    make[1]: Leaving directory `/usr/local/src/openmoko/build/qemu'&lt;br /&gt;
    [ -e images/openmoko ] || mkdir -p images/openmoko&lt;br /&gt;
    ln -sf `pwd`/openmoko/trunk/src/host/qemu-neo1973/openmoko/env images/openmoko/env&lt;br /&gt;
    ( cd images &amp;amp;&amp;amp; ../openmoko/trunk/src/host/qemu-neo1973/openmoko/download.sh )&lt;br /&gt;
        Retrieving available builds list...&lt;br /&gt;
        Kernel is... not found&lt;br /&gt;
    make: *** [download-images] Error 255&lt;br /&gt;
&lt;br /&gt;
[[User:BioGeek|BioGeek]] 02:03, 27 March 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
Do you still have the problem?&lt;br /&gt;
&lt;br /&gt;
[[User:Dolfje|Dolfje]] 20:54, 9 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
I tested this today (uImage-2.6.24+svnr4301-r4251-r5-om-gta01.bin) on '''hardy'''. Qemu doesn't compile with gcc4 you need:&lt;br /&gt;
    sudo aptitude install gcc-3.4&lt;br /&gt;
After the init process started, became the emulation extremely slow. It takes more than 15 minutes&lt;br /&gt;
to boot the GUI on 2GHz CPU and you have to klick &amp;amp; hold the mouse several seconds to see&lt;br /&gt;
any visual response. It would be great if there was a easy way to get a shell,&lt;br /&gt;
i.e. why the serial port (ctrl+shift-3) doesn't have a getty &amp;amp; co attached?&amp;lt;br /&amp;gt;&lt;br /&gt;
Can anybody confirm this?&lt;br /&gt;
--[[User:Captn|Captn]] 12:29, 18 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hi, just to tell that the ''Install ipkg package'' part is not effective since there is no room to install the .ipk on the QEmu (say ROM image) device.&lt;br /&gt;
&lt;br /&gt;
Have any idea on how to get over it or to enable the automatic memory allocation on QEmu if allowed?&lt;br /&gt;
&lt;br /&gt;
--[[User:VdeGrandpré|VdeGrandpré]] 17:37, 12 mai 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
I have compiled the Qemu source just fine on Ubuntu Hardy, but when the emulator started it showed up with an unusual QT theme. After the nice picture with the two boots there appeared a message line &amp;quot;No network&amp;quot; in the middle of the screen and 4 icons (cellphone, Q, star and lock). The buttons below the icons are unresponsive. They show a change in the background color when I click them with the mouse, but then nothing happens. Even if I press them for several seconds as noted above. Has the Openmoko theme been accidentally replaced by a non-working QT theme or did I configure something wrong on my end?&lt;br /&gt;
&lt;br /&gt;
Thomas&lt;br /&gt;
&lt;br /&gt;
--[[User:Xaos|Xaos]] 15:06, July 7th, 2008 (CST)&lt;br /&gt;
&lt;br /&gt;
Thomas, I got the same thing when I tried.  On the #openmoko IRC channel, lindi and I (with help) got this to work:&lt;br /&gt;
&lt;br /&gt;
1. After building qemu with &amp;quot;make qemu&amp;quot;, close the emulator and:&lt;br /&gt;
&lt;br /&gt;
2. modify the file: build/qemu/openmoko/env as follows (you may need to adjust these values as time goes by for different images):&lt;br /&gt;
    # rootfs_wildcard=&amp;quot;Open?oko-openmoko-*image*-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
    rootfs_wildcard=&amp;quot;Openmoko-openmoko-devel-image-glibc-ipk-P1-Snapshot-20080706-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
    #download_dir=&amp;quot;http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/&amp;quot;&lt;br /&gt;
    download_dir=&amp;quot;http://buildhost.openmoko.org/daily/neo1973/200807/20080706/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
3. Download the above .jffs2 file (build the URL with the download_dir and the rootfs_wildcard values) to images/openmoko/&lt;br /&gt;
&lt;br /&gt;
4. run &amp;quot;make flash-qemu-official&amp;quot;&lt;br /&gt;
&lt;br /&gt;
5. run &amp;quot;make run-qemu-snapshot&amp;quot;  or &amp;quot;make run-qemu&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Schafdog|schafdog]] 15:10, July 1th 2008 (CST)&lt;br /&gt;
&lt;br /&gt;
Built succesfully on a Fedora Linux 9. Trying to run on the linux box but with the XServer on OS X. It doesn't react to any keypress. Now tried it locally. The keypress works, but stil having some issues to get openmoko up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ubuntu 8.04 Hardy Heron, it was also necessary to &amp;quot;apt-get install libgnutls-dev&amp;quot;.&lt;br /&gt;
--[[User:Newkirk|Newkirk]] 20:37, 20 July 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
When I try to download .jffs2 file, it's write &amp;quot;404. File is not found&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This is not look like as Openmoko on screens:&lt;br /&gt;
&lt;br /&gt;
[[Image:Openmoko2.png|thumb|Wrong image?|left]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Robotex|Robotex]] 02:43, 7 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Automatic_emulation_in_Ubuntu</id>
		<title>Automatic emulation in Ubuntu</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Automatic_emulation_in_Ubuntu"/>
				<updated>2008-08-15T07:53:59Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: /* Problems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Automatic emulation in Ubuntu}}&lt;br /&gt;
[[Image:Qemu-ubuntu1.png|thumb|emulation of [[Openmoko]] running on Ubuntu]]&lt;br /&gt;
&lt;br /&gt;
This is a tutorial for getting an emulation environment on an Ubuntu system. For other systems see the [[Installation guide]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
You have to know that there is a great tool to get it running on a linux system, namely the [[MokoMakefile]]. This is a sort of wrapper round several instructions, so it is easy to set up and maintain a development environment. If you build the whole [[MokoMakefile]], you will need approximately 12GB, a swap+ram memory of about 1GB and minimum 5 hours time. But we will only build it for Qemu (the emulator that I will use) and that needs (on my system) only 890mb and a 15 min of your time.&lt;br /&gt;
&lt;br /&gt;
To get it running, you will have to tweak your ubuntu a little bit (This will not damage other programs, everything will work as before).&lt;br /&gt;
* Configure your sources (System -&amp;gt; Administration -&amp;gt; Software Sources) to include:&lt;br /&gt;
** Canonical-supported Open Source software (main)&lt;br /&gt;
** Community-maintained Open Source software (universe)&lt;br /&gt;
* Open your terminal (Applications -&amp;gt; Accessories -&amp;gt; Terminal).&lt;br /&gt;
* Enter following command and select NO when it asks to install dash as /bin/sh (You will have to enter your password)&lt;br /&gt;
    sudo dpkg-reconfigure dash&lt;br /&gt;
* Install the needed programs on Hardy Heron 8.04 (You will have to enter your password):&lt;br /&gt;
     sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
 git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
 libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
 libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
 libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
 dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
 help2man python-psyco lynx&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
*For older versions (git-svn git-email git-cvs git-arch gitk are replaced by cogito)&lt;br /&gt;
    sudo apt-get install monotone git-core cogito python-dev ccache m4 sed bison \&lt;br /&gt;
 make cvs gawk libc6-dev g++ subversion sharutils docbook openjade quilt \&lt;br /&gt;
 libmpfr-dev libpcre3-dev texinfo texi2html libboost-date-time-dev \&lt;br /&gt;
 libboost-filesystem-dev libboost-regex-dev libboost-test-dev libboost-dev \&lt;br /&gt;
 zlib1g-dev build-essential dh-make debhelper devscripts gcc-3.4 netpbm \&lt;br /&gt;
 libsdl1.2-dev dosfstools help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Voila your system is ready to get the install Openmoko.&lt;br /&gt;
&lt;br /&gt;
Now we will install Openmoko in a directory by downloading the MokoMakefile in it and build it.&lt;br /&gt;
* Create a directory and go into the directory:&lt;br /&gt;
    mkdir openmoko&lt;br /&gt;
    cd openmoko&lt;br /&gt;
* Get the MokoMakefile (Currently down due to fires in California. Use the link below instead):&lt;br /&gt;
    wget http://www.rwhitby.net/files/openmoko/Makefile &lt;br /&gt;
&lt;br /&gt;
If that doesn't work, try &lt;br /&gt;
&lt;br /&gt;
    wget http://svn.projects.openmoko.org/svnroot/mokomakefile/trunk/Makefile&lt;br /&gt;
&lt;br /&gt;
* Make the MokoMakefile and tell it, you want to install it for qemu:&lt;br /&gt;
    make qemu&lt;br /&gt;
&lt;br /&gt;
This will download the necessary files of the latest release and build them following the MokoMakefile. After that it will start into the emulator for the first time. Voila you have now successfully installed openmoko onto your ubuntu system.&lt;br /&gt;
&lt;br /&gt;
===Creating a menu item for Openmoko (optional)===&lt;br /&gt;
&lt;br /&gt;
You can create a menu item for starting Openmoko by doing the following:&lt;br /&gt;
&lt;br /&gt;
*Open the terminal (Applications-&amp;gt;Accessories-&amp;gt;Terminal)&lt;br /&gt;
&lt;br /&gt;
*Go to the openmoko directory:&lt;br /&gt;
&lt;br /&gt;
 cd ~/openmoko&lt;br /&gt;
&lt;br /&gt;
*open the file moko.sh with '''gedit''':&lt;br /&gt;
&lt;br /&gt;
 gedit moko.sh&lt;br /&gt;
&lt;br /&gt;
*insert the following text into the file:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 cd ~/openmoko&lt;br /&gt;
 make run-qemu&lt;br /&gt;
&lt;br /&gt;
*Press &amp;quot;save&amp;quot; and close gedit&lt;br /&gt;
&lt;br /&gt;
*then run the following commands:&lt;br /&gt;
 chmod +x moko.sh&lt;br /&gt;
 alacarte&lt;br /&gt;
&lt;br /&gt;
*and add a menu item with these values:&lt;br /&gt;
**Name: Openmoko&lt;br /&gt;
**Command: ~/openmoko/moko.sh&lt;br /&gt;
&lt;br /&gt;
**If you want to you can add an appropriate icon by clicking on the image on the top left. You can download some useful images here:&lt;br /&gt;
***[http://wiki.openmoko.org/wiki/Artwork Artwork in the Openmoko wiki]&lt;br /&gt;
***[http://openclipart.org/media/tags/openmoko Openmoko at the Open Clip Art Library]&lt;br /&gt;
&lt;br /&gt;
==Help with running Openmoko in Qemu==&lt;br /&gt;
&lt;br /&gt;
If you have created a menu item you can start Openmoko through the applications menu of Ubuntu. If you have not, you can start it by:&lt;br /&gt;
&lt;br /&gt;
* Open your terminal (Applications-&amp;gt;Accessories-&amp;gt;Terminal).&lt;br /&gt;
* Go to the directory:&lt;br /&gt;
    cd openmoko&lt;br /&gt;
* starting with the MokoMakefile&lt;br /&gt;
    make run-qemu&lt;br /&gt;
&lt;br /&gt;
The first screen of Openmoko will show a nice picture of the Openmoko logo which will be followed&lt;br /&gt;
almost immediately by the BOOT MENU, this is done by the bootloader.&lt;br /&gt;
&lt;br /&gt;
In the BOOT MENU you can choose different options. To select an option you have to press enter (=aux) and to execute it, hit space (=power). The default selection will boot Openmoko.&lt;br /&gt;
Thus if the BOOT MENU shows, you just have to hit the space bar and the phone software will load.&lt;br /&gt;
&lt;br /&gt;
While booting Openmoko the progress will be shown in text mode. Depending on your computer's performance it might take a while (some minutes even) to complete the boot. When complete you will see the graphical interface as will be shown on the phone itself (but slightly larger due to  the larger pixelsize of your screen).&lt;br /&gt;
&lt;br /&gt;
A few pointers on using Openmoko:&lt;br /&gt;
* You can select the icon that looks like &amp;quot;+&amp;quot; for a list of applications you can run.&lt;br /&gt;
* You can select the icon that looks like &amp;quot;three gears&amp;quot; for a list of applications that are running now. Here you can also terminate unwanted applications when you are unable to do so from within the application itself.&lt;br /&gt;
* You can select the icon that looks like a &amp;quot;house&amp;quot; to get back to the first home screen.&lt;br /&gt;
* The statusbar at the top is always shown and by clicking on the top-left corner you can switch to another application that is already running. The &amp;quot;Home&amp;quot; application is always running and clicking on it will bring you back to the home screen.&lt;br /&gt;
&lt;br /&gt;
See [[Qemu]] for more advanced information on running Openmoko in Qemu.&lt;br /&gt;
&lt;br /&gt;
==Installing ipk packages==&lt;br /&gt;
First you need a xxx.ipk package, see [[toolchain]] on how to compile an application for the ARM CPU and create the package.&lt;br /&gt;
&lt;br /&gt;
Note that if at this point you have the Openmoko Qemu running, it is probably wise to terminate it first.&lt;br /&gt;
Then you can install the xxx.ipk package for access by the Qemu emulator with:&lt;br /&gt;
&lt;br /&gt;
 cd openmoko&lt;br /&gt;
 mkdir -p build/tmp/deploy/glibc/ipk/a&lt;br /&gt;
 cp xxx.ipk build/tmp/deploy/glibc/ipk/a/xxx_a.ipk&lt;br /&gt;
 make qemu-copy-package-xxx&lt;br /&gt;
&lt;br /&gt;
''Note: for some reason qemu-copy-package-xxx looks for above source file.&lt;br /&gt;
Maybe this part can be improved, or a different command can overcome the problem of creating this directory.''&lt;br /&gt;
&lt;br /&gt;
When above make command was succesful the next time you start Openmoko Qemu,&lt;br /&gt;
you still need to make the installed application available in the application list.&lt;br /&gt;
For this you can select from within Openmoko the terminal application&lt;br /&gt;
(Select icon that looks like &amp;quot;+&amp;quot; for the list of available applicaitons, select &amp;quot;Applications&amp;quot; and select the &amp;quot;Terminal&amp;quot;).&lt;br /&gt;
In this terminal double-click, so you can type in the commands:&lt;br /&gt;
 opkg install /media/mmcblk0/xxx_a.ipk&lt;br /&gt;
 exit&lt;br /&gt;
After the &amp;quot;exit&amp;quot; command you should return to the Task list, in which the newly&lt;br /&gt;
added application should be listed under a name which was choosen when building the ipk package.&lt;br /&gt;
&lt;br /&gt;
== Updating Openmoko==&lt;br /&gt;
* Open your terminal (Applications-&amp;gt;Accessories-&amp;gt;Terminal).&lt;br /&gt;
* Go to the directory:&lt;br /&gt;
    cd openmoko&lt;br /&gt;
* Update with the MokoMakefile&lt;br /&gt;
    make qemu&lt;br /&gt;
&lt;br /&gt;
== Problems ==&lt;br /&gt;
If you have any problems, just add it here&lt;br /&gt;
--[[User:twistedclone|twistedclone]]&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.05&lt;br /&gt;
I run the following sequence of commands to run my QEMU &lt;br /&gt;
&lt;br /&gt;
$ svn checkout https://svn.openmoko.org/trunk/src/host/qemu-neo1973&lt;br /&gt;
$ cd qemu-neo1973&lt;br /&gt;
$ sudo aptitude install gcc-3.4 libsdl1.2-dev lynx netpbm&lt;br /&gt;
$ ./configure --target-list=arm-softmmu --cc=/usr/bin/gcc-3.4&lt;br /&gt;
$ make&lt;br /&gt;
$ openmoko/download.sh&lt;br /&gt;
$ openmoko/flash.sh&lt;br /&gt;
$ arm-softmmu/qemu-system-arm -M gta01 -m 130 -mtdblock openmoko/openmoko-flash.image -kernel openmoko/openmoko-kernel.bin -usb -show-cursor&lt;br /&gt;
&lt;br /&gt;
Emulator appears with Boot menu.&lt;br /&gt;
While Booting it get hanged out with the following errors&lt;br /&gt;
_______________________Errors or Emulator Screen_______________&lt;br /&gt;
sc32410-sdi sc32410-sdi : CMD[FAIL(-100)] #2 op:CMD8&lt;br /&gt;
error: command timeout&lt;br /&gt;
...&lt;br /&gt;
...&lt;br /&gt;
...&lt;br /&gt;
Freeing init memory: 128kb&lt;br /&gt;
/bin/sh: can't access tty; Job Control Tunned off&lt;br /&gt;
/ #JFFS2 notice: (227) check_node_data: wrong data CRC in data node at 0x00899b4c: read d5ebdb50 calculated 0x880615c2&lt;br /&gt;
JFFS2 warning: (227) jffs2_do_read_inode_internal: Truncating into #1111 to 71415&lt;br /&gt;
56 bytes failed because it only had 2510848 bytes to start with &lt;br /&gt;
&lt;br /&gt;
_______________Errors on Terminal_______________&lt;br /&gt;
qasim@qasim-desktop:~/openmoko/qemu-neo1973$ arm-softmmu/qemu-system-arm -M gta01 -m 130 -mtdblock openmoko/openmoko-flash.image -kernel openmoko/openmoko-kernel.bin -usb -show-cursor&lt;br /&gt;
neo_gsm_switch: GSM disabled.&lt;br /&gt;
pcf_write: charging in Qualification Mode.&lt;br /&gt;
pcf_write: charge voltage 4.20V.&lt;br /&gt;
neo_lcd_rst_switch: LCD reset.&lt;br /&gt;
jbt6k74_command: Display on.&lt;br /&gt;
neo_vib_switch: Buzz, buzz.&lt;br /&gt;
neo_vib_switch: Vibrator stopped.&lt;br /&gt;
neo_bl_switch: LCD Backlight now on.&lt;br /&gt;
s3c_timers_write: Bad register 0x40&lt;br /&gt;
neo_bl_intensity: LCD Backlight now at 20/64.&lt;br /&gt;
s3c_adc_write: Bad register 0x8&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
neo_bl_intensity: LCD Backlight now at 0/64.&lt;br /&gt;
________________________________________________________________&lt;br /&gt;
Does anyone has any idea how to fix this up?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After issuing the command 'make qemu' in Gutsy, the installation eventually borks with&lt;br /&gt;
&lt;br /&gt;
    make[2]: Leaving directory `/usr/local/src/openmoko/build/qemu/arm-softmmu'&lt;br /&gt;
    make[1]: Leaving directory `/usr/local/src/openmoko/build/qemu'&lt;br /&gt;
    [ -e images/openmoko ] || mkdir -p images/openmoko&lt;br /&gt;
    ln -sf `pwd`/openmoko/trunk/src/host/qemu-neo1973/openmoko/env images/openmoko/env&lt;br /&gt;
    ( cd images &amp;amp;&amp;amp; ../openmoko/trunk/src/host/qemu-neo1973/openmoko/download.sh )&lt;br /&gt;
        Retrieving available builds list...&lt;br /&gt;
        Kernel is... not found&lt;br /&gt;
    make: *** [download-images] Error 255&lt;br /&gt;
&lt;br /&gt;
[[User:BioGeek|BioGeek]] 02:03, 27 March 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
Do you still have the problem?&lt;br /&gt;
&lt;br /&gt;
[[User:Dolfje|Dolfje]] 20:54, 9 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
I tested this today (uImage-2.6.24+svnr4301-r4251-r5-om-gta01.bin) on '''hardy'''. Qemu doesn't compile with gcc4 you need:&lt;br /&gt;
    sudo aptitude install gcc-3.4&lt;br /&gt;
After the init process started, became the emulation extremely slow. It takes more than 15 minutes&lt;br /&gt;
to boot the GUI on 2GHz CPU and you have to klick &amp;amp; hold the mouse several seconds to see&lt;br /&gt;
any visual response. It would be great if there was a easy way to get a shell,&lt;br /&gt;
i.e. why the serial port (ctrl+shift-3) doesn't have a getty &amp;amp; co attached?&amp;lt;br /&amp;gt;&lt;br /&gt;
Can anybody confirm this?&lt;br /&gt;
--[[User:Captn|Captn]] 12:29, 18 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hi, just to tell that the ''Install ipkg package'' part is not effective since there is no room to install the .ipk on the QEmu (say ROM image) device.&lt;br /&gt;
&lt;br /&gt;
Have any idea on how to get over it or to enable the automatic memory allocation on QEmu if allowed?&lt;br /&gt;
&lt;br /&gt;
--[[User:VdeGrandpré|VdeGrandpré]] 17:37, 12 mai 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
I have compiled the Qemu source just fine on Ubuntu Hardy, but when the emulator started it showed up with an unusual QT theme. After the nice picture with the two boots there appeared a message line &amp;quot;No network&amp;quot; in the middle of the screen and 4 icons (cellphone, Q, star and lock). The buttons below the icons are unresponsive. They show a change in the background color when I click them with the mouse, but then nothing happens. Even if I press them for several seconds as noted above. Has the Openmoko theme been accidentally replaced by a non-working QT theme or did I configure something wrong on my end?&lt;br /&gt;
&lt;br /&gt;
Thomas&lt;br /&gt;
&lt;br /&gt;
--[[User:Xaos|Xaos]] 15:06, July 7th, 2008 (CST)&lt;br /&gt;
&lt;br /&gt;
Thomas, I got the same thing when I tried.  On the #openmoko IRC channel, lindi and I (with help) got this to work:&lt;br /&gt;
&lt;br /&gt;
1. After building qemu with &amp;quot;make qemu&amp;quot;, close the emulator and:&lt;br /&gt;
&lt;br /&gt;
2. modify the file: build/qemu/openmoko/env as follows (you may need to adjust these values as time goes by for different images):&lt;br /&gt;
    # rootfs_wildcard=&amp;quot;Open?oko-openmoko-*image*-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
    rootfs_wildcard=&amp;quot;Openmoko-openmoko-devel-image-glibc-ipk-P1-Snapshot-20080706-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
    #download_dir=&amp;quot;http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/&amp;quot;&lt;br /&gt;
    download_dir=&amp;quot;http://buildhost.openmoko.org/daily/neo1973/200807/20080706/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
3. Download the above .jffs2 file (build the URL with the download_dir and the rootfs_wildcard values) to images/openmoko/&lt;br /&gt;
&lt;br /&gt;
4. run &amp;quot;make flash-qemu-official&amp;quot;&lt;br /&gt;
&lt;br /&gt;
5. run &amp;quot;make run-qemu-snapshot&amp;quot;  or &amp;quot;make run-qemu&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Schafdog|schafdog]] 15:10, July 1th 2008 (CST)&lt;br /&gt;
&lt;br /&gt;
Built succesfully on a Fedora Linux 9. Trying to run on the linux box but with the XServer on OS X. It doesn't react to any keypress. Now tried it locally. The keypress works, but stil having some issues to get openmoko up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ubuntu 8.04 Hardy Heron, it was also necessary to &amp;quot;apt-get install libgnutls-dev&amp;quot;.&lt;br /&gt;
--[[User:Newkirk|Newkirk]] 20:37, 20 July 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
When I try to download .jffs2 file, it's write &amp;quot;404. File is not found&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This is not look like as Openmoko on screens:&lt;br /&gt;
&lt;br /&gt;
[[Image:Openmoko2.png|thumb|Wrong image?|left]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Robotex|Robotex]] 02:43, 7 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Automatic_emulation_in_Ubuntu</id>
		<title>Automatic emulation in Ubuntu</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Automatic_emulation_in_Ubuntu"/>
				<updated>2008-08-15T07:52:30Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Automatic emulation in Ubuntu}}&lt;br /&gt;
[[Image:Qemu-ubuntu1.png|thumb|emulation of [[Openmoko]] running on Ubuntu]]&lt;br /&gt;
&lt;br /&gt;
This is a tutorial for getting an emulation environment on an Ubuntu system. For other systems see the [[Installation guide]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
You have to know that there is a great tool to get it running on a linux system, namely the [[MokoMakefile]]. This is a sort of wrapper round several instructions, so it is easy to set up and maintain a development environment. If you build the whole [[MokoMakefile]], you will need approximately 12GB, a swap+ram memory of about 1GB and minimum 5 hours time. But we will only build it for Qemu (the emulator that I will use) and that needs (on my system) only 890mb and a 15 min of your time.&lt;br /&gt;
&lt;br /&gt;
To get it running, you will have to tweak your ubuntu a little bit (This will not damage other programs, everything will work as before).&lt;br /&gt;
* Configure your sources (System -&amp;gt; Administration -&amp;gt; Software Sources) to include:&lt;br /&gt;
** Canonical-supported Open Source software (main)&lt;br /&gt;
** Community-maintained Open Source software (universe)&lt;br /&gt;
* Open your terminal (Applications -&amp;gt; Accessories -&amp;gt; Terminal).&lt;br /&gt;
* Enter following command and select NO when it asks to install dash as /bin/sh (You will have to enter your password)&lt;br /&gt;
    sudo dpkg-reconfigure dash&lt;br /&gt;
* Install the needed programs on Hardy Heron 8.04 (You will have to enter your password):&lt;br /&gt;
     sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
 git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
 libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
 libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
 libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
 dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
 help2man python-psyco lynx&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
*For older versions (git-svn git-email git-cvs git-arch gitk are replaced by cogito)&lt;br /&gt;
    sudo apt-get install monotone git-core cogito python-dev ccache m4 sed bison \&lt;br /&gt;
 make cvs gawk libc6-dev g++ subversion sharutils docbook openjade quilt \&lt;br /&gt;
 libmpfr-dev libpcre3-dev texinfo texi2html libboost-date-time-dev \&lt;br /&gt;
 libboost-filesystem-dev libboost-regex-dev libboost-test-dev libboost-dev \&lt;br /&gt;
 zlib1g-dev build-essential dh-make debhelper devscripts gcc-3.4 netpbm \&lt;br /&gt;
 libsdl1.2-dev dosfstools help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Voila your system is ready to get the install Openmoko.&lt;br /&gt;
&lt;br /&gt;
Now we will install Openmoko in a directory by downloading the MokoMakefile in it and build it.&lt;br /&gt;
* Create a directory and go into the directory:&lt;br /&gt;
    mkdir openmoko&lt;br /&gt;
    cd openmoko&lt;br /&gt;
* Get the MokoMakefile (Currently down due to fires in California. Use the link below instead):&lt;br /&gt;
    wget http://www.rwhitby.net/files/openmoko/Makefile &lt;br /&gt;
&lt;br /&gt;
If that doesn't work, try &lt;br /&gt;
&lt;br /&gt;
    wget http://svn.projects.openmoko.org/svnroot/mokomakefile/trunk/Makefile&lt;br /&gt;
&lt;br /&gt;
* Make the MokoMakefile and tell it, you want to install it for qemu:&lt;br /&gt;
    make qemu&lt;br /&gt;
&lt;br /&gt;
This will download the necessary files of the latest release and build them following the MokoMakefile. After that it will start into the emulator for the first time. Voila you have now successfully installed openmoko onto your ubuntu system.&lt;br /&gt;
&lt;br /&gt;
===Creating a menu item for Openmoko (optional)===&lt;br /&gt;
&lt;br /&gt;
You can create a menu item for starting Openmoko by doing the following:&lt;br /&gt;
&lt;br /&gt;
*Open the terminal (Applications-&amp;gt;Accessories-&amp;gt;Terminal)&lt;br /&gt;
&lt;br /&gt;
*Go to the openmoko directory:&lt;br /&gt;
&lt;br /&gt;
 cd ~/openmoko&lt;br /&gt;
&lt;br /&gt;
*open the file moko.sh with '''gedit''':&lt;br /&gt;
&lt;br /&gt;
 gedit moko.sh&lt;br /&gt;
&lt;br /&gt;
*insert the following text into the file:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 cd ~/openmoko&lt;br /&gt;
 make run-qemu&lt;br /&gt;
&lt;br /&gt;
*Press &amp;quot;save&amp;quot; and close gedit&lt;br /&gt;
&lt;br /&gt;
*then run the following commands:&lt;br /&gt;
 chmod +x moko.sh&lt;br /&gt;
 alacarte&lt;br /&gt;
&lt;br /&gt;
*and add a menu item with these values:&lt;br /&gt;
**Name: Openmoko&lt;br /&gt;
**Command: ~/openmoko/moko.sh&lt;br /&gt;
&lt;br /&gt;
**If you want to you can add an appropriate icon by clicking on the image on the top left. You can download some useful images here:&lt;br /&gt;
***[http://wiki.openmoko.org/wiki/Artwork Artwork in the Openmoko wiki]&lt;br /&gt;
***[http://openclipart.org/media/tags/openmoko Openmoko at the Open Clip Art Library]&lt;br /&gt;
&lt;br /&gt;
==Help with running Openmoko in Qemu==&lt;br /&gt;
&lt;br /&gt;
If you have created a menu item you can start Openmoko through the applications menu of Ubuntu. If you have not, you can start it by:&lt;br /&gt;
&lt;br /&gt;
* Open your terminal (Applications-&amp;gt;Accessories-&amp;gt;Terminal).&lt;br /&gt;
* Go to the directory:&lt;br /&gt;
    cd openmoko&lt;br /&gt;
* starting with the MokoMakefile&lt;br /&gt;
    make run-qemu&lt;br /&gt;
&lt;br /&gt;
The first screen of Openmoko will show a nice picture of the Openmoko logo which will be followed&lt;br /&gt;
almost immediately by the BOOT MENU, this is done by the bootloader.&lt;br /&gt;
&lt;br /&gt;
In the BOOT MENU you can choose different options. To select an option you have to press enter (=aux) and to execute it, hit space (=power). The default selection will boot Openmoko.&lt;br /&gt;
Thus if the BOOT MENU shows, you just have to hit the space bar and the phone software will load.&lt;br /&gt;
&lt;br /&gt;
While booting Openmoko the progress will be shown in text mode. Depending on your computer's performance it might take a while (some minutes even) to complete the boot. When complete you will see the graphical interface as will be shown on the phone itself (but slightly larger due to  the larger pixelsize of your screen).&lt;br /&gt;
&lt;br /&gt;
A few pointers on using Openmoko:&lt;br /&gt;
* You can select the icon that looks like &amp;quot;+&amp;quot; for a list of applications you can run.&lt;br /&gt;
* You can select the icon that looks like &amp;quot;three gears&amp;quot; for a list of applications that are running now. Here you can also terminate unwanted applications when you are unable to do so from within the application itself.&lt;br /&gt;
* You can select the icon that looks like a &amp;quot;house&amp;quot; to get back to the first home screen.&lt;br /&gt;
* The statusbar at the top is always shown and by clicking on the top-left corner you can switch to another application that is already running. The &amp;quot;Home&amp;quot; application is always running and clicking on it will bring you back to the home screen.&lt;br /&gt;
&lt;br /&gt;
See [[Qemu]] for more advanced information on running Openmoko in Qemu.&lt;br /&gt;
&lt;br /&gt;
==Installing ipk packages==&lt;br /&gt;
First you need a xxx.ipk package, see [[toolchain]] on how to compile an application for the ARM CPU and create the package.&lt;br /&gt;
&lt;br /&gt;
Note that if at this point you have the Openmoko Qemu running, it is probably wise to terminate it first.&lt;br /&gt;
Then you can install the xxx.ipk package for access by the Qemu emulator with:&lt;br /&gt;
&lt;br /&gt;
 cd openmoko&lt;br /&gt;
 mkdir -p build/tmp/deploy/glibc/ipk/a&lt;br /&gt;
 cp xxx.ipk build/tmp/deploy/glibc/ipk/a/xxx_a.ipk&lt;br /&gt;
 make qemu-copy-package-xxx&lt;br /&gt;
&lt;br /&gt;
''Note: for some reason qemu-copy-package-xxx looks for above source file.&lt;br /&gt;
Maybe this part can be improved, or a different command can overcome the problem of creating this directory.''&lt;br /&gt;
&lt;br /&gt;
When above make command was succesful the next time you start Openmoko Qemu,&lt;br /&gt;
you still need to make the installed application available in the application list.&lt;br /&gt;
For this you can select from within Openmoko the terminal application&lt;br /&gt;
(Select icon that looks like &amp;quot;+&amp;quot; for the list of available applicaitons, select &amp;quot;Applications&amp;quot; and select the &amp;quot;Terminal&amp;quot;).&lt;br /&gt;
In this terminal double-click, so you can type in the commands:&lt;br /&gt;
 opkg install /media/mmcblk0/xxx_a.ipk&lt;br /&gt;
 exit&lt;br /&gt;
After the &amp;quot;exit&amp;quot; command you should return to the Task list, in which the newly&lt;br /&gt;
added application should be listed under a name which was choosen when building the ipk package.&lt;br /&gt;
&lt;br /&gt;
== Updating Openmoko==&lt;br /&gt;
* Open your terminal (Applications-&amp;gt;Accessories-&amp;gt;Terminal).&lt;br /&gt;
* Go to the directory:&lt;br /&gt;
    cd openmoko&lt;br /&gt;
* Update with the MokoMakefile&lt;br /&gt;
    make qemu&lt;br /&gt;
&lt;br /&gt;
== Problems ==&lt;br /&gt;
If you have any problems, just add it here&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.05&lt;br /&gt;
I run the following sequence of commands to run my QEMU &lt;br /&gt;
&lt;br /&gt;
$ svn checkout https://svn.openmoko.org/trunk/src/host/qemu-neo1973&lt;br /&gt;
$ cd qemu-neo1973&lt;br /&gt;
$ sudo aptitude install gcc-3.4 libsdl1.2-dev lynx netpbm&lt;br /&gt;
$ ./configure --target-list=arm-softmmu --cc=/usr/bin/gcc-3.4&lt;br /&gt;
$ make&lt;br /&gt;
$ openmoko/download.sh&lt;br /&gt;
$ openmoko/flash.sh&lt;br /&gt;
$ arm-softmmu/qemu-system-arm -M gta01 -m 130 -mtdblock openmoko/openmoko-flash.image -kernel openmoko/openmoko-kernel.bin -usb -show-cursor&lt;br /&gt;
&lt;br /&gt;
Emulator appears with Boot menu.&lt;br /&gt;
While Booting it get hanged out with the following errors&lt;br /&gt;
_______________________Errors or Emulator Screen_______________&lt;br /&gt;
sc32410-sdi sc32410-sdi : CMD[FAIL(-100)] #2 op:CMD8&lt;br /&gt;
error: command timeout&lt;br /&gt;
...&lt;br /&gt;
...&lt;br /&gt;
...&lt;br /&gt;
Freeing init memory: 128kb&lt;br /&gt;
/bin/sh: can't access tty; Job Control Tunned off&lt;br /&gt;
/ #JFFS2 notice: (227) check_node_data: wrong data CRC in data node at 0x00899b4c: read d5ebdb50 calculated 0x880615c2&lt;br /&gt;
JFFS2 warning: (227) jffs2_do_read_inode_internal: Truncating into #1111 to 71415&lt;br /&gt;
56 bytes failed because it only had 2510848 bytes to start with &lt;br /&gt;
&lt;br /&gt;
_______________Errors on Terminal_______________&lt;br /&gt;
qasim@qasim-desktop:~/openmoko/qemu-neo1973$ arm-softmmu/qemu-system-arm -M gta01 -m 130 -mtdblock openmoko/openmoko-flash.image -kernel openmoko/openmoko-kernel.bin -usb -show-cursor&lt;br /&gt;
neo_gsm_switch: GSM disabled.&lt;br /&gt;
pcf_write: charging in Qualification Mode.&lt;br /&gt;
pcf_write: charge voltage 4.20V.&lt;br /&gt;
neo_lcd_rst_switch: LCD reset.&lt;br /&gt;
jbt6k74_command: Display on.&lt;br /&gt;
neo_vib_switch: Buzz, buzz.&lt;br /&gt;
neo_vib_switch: Vibrator stopped.&lt;br /&gt;
neo_bl_switch: LCD Backlight now on.&lt;br /&gt;
s3c_timers_write: Bad register 0x40&lt;br /&gt;
neo_bl_intensity: LCD Backlight now at 20/64.&lt;br /&gt;
s3c_adc_write: Bad register 0x8&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
s3c_mmci_writew: Bad register 0x38&lt;br /&gt;
neo_bl_intensity: LCD Backlight now at 0/64.&lt;br /&gt;
________________________________________________________________&lt;br /&gt;
Does anyone has any idea how to fix this up?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After issuing the command 'make qemu' in Gutsy, the installation eventually borks with&lt;br /&gt;
&lt;br /&gt;
    make[2]: Leaving directory `/usr/local/src/openmoko/build/qemu/arm-softmmu'&lt;br /&gt;
    make[1]: Leaving directory `/usr/local/src/openmoko/build/qemu'&lt;br /&gt;
    [ -e images/openmoko ] || mkdir -p images/openmoko&lt;br /&gt;
    ln -sf `pwd`/openmoko/trunk/src/host/qemu-neo1973/openmoko/env images/openmoko/env&lt;br /&gt;
    ( cd images &amp;amp;&amp;amp; ../openmoko/trunk/src/host/qemu-neo1973/openmoko/download.sh )&lt;br /&gt;
        Retrieving available builds list...&lt;br /&gt;
        Kernel is... not found&lt;br /&gt;
    make: *** [download-images] Error 255&lt;br /&gt;
&lt;br /&gt;
[[User:BioGeek|BioGeek]] 02:03, 27 March 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
Do you still have the problem?&lt;br /&gt;
&lt;br /&gt;
[[User:Dolfje|Dolfje]] 20:54, 9 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
I tested this today (uImage-2.6.24+svnr4301-r4251-r5-om-gta01.bin) on '''hardy'''. Qemu doesn't compile with gcc4 you need:&lt;br /&gt;
    sudo aptitude install gcc-3.4&lt;br /&gt;
After the init process started, became the emulation extremely slow. It takes more than 15 minutes&lt;br /&gt;
to boot the GUI on 2GHz CPU and you have to klick &amp;amp; hold the mouse several seconds to see&lt;br /&gt;
any visual response. It would be great if there was a easy way to get a shell,&lt;br /&gt;
i.e. why the serial port (ctrl+shift-3) doesn't have a getty &amp;amp; co attached?&amp;lt;br /&amp;gt;&lt;br /&gt;
Can anybody confirm this?&lt;br /&gt;
--[[User:Captn|Captn]] 12:29, 18 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hi, just to tell that the ''Install ipkg package'' part is not effective since there is no room to install the .ipk on the QEmu (say ROM image) device.&lt;br /&gt;
&lt;br /&gt;
Have any idea on how to get over it or to enable the automatic memory allocation on QEmu if allowed?&lt;br /&gt;
&lt;br /&gt;
--[[User:VdeGrandpré|VdeGrandpré]] 17:37, 12 mai 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
I have compiled the Qemu source just fine on Ubuntu Hardy, but when the emulator started it showed up with an unusual QT theme. After the nice picture with the two boots there appeared a message line &amp;quot;No network&amp;quot; in the middle of the screen and 4 icons (cellphone, Q, star and lock). The buttons below the icons are unresponsive. They show a change in the background color when I click them with the mouse, but then nothing happens. Even if I press them for several seconds as noted above. Has the Openmoko theme been accidentally replaced by a non-working QT theme or did I configure something wrong on my end?&lt;br /&gt;
&lt;br /&gt;
Thomas&lt;br /&gt;
&lt;br /&gt;
--[[User:Xaos|Xaos]] 15:06, July 7th, 2008 (CST)&lt;br /&gt;
&lt;br /&gt;
Thomas, I got the same thing when I tried.  On the #openmoko IRC channel, lindi and I (with help) got this to work:&lt;br /&gt;
&lt;br /&gt;
1. After building qemu with &amp;quot;make qemu&amp;quot;, close the emulator and:&lt;br /&gt;
&lt;br /&gt;
2. modify the file: build/qemu/openmoko/env as follows (you may need to adjust these values as time goes by for different images):&lt;br /&gt;
    # rootfs_wildcard=&amp;quot;Open?oko-openmoko-*image*-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
    rootfs_wildcard=&amp;quot;Openmoko-openmoko-devel-image-glibc-ipk-P1-Snapshot-20080706-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
    #download_dir=&amp;quot;http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/&amp;quot;&lt;br /&gt;
    download_dir=&amp;quot;http://buildhost.openmoko.org/daily/neo1973/200807/20080706/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
3. Download the above .jffs2 file (build the URL with the download_dir and the rootfs_wildcard values) to images/openmoko/&lt;br /&gt;
&lt;br /&gt;
4. run &amp;quot;make flash-qemu-official&amp;quot;&lt;br /&gt;
&lt;br /&gt;
5. run &amp;quot;make run-qemu-snapshot&amp;quot;  or &amp;quot;make run-qemu&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Schafdog|schafdog]] 15:10, July 1th 2008 (CST)&lt;br /&gt;
&lt;br /&gt;
Built succesfully on a Fedora Linux 9. Trying to run on the linux box but with the XServer on OS X. It doesn't react to any keypress. Now tried it locally. The keypress works, but stil having some issues to get openmoko up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ubuntu 8.04 Hardy Heron, it was also necessary to &amp;quot;apt-get install libgnutls-dev&amp;quot;.&lt;br /&gt;
--[[User:Newkirk|Newkirk]] 20:37, 20 July 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
When I try to download .jffs2 file, it's write &amp;quot;404. File is not found&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This is not look like as Openmoko on screens:&lt;br /&gt;
&lt;br /&gt;
[[Image:Openmoko2.png|thumb|Wrong image?|left]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Robotex|Robotex]] 02:43, 7 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Islamabad</id>
		<title>Openmoko Local Groups: Islamabad</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Islamabad"/>
				<updated>2008-06-18T02:41:19Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: /* Users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Pakistan Openmoko page! &lt;br /&gt;
&lt;br /&gt;
This group is for anyone from Pakistan.&lt;br /&gt;
&lt;br /&gt;
== Users ==&lt;br /&gt;
{|border=1&lt;br /&gt;
!Name&lt;br /&gt;
!Skills&lt;br /&gt;
!Interest&lt;br /&gt;
!Location&lt;br /&gt;
!Degree&lt;br /&gt;
!Universirty&lt;br /&gt;
!Has Device&lt;br /&gt;
!Has Debug Board&lt;br /&gt;
!Group Buy&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Qasim|Qasim]]&lt;br /&gt;
|Python, Java, C#, C++, PHP, Google Android, Google App Engine, dotNet&lt;br /&gt;
|Mobile Hacking, Embedding Hardware, GIS, GPS, Mobile App, Mobile Devices, Open source technologies&lt;br /&gt;
|Islamabad, Chaklala Scheme-III&lt;br /&gt;
|BICSE-3B&lt;br /&gt;
|NUST School of Electrical Engineering n Computer Sciences&lt;br /&gt;
|Wishing to have&lt;br /&gt;
|no&lt;br /&gt;
|no&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Aasd|Asad]]&lt;br /&gt;
|C#, C++,dotNet&lt;br /&gt;
|GPS, Mobile Macking, Open source technologies&lt;br /&gt;
|Islamabad, Chaklala Scheme-III&lt;br /&gt;
|BICSE-3B&lt;br /&gt;
|NUST School of Electrical Engineering n Computer Sciences&lt;br /&gt;
|Wishing to have&lt;br /&gt;
|no&lt;br /&gt;
|no&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Wahib|Wahib]]&lt;br /&gt;
|C++&lt;br /&gt;
|Mobile Application&lt;br /&gt;
|Islamabad, Chaklala Scheme-III&lt;br /&gt;
|BICSE-4&lt;br /&gt;
|NUST School of Electrical Engineering n Computer Sciences&lt;br /&gt;
|Wishing to have&lt;br /&gt;
|no&lt;br /&gt;
|no&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Usma|Usman]]&lt;br /&gt;
|RFID, J2ME, Assembly, C++, C#, Embedded systems, GPS Applications &lt;br /&gt;
|Mobile Application&lt;br /&gt;
|Islamabad, Chaklala Scheme-III&lt;br /&gt;
|BICSE-2&lt;br /&gt;
|NUST School of Electrical Engineering n Computer Sciences&lt;br /&gt;
|Wishing to have&lt;br /&gt;
|no&lt;br /&gt;
|no&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category: OpenMoko Local Groups| ]]&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Islamabad</id>
		<title>Openmoko Local Groups: Islamabad</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Islamabad"/>
				<updated>2008-06-16T07:06:55Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: /* Users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Pakistan Openmoko page! &lt;br /&gt;
&lt;br /&gt;
This group is for anyone from Pakistan.&lt;br /&gt;
&lt;br /&gt;
== Users ==&lt;br /&gt;
{|border=1&lt;br /&gt;
!Name&lt;br /&gt;
!Skills&lt;br /&gt;
!Interest&lt;br /&gt;
!Location&lt;br /&gt;
!Degree&lt;br /&gt;
!Universirty&lt;br /&gt;
!Has Device&lt;br /&gt;
!Has Debug Board&lt;br /&gt;
!Group Buy&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Qasim|Qasim]]&lt;br /&gt;
|Python, Java, C#, C++, PHP, Google Android, Google App Engine, dotNet&lt;br /&gt;
|Mobile Hacking, Embedding Hardware, GIS, GPS, Mobile App, Mobile Devices, Open source technologies&lt;br /&gt;
|Islamabad, Chaklala Scheme-III&lt;br /&gt;
|BICSE-3B&lt;br /&gt;
|NUST School of Electrical Engineering n Computer Sciences&lt;br /&gt;
|Wishing to have&lt;br /&gt;
|no&lt;br /&gt;
|no&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Aasd|Asad]]&lt;br /&gt;
|C#, C++,dotNet&lt;br /&gt;
|GPS, Mobile Macking, Open source technologies&lt;br /&gt;
|Islamabad, Chaklala Scheme-III&lt;br /&gt;
|BICSE-3B&lt;br /&gt;
|NUST School of Electrical Engineering n Computer Sciences&lt;br /&gt;
|Wishing to have&lt;br /&gt;
|no&lt;br /&gt;
|no&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Wahib|Wahib]]&lt;br /&gt;
|C++&lt;br /&gt;
|Mobile Application&lt;br /&gt;
|Islamabad, Chaklala Scheme-III&lt;br /&gt;
|BICSE-4&lt;br /&gt;
|NUST School of Electrical Engineering n Computer Sciences&lt;br /&gt;
|Wishing to have&lt;br /&gt;
|no&lt;br /&gt;
|no&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category: OpenMoko Local Groups| ]]&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Islamabad</id>
		<title>Openmoko Local Groups: Islamabad</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Islamabad"/>
				<updated>2008-06-16T07:03:06Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: /* Users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Pakistan Openmoko page! &lt;br /&gt;
&lt;br /&gt;
This group is for anyone from Pakistan.&lt;br /&gt;
&lt;br /&gt;
== Users ==&lt;br /&gt;
{|border=1&lt;br /&gt;
!Name&lt;br /&gt;
!Skills&lt;br /&gt;
!Interest&lt;br /&gt;
!Location&lt;br /&gt;
!Degree&lt;br /&gt;
!Universirty&lt;br /&gt;
!Has Device&lt;br /&gt;
!Has Debug Board&lt;br /&gt;
!Group Buy&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Qasim|Qasim]]&lt;br /&gt;
|Python, Java, C#, C++, PHP, Google Android, Google App Engine, dotNet&lt;br /&gt;
|Mobile Hacking, Embedding Hardware, GIS, GPS, Mobile App, Mobile Devices, Open source technologies&lt;br /&gt;
|Islamabad, Chaklala Scheme-III&lt;br /&gt;
|BICSE-3B&lt;br /&gt;
|NUST School of Electrical Engineering n Computer Sciences&lt;br /&gt;
|Wishing to have&lt;br /&gt;
|no&lt;br /&gt;
|no&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Aasd|Asad]]&lt;br /&gt;
|C#, C++,dotNet&lt;br /&gt;
|GPS, Mobile Macking, Open source technologies&lt;br /&gt;
|Islamabad, Chaklala Scheme-III&lt;br /&gt;
|BICSE-3B&lt;br /&gt;
|NUST School of Electrical Engineering n Computer Sciences&lt;br /&gt;
|Wishing to have&lt;br /&gt;
|no&lt;br /&gt;
|no&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Wahib|Wahib]]&lt;br /&gt;
|C++&lt;br /&gt;
|Mobile Application&lt;br /&gt;
|Islamabad, Chaklala Scheme-III&lt;br /&gt;
|BICSE-4&lt;br /&gt;
|NUST School of Electrical Engineering n Computer Sciences&lt;br /&gt;
|Wishing to have&lt;br /&gt;
|no&lt;br /&gt;
|no&lt;br /&gt;
}&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category: OpenMoko Local Groups| ]]&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Islamabad</id>
		<title>Openmoko Local Groups: Islamabad</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Islamabad"/>
				<updated>2008-06-15T11:03:40Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Pakistan Openmoko page! &lt;br /&gt;
&lt;br /&gt;
This group is for anyone from Pakistan.&lt;br /&gt;
&lt;br /&gt;
== Users ==&lt;br /&gt;
{|border=1&lt;br /&gt;
!Name&lt;br /&gt;
!Skills&lt;br /&gt;
!Interest&lt;br /&gt;
!Location&lt;br /&gt;
!Universirty&lt;br /&gt;
!Has Device&lt;br /&gt;
!Has Debug Board&lt;br /&gt;
!Group Buy&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Qasim|Qasim]]&lt;br /&gt;
|Python, Java, C#, C++, PHP, Google Android, Google App Engine, dotNet&lt;br /&gt;
|GIS, GPS, Mobile App, Mobile Devices, Open source technologies&lt;br /&gt;
|Islamabad, Chaklala Scheme-III&lt;br /&gt;
|NUST School of Electrical Engineering n Computer Sciences&lt;br /&gt;
|Wishing to have&lt;br /&gt;
|no&lt;br /&gt;
|no&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Aasd|Asad]]&lt;br /&gt;
|C#, C++,dotNet&lt;br /&gt;
|GPS, Mobile Devices, Open source technologies&lt;br /&gt;
|Islamabad, Chaklala Scheme-III&lt;br /&gt;
|NUST School of Electrical Engineering n Computer Sciences&lt;br /&gt;
|Wishing to have&lt;br /&gt;
|no&lt;br /&gt;
|no&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Wahib|Wahib]]&lt;br /&gt;
|C++&lt;br /&gt;
|Mobile Devices&lt;br /&gt;
|Islamabad, Chaklala Scheme-III&lt;br /&gt;
|NUST School of Electrical Engineering n Computer Sciences&lt;br /&gt;
|Wishing to have&lt;br /&gt;
|no&lt;br /&gt;
|no&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category: OpenMoko Local Groups| ]]&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Islamabad</id>
		<title>Openmoko Local Groups: Islamabad</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Islamabad"/>
				<updated>2008-06-08T09:50:59Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Pakistan Openmoko page! &lt;br /&gt;
&lt;br /&gt;
This group is for anyone from Pakistan.&lt;br /&gt;
&lt;br /&gt;
== Users ==&lt;br /&gt;
{|border=1&lt;br /&gt;
!Name&lt;br /&gt;
!Skills&lt;br /&gt;
!Interest&lt;br /&gt;
!Location&lt;br /&gt;
!Universirty&lt;br /&gt;
!Has Device&lt;br /&gt;
!Has Debug Board&lt;br /&gt;
!Group Buy&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Qasim|Qasim]]&lt;br /&gt;
|Python, Java, C#, C++, PHP, Google Android, Google App Engine, dotNet&lt;br /&gt;
|GIS, GPS, Mobile App, Mobile Devices, Open source technologies&lt;br /&gt;
|Islamabad, Chaklala Scheme-III&lt;br /&gt;
|NUST School of Electrical Engineering n Computer Sciences&lt;br /&gt;
|Wishing to have&lt;br /&gt;
|no&lt;br /&gt;
|no&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category: OpenMoko Local Groups| ]]&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Islamabad</id>
		<title>Openmoko Local Groups: Islamabad</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Islamabad"/>
				<updated>2008-06-08T09:50:48Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Pakistan Openmoko page! &lt;br /&gt;
&lt;br /&gt;
This group is for anyone from Pakistan.&lt;br /&gt;
&lt;br /&gt;
== Users ==&lt;br /&gt;
{|border=1&lt;br /&gt;
!Name&lt;br /&gt;
!Skills&lt;br /&gt;
!Interest&lt;br /&gt;
!Location&lt;br /&gt;
!Universirty&lt;br /&gt;
!Has Device&lt;br /&gt;
!Has Debug Board&lt;br /&gt;
!Group Buy&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Qasim|Qasim]]&lt;br /&gt;
|Python, Java, C#, C++, PHP, Google Android, Google App Engine, dotNet&lt;br /&gt;
|GIS, GPS, Mobile App, Mobile Devices, Open source technologies&lt;br /&gt;
|Islamabad, Chaklala Scheme-III&lt;br /&gt;
|NUST School of Electrical Engineering n Computer Sciences&lt;br /&gt;
|Wishing to have&lt;br /&gt;
|no&lt;br /&gt;
|no&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category: OpenMoko Local Grou&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Islamabad</id>
		<title>Openmoko Local Groups: Islamabad</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Islamabad"/>
				<updated>2008-06-08T09:45:51Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: The Local Group has been created&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Pakistan Openmoko page! &lt;br /&gt;
&lt;br /&gt;
This group is for anyone from Pakistan.&lt;br /&gt;
&lt;br /&gt;
== Users ==&lt;br /&gt;
{|border=1&lt;br /&gt;
!Name&lt;br /&gt;
!Skills&lt;br /&gt;
!Interest&lt;br /&gt;
!Location&lt;br /&gt;
!Universirty&lt;br /&gt;
!Has Device&lt;br /&gt;
!Has Debug Board&lt;br /&gt;
!Group Buy&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Qasim|Qasim]]&lt;br /&gt;
|Python, Java, C#, C++, PHP, Google Android, Google App Engine, dotNet&lt;br /&gt;
|GIS, GPS, Mobile App, Mobile Devices, Open source technologies&lt;br /&gt;
|Islamabad, Chaklala Scheme-III&lt;br /&gt;
|NUST School of Electrical Engineering n Computer Sciences&lt;br /&gt;
|Wishing to have&lt;br /&gt;
|no&lt;br /&gt;
|no&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_Local_Groups</id>
		<title>Openmoko Local Groups</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_Local_Groups"/>
				<updated>2008-06-08T09:38:32Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: /* Asia */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
'''OpenMoko Local Groups...'''&lt;br /&gt;
&lt;br /&gt;
* can be used for developers to meet and get to know each other&lt;br /&gt;
* can be used for developing&lt;br /&gt;
* may provide the room for real-life discussions away from mailinglists/wiki&lt;br /&gt;
* can support early support handling their GTA01Bv4 and exchange experiences&lt;br /&gt;
* fasten the community's cohesion&lt;br /&gt;
* give motivation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
!Has Device&lt;br /&gt;
|-&lt;br /&gt;
|If you have a device, on your local group's page, please add:&lt;br /&gt;
|[[Image: Moko.jpg|center]]&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[[Image: Moko.jpg|center]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
!Has Debug Board&lt;br /&gt;
|-&lt;br /&gt;
|If you have a debug board, please add:&lt;br /&gt;
|[[Image: MokoBox.jpg|center]]&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[[Image: MokoBox.jpg|center]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Such as with [[OpenMoko_Local_Groups:_Singapore | Singapore]] or [[OpenMoko_Local_Groups:_San_Francisco | San Francisco]]&lt;br /&gt;
&lt;br /&gt;
== Europe ==&lt;br /&gt;
&lt;br /&gt;
* Austria&lt;br /&gt;
** [[OpenMoko_Local_Groups: Vienna|Vienna]] &lt;br /&gt;
** [[OpenMoko_Local_Groups: Innsbruck|Innsbruck]] &lt;br /&gt;
&lt;br /&gt;
* Belgium&lt;br /&gt;
** [[OpenMoko_local_Groups: Antwerp|Antwerp]]&lt;br /&gt;
&lt;br /&gt;
* [[OpenMoko_Local_Groups:_Denmark|Denmark]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Copenhagen|Copenhagen]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Aalborg|Aalborg]]&lt;br /&gt;
&lt;br /&gt;
*[[OpenMoko_Local_Groups: Estonia|Estonia]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Kuressaare|Kuressaare]] &lt;br /&gt;
&lt;br /&gt;
* Finland &lt;br /&gt;
** [[OpenMoko_Local_Groups: Helsinki|Helsinki]] &lt;br /&gt;
&lt;br /&gt;
* France &lt;br /&gt;
** [[OpenMoko_Local_Groups: Rennes|Rennes]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Paris|Paris]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Toulouse|Toulouse]] &lt;br /&gt;
&lt;br /&gt;
* Germany &lt;br /&gt;
** [[OpenMoko_Local_Groups: Berlin|Berlin]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Braunschweig|Braunschweig]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Dresden|Dresden]] &lt;br /&gt;
** [[OpenMoko_Local_Groups: Duesseldorf|Duesseldorf]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Frankfurt Main|Frankfurt Main]] &lt;br /&gt;
** [[OpenMoko_Local_Groups: Freiburg im Breisgau|Freiburg im Breisgau]] &lt;br /&gt;
** [[OpenMoko_Local_Groups: OWL|OWL]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Ingolstadt|Ingolstadt]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Ulm|Ulm]]&lt;br /&gt;
&lt;br /&gt;
* Greece&lt;br /&gt;
** [[OpenMoko_Local_Groups: Athens|Athens]]&lt;br /&gt;
&lt;br /&gt;
* Italy&lt;br /&gt;
** [[OpenMoko_Local_Groups: Milan|Milan]] &lt;br /&gt;
** [[OpenMoko_Local_Groups: Turin|Turin]] &lt;br /&gt;
&lt;br /&gt;
* [[OpenMoko_Local_Groups:_Netherlands|Netherlands]] &lt;br /&gt;
** [[OpenMoko_Local_Groups: Amsterdam|Amsterdam]] &lt;br /&gt;
** [[OpenMoko_Local_Groups: Den Haag|Den Haag/The Hague]] &lt;br /&gt;
** [[OpenMoko_Local_Groups: Eindhoven|Eindhoven]] &lt;br /&gt;
** [[OpenMoko_Local_Groups: Ede|Ede]]&lt;br /&gt;
&lt;br /&gt;
* [[OpenMoko_Local_Groups:_Norway|Norway]]&lt;br /&gt;
** [[OpenMoko_Local_Groups:_Oslo|Oslo]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Trondheim|Trondheim]] &lt;br /&gt;
&lt;br /&gt;
* Poland &lt;br /&gt;
** [[OpenMoko_Local_Groups: Warsaw|Warsaw]] &lt;br /&gt;
** [[OpenMoko_Local_Groups: Szczecin|Szczecin]]&lt;br /&gt;
&lt;br /&gt;
* [[OpenMoko_Local_Groups:_Portugal|Portugal]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Braga|Braga]] &lt;br /&gt;
&lt;br /&gt;
* Romania&lt;br /&gt;
** [[OpenMoko_Local_Groups: Bucharest|Bucharest]]&lt;br /&gt;
&lt;br /&gt;
* Russia&lt;br /&gt;
** [[OpenMoko_Local_Groups: Moscow|Moscow]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Saint-Petersburg|Saint-Petersburg]]&lt;br /&gt;
&lt;br /&gt;
* Slovakia&lt;br /&gt;
** [[OpenMoko_Local_Groups: Bratislava|Bratislava]]&lt;br /&gt;
&lt;br /&gt;
* [[OpenMoko_Local_Groups:_Spain|Spain]] &lt;br /&gt;
** [[OpenMoko_Local_Groups: Madrid|Madrid]] &lt;br /&gt;
&lt;br /&gt;
* Sweden &lt;br /&gt;
** [[OpenMoko_Local_Groups: Gothenburg|Gothenburg]] &lt;br /&gt;
** [[OpenMoko_Local_Groups: Linkoping|Linköping]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Stockholm|Stockholm]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Umea|Umeå]] &lt;br /&gt;
&lt;br /&gt;
* [[OpenMoko_Local_Groups: Switzerland|Switzerland]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Bern|Bern]] &lt;br /&gt;
&lt;br /&gt;
* UK&lt;br /&gt;
** England&lt;br /&gt;
*** [[OpenMoko_Local_Groups: Birmingham|Birmingham]] &lt;br /&gt;
*** [[OpenMoko_Local_Groups: London|London]]&lt;br /&gt;
*** [[OpenMoko_Local_Groups: East Midlands|East Midlands]]&lt;br /&gt;
&lt;br /&gt;
** Scotland&lt;br /&gt;
*** [[OpenMoko_Local_Groups: Fife|Fife]]&lt;br /&gt;
*** [[OpenMoko_Local_Groups: Edinburgh|Edinburgh]]&lt;br /&gt;
&lt;br /&gt;
* Ukraine&lt;br /&gt;
** [[OpenMoko_Local_Groups: Lugansk|Lugansk]]&lt;br /&gt;
&lt;br /&gt;
== Oceania ==&lt;br /&gt;
&lt;br /&gt;
* Australia &lt;br /&gt;
** [[OpenMoko_Local_Groups: Adelaide|Adelaide]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Canberra|Canberra]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Melbourne|Melbourne]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Perth|Perth]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Sydney|Sydney]]&lt;br /&gt;
&lt;br /&gt;
* New Zealand&lt;br /&gt;
** [[OpenMoko_Local_Groups: Auckland|Auckland]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Wellington|Wellington]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Christchurch|Christchurch]]&lt;br /&gt;
&lt;br /&gt;
== Asia ==&lt;br /&gt;
* Pakistan&lt;br /&gt;
** [[OpenMoko_Local_Groups: Islamabad|Islamabad]]&lt;br /&gt;
* India&lt;br /&gt;
** [[OpenMoko_Local_Groups: Bangalore|Bangalore]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Delhi|Delhi]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Hyderabad|Hyderabad]]&lt;br /&gt;
* Singapore&lt;br /&gt;
** [[OpenMoko_Local_Groups: Singapore|Singapore]]&lt;br /&gt;
* Kazakhstan&lt;br /&gt;
** [[OpenMoko_Local_Groups: Karaganda|Karaganda]]&lt;br /&gt;
* China&lt;br /&gt;
** [[OpenMoko_Local_Groups: China|China]]&lt;br /&gt;
&lt;br /&gt;
== USA ==&lt;br /&gt;
* Alabama&lt;br /&gt;
** [[OpenMoko_Local_Groups: Alabama|Alabama]]&lt;br /&gt;
&lt;br /&gt;
* Arizona&lt;br /&gt;
** [[OpenMoko_Local_Groups: Arizona|Arizona]]&lt;br /&gt;
&lt;br /&gt;
* Arkansas&lt;br /&gt;
** [[OpenMoko_Local_Groups: Arkansas|Arkansas]]&lt;br /&gt;
&lt;br /&gt;
* California &lt;br /&gt;
** [[OpenMoko_Local_Groups: San Diego|San Diego]] &lt;br /&gt;
** [[OpenMoko_Local_Groups: San Francisco|San Francisco]] &lt;br /&gt;
** [[OpenMoko_Local_Groups: Sacramento|Sacramento]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Los Angeles|Los Angeles]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Santa Barbara|Santa Barbara]]&lt;br /&gt;
&lt;br /&gt;
* Colorado&lt;br /&gt;
** [[OpenMoko_Local_Groups: Colorado Springs|Colorado Springs]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Denver|Denver]]&lt;br /&gt;
&lt;br /&gt;
* District of Columbia&lt;br /&gt;
** [[OpenMoko_Local_Groups: Washington DC Metro | Washington DC Metro]]&lt;br /&gt;
&lt;br /&gt;
* Florida&lt;br /&gt;
** [[OpenMoko_Local_Groups: Central Florida | Central Florida]]&lt;br /&gt;
&lt;br /&gt;
* Georgia&lt;br /&gt;
** [[OpenMoko_Local_Groups: Atlanta | Atlanta]]&lt;br /&gt;
&lt;br /&gt;
* Illinois &lt;br /&gt;
** [[OpenMoko_Local_Groups: Chicago|Chicago]]&lt;br /&gt;
&lt;br /&gt;
* Indiana&lt;br /&gt;
** [[OpenMoko_Local_Groups: Bloomington|Bloomington]]&lt;br /&gt;
&lt;br /&gt;
* Iowa&lt;br /&gt;
** [[OpenMoko_Local_Groups: Iowa-Ames | Iowa-Ames]] &lt;br /&gt;
&lt;br /&gt;
* Massachusetts&lt;br /&gt;
** [[OpenMoko_Local_groups: Boston|Boston]]&lt;br /&gt;
&lt;br /&gt;
* Michigan &lt;br /&gt;
** [[OpenMoko_Local_Groups: Detroit|Detroit]] &lt;br /&gt;
&lt;br /&gt;
* Missouri &lt;br /&gt;
** [[OpenMoko_Local_Groups: St. Louis|St. Louis]] &lt;br /&gt;
&lt;br /&gt;
* New Jersey&lt;br /&gt;
** [[OpenMoko_Local_Groups: Stevens Institute of Technology, Hoboken NJ | Stevens Institute of Technology, Hoboken NJ  ]]&lt;br /&gt;
&lt;br /&gt;
* New York&lt;br /&gt;
** [[OpenMoko_Local_Groups: NYC Metro | NYC Metro]]&lt;br /&gt;
&lt;br /&gt;
* North Carolina&lt;br /&gt;
** [[OpenMoko Local_Groups: Charlotte | Charlotte]]&lt;br /&gt;
&lt;br /&gt;
* North Dakota&lt;br /&gt;
** [[OpenMoko_Local_Groups: Fargo]]&lt;br /&gt;
&lt;br /&gt;
* Ohio &lt;br /&gt;
** [[OpenMoko_Local_Groups: Cleveland|Cleveland]] &lt;br /&gt;
&lt;br /&gt;
* Oregon &lt;br /&gt;
** [[OpenMoko_Local_Groups: Eugene|Eugene]] &lt;br /&gt;
** [[OpenMoko_Local_Groups: Portland|Portland]] &lt;br /&gt;
&lt;br /&gt;
* Texas &lt;br /&gt;
** [[OpenMoko_Local_Groups: North Texas|North Texas]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Central Texas|Central Texas]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: East Texas|East Texas]]&lt;br /&gt;
&lt;br /&gt;
* Utah&lt;br /&gt;
** [[OpenMoko_Local_Groups: Salt Lake|Salt Lake]]&lt;br /&gt;
&lt;br /&gt;
* Virginia&lt;br /&gt;
** [[OpenMoko_Local_Groups: Virginia|Virginia]]&lt;br /&gt;
&lt;br /&gt;
== Canada ==&lt;br /&gt;
* Alberta&lt;br /&gt;
** [[OpenMoko_Local_Groups: Calgary|Calgary]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Edmonton|Edmonton]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Pincher Creek|Pincher Creek]]&lt;br /&gt;
* British Columbia&lt;br /&gt;
** [[OpenMoko_Local_Groups: Vancouver|Vancouver]]&lt;br /&gt;
* Ontario&lt;br /&gt;
** [[OpenMoko_Local_Groups: Ottawa|Ottawa]]&lt;br /&gt;
** [[OpenMoko_Local_Groups: Toronto|Toronto]]&lt;br /&gt;
* Quebec &lt;br /&gt;
** [[OpenMoko_Local_Groups: Montreal|Montreal]]&lt;br /&gt;
&lt;br /&gt;
== South America ==&lt;br /&gt;
* Brasil&lt;br /&gt;
** [[OpenMoko_Local_Groups: Belo Horizonte|Belo Horizonte]]&lt;br /&gt;
* Colombia&lt;br /&gt;
** [[OpenMoko_Local_Groups: Bogota|Bogotá]]&lt;br /&gt;
* Uruguay&lt;br /&gt;
** [[OpenMoko_Local_Groups: Montevideo|Montevideo]]&lt;br /&gt;
&lt;br /&gt;
== Africa ==&lt;br /&gt;
* South Africa&lt;br /&gt;
**[[OpenMoko_Local_Groups: Cape Town|Cape Town]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category: OpenMoko Local Groups| ]]&lt;br /&gt;
[[Category:Neo1973 Phase 1 related]]&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Category:OpenMoko_Local_Groups</id>
		<title>Category:OpenMoko Local Groups</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Category:OpenMoko_Local_Groups"/>
				<updated>2008-06-08T09:05:46Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Openmoko Local Group is the community user who came from everywhere. This category included OpenMoko Local Groups Information. You can find any region's user from this category. Then leave your nickname. &lt;br /&gt;
[[category:Community]]&lt;br /&gt;
[[category:OpenMoko Local Groups]]&lt;br /&gt;
&lt;br /&gt;
[[:OpenMoko Local Groups:Pakistan]]&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Category:OpenMoko_Local_Groups</id>
		<title>Category:OpenMoko Local Groups</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Category:OpenMoko_Local_Groups"/>
				<updated>2008-06-08T09:03:04Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: Pakistani Community resides there&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Openmoko Local Group is the community user who came from everywhere. This category included OpenMoko Local Groups Information. You can find any region's user from this category. Then leave your nickname. &lt;br /&gt;
[[category:Community]]&lt;br /&gt;
[[category:OpenMoko Local Groups]]&lt;br /&gt;
[[:OpenMoko Local Groups:Pakistan]]&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Category:OpenMoko_Local_Groups</id>
		<title>Category:OpenMoko Local Groups</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Category:OpenMoko_Local_Groups"/>
				<updated>2008-06-08T08:58:04Z</updated>
		
		<summary type="html">&lt;p&gt;Twistedclone: Pakistani Community resides there&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Openmoko Local Group is the community user who came from everywhere. This category included OpenMoko Local Groups Information. You can find any region's user from this category. Then leave your nickname. &lt;br /&gt;
[[category:Community]]&lt;br /&gt;
[[category:categories]]&lt;br /&gt;
[[:category:Pakistan]]&lt;/div&gt;</summary>
		<author><name>Twistedclone</name></author>	</entry>

	</feed>