<?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=Cquarinto&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=Cquarinto&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Special:Contributions/Cquarinto"/>
		<updated>2013-05-20T08:23:13Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.6</generator>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Hspa-stick</id>
		<title>Hspa-stick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Hspa-stick"/>
				<updated>2009-08-14T11:07:32Z</updated>
		
		<summary type="html">&lt;p&gt;Cquarinto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Just for clarification freerunner do not support HSPA.&lt;br /&gt;
&lt;br /&gt;
Here i will describe a way to get a HSPA USB stick working with the FreeRunner.&lt;br /&gt;
( Tested with the Novatel MC950D )&lt;br /&gt;
&lt;br /&gt;
Problem at installation was that the HSPA-Stick register a virtual cdrom drive if attached to usb host. FreeRunner do not have installed UDF-filesystem modules so you have to comile that on you own. (Yes i know the virtual cdrom drive is useless because there are only windoof and osx drivers but you have to eject the cdrom to get a serial&amp;lt;-&amp;gt;usb converter working.&lt;br /&gt;
&lt;br /&gt;
1. Install crosscompile environment&lt;br /&gt;
http://wiki.openmoko.org/wiki/Toolchain&lt;br /&gt;
&lt;br /&gt;
2.&lt;br /&gt;
on the phone:&lt;br /&gt;
 opkg info kernel&lt;br /&gt;
&lt;br /&gt;
 Package: kernel&lt;br /&gt;
 Version: 2.6.24_2.6.24+git27+1a95efdc23966343a3b432ceef2f6c24dc0e2052-r2&lt;br /&gt;
 Depends: kernel-2.6.24&lt;br /&gt;
 Status: install ok installed&lt;br /&gt;
 Architecture: om-gta02&lt;br /&gt;
 Installed-Time: 1217369038&lt;br /&gt;
&lt;br /&gt;
copy the git serial number: 1a95efdc23966343a3b432ceef2f6c24dc0e2052&lt;br /&gt;
&lt;br /&gt;
on host:&lt;br /&gt;
 git clone git://git.openmoko.org/git/kernel.git linux-2.6&lt;br /&gt;
&lt;br /&gt;
 cd to the created folder ( cd linux-2.6)   (added by CQuarinto)&lt;br /&gt;
&lt;br /&gt;
 git checkout 1a95efdc23966343a3b432ceef2f6c24dc0e2052&lt;br /&gt;
&lt;br /&gt;
after download go to the directory created and execute following commands:&lt;br /&gt;
&lt;br /&gt;
Download .config file for installed kernel. (Hmm plz can someone add this info)&lt;br /&gt;
&lt;br /&gt;
I am not 100% sure that this will work (got it from: http://git.openmoko.org/?p=kernel.git;a=summary):&lt;br /&gt;
&lt;br /&gt;
 Apparently, the .config file is downloaded with the git checkout command and it is really &lt;br /&gt;
 gta02_defconfig (under linux-2.6/arch/arm/configs/). For my kernel though the name of the file was&lt;br /&gt;
 gta02-moredrivers-defconfig. So to get the .config file I had to do:&lt;br /&gt;
&lt;br /&gt;
 cp ./arch/arm/configs/gta02-moredrivers-defconfig .config  (by CQuarinto)&lt;br /&gt;
&lt;br /&gt;
search the line: CONFIG_UDF_FS=n&lt;br /&gt;
and replace with: CONFIG_UDF_FS=m&lt;br /&gt;
&lt;br /&gt;
compile the kernel and modules&lt;br /&gt;
 . /usr/local/openmoko/arm/setup-env&lt;br /&gt;
 export CROSS_COMPILE=arm-angstrom-linux-gnueabi-&lt;br /&gt;
 make -f synthesize-gta-module-configs.mak&lt;br /&gt;
 make ARCH=arm&lt;br /&gt;
 make ARCH=arm modules&lt;br /&gt;
&lt;br /&gt;
Next copy the kernel module to the freerunner:&lt;br /&gt;
 scp fs/udf/udf.ko root@192.168.0.202:/lib/modules/2.6.24/kernel/fs/udf&lt;br /&gt;
&lt;br /&gt;
Download the eject application:&lt;br /&gt;
 cvs -d:pserver:anonymous@eject.cvs.sourceforge.net:/cvsroot/eject login &lt;br /&gt;
 cvs -z3 -d:pserver:anonymous@eject.cvs.sourceforge.net:/cvsroot/eject co -P eject&lt;br /&gt;
&lt;br /&gt;
Compile the app:&lt;br /&gt;
 cd eject&lt;br /&gt;
 om-conf eject&lt;br /&gt;
 cd eject&lt;br /&gt;
 make&lt;br /&gt;
 scp eject root@192.168.0.202:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Turn USB into host mode: (http://wiki.openmoko.org/wiki/Neo_1973_USB_host)&lt;br /&gt;
(Hint: make sure your ssh connection is not through usb :-) )&lt;br /&gt;
&lt;br /&gt;
[[Category:USB]]&lt;/div&gt;</summary>
		<author><name>Cquarinto</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Hspa-stick</id>
		<title>Hspa-stick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Hspa-stick"/>
				<updated>2009-08-14T11:06:54Z</updated>
		
		<summary type="html">&lt;p&gt;Cquarinto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Just for clarification freerunner do not support HSPA.&lt;br /&gt;
&lt;br /&gt;
Here i will describe a way to get a HSPA USB stick working with the FreeRunner.&lt;br /&gt;
( Tested with the Novatel MC950D )&lt;br /&gt;
&lt;br /&gt;
Problem at installation was that the HSPA-Stick register a virtual cdrom drive if attached to usb host. FreeRunner do not have installed UDF-filesystem modules so you have to comile that on you own. (Yes i know the virtual cdrom drive is useless because there are only windoof and osx drivers but you have to eject the cdrom to get a serial&amp;lt;-&amp;gt;usb converter working.&lt;br /&gt;
&lt;br /&gt;
1. Install crosscompile environment&lt;br /&gt;
http://wiki.openmoko.org/wiki/Toolchain&lt;br /&gt;
&lt;br /&gt;
2.&lt;br /&gt;
on the phone:&lt;br /&gt;
 opkg info kernel&lt;br /&gt;
&lt;br /&gt;
 Package: kernel&lt;br /&gt;
 Version: 2.6.24_2.6.24+git27+1a95efdc23966343a3b432ceef2f6c24dc0e2052-r2&lt;br /&gt;
 Depends: kernel-2.6.24&lt;br /&gt;
 Status: install ok installed&lt;br /&gt;
 Architecture: om-gta02&lt;br /&gt;
 Installed-Time: 1217369038&lt;br /&gt;
&lt;br /&gt;
copy the git serial number: 1a95efdc23966343a3b432ceef2f6c24dc0e2052&lt;br /&gt;
&lt;br /&gt;
on host:&lt;br /&gt;
 git clone git://git.openmoko.org/git/kernel.git linux-2.6&lt;br /&gt;
&lt;br /&gt;
 cd to the created folder ( cd linux-2.6)   (aded by CQuarinto)&lt;br /&gt;
&lt;br /&gt;
 git checkout 1a95efdc23966343a3b432ceef2f6c24dc0e2052&lt;br /&gt;
&lt;br /&gt;
after download go to the directory created and execute following commands:&lt;br /&gt;
&lt;br /&gt;
Download .config file for installed kernel. (Hmm plz can someone add this info)&lt;br /&gt;
&lt;br /&gt;
I am not 100% sure that this will work (got it from: http://git.openmoko.org/?p=kernel.git;a=summary):&lt;br /&gt;
&lt;br /&gt;
 Apparently, the .config file is downloaded with the git checkout command and it is really &lt;br /&gt;
 gta02_defconfig (under linux-2.6/arch/arm/configs/). For my kernel though the name of the file was&lt;br /&gt;
 gta02-moredrivers-defconfig. So to get the .config file I had to do:&lt;br /&gt;
&lt;br /&gt;
 cp ./arch/arm/configs/gta02-moredrivers-defconfig .config  (by CQuarinto)&lt;br /&gt;
&lt;br /&gt;
search the line: CONFIG_UDF_FS=n&lt;br /&gt;
and replace with: CONFIG_UDF_FS=m&lt;br /&gt;
&lt;br /&gt;
compile the kernel and modules&lt;br /&gt;
 . /usr/local/openmoko/arm/setup-env&lt;br /&gt;
 export CROSS_COMPILE=arm-angstrom-linux-gnueabi-&lt;br /&gt;
 make -f synthesize-gta-module-configs.mak&lt;br /&gt;
 make ARCH=arm&lt;br /&gt;
 make ARCH=arm modules&lt;br /&gt;
&lt;br /&gt;
Next copy the kernel module to the freerunner:&lt;br /&gt;
 scp fs/udf/udf.ko root@192.168.0.202:/lib/modules/2.6.24/kernel/fs/udf&lt;br /&gt;
&lt;br /&gt;
Download the eject application:&lt;br /&gt;
 cvs -d:pserver:anonymous@eject.cvs.sourceforge.net:/cvsroot/eject login &lt;br /&gt;
 cvs -z3 -d:pserver:anonymous@eject.cvs.sourceforge.net:/cvsroot/eject co -P eject&lt;br /&gt;
&lt;br /&gt;
Compile the app:&lt;br /&gt;
 cd eject&lt;br /&gt;
 om-conf eject&lt;br /&gt;
 cd eject&lt;br /&gt;
 make&lt;br /&gt;
 scp eject root@192.168.0.202:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Turn USB into host mode: (http://wiki.openmoko.org/wiki/Neo_1973_USB_host)&lt;br /&gt;
(Hint: make sure your ssh connection is not through usb :-) )&lt;br /&gt;
&lt;br /&gt;
[[Category:USB]]&lt;/div&gt;</summary>
		<author><name>Cquarinto</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Hspa-stick</id>
		<title>Hspa-stick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Hspa-stick"/>
				<updated>2009-08-14T11:06:21Z</updated>
		
		<summary type="html">&lt;p&gt;Cquarinto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Just for clarification freerunner do not support HSPA.&lt;br /&gt;
&lt;br /&gt;
Here i will describe a way to get a HSPA USB stick working with the FreeRunner.&lt;br /&gt;
( Tested with the Novatel MC950D )&lt;br /&gt;
&lt;br /&gt;
Problem at installation was that the HSPA-Stick register a virtual cdrom drive if attached to usb host. FreeRunner do not have installed UDF-filesystem modules so you have to comile that on you own. (Yes i know the virtual cdrom drive is useless because there are only windoof and osx drivers but you have to eject the cdrom to get a serial&amp;lt;-&amp;gt;usb converter working.&lt;br /&gt;
&lt;br /&gt;
1. Install crosscompile environment&lt;br /&gt;
http://wiki.openmoko.org/wiki/Toolchain&lt;br /&gt;
&lt;br /&gt;
2.&lt;br /&gt;
on the phone:&lt;br /&gt;
 opkg info kernel&lt;br /&gt;
&lt;br /&gt;
 Package: kernel&lt;br /&gt;
 Version: 2.6.24_2.6.24+git27+1a95efdc23966343a3b432ceef2f6c24dc0e2052-r2&lt;br /&gt;
 Depends: kernel-2.6.24&lt;br /&gt;
 Status: install ok installed&lt;br /&gt;
 Architecture: om-gta02&lt;br /&gt;
 Installed-Time: 1217369038&lt;br /&gt;
&lt;br /&gt;
copy the git serial number: 1a95efdc23966343a3b432ceef2f6c24dc0e2052&lt;br /&gt;
&lt;br /&gt;
on host:&lt;br /&gt;
 git clone git://git.openmoko.org/git/kernel.git linux-2.6&lt;br /&gt;
&lt;br /&gt;
 cd to the created folder ( cd linux-2.6)&lt;br /&gt;
&lt;br /&gt;
 git checkout 1a95efdc23966343a3b432ceef2f6c24dc0e2052&lt;br /&gt;
&lt;br /&gt;
after download go to the directory created and execute following commands:&lt;br /&gt;
&lt;br /&gt;
Download .config file for installed kernel. (Hmm plz can someone add this info)&lt;br /&gt;
&lt;br /&gt;
I am not 100% sure that this will work (got it from: http://git.openmoko.org/?p=kernel.git;a=summary):&lt;br /&gt;
&lt;br /&gt;
 Apparently, the .config file is downloaded with the git checkout command and it is really &lt;br /&gt;
 gta02_defconfig (under linux-2.6/arch/arm/configs/). For my kernel though the name of the file was&lt;br /&gt;
 gta02-moredrivers-defconfig. So to get the .config file I had to do:&lt;br /&gt;
&lt;br /&gt;
 cp ./arch/arm/configs/gta02-moredrivers-defconfig .config  (by CQuarinto)&lt;br /&gt;
&lt;br /&gt;
search the line: CONFIG_UDF_FS=n&lt;br /&gt;
and replace with: CONFIG_UDF_FS=m&lt;br /&gt;
&lt;br /&gt;
compile the kernel and modules&lt;br /&gt;
 . /usr/local/openmoko/arm/setup-env&lt;br /&gt;
 export CROSS_COMPILE=arm-angstrom-linux-gnueabi-&lt;br /&gt;
 make -f synthesize-gta-module-configs.mak&lt;br /&gt;
 make ARCH=arm&lt;br /&gt;
 make ARCH=arm modules&lt;br /&gt;
&lt;br /&gt;
Next copy the kernel module to the freerunner:&lt;br /&gt;
 scp fs/udf/udf.ko root@192.168.0.202:/lib/modules/2.6.24/kernel/fs/udf&lt;br /&gt;
&lt;br /&gt;
Download the eject application:&lt;br /&gt;
 cvs -d:pserver:anonymous@eject.cvs.sourceforge.net:/cvsroot/eject login &lt;br /&gt;
 cvs -z3 -d:pserver:anonymous@eject.cvs.sourceforge.net:/cvsroot/eject co -P eject&lt;br /&gt;
&lt;br /&gt;
Compile the app:&lt;br /&gt;
 cd eject&lt;br /&gt;
 om-conf eject&lt;br /&gt;
 cd eject&lt;br /&gt;
 make&lt;br /&gt;
 scp eject root@192.168.0.202:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Turn USB into host mode: (http://wiki.openmoko.org/wiki/Neo_1973_USB_host)&lt;br /&gt;
(Hint: make sure your ssh connection is not through usb :-) )&lt;br /&gt;
&lt;br /&gt;
[[Category:USB]]&lt;/div&gt;</summary>
		<author><name>Cquarinto</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Hspa-stick</id>
		<title>Hspa-stick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Hspa-stick"/>
				<updated>2009-08-14T10:28:04Z</updated>
		
		<summary type="html">&lt;p&gt;Cquarinto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Just for clarification freerunner do not support HSPA.&lt;br /&gt;
&lt;br /&gt;
Here i will describe a way to get a HSPA USB stick working with the FreeRunner.&lt;br /&gt;
( Tested with the Novatel MC950D )&lt;br /&gt;
&lt;br /&gt;
Problem at installation was that the HSPA-Stick register a virtual cdrom drive if attached to usb host. FreeRunner do not have installed UDF-filesystem modules so you have to comile that on you own. (Yes i know the virtual cdrom drive is useless because there are only windoof and osx drivers but you have to eject the cdrom to get a serial&amp;lt;-&amp;gt;usb converter working.&lt;br /&gt;
&lt;br /&gt;
1. Install crosscompile environment&lt;br /&gt;
http://wiki.openmoko.org/wiki/Toolchain&lt;br /&gt;
&lt;br /&gt;
2.&lt;br /&gt;
on the phone:&lt;br /&gt;
 opkg info kernel&lt;br /&gt;
&lt;br /&gt;
 Package: kernel&lt;br /&gt;
 Version: 2.6.24_2.6.24+git27+1a95efdc23966343a3b432ceef2f6c24dc0e2052-r2&lt;br /&gt;
 Depends: kernel-2.6.24&lt;br /&gt;
 Status: install ok installed&lt;br /&gt;
 Architecture: om-gta02&lt;br /&gt;
 Installed-Time: 1217369038&lt;br /&gt;
&lt;br /&gt;
copy the git serial number: 1a95efdc23966343a3b432ceef2f6c24dc0e2052&lt;br /&gt;
&lt;br /&gt;
on host:&lt;br /&gt;
 git clone git://git.openmoko.org/git/kernel.git linux-2.6&lt;br /&gt;
&lt;br /&gt;
 cd to the created folder ( cd linux-2.6)&lt;br /&gt;
&lt;br /&gt;
 git checkout 1a95efdc23966343a3b432ceef2f6c24dc0e2052&lt;br /&gt;
&lt;br /&gt;
after download go to the directory created and execute following commands:&lt;br /&gt;
&lt;br /&gt;
Download .config file for installed kernel. (Hmm plz can someone add this info)&lt;br /&gt;
search the line: CONFIG_UDF_FS=n&lt;br /&gt;
and replace with: CONFIG_UDF_FS=m&lt;br /&gt;
&lt;br /&gt;
compile the kernel and modules&lt;br /&gt;
 . /usr/local/openmoko/arm/setup-env&lt;br /&gt;
 export CROSS_COMPILE=arm-angstrom-linux-gnueabi-&lt;br /&gt;
 make -f synthesize-gta-module-configs.mak&lt;br /&gt;
 make ARCH=arm&lt;br /&gt;
 make ARCH=arm modules&lt;br /&gt;
&lt;br /&gt;
Next copy the kernel module to the freerunner:&lt;br /&gt;
 scp fs/udf/udf.ko root@192.168.0.202:/lib/modules/2.6.24/kernel/fs/udf&lt;br /&gt;
&lt;br /&gt;
Download the eject application:&lt;br /&gt;
 cvs -d:pserver:anonymous@eject.cvs.sourceforge.net:/cvsroot/eject login &lt;br /&gt;
 cvs -z3 -d:pserver:anonymous@eject.cvs.sourceforge.net:/cvsroot/eject co -P eject&lt;br /&gt;
&lt;br /&gt;
Compile the app:&lt;br /&gt;
 cd eject&lt;br /&gt;
 om-conf eject&lt;br /&gt;
 cd eject&lt;br /&gt;
 make&lt;br /&gt;
 scp eject root@192.168.0.202:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Turn USB into host mode: (http://wiki.openmoko.org/wiki/Neo_1973_USB_host)&lt;br /&gt;
(Hint: make sure your ssh connection is not through usb :-) )&lt;br /&gt;
&lt;br /&gt;
[[Category:USB]]&lt;/div&gt;</summary>
		<author><name>Cquarinto</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Cquarinto</id>
		<title>User:Cquarinto</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Cquarinto"/>
				<updated>2008-12-26T21:15:02Z</updated>
		
		<summary type="html">&lt;p&gt;Cquarinto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have upgraded from 2008.9 to 2008.12 using the instructions (no flashing). Result is that I can't USB into the phone any longer. Yes, it was not a clean 2008.9 as I had some community software installed, but I think this is a little too scary... &lt;br /&gt;
&lt;br /&gt;
Anyway, I have also populated with 2008.12 the 512MB sd card and booted. It stops at the booting scripts with an error and doesn't complete the boot. So, the only usable distribution I have now is the Qtopia Extended from the 8G SD card.&lt;br /&gt;
&lt;br /&gt;
Well, I was waiting for an update but I was quite OK with the 2008.9 I had.... now I am kind of stuck with this....&lt;br /&gt;
&lt;br /&gt;
CQ&lt;br /&gt;
&lt;br /&gt;
===========&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I am an enthusiastic of the FreeRunner and OpenMoko initiatives. &lt;br /&gt;
I am looking forward to find other people in Vancouver/Surrey that are &lt;br /&gt;
using the device.&lt;br /&gt;
I am not sure on how to use this publishing tool. So that's just a test.&lt;br /&gt;
For Now.&lt;br /&gt;
&lt;br /&gt;
Ok, now that's the situation here:&lt;br /&gt;
&lt;br /&gt;
I don't have a debug card. I have been able to to a dual boot using the SD card that is provided with the phone. I have the Neo FreeRunner GTV02.&lt;br /&gt;
I tried to do the dual boot with the 8G SD Card and it failed (three times),&lt;br /&gt;
because it seems that the data on the card get corrupted after a suspend and/or a shutdown. It worked with the original 512MB card.&lt;br /&gt;
&lt;br /&gt;
The primary boot is with QTOPIA and it is stable but not fully implemented (no GPS, no Browser, etc.), just a phone with some more stuff on it. (But I still love it. The secondary boot on the SD card is OpenMoko 2008.8 and, well it's buggy alright....&lt;br /&gt;
&lt;br /&gt;
--[[User:Cquarinto|Cquarinto]] 20:00, 22 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
Good news, I have downloaded the latest and greatest version of uBoot and now the 8G SD card is going OK.  I have now a dul boot. The phone boots autmogically on Qtopia, if I want to boot on OM200808 I start with the NAND boot (press lock/ then power) and select the FAT32 option.&lt;br /&gt;
Great!!&lt;br /&gt;
&lt;br /&gt;
Sep. 7 2008&lt;br /&gt;
I now have the latest and greatest Qtopia on the phone and Om2008.8 (ASU?) on my 8GB SD card. (Dual Boot). I have created a script to custimize the basics when I flash the SD card or the phone. Still it is not quite stable, but now 2008.8 shows a quasi reliable indicator of the battery power. It setill sucks up too much of my time. But it's great for tinkerers like me. The other day I also (for the very first time) contributed to the Wiki adding an option to a script for the localization that would not otherwise work on my phone. &lt;br /&gt;
I am confused regarding the installation of other features in 2008.8. Specifically the illume-config-illume or the &amp;quot;wrench&amp;quot; symbol does not appear, no matter how I tried.&lt;br /&gt;
   Still waiting for somebody from the Vancouver lower mainland to contact or to be contacted by. I am open to collaboration/discussion under a user and development point of view. e-mail at cq5itc at shaw doc ca.&lt;br /&gt;
CQ&lt;/div&gt;</summary>
		<author><name>Cquarinto</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Cquarinto</id>
		<title>User:Cquarinto</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Cquarinto"/>
				<updated>2008-12-26T21:12:07Z</updated>
		
		<summary type="html">&lt;p&gt;Cquarinto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have upgraded from 2008.9 to 2008.12 using the instructions (no flashing). Result is that I can't USB into the phone any longer. Yes, it was not a clean 2008.9 as I had some community software installed, but I think this is a little too scary... &lt;br /&gt;
Anyway, I have also populated with 2008.12 the 512MB sd card and booted. It stops at the booting scripts with an error and doesn't complete the boot. So, the only usable distribution I have not is the Qtopia Extended from the 8G SD card.&lt;br /&gt;
&lt;br /&gt;
Well, I was waiting for an update but I was quite OK with the 2008.9 I had.... now I am kind of stuck with this....&lt;br /&gt;
&lt;br /&gt;
CQ&lt;br /&gt;
&lt;br /&gt;
===========&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I am an enthusiastic of the FreeRunner and OpenMoko initiatives. &lt;br /&gt;
I am looking forward to find other people in Vancouver/Surrey that are &lt;br /&gt;
using the device.&lt;br /&gt;
I am not sure on how to use this publishing tool. So that's just a test.&lt;br /&gt;
For Now.&lt;br /&gt;
&lt;br /&gt;
Ok, now that's the situation here:&lt;br /&gt;
&lt;br /&gt;
I don't have a debug card. I have been able to to a dual boot using the SD card that is provided with the phone. I have the Neo FreeRunner GTV02.&lt;br /&gt;
I tried to do the dual boot with the 8G SD Card and it failed (three times),&lt;br /&gt;
because it seems that the data on the card get corrupted after a suspend and/or a shutdown. It worked with the original 512MB card.&lt;br /&gt;
&lt;br /&gt;
The primary boot is with QTOPIA and it is stable but not fully implemented (no GPS, no Browser, etc.), just a phone with some more stuff on it. (But I still love it. The secondary boot on the SD card is OpenMoko 2008.8 and, well it's buggy alright....&lt;br /&gt;
&lt;br /&gt;
--[[User:Cquarinto|Cquarinto]] 20:00, 22 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
Good news, I have downloaded the latest and greatest version of uBoot and now the 8G SD card is going OK.  I have now a dul boot. The phone boots autmogically on Qtopia, if I want to boot on OM200808 I start with the NAND boot (press lock/ then power) and select the FAT32 option.&lt;br /&gt;
Great!!&lt;br /&gt;
&lt;br /&gt;
Sep. 7 2008&lt;br /&gt;
I now have the latest and greatest Qtopia on the phone and Om2008.8 (ASU?) on my 8GB SD card. (Dual Boot). I have created a script to custimize the basics when I flash the SD card or the phone. Still it is not quite stable, but now 2008.8 shows a quasi reliable indicator of the battery power. It setill sucks up too much of my time. But it's great for tinkerers like me. The other day I also (for the very first time) contributed to the Wiki adding an option to a script for the localization that would not otherwise work on my phone. &lt;br /&gt;
I am confused regarding the installation of other features in 2008.8. Specifically the illume-config-illume or the &amp;quot;wrench&amp;quot; symbol does not appear, no matter how I tried.&lt;br /&gt;
   Still waiting for somebody from the Vancouver lower mainland to contact or to be contacted by. I am open to collaboration/discussion under a user and development point of view. e-mail at cq5itc at shaw doc ca.&lt;br /&gt;
CQ&lt;/div&gt;</summary>
		<author><name>Cquarinto</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Cquarinto</id>
		<title>User:Cquarinto</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Cquarinto"/>
				<updated>2008-09-08T06:13:51Z</updated>
		
		<summary type="html">&lt;p&gt;Cquarinto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am an enthusiastic of the FreeRunner and OpenMoko initiatives. &lt;br /&gt;
I am looking forward to find other people in Vancouver/Surrey that are &lt;br /&gt;
using the device.&lt;br /&gt;
I am not sure on how to use this publishing tool. So that's just a test.&lt;br /&gt;
For Now.&lt;br /&gt;
&lt;br /&gt;
Ok, now that's the situation here:&lt;br /&gt;
&lt;br /&gt;
I don't have a debug card. I have been able to to a dual boot using the SD card that is provided with the phone. I have the Neo FreeRunner GTV02.&lt;br /&gt;
I tried to do the dual boot with the 8G SD Card and it failed (three times),&lt;br /&gt;
because it seems that the data on the card get corrupted after a suspend and/or a shutdown. It worked with the original 512MB card.&lt;br /&gt;
&lt;br /&gt;
The primary boot is with QTOPIA and it is stable but not fully implemented (no GPS, no Browser, etc.), just a phone with some more stuff on it. (But I still love it. The secondary boot on the SD card is OpenMoko 2008.8 and, well it's buggy alright....&lt;br /&gt;
&lt;br /&gt;
--[[User:Cquarinto|Cquarinto]] 20:00, 22 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
Good news, I have downloaded the latest and greatest version of uBoot and now the 8G SD card is going OK.  I have now a dul boot. The phone boots autmogically on Qtopia, if I want to boot on OM200808 I start with the NAND boot (press lock/ then power) and select the FAT32 option.&lt;br /&gt;
Great!!&lt;br /&gt;
&lt;br /&gt;
Sep. 7 2008&lt;br /&gt;
I now have the latest and greatest Qtopia on the phone and Om2008.8 (ASU?) on my 8GB SD card. (Dual Boot). I have created a script to custimize the basics when I flash the SD card or the phone. Still it is not quite stable, but now 2008.8 shows a quasi reliable indicator of the battery power. It setill sucks up too much of my time. But it's great for tinkerers like me. The other day I also (for the very first time) contributed to the Wiki adding an option to a script for the localization that would not otherwise work on my phone. &lt;br /&gt;
I am confused regarding the installation of other features in 2008.8. Specifically the illume-config-illume or the &amp;quot;wrench&amp;quot; symbol does not appear, no matter how I tried.&lt;br /&gt;
   Still waiting for somebody from the Vancouver lower mainland to contact or to be contacted by. I am open to collaboration/discussion under a user and development point of view. e-mail at cq5itc at shaw doc ca.&lt;br /&gt;
CQ&lt;/div&gt;</summary>
		<author><name>Cquarinto</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Cquarinto</id>
		<title>User:Cquarinto</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Cquarinto"/>
				<updated>2008-09-08T06:13:19Z</updated>
		
		<summary type="html">&lt;p&gt;Cquarinto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am an enthusiastic of the FreeRunner and OpenMoko initiatives. &lt;br /&gt;
I am looking forward to find other people in Vancouver/Surrey that are &lt;br /&gt;
using the device.&lt;br /&gt;
I am not sure on how to use this publishing tool. So that's just a test.&lt;br /&gt;
For Now.&lt;br /&gt;
&lt;br /&gt;
Ok, now that's the situation here:&lt;br /&gt;
&lt;br /&gt;
I don't have a debug card. I have been able to to a dual boot using the SD card that is provided with the phone. I have the Neo FreeRunner GTV02.&lt;br /&gt;
I tried to do the dual boot with the 8G SD Card and it failed (three times),&lt;br /&gt;
because it seems that the data on the card get corrupted after a suspend and/or a shutdown. It worked with the original 512MB card.&lt;br /&gt;
&lt;br /&gt;
The primary boot is with QTOPIA and it is stable but not fully implemented (no GPS, no Browser, etc.), just a phone with some more stuff on it. (But I still love it. The secondary boot on the SD card is OpenMoko 2008.8 and, well it's buggy alright....&lt;br /&gt;
&lt;br /&gt;
--[[User:Cquarinto|Cquarinto]] 20:00, 22 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
Good news, I have downloaded the latest and greatest version of uBoot and now the 8G SD card is going OK.  I have now a dul boot. The phone boots autmogically on Qtopia, if I want to boot on OM200808 I start with the NAND boot (press lock/ then power) and select the FAT32 option.&lt;br /&gt;
Great!!&lt;br /&gt;
&lt;br /&gt;
Sep. 7 2008&lt;br /&gt;
I now have the latest and greatest Qtopia on the phone and Om2008.8 (ASU?) on my 8GB SD card. (Dual Boot). I have created a script to custimize the basics when I flash the SD card or the phone. Still it is not quite stable, but now 2008.8 shows a quasi reliable indicator of the battery power. It setill sucks up too much of my time. But it's great for tinkerers like me. The other day I also (for the very first time) contributed to the Wiki adding an option to a script for the localization that would not otherwise work on my phone. &lt;br /&gt;
   I am confused regarding the installation of other features in 2008.8. Specifically the illume-config-illume or the &amp;quot;wrench&amp;quot; symbol does not appear, no matter how I tried.&lt;br /&gt;
   Still waiting for somebody from the Vancouver lower mainland to contact or to be contacted by. I am open to collaboration/discussion under a user and development point of view. e-mail at cq5itc at shaw doc ca.&lt;br /&gt;
CQ&lt;/div&gt;</summary>
		<author><name>Cquarinto</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Cquarinto</id>
		<title>User:Cquarinto</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Cquarinto"/>
				<updated>2008-09-08T06:12:06Z</updated>
		
		<summary type="html">&lt;p&gt;Cquarinto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am an enthusiastic of the FreeRunner and OpenMoko initiatives. &lt;br /&gt;
I am looking forward to find other people in Vancouver/Surrey that are &lt;br /&gt;
using the device.&lt;br /&gt;
I am not sure on how to use this publishing tool. So that's just a test.&lt;br /&gt;
For Now.&lt;br /&gt;
&lt;br /&gt;
Ok, now that's the situation here:&lt;br /&gt;
&lt;br /&gt;
I don't have a debug card. I have been able to to a dual boot using the SD card that is provided with the phone. I have the Neo FreeRunner GTV02.&lt;br /&gt;
I tried to do the dual boot with the 8G SD Card and it failed (three times),&lt;br /&gt;
because it seems that the data on the card get corrupted after a suspend and/or a shutdown. It worked with the original 512MB card.&lt;br /&gt;
&lt;br /&gt;
The primary boot is with QTOPIA and it is stable but not fully implemented (no GPS, no Browser, etc.), just a phone with some more stuff on it. (But I still love it. The secondary boot on the SD card is OpenMoko 2008.8 and, well it's buggy alright....&lt;br /&gt;
&lt;br /&gt;
--[[User:Cquarinto|Cquarinto]] 20:00, 22 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
Good news, I have downloaded the latest and greatest version of uBoot and now the 8G SD card is going OK.  I have now a dul boot. The phone boots autmogically on Qtopia, if I want to boot on OM200808 I start with the NAND boot (press lock/ then power) and select the FAT32 option.&lt;br /&gt;
Great!!&lt;br /&gt;
&lt;br /&gt;
-- Sep. 7 2008 - &lt;br /&gt;
   I now have the latest and greatest Qtopia on the phone and Om2008.8 (ASU?) on my 8GB SD card. (Dual Boot). I have created a script to custimize the basics when I flash the SD card or the phone. Still it is not quite stable, but now 2008.8 shows a quasi reliable indicator of the battery power. It setill sucks up too much of my time. But it's great for tinkerers like me. The other day I also (for the very first time) contributed to the Wiki adding an option to a script for the localization that would not otherwise work on my phone. &lt;br /&gt;
   I am confused regarding the installation of other features in 2008.8. Specifically the illume-config-illume or the &amp;quot;wrench&amp;quot; symbol does not appear, no matter how I tried.&lt;br /&gt;
   Still waiting for somebody from the Vancouver lower mainland to contact or to be contacted by. I am open to collaboration/discussion under a user and development point of view. e-mail at cq5itc at shaw doc ca.&lt;br /&gt;
CQ&lt;/div&gt;</summary>
		<author><name>Cquarinto</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Setting_Date_and_Time</id>
		<title>Setting Date and Time</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Setting_Date_and_Time"/>
				<updated>2008-09-07T06:00:30Z</updated>
		
		<summary type="html">&lt;p&gt;Cquarinto: /* Setting your local timezone */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Linux systems (such as the FreeRunner) prefer that the system clock be set to universal time (UTC). Then, you will need to configure the timezone to display the time adjusted to local time.&lt;br /&gt;
&lt;br /&gt;
See [[Timezone]] for instructions on changing the time zone.&lt;br /&gt;
&lt;br /&gt;
For more information on Linux timekeeping, see [http://www.linuxsa.org.au/tips/time.html Linux, Clocks, and Time]. (But ignore mentions of ''/etc/sysconfig/clock''. That doesn't apply to the Openmoko environment.)&lt;br /&gt;
&lt;br /&gt;
== Setting the date/time using &amp;quot;date&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
To change the date on your FreeRunner, issue one of the following commands:&lt;br /&gt;
&lt;br /&gt;
 date -s ''MMDDhhmm''&lt;br /&gt;
 date -s ''MMDDhhmmYYYY''&lt;br /&gt;
 date -s ''MMDDhhmmYYYY.ss''&lt;br /&gt;
&lt;br /&gt;
where ''MM'' is the month, 01-12; ''DD'' is the day, 01-31; ''hhmm'' is the time, 0000-2359; ''YYYY'' is the optional year, and ''.ss'' is the optional seconds.&lt;br /&gt;
&lt;br /&gt;
== Setting date/time from your linux box ==&lt;br /&gt;
&lt;br /&gt;
  ssh root@openmoko &amp;quot;date -u -s `date -u +%m%d%H%M%Y.%S`&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Setting your local timezone ==&lt;br /&gt;
&lt;br /&gt;
To have your FreeRunner display time appropriate to your local timezone, update the /etc/localtime symlink to point to the file in /usr/share/zoneinfo that represents your timezone. For example, in an SSH session to the phone, or in a terminal running on the phone:&lt;br /&gt;
&lt;br /&gt;
 # ls -l /etc/localtime&lt;br /&gt;
 lrwxrwxrwx 1 root root 27 Jul 10 23:05 /etc/localtime -&amp;gt; /usr/share/zoneinfo/PST8PDT&lt;br /&gt;
 # ln -s /usr/share/zoneinfo/CST6CDT /etc/localtime&lt;br /&gt;
&lt;br /&gt;
(Based on [http://n2.nabble.com/Date-%2B-NTP-tp675145p675163.html this post on the support mailing list])&lt;br /&gt;
&lt;br /&gt;
You may want to try this if the above returns something like &amp;quot;file exists&amp;quot;.&lt;br /&gt;
 # ln -sf /usr/share/zoneinfo/CST6CDT /etc/localtime&lt;br /&gt;
the -f (--force) removes existing destination files. (CQ).&lt;br /&gt;
&lt;br /&gt;
== Setting the date/time automatically with NTP ==&lt;br /&gt;
&lt;br /&gt;
If your FreeRunner is connected to the internet, you can instead set the time automatically:&lt;br /&gt;
&lt;br /&gt;
  opkg install ntpclient&lt;br /&gt;
  ntpclient -s -h pool.ntp.org&lt;br /&gt;
&lt;br /&gt;
If your FreeRunner is connecting to the internet through a USB host, make sure you allow UDP traffic to pass through on port 123 (NTP) on your host machine or you may get a &amp;quot;no route to host&amp;quot; error from ntpclient.&lt;br /&gt;
&lt;br /&gt;
== Syncing the hardware clock ==&lt;br /&gt;
&lt;br /&gt;
No matter which method you used above, sync the hardware clock with the system time to make your change persist over reboots:&lt;br /&gt;
&lt;br /&gt;
 hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
Note: if you run the [[ASU]] image, hwclock will not work. Instead you can use: &lt;br /&gt;
&lt;br /&gt;
 echo &amp;quot;W\n&amp;quot; &amp;gt; /var/spool/at/trigger&lt;br /&gt;
&lt;br /&gt;
Here is a link from the community mailing list for using hwclock with the [[ASU]] image&lt;br /&gt;
:http://lists.openmoko.org/pipermail/community/2008-July/023786.html&lt;br /&gt;
&lt;br /&gt;
== Setting the date/time automatically with gps ==&lt;br /&gt;
&lt;br /&gt;
[http://projects.openmoko.org/projects/gpv/ GPS Sight] has a button to sync the hardware clock to the gps clock.&lt;br /&gt;
&lt;br /&gt;
First you have to make sure gps works on you neo. You can do that by following the steps in the [[Getting_Started_with_your_Neo_FreeRunner#Use_the_GPS]].&lt;br /&gt;
&lt;br /&gt;
The second step is to install GPS Sight:&lt;br /&gt;
&lt;br /&gt;
 # opkg install http://projects.openmoko.org/frs/download.php/227/gpssight_0.8.4_freerunner.armv4t.ipk&lt;br /&gt;
&lt;br /&gt;
The last step is the actual syncing of the clock. For this, simply run the GPS Sight program from the main menu, wait for it to find the gps time and click the button labeled &amp;quot;Sync clock&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Future Work ==&lt;br /&gt;
&lt;br /&gt;
Presumably it might also be possible to use gpspipe (or something else) to set the date once you have a gps fix automatically?  In addition, the phone stack should set the date, time, and timezone once connected to a network.&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation|Date and Time]]&lt;br /&gt;
[[Category:Guides|Date and Time]]&lt;br /&gt;
[[Category:Preferences|Date and Time]]&lt;/div&gt;</summary>
		<author><name>Cquarinto</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Setting_Date_and_Time</id>
		<title>Setting Date and Time</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Setting_Date_and_Time"/>
				<updated>2008-09-07T05:59:45Z</updated>
		
		<summary type="html">&lt;p&gt;Cquarinto: /* Setting your local timezone */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Linux systems (such as the FreeRunner) prefer that the system clock be set to universal time (UTC). Then, you will need to configure the timezone to display the time adjusted to local time.&lt;br /&gt;
&lt;br /&gt;
See [[Timezone]] for instructions on changing the time zone.&lt;br /&gt;
&lt;br /&gt;
For more information on Linux timekeeping, see [http://www.linuxsa.org.au/tips/time.html Linux, Clocks, and Time]. (But ignore mentions of ''/etc/sysconfig/clock''. That doesn't apply to the Openmoko environment.)&lt;br /&gt;
&lt;br /&gt;
== Setting the date/time using &amp;quot;date&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
To change the date on your FreeRunner, issue one of the following commands:&lt;br /&gt;
&lt;br /&gt;
 date -s ''MMDDhhmm''&lt;br /&gt;
 date -s ''MMDDhhmmYYYY''&lt;br /&gt;
 date -s ''MMDDhhmmYYYY.ss''&lt;br /&gt;
&lt;br /&gt;
where ''MM'' is the month, 01-12; ''DD'' is the day, 01-31; ''hhmm'' is the time, 0000-2359; ''YYYY'' is the optional year, and ''.ss'' is the optional seconds.&lt;br /&gt;
&lt;br /&gt;
== Setting date/time from your linux box ==&lt;br /&gt;
&lt;br /&gt;
  ssh root@openmoko &amp;quot;date -u -s `date -u +%m%d%H%M%Y.%S`&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Setting your local timezone ==&lt;br /&gt;
&lt;br /&gt;
To have your FreeRunner display time appropriate to your local timezone, update the /etc/localtime symlink to point to the file in /usr/share/zoneinfo that represents your timezone. For example, in an SSH session to the phone, or in a terminal running on the phone:&lt;br /&gt;
&lt;br /&gt;
 # ls -l /etc/localtime&lt;br /&gt;
 lrwxrwxrwx 1 root root 27 Jul 10 23:05 /etc/localtime -&amp;gt; /usr/share/zoneinfo/PST8PDT&lt;br /&gt;
 # ln -s /usr/share/zoneinfo/CST6CDT /etc/localtime&lt;br /&gt;
&lt;br /&gt;
(Based on [http://n2.nabble.com/Date-%2B-NTP-tp675145p675163.html this post on the support mailing list])&lt;br /&gt;
&lt;br /&gt;
You may want to try this if the above returns something like &amp;quot;file exists&amp;quot;.&lt;br /&gt;
 # ln -sf /usr/share/zoneinfo/CST6CDT /etc/localtime&lt;br /&gt;
the -f (--force) removes existing destination files) (CQ).&lt;br /&gt;
&lt;br /&gt;
== Setting the date/time automatically with NTP ==&lt;br /&gt;
&lt;br /&gt;
If your FreeRunner is connected to the internet, you can instead set the time automatically:&lt;br /&gt;
&lt;br /&gt;
  opkg install ntpclient&lt;br /&gt;
  ntpclient -s -h pool.ntp.org&lt;br /&gt;
&lt;br /&gt;
If your FreeRunner is connecting to the internet through a USB host, make sure you allow UDP traffic to pass through on port 123 (NTP) on your host machine or you may get a &amp;quot;no route to host&amp;quot; error from ntpclient.&lt;br /&gt;
&lt;br /&gt;
== Syncing the hardware clock ==&lt;br /&gt;
&lt;br /&gt;
No matter which method you used above, sync the hardware clock with the system time to make your change persist over reboots:&lt;br /&gt;
&lt;br /&gt;
 hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
Note: if you run the [[ASU]] image, hwclock will not work. Instead you can use: &lt;br /&gt;
&lt;br /&gt;
 echo &amp;quot;W\n&amp;quot; &amp;gt; /var/spool/at/trigger&lt;br /&gt;
&lt;br /&gt;
Here is a link from the community mailing list for using hwclock with the [[ASU]] image&lt;br /&gt;
:http://lists.openmoko.org/pipermail/community/2008-July/023786.html&lt;br /&gt;
&lt;br /&gt;
== Setting the date/time automatically with gps ==&lt;br /&gt;
&lt;br /&gt;
[http://projects.openmoko.org/projects/gpv/ GPS Sight] has a button to sync the hardware clock to the gps clock.&lt;br /&gt;
&lt;br /&gt;
First you have to make sure gps works on you neo. You can do that by following the steps in the [[Getting_Started_with_your_Neo_FreeRunner#Use_the_GPS]].&lt;br /&gt;
&lt;br /&gt;
The second step is to install GPS Sight:&lt;br /&gt;
&lt;br /&gt;
 # opkg install http://projects.openmoko.org/frs/download.php/227/gpssight_0.8.4_freerunner.armv4t.ipk&lt;br /&gt;
&lt;br /&gt;
The last step is the actual syncing of the clock. For this, simply run the GPS Sight program from the main menu, wait for it to find the gps time and click the button labeled &amp;quot;Sync clock&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Future Work ==&lt;br /&gt;
&lt;br /&gt;
Presumably it might also be possible to use gpspipe (or something else) to set the date once you have a gps fix automatically?  In addition, the phone stack should set the date, time, and timezone once connected to a network.&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation|Date and Time]]&lt;br /&gt;
[[Category:Guides|Date and Time]]&lt;br /&gt;
[[Category:Preferences|Date and Time]]&lt;/div&gt;</summary>
		<author><name>Cquarinto</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Cquarinto</id>
		<title>User:Cquarinto</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Cquarinto"/>
				<updated>2008-08-25T05:20:29Z</updated>
		
		<summary type="html">&lt;p&gt;Cquarinto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am an enthusiastic of the FreeRunner and OpenMoko initiatives. &lt;br /&gt;
I am looking forward to find other people in Vancouver/Surrey that are &lt;br /&gt;
using the device.&lt;br /&gt;
I am not sure on how to use this publishing tool. So that's just a test.&lt;br /&gt;
For Now.&lt;br /&gt;
&lt;br /&gt;
Ok, now that's the situation here:&lt;br /&gt;
&lt;br /&gt;
I don't have a debug card. I have been able to to a dual boot using the SD card that is provided with the phone. I have the Neo FreeRunner GTV02.&lt;br /&gt;
I tried to do the dual boot with the 8G SD Card and it failed (three times),&lt;br /&gt;
because it seems that the data on the card get corrupted after a suspend and/or a shutdown. It worked with the original 512MB card.&lt;br /&gt;
&lt;br /&gt;
The primary boot is with QTOPIA and it is stable but not fully implemented (no GPS, no Browser, etc.), just a phone with some more stuff on it. (But I still love it. The secondary boot on the SD card is OpenMoko 2008.8 and, well it's buggy alright....&lt;br /&gt;
&lt;br /&gt;
--[[User:Cquarinto|Cquarinto]] 20:00, 22 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
Good news, I have downloaded the latest and greatest version of uBoot and now the 8G SD card is going OK.  I have now a dul boot. The phone boots autmogically on Qtopia, if I want to boot on OM200808 I start with the NAND boot (press lock/ then power) and select the FAT32 option.&lt;br /&gt;
Great!!&lt;/div&gt;</summary>
		<author><name>Cquarinto</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Cquarinto</id>
		<title>User:Cquarinto</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Cquarinto"/>
				<updated>2008-08-22T20:00:51Z</updated>
		
		<summary type="html">&lt;p&gt;Cquarinto: My Experience with the FreeRunner ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am an enthusiastic of the FreeRunner and OpenMoko initiatives. &lt;br /&gt;
I am looking forward to find other people in Vancouver/Surrey that are &lt;br /&gt;
using the device.&lt;br /&gt;
I am not sure on how to use this publishing tool. So that's just a test.&lt;br /&gt;
For Now.&lt;br /&gt;
&lt;br /&gt;
Ok, now that's the situation here:&lt;br /&gt;
&lt;br /&gt;
I don't have a debug card. I have been able to to a dual boot using the SD card that is provided with the phone. I have the Neo FreeRunner GTV02.&lt;br /&gt;
I tried to do the dual boot with the 8G SD Card and it failed (three times),&lt;br /&gt;
because it seems that the data on the card get corrupted after a suspend and/or a shutdown. It worked with the original 512MB card.&lt;br /&gt;
&lt;br /&gt;
The primary boot is with QTOPIA and it is stable but not fully implemented (no GPS, no Browser, etc.), just a phone with some more stuff on it. (But I still love it. The secondary boot on the SD card is OpenMoko 2008.8 and, well it's buggy alright....&lt;br /&gt;
&lt;br /&gt;
--[[User:Cquarinto|Cquarinto]] 20:00, 22 August 2008 (UTC)&lt;/div&gt;</summary>
		<author><name>Cquarinto</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Cquarinto</id>
		<title>User:Cquarinto</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Cquarinto"/>
				<updated>2008-08-22T19:55:15Z</updated>
		
		<summary type="html">&lt;p&gt;Cquarinto: New page: I am an enthusiastic of the FreeRunner and OpenMoko initiatives.  I am looking forward to find other people in Vancouver/Surrey that are  using the device. I am not sure on how to use this...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am an enthusiastic of the FreeRunner and OpenMoko initiatives. &lt;br /&gt;
I am looking forward to find other people in Vancouver/Surrey that are &lt;br /&gt;
using the device.&lt;br /&gt;
I am not sure on how to use this publishing tool. So that's just a test.&lt;br /&gt;
For Now.&lt;/div&gt;</summary>
		<author><name>Cquarinto</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User_talk:Cquarinto</id>
		<title>User talk:Cquarinto</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User_talk:Cquarinto"/>
				<updated>2008-08-06T19:12:18Z</updated>
		
		<summary type="html">&lt;p&gt;Cquarinto: Annoyances with the FreeRunner (Neo)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Well, I am new to this class of tools, so I don't know how to use it yet.&lt;br /&gt;
&lt;br /&gt;
Issues:&lt;br /&gt;
Echo sound heard by a caller. &lt;br /&gt;
This is much more than a nuisance for my wife. We need to fix this.&lt;br /&gt;
&lt;br /&gt;
GPS: I don't know how to operate it, I never had one before.&lt;/div&gt;</summary>
		<author><name>Cquarinto</name></author>	</entry>

	</feed>