<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.meego.com/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.meego.com/index.php?title=Special:Contributions/Wcwang&amp;feed=atom&amp;limit=50&amp;target=Wcwang&amp;year=&amp;month=</id>
		<title>MeeGo wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.meego.com/index.php?title=Special:Contributions/Wcwang&amp;feed=atom&amp;limit=50&amp;target=Wcwang&amp;year=&amp;month="/>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Special:Contributions/Wcwang"/>
		<updated>2013-05-18T11:36:19Z</updated>
		<subtitle>From MeeGo wiki</subtitle>
		<generator>MediaWiki 1.16.2</generator>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.1/Troubleshooting</id>
		<title>SDK/Docs/1.1/Troubleshooting</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.1/Troubleshooting"/>
				<updated>2011-08-04T12:29:18Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* General SDK Errors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please contribute to this page, especially when you find solutions.&lt;br /&gt;
&lt;br /&gt;
When adding a new line, please include OS version, graphics chipset, and image date (such as Fedora 12, NVidia graphics, Netbook image 07-21-2010)&lt;br /&gt;
&lt;br /&gt;
== General SDK Errors ==&lt;br /&gt;
&amp;lt;table border='1' cellpadding='3px' style=&amp;quot;padding: 0em&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Error&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Solution&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td valign='top'&amp;gt;Downloading or unpacking an image gives errors.&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Ensure that the MD5SUM matches:&lt;br /&gt;
 $ md5sum &amp;lt;image file&amp;gt;&lt;br /&gt;
The images are large so you might try a download program that handles connection interrupts, such as wget:&lt;br /&gt;
 $ wget --continue &amp;amp;lt;link to file&amp;amp;gt;&lt;br /&gt;
     &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td valign='top'&amp;gt;Creating and testing a target with MADDE&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;
If you connect the internet by a proxy,you should use:&lt;br /&gt;
&amp;lt;pre&amp;gt;# sudo mad-admin fetch [-x proxyhost[:port]] URL|URL_ALIAS&amp;lt;/pre&amp;gt;&lt;br /&gt;
Examples:&lt;br /&gt;
&amp;lt;pre&amp;gt;# sudo mad-admin fetch -x http://proxy.host:8080 http://server/path/file.tgz&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note: see also MADDE command manual (for Linux: /usr/share/madde/docs/MadTools.html)&lt;br /&gt;
&lt;br /&gt;
Or you can do it like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;# zypper addrepo -f http://repo.meego.com/MeeGo/sdk/host/repos/meego/1.1/meego-sdk.repo&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;# export http_proxy=&amp;quot;http://username:passwd@&amp;lt;proxy_IP&amp;gt;:&amp;lt;proxy_port&amp;gt;&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;# mad-admin create -f &amp;lt;target&amp;gt; &amp;lt;/pre&amp;gt;&lt;br /&gt;
     &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
[Ubuntu 10.04, NVIDIA, handset 2010/10/31] QMAKESPEC has not been set when running qmake.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ mad -t meego-handset-ia32-1.1 qmake&lt;br /&gt;
-unix is deprecated.&lt;br /&gt;
QMAKESPEC has not been set, so configuration cannot be deduced.&lt;br /&gt;
Error processing project file:&lt;br /&gt;
/home/user_x/work/meego/qthello-handset/qthello-handset.pro&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Set QMAKESPEC using a command such as the following (bash):&lt;br /&gt;
&amp;lt;pre&amp;gt;$ export QMAKESPEC=linux-g++&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Compilation fails for MTF application&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
This is a known issue: see bug [http://bugs.meego.com/show_bug.cgi?id=8938 8938]&amp;lt;br/&amp;gt;&lt;br /&gt;
The solution is [http://wiki.meego.com/SDK/Troubleshooting/Compiling_MTF Compiling MTF applications here].&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
[Ubuntu 10.04, NVIDIA, handset 2010/10/31] Depending on the &amp;lt;code&amp;gt;umask&amp;lt;/code&amp;gt; setting during installation, access to the SDK components may not be available to non-root users. This results in errors such as the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ mad -t meego-handset-ia32-1.1 qmake&lt;br /&gt;
-unix is deprecated.&lt;br /&gt;
Could not find mkspecs for your QMAKESPEC(linux-g++) after trying:&lt;br /&gt;
	/usr/lib/madde/linux-i686/sysroots/meego-core-ia32-madde-sysroot-1.1-fs/usr/share/qt4/mkspecs&lt;br /&gt;
Error processing project file:&lt;br /&gt;
/home/user_x/work/meego/qthello-handset/qthello-handset.pro&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Change the permissions on the SDK installation (/usr/lib/madde/linux-i686/ on Ubuntu) using commands such as the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
find ./ -perm 700 -exec chmod 755 {} \;&lt;br /&gt;
find ./ -perm 600 -exec chmod 644 {} \;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
[Fedora 15, NVIDIA, tablet 2011/8/1] The installer cannot be installed normally. config_target.sh failed. The QEMU cannot be launched.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
 yum install perl&lt;br /&gt;
 yum install SDL&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== QEMU SDK Errors ==&lt;br /&gt;
&amp;lt;table border='1' cellpadding='3px' style=&amp;quot;padding: 0em&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Error&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Solution&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td valign='top'&amp;gt;1) Launching QEMU displays a KVM error.&amp;lt;br&amp;gt;&lt;br /&gt;
Ubuntu 9.04, Intel graphics&lt;br /&gt;
 Could not access KVM kernel module: No such file or directory&lt;br /&gt;
 failed to initialize KVM &amp;lt;br&amp;gt;&lt;br /&gt;
or running below command did not show up QEMU window.&lt;br /&gt;
 mad remote -r meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime poweron&lt;br /&gt;
     &amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;In SDK 1.1 release, QEMU may exit silently if KVM kernel module is not loaded in advance. Your system must have VT support and have the KVM modules loaded.  Check the [http://wiki.meego.com/MeeGo_SDK_Enabling_QEMU QEMU enabling page] for details. &amp;lt;br&amp;gt;&lt;br /&gt;
In SDK 1.1 update release, the launching scripts has been updated to check whether the KVM module is loaded. If not, QEMU will start without &amp;quot;-enable-kvm&amp;quot; option. So with 1.1 update release, user should be able to launch QEMU always, although slow if KVM is not enabled. We did not start KVM automatically because of the [http://bugs.meego.com/show_bug.cgi?id=10075 KVM] bug.&lt;br /&gt;
     &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;2) Launching QEMU displays permissions error, e.g.&amp;lt;br/&amp;gt;&lt;br /&gt;
  &amp;lt;pre&amp;gt;&lt;br /&gt;
error while loading shared libraries: /usr/lib/libGL.so.1:&lt;br /&gt;
cannot restore segment prot after reloc: Permission denied&lt;br /&gt;
  &amp;lt;/pre&amp;gt;&lt;br /&gt;
  This error is known to occur when using libGL.so + QEMU 1.1.2x on FC13&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;This error is due to SELinux security policy settings. There are two possible solutions:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Temporary&amp;lt;/strong&amp;gt; (needs to be repeated on each reboot)&lt;br /&gt;
  &amp;lt;pre&amp;gt;sudo /usr/sbin/setenforce 0&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Permanent&amp;lt;/strong&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
In the &amp;lt;code&amp;gt;/etc/selinux/config&amp;lt;/code&amp;gt; file, set the value of the &amp;lt;code&amp;gt;enforcing&amp;lt;/code&amp;gt; variable to &amp;lt;code&amp;gt;disabled&amp;lt;/code&amp;gt;.&amp;lt;br/&amp;gt;&lt;br /&gt;
You will also need to do &amp;lt;code&amp;gt;sudo /usr/sbin/setenforce 0&amp;lt;/code&amp;gt; to make this change immediately. SELinux should be disabled on the next boot.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After disabling the selinux enforcement policy the QEMU version from 1.1 SDK can then be launched via mad tools:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mad remote –r meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime poweron&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;3) Launching QEMU just shows a black window.  No MeeGo UI appears&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;It is a known that kernel version for Ubuntu 10.10 (2.6.35.23) and some earlier kernel version has a kvm bug which will cause the MeeGo kernel to hang at the very begining of booting up. Please refer to [http://bugs.meego.com/show_bug.cgi?id=9790 bug 9790] and [http://bugs.meego.com/show_bug.cgi?id=10075 bug 10075] for more information. It could be solved by using the latest kvm kernel module. In case of Ubuntu 10.10, it could be solved by updating kernel with ubuntu update manager. &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;4) MeeGo Handset 1.1 image. Launching QEMU just shows a decorator bar. X seems to start and ssh could work, but no UI was shown &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Usually that is because the UI program &amp;quot;duihome&amp;quot; crashed for some reason. One possible reason is that there is no sound card available in host system, which crashed &amp;quot;sysuid&amp;quot; in QEMU client OS, and as a result, duihome crashed. There was a [http://bugs.meego.com/show_bug.cgi?id=11367 bug 11367] reported against &amp;quot;sysuid&amp;quot; in MeeGo UX. [http://bugs.meego.com/show_bug.cgi?id=9351 Another bug 9351] could be a reference of this issue. &amp;lt;br&amp;gt; &amp;lt;br&amp;gt; If the sound card works in you host system, and sometimes UI shows and sometimes not, one thing you could try is to ssh into the MeeGo, delete the file &amp;quot;/tmp/mstatusbar_pixmap_handle&amp;quot;, or simply delete everything in &amp;quot;/tmp/&amp;quot;, and then try again. The file contains a handler shared between processes, which seems to be the direct reason causing &amp;quot;duihome&amp;quot; to crash.&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;5) Performance of MeeGo OS in QEMU is slow. Animations and screen changes is slow (3-5 seconds for each action)&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt; QEMU in MeeGo SDK has the graphic acceleration to improve the performance. The feature is in MeeGo SDK 1.1.2 update release and coming 1.2 release. The feature could be checked by running below command in a terminal in the MeeGo image:&lt;br /&gt;
 glxinfo|grep renderer&lt;br /&gt;
If the output is &amp;quot;Software Rasterizing&amp;quot;, the feature is not enabled. In such case, one possible reason is that the graphic driver on host is not properly installed. On both linux and windows system, QEMU could disable graphic acceleration automatically if it failed driver capability check. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Meanwhile, the benefit of graphic acceleration relies on the power of host graphic card. It is especially true for Windows system. Advanced graphic card could help.&lt;br /&gt;
 &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;6) [Ubuntu 10.04, NVIDIA, handset 2010/10/31] Runtime is not listed as (installed) using &amp;lt;code&amp;gt;mad-admin list runtimes&amp;lt;/code&amp;gt; after it has been installed with &amp;lt;code&amp;gt;mad-admin create&amp;lt;/code&amp;gt;.&lt;br /&gt;
 $ sudo mad-admin create -f -e meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime&lt;br /&gt;
 Extracting QEMU runtime meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime&lt;br /&gt;
 .....9....8....7....6....5....4....3....2....1....0&lt;br /&gt;
 Creating missing links... done.&lt;br /&gt;
 $ mad-admin list runtimes&lt;br /&gt;
 qemu-n900-pr12                                         (installable)&lt;br /&gt;
 rx48-diablo                                            (installable)&lt;br /&gt;
 meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime  (installable)&lt;br /&gt;
 meego-netbook-ia32-qemu-1.1.20101031.2037-sda-runtime  (installable)&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;Change the permission of the &amp;lt;i&amp;gt;/usr/lib/madde/linux-i686/runtimes&amp;lt;/i&amp;gt; directory and it&amp;amp;#39;s sub-directories to &amp;lt;i&amp;gt;r-x&amp;lt;/i&amp;gt; for all users and allow read permission for all users on the &amp;lt;i&amp;gt;information&amp;lt;/i&amp;gt; file that is contained in the runtime sub-directory.&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;7) &amp;quot;error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory&amp;quot; when trying to run on Ubuntu 10.04, even though the said library is definitely present in /usr/lib&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Unknown&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;8)[Ubuntu 10.04, NVIDIA, handset 2010/10/31] Starting MeeGo runtime in QEMU does nothing. No emulator is displayed and it is not possible to ssh into the image even after setting QEMU_NOGRAPHIC and restarting:&lt;br /&gt;
 $ sudo mad remote -r meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime poweron&lt;br /&gt;
 Starting QEMU runtime meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime&lt;br /&gt;
 This may take some time ...&lt;br /&gt;
 $ ssh meego@127.0.0.1 -p 6666&lt;br /&gt;
 ssh: connect to host 127.0.0.1 port 6666: Connection refused&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Most likely, it is because KVM is not enabled. Madde started QEMU with &amp;quot;-enable-kvm&amp;quot; option. If there is no KVM available, QEMU will just report error and exit. Unfortunately, the error message was not printed out. The improvement is definitely needed. I just submitted a feature request to track this issue [http://bugs.meego.com/show_bug.cgi?id=11386 FEA Madde/QT Creator should report error if QEMU was not started successfully]. &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;Meanwhile, you could still solve the problem by enabling KVM following [http://wiki.meego.com/MeeGo_SDK_Enabling_QEMU QEMU enabling page]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;9) Launching QEMU works, but ssh does not work&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;The most possible reason is that sshd daemon was not started successfully. This was seen by some people and the root cause is that key files for ssh in MeeGo image was destroyed, possibly because of abnormal exit of running image. It could be fixed deleting key files in /etc/ssh in the MeeGo image. If you are able to boot into the image, then open an terminal, and&lt;br /&gt;
 sudo rm -rf /etc/ssh/*key*&lt;br /&gt;
 sudo /etc/init.d/sshd start &lt;br /&gt;
On Linux host system, you could mount into the image and do the change directly as well:&lt;br /&gt;
 sudo mount -o loop,offset=512 xxx.raw /mnt/&lt;br /&gt;
 sudo rm -rf /mnt/etc/ssh/*key*&lt;br /&gt;
 sudo umount&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;10) On windows, with kqemu enabled, handset image did not boot into UI. What was shown only was QEMU gray window. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Systems which have had trouble with kqemu: Intel Core 2 Duo P9400 in Thinkpad T400; Intel Core 2 Q9400 in HP7900 Ultra-slim; Intel i5 (sandybridge)&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt; with KQEMU enabled, QEMU was not able to boot up MeeGo kernel on some host machines. Refer to the [http://wiki.meego.com/SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Windows#Prerequisites prerequisite link] and [http://bugs.meego.com/show_bug.cgi?id=11590 this] bug. &amp;lt;br&amp;gt;&lt;br /&gt;
One trick to try is to enable CPUID limit from Host PC system BIOS. Then start kqemu by:&lt;br /&gt;
 net start kqemu&lt;br /&gt;
NOTE! In general it's not recommended to touch this BIOS setting. &lt;br /&gt;
&amp;lt;hr&amp;gt;If above mentioned solution doesn't work, you could just disable kqem by running &lt;br /&gt;
 net stop kqemu&lt;br /&gt;
and then restart QEMU. Without kqemu, QEMU would be slow, but should be able to boot up MeeGo image. It only applies to SDK 1.1.2 or later versions. &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Xephyr SDK Errors ==&lt;br /&gt;
&amp;lt;table border='1' cellpadding='3px' style=&amp;quot;padding: 0em&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Error&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Solution&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td valign='top'&amp;gt;OS: Ubuntu 10.10 &lt;br /&gt;
Cannot connect applications from Xephyr to Xserver on the host machine&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Meego image loads up with root user. Add root in your xhost eg:&amp;quot;xhost +SI:localuser:root&amp;quot; list. Also verify that the value of DISPLAY variable is same in Xephyr and the host system, to do this run &amp;quot;$echo $DISPLAY&amp;quot; &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Meego-1.1]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.1/Troubleshooting</id>
		<title>SDK/Docs/1.1/Troubleshooting</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.1/Troubleshooting"/>
				<updated>2011-08-04T12:28:34Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* General SDK Errors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please contribute to this page, especially when you find solutions.&lt;br /&gt;
&lt;br /&gt;
When adding a new line, please include OS version, graphics chipset, and image date (such as Fedora 12, NVidia graphics, Netbook image 07-21-2010)&lt;br /&gt;
&lt;br /&gt;
== General SDK Errors ==&lt;br /&gt;
&amp;lt;table border='1' cellpadding='3px' style=&amp;quot;padding: 0em&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Error&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Solution&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td valign='top'&amp;gt;Downloading or unpacking an image gives errors.&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Ensure that the MD5SUM matches:&lt;br /&gt;
 $ md5sum &amp;lt;image file&amp;gt;&lt;br /&gt;
The images are large so you might try a download program that handles connection interrupts, such as wget:&lt;br /&gt;
 $ wget --continue &amp;amp;lt;link to file&amp;amp;gt;&lt;br /&gt;
     &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td valign='top'&amp;gt;Creating and testing a target with MADDE&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;
If you connect the internet by a proxy,you should use:&lt;br /&gt;
&amp;lt;pre&amp;gt;# sudo mad-admin fetch [-x proxyhost[:port]] URL|URL_ALIAS&amp;lt;/pre&amp;gt;&lt;br /&gt;
Examples:&lt;br /&gt;
&amp;lt;pre&amp;gt;# sudo mad-admin fetch -x http://proxy.host:8080 http://server/path/file.tgz&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note: see also MADDE command manual (for Linux: /usr/share/madde/docs/MadTools.html)&lt;br /&gt;
&lt;br /&gt;
Or you can do it like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;# zypper addrepo -f http://repo.meego.com/MeeGo/sdk/host/repos/meego/1.1/meego-sdk.repo&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;# export http_proxy=&amp;quot;http://username:passwd@&amp;lt;proxy_IP&amp;gt;:&amp;lt;proxy_port&amp;gt;&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;# mad-admin create -f &amp;lt;target&amp;gt; &amp;lt;/pre&amp;gt;&lt;br /&gt;
     &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
[Ubuntu 10.04, NVIDIA, handset 2010/10/31] QMAKESPEC has not been set when running qmake.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ mad -t meego-handset-ia32-1.1 qmake&lt;br /&gt;
-unix is deprecated.&lt;br /&gt;
QMAKESPEC has not been set, so configuration cannot be deduced.&lt;br /&gt;
Error processing project file:&lt;br /&gt;
/home/user_x/work/meego/qthello-handset/qthello-handset.pro&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Set QMAKESPEC using a command such as the following (bash):&lt;br /&gt;
&amp;lt;pre&amp;gt;$ export QMAKESPEC=linux-g++&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Compilation fails for MTF application&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
This is a known issue: see bug [http://bugs.meego.com/show_bug.cgi?id=8938 8938]&amp;lt;br/&amp;gt;&lt;br /&gt;
The solution is [http://wiki.meego.com/SDK/Troubleshooting/Compiling_MTF Compiling MTF applications here].&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
[Ubuntu 10.04, NVIDIA, handset 2010/10/31] Depending on the &amp;lt;code&amp;gt;umask&amp;lt;/code&amp;gt; setting during installation, access to the SDK components may not be available to non-root users. This results in errors such as the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ mad -t meego-handset-ia32-1.1 qmake&lt;br /&gt;
-unix is deprecated.&lt;br /&gt;
Could not find mkspecs for your QMAKESPEC(linux-g++) after trying:&lt;br /&gt;
	/usr/lib/madde/linux-i686/sysroots/meego-core-ia32-madde-sysroot-1.1-fs/usr/share/qt4/mkspecs&lt;br /&gt;
Error processing project file:&lt;br /&gt;
/home/user_x/work/meego/qthello-handset/qthello-handset.pro&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Change the permissions on the SDK installation (/usr/lib/madde/linux-i686/ on Ubuntu) using commands such as the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
find ./ -perm 700 -exec chmod 755 {} \;&lt;br /&gt;
find ./ -perm 600 -exec chmod 644 {} \;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
[Fedora 15, NVIDIA, tablet 2011/8/1] The installer cannot be installed normally. config_target.sh failed. The QEMU cannot be launched.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
 yum install perl &amp;lt;br/&amp;gt;&lt;br /&gt;
 yum install SDL &amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== QEMU SDK Errors ==&lt;br /&gt;
&amp;lt;table border='1' cellpadding='3px' style=&amp;quot;padding: 0em&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Error&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Solution&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td valign='top'&amp;gt;1) Launching QEMU displays a KVM error.&amp;lt;br&amp;gt;&lt;br /&gt;
Ubuntu 9.04, Intel graphics&lt;br /&gt;
 Could not access KVM kernel module: No such file or directory&lt;br /&gt;
 failed to initialize KVM &amp;lt;br&amp;gt;&lt;br /&gt;
or running below command did not show up QEMU window.&lt;br /&gt;
 mad remote -r meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime poweron&lt;br /&gt;
     &amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;In SDK 1.1 release, QEMU may exit silently if KVM kernel module is not loaded in advance. Your system must have VT support and have the KVM modules loaded.  Check the [http://wiki.meego.com/MeeGo_SDK_Enabling_QEMU QEMU enabling page] for details. &amp;lt;br&amp;gt;&lt;br /&gt;
In SDK 1.1 update release, the launching scripts has been updated to check whether the KVM module is loaded. If not, QEMU will start without &amp;quot;-enable-kvm&amp;quot; option. So with 1.1 update release, user should be able to launch QEMU always, although slow if KVM is not enabled. We did not start KVM automatically because of the [http://bugs.meego.com/show_bug.cgi?id=10075 KVM] bug.&lt;br /&gt;
     &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;2) Launching QEMU displays permissions error, e.g.&amp;lt;br/&amp;gt;&lt;br /&gt;
  &amp;lt;pre&amp;gt;&lt;br /&gt;
error while loading shared libraries: /usr/lib/libGL.so.1:&lt;br /&gt;
cannot restore segment prot after reloc: Permission denied&lt;br /&gt;
  &amp;lt;/pre&amp;gt;&lt;br /&gt;
  This error is known to occur when using libGL.so + QEMU 1.1.2x on FC13&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;This error is due to SELinux security policy settings. There are two possible solutions:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Temporary&amp;lt;/strong&amp;gt; (needs to be repeated on each reboot)&lt;br /&gt;
  &amp;lt;pre&amp;gt;sudo /usr/sbin/setenforce 0&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Permanent&amp;lt;/strong&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
In the &amp;lt;code&amp;gt;/etc/selinux/config&amp;lt;/code&amp;gt; file, set the value of the &amp;lt;code&amp;gt;enforcing&amp;lt;/code&amp;gt; variable to &amp;lt;code&amp;gt;disabled&amp;lt;/code&amp;gt;.&amp;lt;br/&amp;gt;&lt;br /&gt;
You will also need to do &amp;lt;code&amp;gt;sudo /usr/sbin/setenforce 0&amp;lt;/code&amp;gt; to make this change immediately. SELinux should be disabled on the next boot.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After disabling the selinux enforcement policy the QEMU version from 1.1 SDK can then be launched via mad tools:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mad remote –r meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime poweron&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;3) Launching QEMU just shows a black window.  No MeeGo UI appears&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;It is a known that kernel version for Ubuntu 10.10 (2.6.35.23) and some earlier kernel version has a kvm bug which will cause the MeeGo kernel to hang at the very begining of booting up. Please refer to [http://bugs.meego.com/show_bug.cgi?id=9790 bug 9790] and [http://bugs.meego.com/show_bug.cgi?id=10075 bug 10075] for more information. It could be solved by using the latest kvm kernel module. In case of Ubuntu 10.10, it could be solved by updating kernel with ubuntu update manager. &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;4) MeeGo Handset 1.1 image. Launching QEMU just shows a decorator bar. X seems to start and ssh could work, but no UI was shown &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Usually that is because the UI program &amp;quot;duihome&amp;quot; crashed for some reason. One possible reason is that there is no sound card available in host system, which crashed &amp;quot;sysuid&amp;quot; in QEMU client OS, and as a result, duihome crashed. There was a [http://bugs.meego.com/show_bug.cgi?id=11367 bug 11367] reported against &amp;quot;sysuid&amp;quot; in MeeGo UX. [http://bugs.meego.com/show_bug.cgi?id=9351 Another bug 9351] could be a reference of this issue. &amp;lt;br&amp;gt; &amp;lt;br&amp;gt; If the sound card works in you host system, and sometimes UI shows and sometimes not, one thing you could try is to ssh into the MeeGo, delete the file &amp;quot;/tmp/mstatusbar_pixmap_handle&amp;quot;, or simply delete everything in &amp;quot;/tmp/&amp;quot;, and then try again. The file contains a handler shared between processes, which seems to be the direct reason causing &amp;quot;duihome&amp;quot; to crash.&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;5) Performance of MeeGo OS in QEMU is slow. Animations and screen changes is slow (3-5 seconds for each action)&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt; QEMU in MeeGo SDK has the graphic acceleration to improve the performance. The feature is in MeeGo SDK 1.1.2 update release and coming 1.2 release. The feature could be checked by running below command in a terminal in the MeeGo image:&lt;br /&gt;
 glxinfo|grep renderer&lt;br /&gt;
If the output is &amp;quot;Software Rasterizing&amp;quot;, the feature is not enabled. In such case, one possible reason is that the graphic driver on host is not properly installed. On both linux and windows system, QEMU could disable graphic acceleration automatically if it failed driver capability check. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Meanwhile, the benefit of graphic acceleration relies on the power of host graphic card. It is especially true for Windows system. Advanced graphic card could help.&lt;br /&gt;
 &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;6) [Ubuntu 10.04, NVIDIA, handset 2010/10/31] Runtime is not listed as (installed) using &amp;lt;code&amp;gt;mad-admin list runtimes&amp;lt;/code&amp;gt; after it has been installed with &amp;lt;code&amp;gt;mad-admin create&amp;lt;/code&amp;gt;.&lt;br /&gt;
 $ sudo mad-admin create -f -e meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime&lt;br /&gt;
 Extracting QEMU runtime meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime&lt;br /&gt;
 .....9....8....7....6....5....4....3....2....1....0&lt;br /&gt;
 Creating missing links... done.&lt;br /&gt;
 $ mad-admin list runtimes&lt;br /&gt;
 qemu-n900-pr12                                         (installable)&lt;br /&gt;
 rx48-diablo                                            (installable)&lt;br /&gt;
 meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime  (installable)&lt;br /&gt;
 meego-netbook-ia32-qemu-1.1.20101031.2037-sda-runtime  (installable)&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;Change the permission of the &amp;lt;i&amp;gt;/usr/lib/madde/linux-i686/runtimes&amp;lt;/i&amp;gt; directory and it&amp;amp;#39;s sub-directories to &amp;lt;i&amp;gt;r-x&amp;lt;/i&amp;gt; for all users and allow read permission for all users on the &amp;lt;i&amp;gt;information&amp;lt;/i&amp;gt; file that is contained in the runtime sub-directory.&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;7) &amp;quot;error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory&amp;quot; when trying to run on Ubuntu 10.04, even though the said library is definitely present in /usr/lib&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Unknown&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;8)[Ubuntu 10.04, NVIDIA, handset 2010/10/31] Starting MeeGo runtime in QEMU does nothing. No emulator is displayed and it is not possible to ssh into the image even after setting QEMU_NOGRAPHIC and restarting:&lt;br /&gt;
 $ sudo mad remote -r meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime poweron&lt;br /&gt;
 Starting QEMU runtime meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime&lt;br /&gt;
 This may take some time ...&lt;br /&gt;
 $ ssh meego@127.0.0.1 -p 6666&lt;br /&gt;
 ssh: connect to host 127.0.0.1 port 6666: Connection refused&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Most likely, it is because KVM is not enabled. Madde started QEMU with &amp;quot;-enable-kvm&amp;quot; option. If there is no KVM available, QEMU will just report error and exit. Unfortunately, the error message was not printed out. The improvement is definitely needed. I just submitted a feature request to track this issue [http://bugs.meego.com/show_bug.cgi?id=11386 FEA Madde/QT Creator should report error if QEMU was not started successfully]. &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;Meanwhile, you could still solve the problem by enabling KVM following [http://wiki.meego.com/MeeGo_SDK_Enabling_QEMU QEMU enabling page]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;9) Launching QEMU works, but ssh does not work&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;The most possible reason is that sshd daemon was not started successfully. This was seen by some people and the root cause is that key files for ssh in MeeGo image was destroyed, possibly because of abnormal exit of running image. It could be fixed deleting key files in /etc/ssh in the MeeGo image. If you are able to boot into the image, then open an terminal, and&lt;br /&gt;
 sudo rm -rf /etc/ssh/*key*&lt;br /&gt;
 sudo /etc/init.d/sshd start &lt;br /&gt;
On Linux host system, you could mount into the image and do the change directly as well:&lt;br /&gt;
 sudo mount -o loop,offset=512 xxx.raw /mnt/&lt;br /&gt;
 sudo rm -rf /mnt/etc/ssh/*key*&lt;br /&gt;
 sudo umount&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;10) On windows, with kqemu enabled, handset image did not boot into UI. What was shown only was QEMU gray window. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Systems which have had trouble with kqemu: Intel Core 2 Duo P9400 in Thinkpad T400; Intel Core 2 Q9400 in HP7900 Ultra-slim; Intel i5 (sandybridge)&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt; with KQEMU enabled, QEMU was not able to boot up MeeGo kernel on some host machines. Refer to the [http://wiki.meego.com/SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Windows#Prerequisites prerequisite link] and [http://bugs.meego.com/show_bug.cgi?id=11590 this] bug. &amp;lt;br&amp;gt;&lt;br /&gt;
One trick to try is to enable CPUID limit from Host PC system BIOS. Then start kqemu by:&lt;br /&gt;
 net start kqemu&lt;br /&gt;
NOTE! In general it's not recommended to touch this BIOS setting. &lt;br /&gt;
&amp;lt;hr&amp;gt;If above mentioned solution doesn't work, you could just disable kqem by running &lt;br /&gt;
 net stop kqemu&lt;br /&gt;
and then restart QEMU. Without kqemu, QEMU would be slow, but should be able to boot up MeeGo image. It only applies to SDK 1.1.2 or later versions. &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Xephyr SDK Errors ==&lt;br /&gt;
&amp;lt;table border='1' cellpadding='3px' style=&amp;quot;padding: 0em&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Error&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Solution&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td valign='top'&amp;gt;OS: Ubuntu 10.10 &lt;br /&gt;
Cannot connect applications from Xephyr to Xserver on the host machine&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Meego image loads up with root user. Add root in your xhost eg:&amp;quot;xhost +SI:localuser:root&amp;quot; list. Also verify that the value of DISPLAY variable is same in Xephyr and the host system, to do this run &amp;quot;$echo $DISPLAY&amp;quot; &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Meego-1.1]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.1/Troubleshooting</id>
		<title>SDK/Docs/1.1/Troubleshooting</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.1/Troubleshooting"/>
				<updated>2011-08-04T12:27:25Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* General SDK Errors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please contribute to this page, especially when you find solutions.&lt;br /&gt;
&lt;br /&gt;
When adding a new line, please include OS version, graphics chipset, and image date (such as Fedora 12, NVidia graphics, Netbook image 07-21-2010)&lt;br /&gt;
&lt;br /&gt;
== General SDK Errors ==&lt;br /&gt;
&amp;lt;table border='1' cellpadding='3px' style=&amp;quot;padding: 0em&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Error&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Solution&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td valign='top'&amp;gt;Downloading or unpacking an image gives errors.&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Ensure that the MD5SUM matches:&lt;br /&gt;
 $ md5sum &amp;lt;image file&amp;gt;&lt;br /&gt;
The images are large so you might try a download program that handles connection interrupts, such as wget:&lt;br /&gt;
 $ wget --continue &amp;amp;lt;link to file&amp;amp;gt;&lt;br /&gt;
     &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td valign='top'&amp;gt;Creating and testing a target with MADDE&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;
If you connect the internet by a proxy,you should use:&lt;br /&gt;
&amp;lt;pre&amp;gt;# sudo mad-admin fetch [-x proxyhost[:port]] URL|URL_ALIAS&amp;lt;/pre&amp;gt;&lt;br /&gt;
Examples:&lt;br /&gt;
&amp;lt;pre&amp;gt;# sudo mad-admin fetch -x http://proxy.host:8080 http://server/path/file.tgz&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note: see also MADDE command manual (for Linux: /usr/share/madde/docs/MadTools.html)&lt;br /&gt;
&lt;br /&gt;
Or you can do it like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;# zypper addrepo -f http://repo.meego.com/MeeGo/sdk/host/repos/meego/1.1/meego-sdk.repo&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;# export http_proxy=&amp;quot;http://username:passwd@&amp;lt;proxy_IP&amp;gt;:&amp;lt;proxy_port&amp;gt;&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;# mad-admin create -f &amp;lt;target&amp;gt; &amp;lt;/pre&amp;gt;&lt;br /&gt;
     &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
[Ubuntu 10.04, NVIDIA, handset 2010/10/31] QMAKESPEC has not been set when running qmake.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ mad -t meego-handset-ia32-1.1 qmake&lt;br /&gt;
-unix is deprecated.&lt;br /&gt;
QMAKESPEC has not been set, so configuration cannot be deduced.&lt;br /&gt;
Error processing project file:&lt;br /&gt;
/home/user_x/work/meego/qthello-handset/qthello-handset.pro&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Set QMAKESPEC using a command such as the following (bash):&lt;br /&gt;
&amp;lt;pre&amp;gt;$ export QMAKESPEC=linux-g++&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Compilation fails for MTF application&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
This is a known issue: see bug [http://bugs.meego.com/show_bug.cgi?id=8938 8938]&amp;lt;br/&amp;gt;&lt;br /&gt;
The solution is [http://wiki.meego.com/SDK/Troubleshooting/Compiling_MTF Compiling MTF applications here].&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
[Ubuntu 10.04, NVIDIA, handset 2010/10/31] Depending on the &amp;lt;code&amp;gt;umask&amp;lt;/code&amp;gt; setting during installation, access to the SDK components may not be available to non-root users. This results in errors such as the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ mad -t meego-handset-ia32-1.1 qmake&lt;br /&gt;
-unix is deprecated.&lt;br /&gt;
Could not find mkspecs for your QMAKESPEC(linux-g++) after trying:&lt;br /&gt;
	/usr/lib/madde/linux-i686/sysroots/meego-core-ia32-madde-sysroot-1.1-fs/usr/share/qt4/mkspecs&lt;br /&gt;
Error processing project file:&lt;br /&gt;
/home/user_x/work/meego/qthello-handset/qthello-handset.pro&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Change the permissions on the SDK installation (/usr/lib/madde/linux-i686/ on Ubuntu) using commands such as the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
find ./ -perm 700 -exec chmod 755 {} \;&lt;br /&gt;
find ./ -perm 600 -exec chmod 644 {} \;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
[Fedora 15, NVIDIA, tablet 2011/8/1] The installer cannot be installed normally. config_target.sh failed. The QEMU cannot be launched.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
yum install perl&lt;br /&gt;
yum install SDL&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== QEMU SDK Errors ==&lt;br /&gt;
&amp;lt;table border='1' cellpadding='3px' style=&amp;quot;padding: 0em&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Error&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Solution&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td valign='top'&amp;gt;1) Launching QEMU displays a KVM error.&amp;lt;br&amp;gt;&lt;br /&gt;
Ubuntu 9.04, Intel graphics&lt;br /&gt;
 Could not access KVM kernel module: No such file or directory&lt;br /&gt;
 failed to initialize KVM &amp;lt;br&amp;gt;&lt;br /&gt;
or running below command did not show up QEMU window.&lt;br /&gt;
 mad remote -r meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime poweron&lt;br /&gt;
     &amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;In SDK 1.1 release, QEMU may exit silently if KVM kernel module is not loaded in advance. Your system must have VT support and have the KVM modules loaded.  Check the [http://wiki.meego.com/MeeGo_SDK_Enabling_QEMU QEMU enabling page] for details. &amp;lt;br&amp;gt;&lt;br /&gt;
In SDK 1.1 update release, the launching scripts has been updated to check whether the KVM module is loaded. If not, QEMU will start without &amp;quot;-enable-kvm&amp;quot; option. So with 1.1 update release, user should be able to launch QEMU always, although slow if KVM is not enabled. We did not start KVM automatically because of the [http://bugs.meego.com/show_bug.cgi?id=10075 KVM] bug.&lt;br /&gt;
     &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;2) Launching QEMU displays permissions error, e.g.&amp;lt;br/&amp;gt;&lt;br /&gt;
  &amp;lt;pre&amp;gt;&lt;br /&gt;
error while loading shared libraries: /usr/lib/libGL.so.1:&lt;br /&gt;
cannot restore segment prot after reloc: Permission denied&lt;br /&gt;
  &amp;lt;/pre&amp;gt;&lt;br /&gt;
  This error is known to occur when using libGL.so + QEMU 1.1.2x on FC13&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;This error is due to SELinux security policy settings. There are two possible solutions:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Temporary&amp;lt;/strong&amp;gt; (needs to be repeated on each reboot)&lt;br /&gt;
  &amp;lt;pre&amp;gt;sudo /usr/sbin/setenforce 0&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Permanent&amp;lt;/strong&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
In the &amp;lt;code&amp;gt;/etc/selinux/config&amp;lt;/code&amp;gt; file, set the value of the &amp;lt;code&amp;gt;enforcing&amp;lt;/code&amp;gt; variable to &amp;lt;code&amp;gt;disabled&amp;lt;/code&amp;gt;.&amp;lt;br/&amp;gt;&lt;br /&gt;
You will also need to do &amp;lt;code&amp;gt;sudo /usr/sbin/setenforce 0&amp;lt;/code&amp;gt; to make this change immediately. SELinux should be disabled on the next boot.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After disabling the selinux enforcement policy the QEMU version from 1.1 SDK can then be launched via mad tools:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mad remote –r meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime poweron&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;3) Launching QEMU just shows a black window.  No MeeGo UI appears&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;It is a known that kernel version for Ubuntu 10.10 (2.6.35.23) and some earlier kernel version has a kvm bug which will cause the MeeGo kernel to hang at the very begining of booting up. Please refer to [http://bugs.meego.com/show_bug.cgi?id=9790 bug 9790] and [http://bugs.meego.com/show_bug.cgi?id=10075 bug 10075] for more information. It could be solved by using the latest kvm kernel module. In case of Ubuntu 10.10, it could be solved by updating kernel with ubuntu update manager. &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;4) MeeGo Handset 1.1 image. Launching QEMU just shows a decorator bar. X seems to start and ssh could work, but no UI was shown &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Usually that is because the UI program &amp;quot;duihome&amp;quot; crashed for some reason. One possible reason is that there is no sound card available in host system, which crashed &amp;quot;sysuid&amp;quot; in QEMU client OS, and as a result, duihome crashed. There was a [http://bugs.meego.com/show_bug.cgi?id=11367 bug 11367] reported against &amp;quot;sysuid&amp;quot; in MeeGo UX. [http://bugs.meego.com/show_bug.cgi?id=9351 Another bug 9351] could be a reference of this issue. &amp;lt;br&amp;gt; &amp;lt;br&amp;gt; If the sound card works in you host system, and sometimes UI shows and sometimes not, one thing you could try is to ssh into the MeeGo, delete the file &amp;quot;/tmp/mstatusbar_pixmap_handle&amp;quot;, or simply delete everything in &amp;quot;/tmp/&amp;quot;, and then try again. The file contains a handler shared between processes, which seems to be the direct reason causing &amp;quot;duihome&amp;quot; to crash.&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;5) Performance of MeeGo OS in QEMU is slow. Animations and screen changes is slow (3-5 seconds for each action)&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt; QEMU in MeeGo SDK has the graphic acceleration to improve the performance. The feature is in MeeGo SDK 1.1.2 update release and coming 1.2 release. The feature could be checked by running below command in a terminal in the MeeGo image:&lt;br /&gt;
 glxinfo|grep renderer&lt;br /&gt;
If the output is &amp;quot;Software Rasterizing&amp;quot;, the feature is not enabled. In such case, one possible reason is that the graphic driver on host is not properly installed. On both linux and windows system, QEMU could disable graphic acceleration automatically if it failed driver capability check. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Meanwhile, the benefit of graphic acceleration relies on the power of host graphic card. It is especially true for Windows system. Advanced graphic card could help.&lt;br /&gt;
 &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;6) [Ubuntu 10.04, NVIDIA, handset 2010/10/31] Runtime is not listed as (installed) using &amp;lt;code&amp;gt;mad-admin list runtimes&amp;lt;/code&amp;gt; after it has been installed with &amp;lt;code&amp;gt;mad-admin create&amp;lt;/code&amp;gt;.&lt;br /&gt;
 $ sudo mad-admin create -f -e meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime&lt;br /&gt;
 Extracting QEMU runtime meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime&lt;br /&gt;
 .....9....8....7....6....5....4....3....2....1....0&lt;br /&gt;
 Creating missing links... done.&lt;br /&gt;
 $ mad-admin list runtimes&lt;br /&gt;
 qemu-n900-pr12                                         (installable)&lt;br /&gt;
 rx48-diablo                                            (installable)&lt;br /&gt;
 meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime  (installable)&lt;br /&gt;
 meego-netbook-ia32-qemu-1.1.20101031.2037-sda-runtime  (installable)&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;Change the permission of the &amp;lt;i&amp;gt;/usr/lib/madde/linux-i686/runtimes&amp;lt;/i&amp;gt; directory and it&amp;amp;#39;s sub-directories to &amp;lt;i&amp;gt;r-x&amp;lt;/i&amp;gt; for all users and allow read permission for all users on the &amp;lt;i&amp;gt;information&amp;lt;/i&amp;gt; file that is contained in the runtime sub-directory.&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;7) &amp;quot;error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory&amp;quot; when trying to run on Ubuntu 10.04, even though the said library is definitely present in /usr/lib&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Unknown&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;8)[Ubuntu 10.04, NVIDIA, handset 2010/10/31] Starting MeeGo runtime in QEMU does nothing. No emulator is displayed and it is not possible to ssh into the image even after setting QEMU_NOGRAPHIC and restarting:&lt;br /&gt;
 $ sudo mad remote -r meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime poweron&lt;br /&gt;
 Starting QEMU runtime meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime&lt;br /&gt;
 This may take some time ...&lt;br /&gt;
 $ ssh meego@127.0.0.1 -p 6666&lt;br /&gt;
 ssh: connect to host 127.0.0.1 port 6666: Connection refused&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Most likely, it is because KVM is not enabled. Madde started QEMU with &amp;quot;-enable-kvm&amp;quot; option. If there is no KVM available, QEMU will just report error and exit. Unfortunately, the error message was not printed out. The improvement is definitely needed. I just submitted a feature request to track this issue [http://bugs.meego.com/show_bug.cgi?id=11386 FEA Madde/QT Creator should report error if QEMU was not started successfully]. &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;Meanwhile, you could still solve the problem by enabling KVM following [http://wiki.meego.com/MeeGo_SDK_Enabling_QEMU QEMU enabling page]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;9) Launching QEMU works, but ssh does not work&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;The most possible reason is that sshd daemon was not started successfully. This was seen by some people and the root cause is that key files for ssh in MeeGo image was destroyed, possibly because of abnormal exit of running image. It could be fixed deleting key files in /etc/ssh in the MeeGo image. If you are able to boot into the image, then open an terminal, and&lt;br /&gt;
 sudo rm -rf /etc/ssh/*key*&lt;br /&gt;
 sudo /etc/init.d/sshd start &lt;br /&gt;
On Linux host system, you could mount into the image and do the change directly as well:&lt;br /&gt;
 sudo mount -o loop,offset=512 xxx.raw /mnt/&lt;br /&gt;
 sudo rm -rf /mnt/etc/ssh/*key*&lt;br /&gt;
 sudo umount&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;10) On windows, with kqemu enabled, handset image did not boot into UI. What was shown only was QEMU gray window. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Systems which have had trouble with kqemu: Intel Core 2 Duo P9400 in Thinkpad T400; Intel Core 2 Q9400 in HP7900 Ultra-slim; Intel i5 (sandybridge)&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt; with KQEMU enabled, QEMU was not able to boot up MeeGo kernel on some host machines. Refer to the [http://wiki.meego.com/SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Windows#Prerequisites prerequisite link] and [http://bugs.meego.com/show_bug.cgi?id=11590 this] bug. &amp;lt;br&amp;gt;&lt;br /&gt;
One trick to try is to enable CPUID limit from Host PC system BIOS. Then start kqemu by:&lt;br /&gt;
 net start kqemu&lt;br /&gt;
NOTE! In general it's not recommended to touch this BIOS setting. &lt;br /&gt;
&amp;lt;hr&amp;gt;If above mentioned solution doesn't work, you could just disable kqem by running &lt;br /&gt;
 net stop kqemu&lt;br /&gt;
and then restart QEMU. Without kqemu, QEMU would be slow, but should be able to boot up MeeGo image. It only applies to SDK 1.1.2 or later versions. &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Xephyr SDK Errors ==&lt;br /&gt;
&amp;lt;table border='1' cellpadding='3px' style=&amp;quot;padding: 0em&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Error&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Solution&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td valign='top'&amp;gt;OS: Ubuntu 10.10 &lt;br /&gt;
Cannot connect applications from Xephyr to Xserver on the host machine&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Meego image loads up with root user. Add root in your xhost eg:&amp;quot;xhost +SI:localuser:root&amp;quot; list. Also verify that the value of DISPLAY variable is same in Xephyr and the host system, to do this run &amp;quot;$echo $DISPLAY&amp;quot; &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Meego-1.1]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/1.2/Installer_Status</id>
		<title>SDK/1.2/Installer Status</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/1.2/Installer_Status"/>
				<updated>2011-08-04T10:08:11Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The following table contains links to the latest builds of the MeeGo 1.2 SDK installer.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;color:black; background-color:#ffffcc;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Date || Linux || Windows &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| July 29, 2011&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://meegosdk.s3.amazonaws.com/preview/installer/Linux/meego-sdk-ia32-installer-online-20110712 meego-sdk-ia32-installer-online-20110712] &lt;br /&gt;
[http://meegosdk.s3.amazonaws.com/preview/installer/Linux/meego-sdk-x86_64-installer-online-20110712  meego-sdk-x86_64-installer-online-20110712] &lt;br /&gt;
* Add 64-bit installer&lt;br /&gt;
* Ubuntu 11.04 is supported&lt;br /&gt;
* new tablet target meego-tablet-ia32-qemu-1.2.0.90.10.20110726.2&lt;br /&gt;
* Fix Bug #16241, #17745, #16578, #17385, #18010, #16060, #16201, #17205, #17214, #17488, #17828, #20870, #16051, #17356&lt;br /&gt;
* '''Known issues for meego-tablet-ia32-qemu-1.2.0.90.10.20110726.2 qemu image: When qemu image is started, you need drag your mouse from the middle-bottom of screen to the up to active ''' &lt;br /&gt;
&lt;br /&gt;
|| [http://meegosdk.s3.amazonaws.com/preview/installer/Windows/meego-sdk-installer-online-20110804.exe meego-sdk-installer-online-20110804.exe]&lt;br /&gt;
* New tablet target meego-tablet-ia32-qemu-1.2.0.90.10.20110726.2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| May 19, 2011&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://sdk.meego.com/installer/Linux/meego-sdk-installer-online-20110519 meego-sdk-installer-online-20110519] &lt;br /&gt;
* Overwrite the compressedComponentSize and componentSize with value in package.xml&lt;br /&gt;
* Fix the Getting Started links&lt;br /&gt;
|| [http://sdk.meego.com/installer/Windows/meego-sdk-installer-online-20110519.exe meego-sdk-installer-online-20110519.exe] &lt;br /&gt;
* Modify the default selection for Simulator Qt - MinGW&lt;br /&gt;
* Resolve the display issue of netbook QEMU&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| May 17, 2011&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://s3.amazonaws.com/MeeGoSDK/installer/Linux/meego-sdk-installer-online-20110516 meego-sdk-installer-online-20110516] &lt;br /&gt;
* Fixed BMC#17385 - Selected Components page is confusing&lt;br /&gt;
* Add 3 new targets for 1.2.0.0.0.20110516.6&lt;br /&gt;
|| [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110517.exe meego-sdk-installer-online-20110517.exe] &lt;br /&gt;
* Add 3 new targets for 1.2.0.0.0.20110516.6&lt;br /&gt;
* Fix BMC# 17648: Update Simulator Qt - MSVC2008 to 4.7.2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| May 16, 2011&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://s3.amazonaws.com/MeeGoSDK/installer/Linux/meego-sdk-installer-online-20110516 meego-sdk-installer-online-20110516] &lt;br /&gt;
* Add progress bar and messages on welcome page&lt;br /&gt;
* Fixed BMC#17333 Installer tool crashes when trying to remove Qt Creator the second time&lt;br /&gt;
* Add UninstallerName to installer values; Move RunProgram after TargetDir so that we can use TargetDir to specify RunProgram&lt;br /&gt;
* Fixed BMC#17402 - [Installer] if a target update is canceled at the first install it cannot be installed after&lt;br /&gt;
* Fixed BMC#16195 - Should display the amount of free space available on the drive&lt;br /&gt;
* Fixed BMC# 16403 - Ambiguous message when wrong credentials passwd is entered&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| May 11, 2011&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://s3.amazonaws.com/MeeGoSDK/installer/Linux/meego-sdk-installer-online-20110511 meego-sdk-installer-online-20110511] &lt;br /&gt;
* Modify the UI text of installer such as targets name and add icon for installer&lt;br /&gt;
* Add new targets for 1.1.99.6.20110510.3&lt;br /&gt;
* Support multi-threading  download targets using aria2&lt;br /&gt;
||  [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110511.exe meego-sdk-installer-online-20110511.exe] &lt;br /&gt;
* Installer Config - Add Documentation and Examples components&lt;br /&gt;
* Qt Simulator - Update to 4.7.2&lt;br /&gt;
* Simulator Qt - Update to 4.7.2&lt;br /&gt;
* Documentation - Add Documentation for Qt 4.7&lt;br /&gt;
* Examples and Demos - Add Examples and Demos for Qt 4.7&lt;br /&gt;
|-&lt;br /&gt;
| May 10, 2011&lt;br /&gt;
|| &amp;lt;none&amp;gt;&lt;br /&gt;
|| [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110510.exe meego-sdk-installer-online-20110510.exe]&lt;br /&gt;
* Update installer user interface&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| May 6, 2011&lt;br /&gt;
|| &amp;lt;none&amp;gt;&lt;br /&gt;
|| [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110506.exe meego-sdk-installer-online-20110506.exe]&lt;br /&gt;
* Update Qt Creator. Remove the MTF Template&lt;br /&gt;
* Update Installer Config. Modify qt tools version for Windows&lt;br /&gt;
* Update QEMU. Resolve the sound issue and the handset display issue&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| May 3, 2011&lt;br /&gt;
|| [http://s3.amazonaws.com/MeeGoSDK/installer/Linux/meego-sdk-installer-online-20110503 meego-sdk-installer-online-20110503] &lt;br /&gt;
|| [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110503.exe meego-sdk-installer-online-20110503.exe]&lt;br /&gt;
* Add new Linux component qt-simulator&lt;br /&gt;
* Add 3 new 0503 targets: core, netbook, tablet&lt;br /&gt;
* Update dpi value to fix font size issue&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=white-space:nowrap | April 29, 2011&lt;br /&gt;
|| [http://otc-files.bj.intel.com/pub/MeeGo/SDK/release/sdk_installer/20110429/Linux/meego-sdk-installer-online-20110429 meego-sdk-installer-online-20110429] &lt;br /&gt;
|| [http://otc-files.bj.intel.com/pub/MeeGo/SDK/release/sdk_installer/20110429/Windows/meego-sdk-installer-online-20110429.exe meego-sdk-installer-online-20110429.exe] &lt;br /&gt;
* Update the Qt simulator skin packages&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| April 25, 2011&lt;br /&gt;
|| [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online-20110425 meego-sdk-installer-online-20110425] &lt;br /&gt;
|| [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110425.exe meego-sdk-installer-online-20110425.exe] &lt;br /&gt;
* bug fixed: [https://bugs.meego.com/show_bug.cgi?id=16415 16415 Wrong directory for toolchain's qmake after installing 4-18 build]&lt;br /&gt;
* Installation failed when installing meego-qemu-ia32 package&lt;br /&gt;
* Added Desktop Qt in targets&lt;br /&gt;
* Update mechanism enabled (No need to download installer again)&lt;br /&gt;
* Don’t remove runtime before creating&lt;br /&gt;
* Add 3 new 0426 targets: core, netbook, tablet&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| April 21, 2011&lt;br /&gt;
|| [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online-20110421 meego-sdk-installer-online-20110421] &lt;br /&gt;
* madde version change (0.7.61 --&amp;gt; 0.7.63)&lt;br /&gt;
* Qt Creator bug fixed:  [https://bugs.meego.com/show_bug.cgi?id=16347 16347 - QtCreator build-failure on qtGui hello or shared lib]&lt;br /&gt;
* F14 bug fixed: [https://bugs.meego.com/show_bug.cgi?id=16402 16402 Cannot install SDK in fedora14 if the user is not in sudoers]&lt;br /&gt;
|| &amp;lt;none&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| April 19, 2011&lt;br /&gt;
| &amp;lt;none&amp;gt;&lt;br /&gt;
|| [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110419.exe meego-sdk-installer-online-20110419.exe]&lt;br /&gt;
* Qt Simulator:  Resolved: BMC# [https://bugs.meego.com/show_bug.cgi?id=16315 16315: Fails to install Simulator QTMSVC2008]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| April 18, 2011&lt;br /&gt;
|| &amp;lt;none&amp;gt;&lt;br /&gt;
|| [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110418.exe meego-sdk-installer-online-20110418.exe] &lt;br /&gt;
* Qt Simulator:  Automatically configure Qt Versions for Qt MSVC2008&lt;br /&gt;
* MinGW:  Added v4.4. Change to be invisible for users when installing MeeGo SDK&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Setup/Debugging_with_Simulator</id>
		<title>SDK/Setup/Debugging with Simulator</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Setup/Debugging_with_Simulator"/>
				<updated>2011-06-16T10:29:36Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* Build an app for Qt Simulator, and run it with Qt Simulator */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Build an app for Qt Simulator, and run it with Qt Simulator===&lt;br /&gt;
* '''Note: MTF apps cannot be built with simulator currently, while Qt apps can be built.'''&lt;br /&gt;
* Microsoft C++ Compiler is required to build apps for Qt Simulator. To meet this requirement, you can install one of the following software:&lt;br /&gt;
** Microsoft Visual C++ 2008 Express Edition (http://www.microsoft.com/visualstudio/en-us/products/2008-editions/express).&lt;br /&gt;
** Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1 (http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&amp;amp;displaylang=en). This is for Windows 7 only.&lt;br /&gt;
[[File:Untitled2.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Add Qt Simulator target ====&lt;br /&gt;
The target will be configured automatically after installation. Click 'Rebuild' button if 'Debugging helpers' is not with green correction sign.&lt;br /&gt;
&lt;br /&gt;
[[File:meego-sdk-simulator-qtmsvc2008.png]]&lt;br /&gt;
&lt;br /&gt;
Provided that the configuation is not correct, follow the below steps to config it manually.&lt;br /&gt;
* Launch Qt Creator&lt;br /&gt;
* Go to Tools-&amp;gt;Options-&amp;gt;Qt4-&amp;gt;Qt Versions&lt;br /&gt;
* Click the &amp;quot;+&amp;quot; to add a new &amp;quot;Qt Version&amp;quot;&lt;br /&gt;
* In &amp;quot;Version name&amp;quot;, provide a name, e.g, &amp;quot;Simulator - MSVC&amp;quot;.&lt;br /&gt;
* In &amp;quot;qmake location:&amp;quot;, browse and select qmake location: ''&amp;lt;MEEGO_SDK&amp;gt;\Simulator\Qt\msvc2008\bin\qmake.exe''. Replace &amp;lt;MEEGO_SDK&amp;gt; with the directory where you installed MeeGo SDK; the default is C:\MeeGoSDK_1.2.&lt;br /&gt;
* In &amp;quot;Toolchain:&amp;quot;, browse and select &amp;quot;Microsoft Visual C++ Compilers 9.0 (x86)&amp;quot; if you installed &amp;quot;Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1&amp;quot;, or select &amp;quot;Microsoft Visual C++ Compilers 8.0 (x86)&amp;quot; if you installed &amp;quot;Microsoft Visio C++ 2008 Express Edition&amp;quot;.&lt;br /&gt;
* Build&lt;br /&gt;
* To use the simulator, please refer to http://doc.qt.nokia.com/qtsimulator-1.1/simulator-starting.html for more information. If the simulator cannot be load automatically from Qt Creator, you can launch it once manually by double clicking the icon of &amp;quot;&amp;lt;MEEGO_SDK&amp;gt;\Simulator\Application\simulator.exe&amp;quot; in Explorer.&lt;br /&gt;
An alternative approach to add a new &amp;quot;Qt Version&amp;quot; is to use libraries of MinGW. Note, the component &amp;quot;''Simulator Qt 4.7.2 - MinGW 4.4''&amp;quot; should be installed firstly when installation or maintenance.&lt;br /&gt;
* In &amp;quot;Version name&amp;quot;, provide a name, e.g, &amp;quot;Simulator - MinGW&amp;quot;.&lt;br /&gt;
* In &amp;quot;qmake location:&amp;quot;, browse and select qmake location: ''&amp;lt;MEEGO_SDK&amp;gt;\Simulator\Qt\mingw\bin\qmake.exe''.&lt;br /&gt;
* In &amp;quot;MinGW directory:&amp;quot;, browse and select ''&amp;lt;MEEGO_SDK&amp;gt;\mingw'' if you installed the component of &amp;quot;''Miscellaneous\MinGW''&amp;quot;.&lt;br /&gt;
* If debug is needed furthermore, in Options-&amp;gt;Debugger-&amp;gt;Gdb, Click the &amp;quot;+&amp;quot; to add a new GDB tool. Browse and select gdb tool: ''&amp;lt;MEEGO_SDK&amp;gt;\mingw\bin\gdb.exe'' and then check &amp;quot;MinGW&amp;quot; option.&lt;br /&gt;
&lt;br /&gt;
==== Install Debugging Tools for Windows====&lt;br /&gt;
You need to install Debugging Tools for Windows for debugging apps with simulator.&lt;br /&gt;
&lt;br /&gt;
* Launch Qt Creator&lt;br /&gt;
* Select Tools-&amp;gt;Option-&amp;gt;Debugger-&amp;gt;Cdb, check 'CDB'&lt;br /&gt;
*Click the hyperlink of &amp;quot;Debugging Tools for Windows&amp;quot;&lt;br /&gt;
[[File:Qt-creator-option-debugger-cdb.png|600px]]&lt;br /&gt;
*Download the previous versions of debugging tools for Windows (http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.11.1.404.msi) &lt;br /&gt;
[[File:Web-page-download-debugging-tools.png|600px]]&lt;br /&gt;
* If the CDB path had not been configured preperly, click 'Auto Detect' button to set it manually.&lt;br /&gt;
&lt;br /&gt;
=== Change Skins for Simulator ===&lt;br /&gt;
After the Simulator launched, select the View-&amp;gt;Device to change skins.&lt;br /&gt;
&lt;br /&gt;
[[File:meego-sdk-simulator-skin.png]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Setup/Debugging_with_Simulator</id>
		<title>SDK/Setup/Debugging with Simulator</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Setup/Debugging_with_Simulator"/>
				<updated>2011-06-01T02:43:04Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* Build an app for Qt Simulator, and run it with Qt Simulator */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Build an app for Qt Simulator, and run it with Qt Simulator===&lt;br /&gt;
* '''Note: MTF apps cannot be built with simulator currently, while Qt apps can be built.'''&lt;br /&gt;
* Microsoft C++ Compiler is required to build apps for Qt Simulator. To meet this requirement, you can install one of the following software:&lt;br /&gt;
** Microsoft Visual C++ 2008 Express Edition (http://www.microsoft.com/express/Downloads/#Visual_Studio_2008_Express_Downloads).&lt;br /&gt;
** Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1 (http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&amp;amp;displaylang=en). This is for Windows 7 only.&lt;br /&gt;
[[File:Untitled2.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Add Qt Simulator target ====&lt;br /&gt;
The target will be configured automatically after installation. Click 'Rebuild' button if 'Debugging helpers' is not with green correction sign.&lt;br /&gt;
&lt;br /&gt;
[[File:meego-sdk-simulator-qtmsvc2008.png]]&lt;br /&gt;
&lt;br /&gt;
Provided that the configuation is not correct, follow the below steps to config it manually.&lt;br /&gt;
* Launch Qt Creator&lt;br /&gt;
* Go to Tools-&amp;gt;Options-&amp;gt;Qt4-&amp;gt;Qt Versions&lt;br /&gt;
* Click the &amp;quot;+&amp;quot; to add a new &amp;quot;Qt Version&amp;quot;&lt;br /&gt;
* In &amp;quot;Version name&amp;quot;, provide a name, e.g, &amp;quot;Simulator - MSVC&amp;quot;.&lt;br /&gt;
* In &amp;quot;qmake location:&amp;quot;, browse and select qmake location: ''&amp;lt;MEEGO_SDK&amp;gt;\Simulator\Qt\msvc2008\bin\qmake.exe''. Replace &amp;lt;MEEGO_SDK&amp;gt; with the directory where you installed MeeGo SDK; the default is C:\MeeGoSDK_1.2.&lt;br /&gt;
* In &amp;quot;Toolchain:&amp;quot;, browse and select &amp;quot;Microsoft Visual C++ Compilers 9.0 (x86)&amp;quot; if you installed &amp;quot;Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1&amp;quot;, or select &amp;quot;Microsoft Visual C++ Compilers 8.0 (x86)&amp;quot; if you installed &amp;quot;Microsoft Visio C++ 2008 Express Edition&amp;quot;.&lt;br /&gt;
* Build&lt;br /&gt;
* To use the simulator, please refer to http://doc.qt.nokia.com/qtsimulator-1.1/simulator-starting.html for more information. If the simulator cannot be load automatically from Qt Creator, you can launch it once manually by double clicking the icon of &amp;quot;&amp;lt;MEEGO_SDK&amp;gt;\Simulator\Application\simulator.exe&amp;quot; in Explorer.&lt;br /&gt;
An alternative approach to add a new &amp;quot;Qt Version&amp;quot; is to use libraries of MinGW. Note, the component &amp;quot;''Simulator Qt 4.7.2 - MinGW 4.4''&amp;quot; should be installed firstly when installation or maintenance.&lt;br /&gt;
* In &amp;quot;Version name&amp;quot;, provide a name, e.g, &amp;quot;Simulator - MinGW&amp;quot;.&lt;br /&gt;
* In &amp;quot;qmake location:&amp;quot;, browse and select qmake location: ''&amp;lt;MEEGO_SDK&amp;gt;\Simulator\Qt\mingw\bin\qmake.exe''.&lt;br /&gt;
* In &amp;quot;MinGW directory:&amp;quot;, browse and select ''&amp;lt;MEEGO_SDK&amp;gt;\mingw'' if you installed the component of &amp;quot;''Miscellaneous\MinGW''&amp;quot;.&lt;br /&gt;
* If debug is needed furthermore, in Options-&amp;gt;Debugger-&amp;gt;Gdb, Click the &amp;quot;+&amp;quot; to add a new GDB tool. Browse and select gdb tool: ''&amp;lt;MEEGO_SDK&amp;gt;\mingw\bin\gdb.exe'' and then check &amp;quot;MinGW&amp;quot; option.&lt;br /&gt;
&lt;br /&gt;
==== Install Debugging Tools for Windows====&lt;br /&gt;
You need to install Debugging Tools for Windows for debugging apps with simulator.&lt;br /&gt;
&lt;br /&gt;
* Launch Qt Creator&lt;br /&gt;
* Select Tools-&amp;gt;Option-&amp;gt;Debugger-&amp;gt;Cdb, check 'CDB'&lt;br /&gt;
*Click the hyperlink of &amp;quot;Debugging Tools for Windows&amp;quot;&lt;br /&gt;
[[File:Qt-creator-option-debugger-cdb.png|600px]]&lt;br /&gt;
*Download the previous versions of debugging tools for Windows (http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.11.1.404.msi) &lt;br /&gt;
[[File:Web-page-download-debugging-tools.png|600px]]&lt;br /&gt;
* If the CDB path had not been configured preperly, click 'Auto Detect' button to set it manually.&lt;br /&gt;
&lt;br /&gt;
=== Change Skins for Simulator ===&lt;br /&gt;
After the Simulator launched, select the View-&amp;gt;Device to change skins.&lt;br /&gt;
&lt;br /&gt;
[[File:meego-sdk-simulator-skin.png]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows</id>
		<title>SDK/Docs/1.2/MeeGo SDK 1.2 Preview for Windows</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows"/>
				<updated>2011-05-19T08:12:16Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* Download the MeeGo SDK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Download the MeeGo SDK ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Download and install the SDK'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Download information&lt;br /&gt;
|-&lt;br /&gt;
! File !! File Size !! Installed Size&lt;br /&gt;
|-&lt;br /&gt;
| [http://sdk.meego.com/installer/Windows/meego-sdk-installer-online-20110519.exe MeeGo SDK 1.2 Installer] || 13.6 MB || 517 MB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
SDK content details are described on the [[SDK/Docs/1.2/MeeGo SDK 1.2 Components|SDK Component Summary]] page.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;li&amp;gt;'''Select the components that will be installed'''&amp;lt;br&amp;gt;&lt;br /&gt;
The &amp;quot;Select Components&amp;quot; page of the wizard has a lot of options.  Understanding these is important.  The main task is to select the SDK target you are interested in.   You only need ''one'' target, and each target is 2-4GB.  The tablet target is recommended unless you are specifically interested in one of the other platforms.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-installer-comp.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Install Microsoft Redistribution Package (4MB)'''&amp;lt;br&amp;gt;&lt;br /&gt;
  (Required for Windows XP only; not required for Windows 7)&amp;lt;br&amp;gt;&lt;br /&gt;
  Download and install [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2 vcredist_x86.exe] (Microsoft Visual C++ 2008 SP1 Redistributable Package (x86))&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Next Step: [[SDK/Setup/Building MeeGo Applications|Building MeeGo Applications]]'''&lt;br /&gt;
&lt;br /&gt;
More information: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;[[SDK/Setup/More information|Install kqemu accelerator for QEMU]]&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt; [[SDK/Setup/Debugging with Simulator|Debugging with Simulator]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Meego-1.2]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/1.2/Installer_Status</id>
		<title>SDK/1.2/Installer Status</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/1.2/Installer_Status"/>
				<updated>2011-05-19T06:33:22Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The following table contains links to the latest builds of the MeeGo 1.2 SDK installer.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;color:black; background-color:#ffffcc;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Date || Linux || Windows &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| May 19, 2011&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://sdk.meego.com/installer/Linux/meego-sdk-installer-online-20110519 meego-sdk-installer-online-20110519] &lt;br /&gt;
* Overwrite the compressedComponentSize and componentSize with value in package.xml&lt;br /&gt;
* Fix the Getting Started links&lt;br /&gt;
|| [http://sdk.meego.com/installer/Windows/meego-sdk-installer-online-20110519.exe meego-sdk-installer-online-20110519.exe] &lt;br /&gt;
* Modify the default selection for Simulator Qt - MinGW&lt;br /&gt;
* Resolve the display issue of netbook QEMU&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| May 17, 2011&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://s3.amazonaws.com/MeeGoSDK/installer/Linux/meego-sdk-installer-online-20110516 meego-sdk-installer-online-20110516] &lt;br /&gt;
* Fixed BMC#17385 - Selected Components page is confusing&lt;br /&gt;
* Add 3 new targets for 1.2.0.0.0.20110516.6&lt;br /&gt;
|| [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110517.exe meego-sdk-installer-online-20110517.exe] &lt;br /&gt;
* Add 3 new targets for 1.2.0.0.0.20110516.6&lt;br /&gt;
* Fix BMC# 17648: Update Simulator Qt - MSVC2008 to 4.7.2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| May 16, 2011&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://s3.amazonaws.com/MeeGoSDK/installer/Linux/meego-sdk-installer-online-20110516 meego-sdk-installer-online-20110516] &lt;br /&gt;
* Add progress bar and messages on welcome page&lt;br /&gt;
* Fixed BMC#17333 Installer tool crashes when trying to remove Qt Creator the second time&lt;br /&gt;
* Add UninstallerName to installer values; Move RunProgram after TargetDir so that we can use TargetDir to specify RunProgram&lt;br /&gt;
* Fixed BMC#17402 - [Installer] if a target update is canceled at the first install it cannot be installed after&lt;br /&gt;
* Fixed BMC#16195 - Should display the amount of free space available on the drive&lt;br /&gt;
* Fixed BMC# 16403 - Ambiguous message when wrong credentials passwd is entered&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| May 11, 2011&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://s3.amazonaws.com/MeeGoSDK/installer/Linux/meego-sdk-installer-online-20110511 meego-sdk-installer-online-20110511] &lt;br /&gt;
* Modify the UI text of installer such as targets name and add icon for installer&lt;br /&gt;
* Add new targets for 1.1.99.6.20110510.3&lt;br /&gt;
* Support multi-threading  download targets using aria2&lt;br /&gt;
||  [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110511.exe meego-sdk-installer-online-20110511.exe] &lt;br /&gt;
* Installer Config - Add Documentation and Examples components&lt;br /&gt;
* Qt Simulator - Update to 4.7.2&lt;br /&gt;
* Simulator Qt - Update to 4.7.2&lt;br /&gt;
* Documentation - Add Documentation for Qt 4.7&lt;br /&gt;
* Examples and Demos - Add Examples and Demos for Qt 4.7&lt;br /&gt;
|-&lt;br /&gt;
| May 10, 2011&lt;br /&gt;
|| &amp;lt;none&amp;gt;&lt;br /&gt;
|| [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110510.exe meego-sdk-installer-online-20110510.exe]&lt;br /&gt;
* Update installer user interface&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| May 6, 2011&lt;br /&gt;
|| &amp;lt;none&amp;gt;&lt;br /&gt;
|| [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110506.exe meego-sdk-installer-online-20110506.exe]&lt;br /&gt;
* Update Qt Creator. Remove the MTF Template&lt;br /&gt;
* Update Installer Config. Modify qt tools version for Windows&lt;br /&gt;
* Update QEMU. Resolve the sound issue and the handset display issue&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| May 3, 2011&lt;br /&gt;
|| [http://s3.amazonaws.com/MeeGoSDK/installer/Linux/meego-sdk-installer-online-20110503 meego-sdk-installer-online-20110503] &lt;br /&gt;
|| [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110503.exe meego-sdk-installer-online-20110503.exe]&lt;br /&gt;
* Add new Linux component qt-simulator&lt;br /&gt;
* Add 3 new 0503 targets: core, netbook, tablet&lt;br /&gt;
* Update dpi value to fix font size issue&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=white-space:nowrap | April 29, 2011&lt;br /&gt;
|| [http://otc-files.bj.intel.com/pub/MeeGo/SDK/release/sdk_installer/20110429/Linux/meego-sdk-installer-online-20110429 meego-sdk-installer-online-20110429] &lt;br /&gt;
|| [http://otc-files.bj.intel.com/pub/MeeGo/SDK/release/sdk_installer/20110429/Windows/meego-sdk-installer-online-20110429.exe meego-sdk-installer-online-20110429.exe] &lt;br /&gt;
* Update the Qt simulator skin packages&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| April 25, 2011&lt;br /&gt;
|| [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online-20110425 meego-sdk-installer-online-20110425] &lt;br /&gt;
|| [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110425.exe meego-sdk-installer-online-20110425.exe] &lt;br /&gt;
* bug fixed: [https://bugs.meego.com/show_bug.cgi?id=16415 16415 Wrong directory for toolchain's qmake after installing 4-18 build]&lt;br /&gt;
* Installation failed when installing meego-qemu-ia32 package&lt;br /&gt;
* Added Desktop Qt in targets&lt;br /&gt;
* Update mechanism enabled (No need to download installer again)&lt;br /&gt;
* Don’t remove runtime before creating&lt;br /&gt;
* Add 3 new 0426 targets: core, netbook, tablet&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| April 21, 2011&lt;br /&gt;
|| [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online-20110421 meego-sdk-installer-online-20110421] &lt;br /&gt;
* madde version change (0.7.61 --&amp;gt; 0.7.63)&lt;br /&gt;
* Qt Creator bug fixed:  [https://bugs.meego.com/show_bug.cgi?id=16347 16347 - QtCreator build-failure on qtGui hello or shared lib]&lt;br /&gt;
* F14 bug fixed: [https://bugs.meego.com/show_bug.cgi?id=16402 16402 Cannot install SDK in fedora14 if the user is not in sudoers]&lt;br /&gt;
|| &amp;lt;none&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| April 19, 2011&lt;br /&gt;
| &amp;lt;none&amp;gt;&lt;br /&gt;
|| [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110419.exe meego-sdk-installer-online-20110419.exe]&lt;br /&gt;
* Qt Simulator:  Resolved: BMC# [https://bugs.meego.com/show_bug.cgi?id=16315 16315: Fails to install Simulator QTMSVC2008]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| April 18, 2011&lt;br /&gt;
|| &amp;lt;none&amp;gt;&lt;br /&gt;
|| [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110418.exe meego-sdk-installer-online-20110418.exe] &lt;br /&gt;
* Qt Simulator:  Automatically configure Qt Versions for Qt MSVC2008&lt;br /&gt;
* MinGW:  Added v4.4. Change to be invisible for users when installing MeeGo SDK&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows</id>
		<title>SDK/Docs/1.2/MeeGo SDK 1.2 Preview for Windows</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows"/>
				<updated>2011-05-18T06:30:57Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* Download the MeeGo SDK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Download the MeeGo SDK ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Download and install the SDK'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Download information&lt;br /&gt;
|-&lt;br /&gt;
! File !! File Size !! Installed Size&lt;br /&gt;
|-&lt;br /&gt;
| [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110517.exe MeeGo SDK 1.2 Installer] || 13.6 MB || 517 MB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
SDK content details are described on the [[SDK/Docs/1.2/MeeGo SDK 1.2 Components|SDK Component Summary]] page.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;li&amp;gt;'''Select the components that will be installed'''&amp;lt;br&amp;gt;&lt;br /&gt;
The &amp;quot;Select Components&amp;quot; page of the wizard has a lot of options.  Understanding these is important.  The main task is to select the SDK target you are interested in.   You only need ''one'' target, and each target is 2-4GB.  The tablet target is recommended unless you are specifically interested in one of the other platforms.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-installer-comp.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Install Microsoft Redistribution Package (4MB)'''&amp;lt;br&amp;gt;&lt;br /&gt;
  (Required for Windows XP only; not required for Windows 7)&amp;lt;br&amp;gt;&lt;br /&gt;
  Download and install [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2 vcredist_x86.exe] (Microsoft Visual C++ 2008 SP1 Redistributable Package (x86))&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Next Step: [[SDK/Setup/Building MeeGo Applications|Building MeeGo Applications]]'''&lt;br /&gt;
&lt;br /&gt;
More information: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;[[SDK/Setup/More information|Install kqemu accelerator for QEMU]]&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt; [[SDK/Setup/Debugging with Simulator|Debugging with Simulator]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Meego-1.2]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/1.2/Installer_Status</id>
		<title>SDK/1.2/Installer Status</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/1.2/Installer_Status"/>
				<updated>2011-05-18T00:24:07Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The following table contains links to the latest builds of the MeeGo 1.2 SDK installer.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;color:black; background-color:#ffffcc;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Date || Linux || Windows &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| May 17, 2011&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://s3.amazonaws.com/MeeGoSDK/installer/Linux/meego-sdk-installer-online-20110516 meego-sdk-installer-online-20110516] &lt;br /&gt;
* Fixed BMC#17385 - Selected Components page is confusing&lt;br /&gt;
* Add 3 new targets for 1.2.0.0.0.20110516.6&lt;br /&gt;
|| [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110517.exe meego-sdk-installer-online-20110517.exe] &lt;br /&gt;
* Add 3 new targets for 1.2.0.0.0.20110516.6&lt;br /&gt;
* Fix BMC# 17648: Update Simulator Qt - MSVC2008 to 4.7.2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| May 16, 2011&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://s3.amazonaws.com/MeeGoSDK/installer/Linux/meego-sdk-installer-online-20110516 meego-sdk-installer-online-20110516] &lt;br /&gt;
* Add progress bar and messages on welcome page&lt;br /&gt;
* Fixed BMC#17333 Installer tool crashes when trying to remove Qt Creator the second time&lt;br /&gt;
* Add UninstallerName to installer values; Move RunProgram after TargetDir so that we can use TargetDir to specify RunProgram&lt;br /&gt;
* Fixed BMC#17402 - [Installer] if a target update is canceled at the first install it cannot be installed after&lt;br /&gt;
* Fixed BMC#16195 - Should display the amount of free space available on the drive&lt;br /&gt;
* Fixed BMC# 16403 - Ambiguous message when wrong credentials passwd is entered&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| May 11, 2011&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [http://s3.amazonaws.com/MeeGoSDK/installer/Linux/meego-sdk-installer-online-20110511 meego-sdk-installer-online-20110511] &lt;br /&gt;
* Modify the UI text of installer such as targets name and add icon for installer&lt;br /&gt;
* Add new targets for 1.1.99.6.20110510.3&lt;br /&gt;
* Support multi-threading  download targets using aria2&lt;br /&gt;
||  [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110511.exe meego-sdk-installer-online-20110511.exe] &lt;br /&gt;
* Installer Config - Add Documentation and Examples components&lt;br /&gt;
* Qt Simulator - Update to 4.7.2&lt;br /&gt;
* Simulator Qt - Update to 4.7.2&lt;br /&gt;
* Documentation - Add Documentation for Qt 4.7&lt;br /&gt;
* Examples and Demos - Add Examples and Demos for Qt 4.7&lt;br /&gt;
|-&lt;br /&gt;
| May 10, 2011&lt;br /&gt;
|| &amp;lt;none&amp;gt;&lt;br /&gt;
|| [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110510.exe meego-sdk-installer-online-20110510.exe]&lt;br /&gt;
* Update installer user interface&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| May 6, 2011&lt;br /&gt;
|| &amp;lt;none&amp;gt;&lt;br /&gt;
|| [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110506.exe meego-sdk-installer-online-20110506.exe]&lt;br /&gt;
* Update Qt Creator. Remove the MTF Template&lt;br /&gt;
* Update Installer Config. Modify qt tools version for Windows&lt;br /&gt;
* Update QEMU. Resolve the sound issue and the handset display issue&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| May 3, 2011&lt;br /&gt;
|| [http://s3.amazonaws.com/MeeGoSDK/installer/Linux/meego-sdk-installer-online-20110503 meego-sdk-installer-online-20110503] &lt;br /&gt;
|| [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110503.exe meego-sdk-installer-online-20110503.exe]&lt;br /&gt;
* Add new Linux component qt-simulator&lt;br /&gt;
* Add 3 new 0503 targets: core, netbook, tablet&lt;br /&gt;
* Update dpi value to fix font size issue&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=white-space:nowrap | April 29, 2011&lt;br /&gt;
|| [http://otc-files.bj.intel.com/pub/MeeGo/SDK/release/sdk_installer/20110429/Linux/meego-sdk-installer-online-20110429 meego-sdk-installer-online-20110429] &lt;br /&gt;
|| [http://otc-files.bj.intel.com/pub/MeeGo/SDK/release/sdk_installer/20110429/Windows/meego-sdk-installer-online-20110429.exe meego-sdk-installer-online-20110429.exe] &lt;br /&gt;
* Update the Qt simulator skin packages&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| April 25, 2011&lt;br /&gt;
|| [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online-20110425 meego-sdk-installer-online-20110425] &lt;br /&gt;
|| [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110425.exe meego-sdk-installer-online-20110425.exe] &lt;br /&gt;
* bug fixed: [https://bugs.meego.com/show_bug.cgi?id=16415 16415 Wrong directory for toolchain's qmake after installing 4-18 build]&lt;br /&gt;
* Installation failed when installing meego-qemu-ia32 package&lt;br /&gt;
* Added Desktop Qt in targets&lt;br /&gt;
* Update mechanism enabled (No need to download installer again)&lt;br /&gt;
* Don’t remove runtime before creating&lt;br /&gt;
* Add 3 new 0426 targets: core, netbook, tablet&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| April 21, 2011&lt;br /&gt;
|| [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online-20110421 meego-sdk-installer-online-20110421] &lt;br /&gt;
* madde version change (0.7.61 --&amp;gt; 0.7.63)&lt;br /&gt;
* Qt Creator bug fixed:  [https://bugs.meego.com/show_bug.cgi?id=16347 16347 - QtCreator build-failure on qtGui hello or shared lib]&lt;br /&gt;
* F14 bug fixed: [https://bugs.meego.com/show_bug.cgi?id=16402 16402 Cannot install SDK in fedora14 if the user is not in sudoers]&lt;br /&gt;
|| &amp;lt;none&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| April 19, 2011&lt;br /&gt;
| &amp;lt;none&amp;gt;&lt;br /&gt;
|| [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110419.exe meego-sdk-installer-online-20110419.exe]&lt;br /&gt;
* Qt Simulator:  Resolved: BMC# [https://bugs.meego.com/show_bug.cgi?id=16315 16315: Fails to install Simulator QTMSVC2008]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| April 18, 2011&lt;br /&gt;
|| &amp;lt;none&amp;gt;&lt;br /&gt;
|| [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110418.exe meego-sdk-installer-online-20110418.exe] &lt;br /&gt;
* Qt Simulator:  Automatically configure Qt Versions for Qt MSVC2008&lt;br /&gt;
* MinGW:  Added v4.4. Change to be invisible for users when installing MeeGo SDK&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows</id>
		<title>SDK/Docs/1.2/MeeGo SDK 1.2 Preview for Windows</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows"/>
				<updated>2011-05-11T12:26:14Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Download the MeeGo SDK ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Download and install the SDK'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Download information&lt;br /&gt;
|-&lt;br /&gt;
! File !! File Size !! Installed Size&lt;br /&gt;
|-&lt;br /&gt;
| [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110511.exe MeeGo SDK 1.2 Installer] || 13.6 MB || 517 MB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
SDK content details are described on the [[SDK/Docs/1.2/MeeGo SDK 1.2 Components|SDK Component Summary]] page.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;li&amp;gt;'''Select the components that will be installed. Mainly select the target for development. During downloading, once one of components failed to download due to the connection issue, just click 'Retry' button in the notification dialog to resume.'''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-installer-comp.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Install Microsoft Redistribution Package (4MB)'''&amp;lt;br&amp;gt;&lt;br /&gt;
  (Required for Windows XP only; not required for Windows 7)&amp;lt;br&amp;gt;&lt;br /&gt;
  Download and install [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2 vcredist_x86.exe] (Microsoft Visual C++ 2008 SP1 Redistributable Package (x86))&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Next Step: [[SDK/Setup/Building MeeGo Applications|Building MeeGo Applications]]'''&lt;br /&gt;
&lt;br /&gt;
'''More information: [[SDK/Setup/More information|Install kqemu accelerator for QEMU]] [[SDK/Setup/Debugging with Simulator|Debugging with Simulator]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Meego-1.2]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows</id>
		<title>SDK/Docs/1.2/MeeGo SDK 1.2 Preview for Windows</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows"/>
				<updated>2011-05-11T12:25:55Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Download the MeeGo SDK ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Download and install the SDK'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Download information&lt;br /&gt;
|-&lt;br /&gt;
! File !! File Size !! Installed Size&lt;br /&gt;
|-&lt;br /&gt;
| [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110511.exe MeeGo SDK 1.2 Preview Installer] || 13.6 MB || 517 MB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
SDK content details are described on the [[SDK/Docs/1.2/MeeGo SDK 1.2 Components|SDK Component Summary]] page.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;li&amp;gt;'''Select the components that will be installed. Mainly select the target for development. During downloading, once one of components failed to download due to the connection issue, just click 'Retry' button in the notification dialog to resume.'''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-installer-comp.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Install Microsoft Redistribution Package (4MB)'''&amp;lt;br&amp;gt;&lt;br /&gt;
  (Required for Windows XP only; not required for Windows 7)&amp;lt;br&amp;gt;&lt;br /&gt;
  Download and install [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2 vcredist_x86.exe] (Microsoft Visual C++ 2008 SP1 Redistributable Package (x86))&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Next Step: [[SDK/Setup/Building MeeGo Applications|Building MeeGo Applications]]'''&lt;br /&gt;
&lt;br /&gt;
'''More information: [[SDK/Setup/More information|Install kqemu accelerator for QEMU]] [[SDK/Setup/Debugging with Simulator|Debugging with Simulator]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Meego-1.2]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/1.2/Installer_Status</id>
		<title>SDK/1.2/Installer Status</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/1.2/Installer_Status"/>
				<updated>2011-05-11T11:28:49Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The following table contains links to the latest builds of the MeeGo 1.2 SDK installer.&lt;br /&gt;
{| style=&amp;quot;color:black; background-color:#ffffcc;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Linux || Windows || Date || Notes &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| || [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110506.exe meego-sdk-installer-online-20110511.exe] || May 11, 2011 || &lt;br /&gt;
* Installer Config - Add Documentation and Examples components&lt;br /&gt;
* Qt Simulator - Update to 4.7.2&lt;br /&gt;
* Simulator Qt - Update to 4.7.2&lt;br /&gt;
* Documentation - Add Documentation for Qt 4.7&lt;br /&gt;
* Examples and Demos - Add Examples and Demos for Qt 4.7&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| || [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110510.exe meego-sdk-installer-online-20110510.exe] || May 10, 2011 || &lt;br /&gt;
* Update installer user interface&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| || [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110506.exe meego-sdk-installer-online-20110506.exe] || May 6, 2011 || &lt;br /&gt;
* Update Qt Creator. Remove the MTF Template&lt;br /&gt;
* Update Installer Config. Modify qt tools version for Windows&lt;br /&gt;
* Update QEMU. Resolve the sound issue and the handset display issue&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://s3.amazonaws.com/MeeGoSDK/installer/Linux/meego-sdk-installer-online-20110503 meego-sdk-installer-online-20110503] || [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110503.exe meego-sdk-installer-online-20110503.exe] || May 3, 2011 || &lt;br /&gt;
* Add new Linux component qt-simulator&lt;br /&gt;
* Add 3 new 0503 targets: core, netbook, tablet&lt;br /&gt;
* Update dpi value to fix font size issue&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://otc-files.bj.intel.com/pub/MeeGo/SDK/release/sdk_installer/20110429/Linux/meego-sdk-installer-online-20110429 meego-sdk-installer-online-20110429] || [http://otc-files.bj.intel.com/pub/MeeGo/SDK/release/sdk_installer/20110429/Windows/meego-sdk-installer-online-20110429.exe meego-sdk-installer-online-20110429.exe] || April 29, 2011 || &lt;br /&gt;
* Update the Qt simulator skin packages&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online-20110425 meego-sdk-installer-online-20110425] || [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110425.exe meego-sdk-installer-online-20110425.exe] || April 25, 2011 || &lt;br /&gt;
* bug fixed: [https://bugs.meego.com/show_bug.cgi?id=16415 16415 Wrong directory for toolchain's qmake after installing 4-18 build]&lt;br /&gt;
* Installation failed when installing meego-qemu-ia32 package&lt;br /&gt;
* Added Desktop Qt in targets&lt;br /&gt;
* Update mechanism enabled (No need to download installer again)&lt;br /&gt;
* Don’t remove runtime before creating&lt;br /&gt;
* Add 3 new 0426 targets: core, netbook, tablet&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online-20110421 meego-sdk-installer-online-20110421] || || April 21, 2011 || &lt;br /&gt;
* madde version change (0.7.61 --&amp;gt; 0.7.63)&lt;br /&gt;
* Qt Creator bug fixed:  [https://bugs.meego.com/show_bug.cgi?id=16347 16347 - QtCreator build-failure on qtGui hello or shared lib]&lt;br /&gt;
* F14 bug fixed: [https://bugs.meego.com/show_bug.cgi?id=16402 16402 Cannot install SDK in fedora14 if the user is not in sudoers]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Linux installer B || [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110419.exe meego-sdk-installer-online-20110419.exe] || April 19, 2011 ||&lt;br /&gt;
* Qt Simulator:  Resolved: BMC# [https://bugs.meego.com/show_bug.cgi?id=16315 16315: Fails to install Simulator QTMSVC2008]&lt;br /&gt;
|-&lt;br /&gt;
| Linux installer A || [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110418.exe meego-sdk-installer-online-20110418.exe] || April 18, 2011 || &lt;br /&gt;
* Qt Simulator:  Automatically configure Qt Versions for Qt MSVC2008&lt;br /&gt;
* MinGW:  Added v4.4. Change to be invisible for users when installing MeeGo SDK&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/1.2/Installer_Status</id>
		<title>SDK/1.2/Installer Status</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/1.2/Installer_Status"/>
				<updated>2011-05-11T01:50:40Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The following table contains links to the latest builds of the MeeGo 1.2 SDK installer.&lt;br /&gt;
{| style=&amp;quot;color:black; background-color:#ffffcc;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Linux || Windows || Date || Notes &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| || [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110510.exe meego-sdk-installer-online-20110510.exe] || May 10, 2011 || &lt;br /&gt;
* Update installer user interface&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| || [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110506.exe meego-sdk-installer-online-20110506.exe] || May 6, 2011 || &lt;br /&gt;
* Update Qt Creator. Remove the MTF Template&lt;br /&gt;
* Update Installer Config. Modify qt tools version for Windows&lt;br /&gt;
* Update QEMU. Resolve the sound issue and the handset display issue&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://s3.amazonaws.com/MeeGoSDK/installer/Linux/meego-sdk-installer-online-20110503 meego-sdk-installer-online-20110503] || [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110503.exe meego-sdk-installer-online-20110503.exe] || May 3, 2011 || &lt;br /&gt;
* Add new Linux component qt-simulator&lt;br /&gt;
* Add 3 new 0503 targets: core, netbook, tablet&lt;br /&gt;
* Update dpi value to fix font size issue&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://otc-files.bj.intel.com/pub/MeeGo/SDK/release/sdk_installer/20110429/Linux/meego-sdk-installer-online-20110429 meego-sdk-installer-online-20110429] || [http://otc-files.bj.intel.com/pub/MeeGo/SDK/release/sdk_installer/20110429/Windows/meego-sdk-installer-online-20110429.exe meego-sdk-installer-online-20110429.exe] || April 29, 2011 || &lt;br /&gt;
* Update the Qt simulator skin packages&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online-20110425 meego-sdk-installer-online-20110425] || [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110425.exe meego-sdk-installer-online-20110425.exe] || April 25, 2011 || &lt;br /&gt;
* bug fixed: [https://bugs.meego.com/show_bug.cgi?id=16415 16415 Wrong directory for toolchain's qmake after installing 4-18 build]&lt;br /&gt;
* Installation failed when installing meego-qemu-ia32 package&lt;br /&gt;
* Added Desktop Qt in targets&lt;br /&gt;
* Update mechanism enabled (No need to download installer again)&lt;br /&gt;
* Don’t remove runtime before creating&lt;br /&gt;
* Add 3 new 0426 targets: core, netbook, tablet&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online-20110421 meego-sdk-installer-online-20110421] || || April 21, 2011 || &lt;br /&gt;
* madde version change (0.7.61 --&amp;gt; 0.7.63)&lt;br /&gt;
* Qt Creator bug fixed:  [https://bugs.meego.com/show_bug.cgi?id=16347 16347 - QtCreator build-failure on qtGui hello or shared lib]&lt;br /&gt;
* F14 bug fixed: [https://bugs.meego.com/show_bug.cgi?id=16402 16402 Cannot install SDK in fedora14 if the user is not in sudoers]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Linux installer B || [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110419.exe meego-sdk-installer-online-20110419.exe] || April 19, 2011 ||&lt;br /&gt;
* Qt Simulator:  Resolved: BMC# [https://bugs.meego.com/show_bug.cgi?id=16315 16315: Fails to install Simulator QTMSVC2008]&lt;br /&gt;
|-&lt;br /&gt;
| Linux installer A || [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110418.exe meego-sdk-installer-online-20110418.exe] || April 18, 2011 || &lt;br /&gt;
* Qt Simulator:  Automatically configure Qt Versions for Qt MSVC2008&lt;br /&gt;
* MinGW:  Added v4.4. Change to be invisible for users when installing MeeGo SDK&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows</id>
		<title>SDK/Docs/1.2/MeeGo SDK 1.2 Preview for Windows</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows"/>
				<updated>2011-05-10T13:19:40Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Download the MeeGo SDK ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Download and install the SDK'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Download information&lt;br /&gt;
|-&lt;br /&gt;
! File !! File Size !! Installed Size&lt;br /&gt;
|-&lt;br /&gt;
| [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110510.exe MeeGo SDK 1.2 Preview Installer] || 13.06 MB || 814 MB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
SDK content details are described on the [[SDK/Docs/1.2/MeeGo SDK 1.2 Components|SDK Component Summary]] page.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;li&amp;gt;'''Select the components that will be installed. Mainly select the target for development. During downloading, once one of components failed to download due to the connection issue, just click 'Retry' button in the notification dialog to resume.'''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-installer-comp.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Install Microsoft Redistribution Package (4MB)'''&amp;lt;br&amp;gt;&lt;br /&gt;
  (Required for Windows XP only; not required for Windows 7)&amp;lt;br&amp;gt;&lt;br /&gt;
  Download and install [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2 vcredist_x86.exe] (Microsoft Visual C++ 2008 SP1 Redistributable Package (x86))&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Next Step: [[SDK/Setup/Building MeeGo Applications|Building MeeGo Applications]]'''&lt;br /&gt;
&lt;br /&gt;
'''More information: [[SDK/Setup/More information|Install kqemu accelerator for QEMU]] [[SDK/Setup/Debugging with Simulator|Debugging with Simulator]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Meego-1.2]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/1.2/Installer_Status</id>
		<title>SDK/1.2/Installer Status</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/1.2/Installer_Status"/>
				<updated>2011-05-09T08:05:11Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The following table contains links to the latest builds of the MeeGo 1.2 SDK installer.&lt;br /&gt;
{| style=&amp;quot;color:black; background-color:#ffffcc;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Linux || Windows || Date || Notes &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| || [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110506.exe meego-sdk-installer-online-20110506.exe] || May 6, 2011 || &lt;br /&gt;
* Update Qt Creator. Remove the MTF Template&lt;br /&gt;
* Update Installer Config. Modify qt tools version for Windows&lt;br /&gt;
* Update QEMU. Resolve the sound issue and the handset display issue&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://s3.amazonaws.com/MeeGoSDK/installer/Linux/meego-sdk-installer-online-20110503 meego-sdk-installer-online-20110503] || [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110503.exe meego-sdk-installer-online-20110503.exe] || May 3, 2011 || &lt;br /&gt;
* Add new Linux component qt-simulator&lt;br /&gt;
* Add 3 new 0503 targets: core, netbook, tablet&lt;br /&gt;
* Update dpi value to fix font size issue&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://otc-files.bj.intel.com/pub/MeeGo/SDK/release/sdk_installer/20110429/Linux/meego-sdk-installer-online-20110429 meego-sdk-installer-online-20110429] || [http://otc-files.bj.intel.com/pub/MeeGo/SDK/release/sdk_installer/20110429/Windows/meego-sdk-installer-online-20110429.exe meego-sdk-installer-online-20110429.exe] || April 29, 2011 || &lt;br /&gt;
* Update the Qt simulator skin packages&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online-20110425 meego-sdk-installer-online-20110425] || [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110425.exe meego-sdk-installer-online-20110425.exe] || April 25, 2011 || &lt;br /&gt;
* bug fixed: [https://bugs.meego.com/show_bug.cgi?id=16415 16415 Wrong directory for toolchain's qmake after installing 4-18 build]&lt;br /&gt;
* Installation failed when installing meego-qemu-ia32 package&lt;br /&gt;
* Added Desktop Qt in targets&lt;br /&gt;
* Update mechanism enabled (No need to download installer again)&lt;br /&gt;
* Don’t remove runtime before creating&lt;br /&gt;
* Add 3 new 0426 targets: core, netbook, tablet&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online-20110421 meego-sdk-installer-online-20110421] || || April 21, 2011 || &lt;br /&gt;
* madde version change (0.7.61 --&amp;gt; 0.7.63)&lt;br /&gt;
* Qt Creator bug fixed:  [https://bugs.meego.com/show_bug.cgi?id=16347 16347 - QtCreator build-failure on qtGui hello or shared lib]&lt;br /&gt;
* F14 bug fixed: [https://bugs.meego.com/show_bug.cgi?id=16402 16402 Cannot install SDK in fedora14 if the user is not in sudoers]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Linux installer B || [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110419.exe meego-sdk-installer-online-20110419.exe] || April 19, 2011 ||&lt;br /&gt;
* Qt Simulator:  Resolved: BMC# [https://bugs.meego.com/show_bug.cgi?id=16315 16315: Fails to install Simulator QTMSVC2008]&lt;br /&gt;
|-&lt;br /&gt;
| Linux installer A || [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110418.exe meego-sdk-installer-online-20110418.exe] || April 18, 2011 || &lt;br /&gt;
* Qt Simulator:  Automatically configure Qt Versions for Qt MSVC2008&lt;br /&gt;
* MinGW:  Added v4.4. Change to be invisible for users when installing MeeGo SDK&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows</id>
		<title>SDK/Docs/1.2/MeeGo SDK 1.2 Preview for Windows</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows"/>
				<updated>2011-05-09T06:28:41Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* Download the MeeGo SDK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Download the MeeGo SDK ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Download and install the SDK'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Download information&lt;br /&gt;
|-&lt;br /&gt;
! File !! File Size !! Installed Size&lt;br /&gt;
|-&lt;br /&gt;
| [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110506.exe MeeGo SDK 1.2 Preview Installer] || 13.06 MB || 814 MB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
SDK content details are described on the [[SDK/Docs/1.2/MeeGo SDK 1.2 Components|SDK Component Summary]] page.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;li&amp;gt;'''Select the components that will be installed. Mainly select the target for development. During downloading, once one of components failed to download due to the connection issue, just click 'Retry' button in the notification dialog to resume.'''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-installer-comp.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Install Microsoft Redistribution Package (4MB)'''&amp;lt;br&amp;gt;&lt;br /&gt;
  (Required for Windows XP only; not required for Windows 7)&amp;lt;br&amp;gt;&lt;br /&gt;
  Download and install [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2 vcredist_x86.exe] (Microsoft Visual C++ 2008 SP1 Redistributable Package (x86))&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Next Step: [[SDK/Setup/Building MeeGo Applications|Building MeeGo Applications]]'''&lt;br /&gt;
&lt;br /&gt;
'''More information: [[SDK/Setup/More information|Install kqemu accelerator for QEMU]] [[SDK/Setup/Debugging with Simulator|Debugging with Simulator]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Meego-1.2]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.2/Getting_started_with_the_MeeGo_SDK_for_Windows</id>
		<title>SDK/Docs/1.2/Getting started with the MeeGo SDK for Windows</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.2/Getting_started_with_the_MeeGo_SDK_for_Windows"/>
				<updated>2011-05-05T03:11:45Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:devguide]]&lt;br /&gt;
[[Category:meego-1.1]]&lt;br /&gt;
[[Category:tutorial]]&lt;br /&gt;
[[Category:application-developer]]&lt;br /&gt;
[[Category:windows]]&lt;br /&gt;
&lt;br /&gt;
'''This page is depreciated. The recent page can be found at http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows.&lt;br /&gt;
&lt;br /&gt;
'''Note: MeeGo 1.2 SDK has not been released yet. This page contains instructions for downloading and installing the preview version. '''&lt;br /&gt;
&lt;br /&gt;
This page describes how to install and configure the MeeGo 1.2 SDK on your Windows development system. For more information about MeeGo SDK for Windows, check [[SDK/MeeGo_SDK_for_Windows]].&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
* '''Hardware:''' Any reasonably modern IA hardware, such as 32-bit Intel Atom or Intel Core 2 CPU.&lt;br /&gt;
** The SDK version of QEMU relies on kqemu to provide CPU virtualization support, but on some machines with this support, images will still not run. This is believed to be related to certain types of CPU. Below are some details of tested hardware:&lt;br /&gt;
*:* Known to work: Intel(R) Core(TM) 2 Quad CPU, Q8200; Intel(R) i5 and i7&lt;br /&gt;
*:* Known not to work: Intel(R) Core(TM) 2 Duo P9400 in Thinkpad T400; Intel(R) Core(TM)2 Q9400 in HP7900 Ultra-slim&lt;br /&gt;
* '''Software:''' Only Windows XP 32-bit and Windows 7 32-bit are officially supported.&lt;br /&gt;
*: Currently the QEMU emulator only works for IA targets on 32-bit Windows. If you are using 64-bit Windows, QEMU is not available.&lt;br /&gt;
*: For support status and issues using other host operating systems, see [http://wiki.meego.com/SDK/Docs/1.1/MeeGo_1.1_SDK_Host_OS_Support this page].&lt;br /&gt;
* '''Filesystem:''' MeeGo SDK should be installed on a hardlink-capable filesystem such as NTFS. FAT* filesystems are not hardlink-capable and not supported.&lt;br /&gt;
&lt;br /&gt;
=== Notes and caveats ===&lt;br /&gt;
&lt;br /&gt;
* '''QEMU runtimes and targets''': The following pre-defined targets and runtimes are the only ones which have been verified on Windows:&lt;br /&gt;
** Targets:&lt;br /&gt;
*** meego-handset-ia32-1.1.2-4.7.1&lt;br /&gt;
*** meego-netbook-ia32-1.1.2-4.7.1&lt;br /&gt;
*** meego-core-armv7l-1.1.2&lt;br /&gt;
** Runtimes:&lt;br /&gt;
*** meego-handset-ia32-qemu-1.1.20110110.1026-runtime&lt;br /&gt;
*** meego-netbook-ia32-qemu-1.1.20110110.1049-runtime&lt;br /&gt;
*: '''Others may be listed by MADDE, but are not guaranteed to work.'''&lt;br /&gt;
* '''Uninstalling:''' Everything you've installed as part of the SDK, ''including MADDE targets and runtimes'', will be removed if you run the MeeGo SDK uninstaller.&lt;br /&gt;
* '''Commands:''' Terminal commands in the instructions below are prefaced with &amp;quot;$&amp;quot;. Do not include $ when entering the commands in your terminal.&lt;br /&gt;
&lt;br /&gt;
== Download and setup the MeeGo SDK ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Download the MeeGo SDK installer:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;table border='1' cellpadding='3px' style=&amp;quot;padding: 0em&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;File&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Size&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;http://download3.meego.com/MeeGoSDK/1.2/meego-1.2-sdk-offline-installer-0127.exe&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;MeeGo SDK Windows installer&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;~400MB&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Double-click on the downloaded &amp;lt;code&amp;gt;.exe&amp;lt;/code&amp;gt; file and follow the prompts to install the SDK.&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;'''If you are using Windows XP, please download a small file vcredist_x86.exe (Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)) from http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2 and install it to your system.''' This is not needed for Windows 7.&lt;br /&gt;
  &amp;lt;li&amp;gt;Launch MADDE Terminal with ''Start &amp;gt; All Programs &amp;gt; MeeGo SDK &amp;gt; MADDE Terminal''.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;ol&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Run something like &amp;quot;export http_proxy=XXX&amp;quot; if you are in an intranet.&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Run &amp;quot;mad-admin create -f meego-handset-ia32-w32-1.1&amp;quot; to create target &amp;quot;meego-handset-ia32-w32-1.1&amp;quot;. Some huge files will be downloaded automatically.&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Run &amp;quot;mad-admin create -e -f meego-handset-ia32-w32-qemu-1.1.20101031.2201-sda-runtime&amp;quot; to create a runtime &amp;quot;meego-handset-ia32-w32-qemu-1.1.20101031.2201-sda-runtime&amp;quot;. Some huge files will be downloaded automatically.&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;ul&amp;gt;&lt;br /&gt;
             &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;Known issue:&amp;lt;/b&amp;gt;If there is error like &amp;quot;/bin/mad-admin: line 25: __ml_path__/madlib/madlib.sh:&amp;quot; No such file or directory.&amp;quot;. Run the /postinstall/postinstall.sh to fix paths and try again.(see bug report http://bugs.meego.com/show_bug.cgi?id=11605)&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;/ul&amp;gt;&lt;br /&gt;
     &amp;lt;/ol&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Launch Qt Creator with ''Start &amp;gt; All Programs &amp;gt; MeeGo SDK &amp;gt; QtCreator''.&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt; Configure Qt Creator to support MeeGo sysroot. Inside Qt Creator, follow these steps:&lt;br /&gt;
    &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;From the ''Tools'' menu, choose ''Options''.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Click into the ''Qt4'' section, and make sure the ''Qt Versions'' tab is open.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Click the ''+'' button, and then fill the ''Version name'' and the ''qmake location'' of the MeeGo target:&lt;br /&gt;
        &amp;lt;ul&amp;gt;&lt;br /&gt;
          &amp;lt;li&amp;gt;''Version name:'' '''meego-handset'''&amp;lt;/li&amp;gt;&lt;br /&gt;
          &amp;lt;li&amp;gt;''qmake location:'' '''&amp;amp;lt;MEEGO_SDK&amp;amp;gt;\MADDE\targets\&amp;amp;lt;target name&amp;amp;gt;\bin\qmake.exe'''&amp;lt;br/&amp;gt;&lt;br /&gt;
          Replace &amp;amp;lt;MEEGO_SDK&amp;amp;gt; with the directory where you installed MeeGo SDK; the default is &amp;lt;code&amp;gt;C:\MeeGoSDK_1.2&amp;lt;/code&amp;gt;; replace &amp;amp;lt;target_name&amp;amp;gt; with the name of the target (for example, '''meego-handset-ia32-w32-1.1''').&amp;lt;/li&amp;gt;&lt;br /&gt;
          &amp;lt;li&amp;gt;Once added, select the new entry and click on the ''Rebuild'' button (bottom right) to build the debugging helper for this Qt version. This enables you to use debugging from Qt Creator.&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;/ul&amp;gt;&lt;br /&gt;
The result should look like this:&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-qt4.png|800px]]&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Develop MeeGo Applications ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt; '''Create a MeeGo touch project (for handset) or Qt Gui project (for netbook) ''' &amp;lt;/li&amp;gt;&lt;br /&gt;
Go to the menu: File -&amp;gt; New File or Project -&amp;gt; Qt Application Project -&amp;gt; Meego Touch Framework Application. &amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:Windows_sdk_2.png]]&lt;br /&gt;
&lt;br /&gt;
In &amp;quot;Project setup&amp;quot; dialog, choose &amp;quot;meego-handset&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-project-setup.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt; '''Disable shadow build'''&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;Shadow build” should be disabled before build an app. To do that, select “Projects” button in the left side of Qt Creator, and uncheck “Shadow build” in “Build Settings”. '''&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
===Run an app within the QEMU Emulator===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''Set up emulator: Install kqemu accelerator for QEMU on 32-bit Windows system'''&amp;lt;/li&amp;gt;&lt;br /&gt;
Notice: The kqemu could only be used on 32-bit Windows. 64-bit Windows could not work with kqemu. You can not use emulator on 64-bit Windows. Use real device instead.&lt;br /&gt;
&lt;br /&gt;
Download package from http://wiki.qemu.org/download/kqemu-1.4.0pre1.tar.gz&lt;br /&gt;
&lt;br /&gt;
Get the kqemu.inf and kqemu.sys files from above package&lt;br /&gt;
&lt;br /&gt;
For Windows XP system, right click the kqemu.inf file and select &amp;quot;install&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For Windows 7 or Windows Vista system, edit the kqemu.inf file to do below changes, and then right click the kqemu.inf, select &amp;quot;install&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
   [DefaultInstall.NT] --&amp;gt; [DefaultInstall]&lt;br /&gt;
   [DefaultInstall.NT.Services] --&amp;gt; [DefaultInstall.Services]&lt;br /&gt;
   [Uninstall.NT] --&amp;gt; [Uninstall]&lt;br /&gt;
   [Uninstall.NT.Services] --&amp;gt; [Uninstall.Services]&lt;br /&gt;
&lt;br /&gt;
Start the kqemu manually. Select ''Start &amp;gt; All Programs &amp;gt; Accessories'', click right mouse button over ''Command Prompt'', and select &amp;quot;Run as administrator&amp;quot;. In Command Prompt, run the following command:&lt;br /&gt;
 net start kqemu&lt;br /&gt;
You need to start kqemu again after you reboot the system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt; '''Configuration for a MeeGo Emulator device''' &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Get to the menu: Tools -&amp;gt; Options -&amp;gt; Projects -&amp;gt; MeeGo Device Configurations. Click &amp;quot;Add&amp;quot; button to add a runtime for emulator. Set &amp;quot;Device type&amp;quot; to &amp;quot;MeeGo emulator&amp;quot;; set &amp;quot;Authentication type&amp;quot; to &amp;quot;Password&amp;quot;; set &amp;quot;Username&amp;quot; to &amp;quot;root&amp;quot;; set &amp;quot;Password&amp;quot; to &amp;quot;meego&amp;quot;.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-emulator.png|800px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt; '''Set Run Configuration''' &amp;lt;/li&amp;gt; &lt;br /&gt;
Click &amp;quot;Projects&amp;quot; again on the left side.  Select &amp;quot;Run&amp;quot; in the MeeGo Build/Run box at the top.  Make sure that the &amp;quot;Device configuration&amp;quot; is set to &amp;quot;MeeGo Emulator&amp;quot;.  This will ensure that QEMU is started when you run your application.  You can now launch the QEMU MeeGo emulator.  Click the &amp;quot;Start Meego emulator&amp;quot; icon near the bottom left corner of Qt Creator (circled in red in the screenshot below).&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-run-settings.png|800px]]&lt;br /&gt;
&lt;br /&gt;
Note: You can also start the Qemu from MADDE terminal. For that you need to go to Start-&amp;gt;Programs-&amp;gt;MeeGoSDK-&amp;gt;MADDE Terminal. In the terminal type:&lt;br /&gt;
 mad list&lt;br /&gt;
to see the runtime and target names, and then type:&lt;br /&gt;
 mad remote -r &amp;lt;runtime&amp;gt; poweron&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt; '''Build, run and deploy the application'''&amp;lt;/li&amp;gt;&lt;br /&gt;
After QEMU starts, click the &amp;quot;Run&amp;quot; icon to run your application. Qt Creator will package and deploy your application to QEMU and start it on the target. You can see the window of your application in QEMU.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Qemu-handset.png|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt; '''Debug the application'''&amp;lt;/li&amp;gt;&lt;br /&gt;
You can also debug the application by clicking the &amp;quot;Debug&amp;quot; icon. Setting breakpoints and stepping are the same as local applications.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Qemu-handset-debug.png|800px]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====More about QEMU Emulator====&lt;br /&gt;
===== How to SSH into QEMU Image =====&lt;br /&gt;
Anytime MeeGo is running in QEMU, you can use SSH to connect to the image from another terminal on the host system.&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;Launch QEMU with MeeGo image &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;From a terminal on the host, connect to the running image&amp;lt;/li&amp;gt;&lt;br /&gt;
 $ ssh meego@127.0.0.1 -p 6666&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
Two user accounts are available in the MeeGo images:&amp;lt;br&amp;gt;&lt;br /&gt;
User: meego Password: meego&amp;lt;br&amp;gt;&lt;br /&gt;
User: root    &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; Password: meego&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Known issues about QEMU image and workarounds for them=====&lt;br /&gt;
*[http://bugs.meego.com/show_bug.cgi?id=10412 Bug #10412: mouse udev not ready before starting X server while running handset image on QEMU windows]&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;SSH into QEMU runtime as root user.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;edit /usr/sbin/meego-dm to add &amp;quot;sleep 5&amp;quot; &amp;lt;/li&amp;gt;&lt;br /&gt;
 sleep 5    # new added line&lt;br /&gt;
 shopt -s execfail&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
*[http://bugs.meego.com/show_bug.cgi?id=9737 Bug #9737: Fail to run application in Qemu]&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; SSH into QEMU runtime as root user.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Invoke the following command:&amp;lt;/li&amp;gt;&lt;br /&gt;
 rm -rf /etc/ssh/*key*&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== For advanced users only: How to create QEMU images used by SDK for windows =====&lt;br /&gt;
The QEMU images for SDK on Linux could be built from the [http://meego.gitorious.org/meego-os-base/image-configurations/trees/MeeGo1.1/SDK kick start file] by using mic-image-creator tool (command to run the mic-image-creator could be found in each ks file). Ideally the images are host platform independent. However, due to the booting time and some other issues with kqemu, minor changes were done on the images obtained from ks file so that they could boot up successfully on Windows. Suppose you have had a raw image, say abc.raw, built from kick start file in hand, below are the changes needed:&lt;br /&gt;
&lt;br /&gt;
1, mount into the image&lt;br /&gt;
 sudo mount -o loop,offset=512 abc.raw /mnt&lt;br /&gt;
2, edit /mnt/usr/sbin/meego-dm to add &amp;quot;sleep 5&amp;quot; to solve [http://bugs.meego.com/show_bug.cgi?id=10412 bug #10412: mouse udev not ready before starting X server while running handset image on QEMU windows]&lt;br /&gt;
 sleep 5    # new added line&lt;br /&gt;
 shopt -s execfail&lt;br /&gt;
3, edit /mnt/boot/extlinux/extlinux.conf to add kernel option &amp;quot;intel_idle.max-cstate=0&amp;quot; to solve [http://bugs.meego.com/show_bug.cgi?id=10149 bug #10149: Home screen can't show up after starting emulator from Qt Creator on Windows7 32bit]&lt;br /&gt;
 append ro root=/dev/sda1 vga=current intel_idle.max-cstate=0 quiet&lt;br /&gt;
4, unmount the image&lt;br /&gt;
 sudo umount /mnt&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Run an app within a real device === &lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Go to Tools -&amp;gt; Options -&amp;gt; Projects -&amp;gt; MeeGo Device Configurations and click &amp;quot;Add&amp;quot; button. Select &amp;quot;Remote Device&amp;quot; for &amp;quot;Device type&amp;quot;, input other information and give a name for this configuration&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:Real-device.png|800px]]&lt;br /&gt;
&amp;lt;li&amp;gt; Open your project and in the &amp;quot;Projects&amp;quot; mode, click &amp;quot;Run&amp;quot; in the little MeeGo target window, and select the configuration you just created in &amp;quot;Device Configuration&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-run-settings-real-device.png|800px]]&lt;br /&gt;
&amp;lt;li&amp;gt; Launch terminal inside the device, and run command &amp;quot;xhost +&amp;quot; in it. &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Click &amp;quot;Run&amp;quot; or &amp;quot;Debug&amp;quot; on the lower left corner of Qt Creator to run or debug your application on the configured Device.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
* '''Note: If the image of an earlier version prior to 1.2 is used, the mad-developer should be installed on device manually before the application is deployed. The following two approaches are alternative.'''&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Download the repo file from http://download.meego.com/live/Trunk/standard/Trunk.repo to /etc/zypp/repos.d. Then install mad-developer&amp;lt;/li&amp;gt;&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper install utfs-client&lt;br /&gt;
 sudo zypper install mad-developer&lt;br /&gt;
&amp;lt;li&amp;gt; Download the rpm package from http://download.meego.com/live/Trunk/standard/i586/mad-developer-2.0-4.2.i586.rpm (OR http://download.meego.com/live/Trunk/standard/armv7l/mad-developer-2.0-4.4.armv7l.rpm for arm.). Then install rpm package.&amp;lt;/li&amp;gt;&lt;br /&gt;
 rpm -i mad-developer-2.0-4.2.i586.rpm&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Build an app for Qt Simulator, and run it with Qt Simulator===&lt;br /&gt;
* '''Note: MTF apps cannot be built with simulator currently, while Qt apps can be built.'''&lt;br /&gt;
* Microsoft C++ Compiler is required to build apps for Qt Simulator. To meet this requirement, you can install one of the following software:&lt;br /&gt;
** Microsoft Visio C++ 2008 Express Edition (http://www.microsoft.com/express/Downloads/#2008-Visual-CPP).&lt;br /&gt;
** Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1 (http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&amp;amp;displaylang=en). This is for Windows 7 only.&lt;br /&gt;
[[File:Untitled2.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Add Qt Simulator target ==== &lt;br /&gt;
* Launch Qt Creator&lt;br /&gt;
* Go to Tools-&amp;gt;Options-&amp;gt;Qt4-&amp;gt;Qt Versions&lt;br /&gt;
* Click the &amp;quot;+&amp;quot; to add a new &amp;quot;Qt Version&amp;quot;&lt;br /&gt;
* In &amp;quot;Version name&amp;quot;, provide a name, e.g, &amp;quot;Simulator - MSVC&amp;quot;.&lt;br /&gt;
* In &amp;quot;qmake location:&amp;quot;, browse and select qmake location: ''&amp;lt;MEEGO_SDK&amp;gt;\Simulator\Qt\msvc2008\bin\qmake.exe''. Replace &amp;lt;MEEGO_SDK&amp;gt; with the directory where you installed MeeGo SDK; the default is C:\MeeGoSDK_1.2.&lt;br /&gt;
* In &amp;quot;Toolchain:&amp;quot;, browse and select &amp;quot;Microsoft Visual C++ Compilers 9.0 (x86)&amp;quot; if you installed &amp;quot;Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1&amp;quot;, or select &amp;quot;Microsoft Visual C++ Compilers 8.0 (x86)&amp;quot; if you installed &amp;quot;Microsoft Visio C++ 2008 Express Edition&amp;quot;.&lt;br /&gt;
* Build&lt;br /&gt;
* To use the simulator, please refer to http://doc.qt.nokia.com/qtsimulator-1.1/simulator-starting.html for more information. If the simulator cannot be load automatically from Qt Creator, you can launch it once manually by double clicking the icon of &amp;quot;&amp;lt;MEEGO_SDK&amp;gt;\Simulator\Application\simulator.exe&amp;quot; in Explorer.&lt;br /&gt;
An alternative approach to add a new &amp;quot;Qt Version&amp;quot; is to use libraries of MinGW. Note, the component &amp;quot;''Simulator Qt 4.7.2 - MinGW 4.4''&amp;quot; should be installed firstly when installation or maintenance.&lt;br /&gt;
* In &amp;quot;Version name&amp;quot;, provide a name, e.g, &amp;quot;Simulator - MinGW&amp;quot;.&lt;br /&gt;
* In &amp;quot;qmake location:&amp;quot;, browse and select qmake location: ''&amp;lt;MEEGO_SDK&amp;gt;\Simulator\Qt\mingw\bin\qmake.exe''.&lt;br /&gt;
* In &amp;quot;MinGW directory:&amp;quot;, browse and select ''&amp;lt;MEEGO_SDK&amp;gt;\mingw'' if you installed the component of &amp;quot;''Miscellaneous\MinGW''&amp;quot;.&lt;br /&gt;
* If debug is needed furthermore, in Options-&amp;gt;Debugger-&amp;gt;Gdb, Click the &amp;quot;+&amp;quot; to add a new GDB tool. Browse and select gdb tool: ''&amp;lt;MEEGO_SDK&amp;gt;\mingw\bin\gdb.exe'' and then check &amp;quot;MinGW&amp;quot; option.&lt;br /&gt;
&lt;br /&gt;
==== Install Debugging Tools for Windows====&lt;br /&gt;
You need to install Debugging Tools for Windows for debugging apps with simulator.&lt;br /&gt;
&lt;br /&gt;
* Launch Qt Creator&lt;br /&gt;
* Select Tools-&amp;gt;Option-&amp;gt;Debugger-&amp;gt;Cdb, check 'CDB'&lt;br /&gt;
*Click the hyperlink of &amp;quot;Debugging Tools for Windows&amp;quot;&lt;br /&gt;
[[File:Qt-creator-option-debugger-cdb.png|600px]]&lt;br /&gt;
*Download the previous versions of debugging tools for Windows (http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.11.1.404.msi) &lt;br /&gt;
[[File:Web-page-download-debugging-tools.png|600px]]&lt;br /&gt;
* If the CDB path had not been configured preperly, click 'Auto Detect' button to set it manually.&lt;br /&gt;
&lt;br /&gt;
==Known issues and workarounds==&lt;br /&gt;
&lt;br /&gt;
Please refer to [[SDK/Docs/1.1/Troubleshooting]].&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows</id>
		<title>SDK/Docs/1.2/MeeGo SDK 1.2 Preview for Windows</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows"/>
				<updated>2011-05-05T02:54:41Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* Download the MeeGo SDK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Download the MeeGo SDK ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Download and install the SDK'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Download information&lt;br /&gt;
|-&lt;br /&gt;
! File !! File Size !! Installed Size&lt;br /&gt;
|-&lt;br /&gt;
| [http://s3.amazonaws.com/MeeGoSDK/installer/Windows/meego-sdk-installer-online-20110503.exe MeeGo SDK 1.2 Preview Installer] || 13.06 MB || 814 MB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
SDK content details are described on the [[SDK/Docs/1.2/MeeGo SDK 1.2 Components|SDK Component Summary]] page.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;li&amp;gt;'''Select the components that will be installed. Mainly select the target for development. During downloading, once one of components failed to download due to the connection issue, just click 'Retry' button in the notification dialog to resume.'''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-installer-comp.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Install Microsoft Redistribution Package (4MB)'''&amp;lt;br&amp;gt;&lt;br /&gt;
  (Required for Windows XP only; not required for Windows 7)&amp;lt;br&amp;gt;&lt;br /&gt;
  Download and install [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2 vcredist_x86.exe] (Microsoft Visual C++ 2008 SP1 Redistributable Package (x86))&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Next Step: [[SDK/Setup/Building MeeGo Applications|Building MeeGo Applications]]'''&lt;br /&gt;
&lt;br /&gt;
'''More information: [[SDK/Setup/More information|Install kqemu accelerator for QEMU]] [[SDK/Setup/Debugging with Simulator|Debugging with Simulator]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Meego-1.2]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows</id>
		<title>SDK/Docs/1.2/MeeGo SDK 1.2 Preview for Windows</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows"/>
				<updated>2011-05-04T02:30:32Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* Download the MeeGo SDK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Download the MeeGo SDK ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Download and install the SDK'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Download information&lt;br /&gt;
|-&lt;br /&gt;
! File !! File Size !! Installed Size&lt;br /&gt;
|-&lt;br /&gt;
| [http://otc-files.bj.intel.com/pub/MeeGo/SDK/release/sdk_installer/20110429/Windows/meego-sdk-installer-online-20110429.exe MeeGo SDK 1.2 Preview Installer] || 13.06 MB || 814 MB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
SDK content details are described on the [[SDK/Docs/1.2/MeeGo SDK 1.2 Components|SDK Component Summary]] page.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;li&amp;gt;'''Select the components that will be installed. Mainly select the target for development. During downloading, once one of components failed to download due to the connection issue, just click 'Retry' button in the notification dialog to resume.'''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-installer-comp.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Install Microsoft Redistribution Package (4MB)'''&amp;lt;br&amp;gt;&lt;br /&gt;
  (Required for Windows XP only; not required for Windows 7)&amp;lt;br&amp;gt;&lt;br /&gt;
  Download and install [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2 vcredist_x86.exe] (Microsoft Visual C++ 2008 SP1 Redistributable Package (x86))&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Next Step: [[SDK/Setup/Building MeeGo Applications|Building MeeGo Applications]]'''&lt;br /&gt;
&lt;br /&gt;
'''More information: [[SDK/Setup/More information|Install kqemu accelerator for QEMU]] [[SDK/Setup/Debugging with Simulator|Debugging with Simulator]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Meego-1.2]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Setup/More_information</id>
		<title>SDK/Setup/More information</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Setup/More_information"/>
				<updated>2011-05-04T02:28:34Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* For advanced users only: How to create QEMU images used by SDK for windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Install kqemu accelerator for QEMU on 32-bit Windows system===&lt;br /&gt;
&lt;br /&gt;
Notice: The kqemu could only be used on 32-bit Windows. 64-bit Windows could not work with kqemu. You can not use emulator on 64-bit Windows. Use real device instead.&lt;br /&gt;
&lt;br /&gt;
Download package from http://wiki.qemu.org/download/kqemu-1.4.0pre1.tar.gz&lt;br /&gt;
&lt;br /&gt;
Get the kqemu.inf and kqemu.sys files from above package&lt;br /&gt;
&lt;br /&gt;
For Windows XP system, right click the kqemu.inf file and select &amp;quot;install&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For Windows 7 or Windows Vista system, edit the kqemu.inf file to do below changes, and then right click the kqemu.inf, select &amp;quot;install&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
   [DefaultInstall.NT] --&amp;gt; [DefaultInstall]&lt;br /&gt;
   [DefaultInstall.NT.Services] --&amp;gt; [DefaultInstall.Services]&lt;br /&gt;
   [Uninstall.NT] --&amp;gt; [Uninstall]&lt;br /&gt;
   [Uninstall.NT.Services] --&amp;gt; [Uninstall.Services]&lt;br /&gt;
&lt;br /&gt;
Start the kqemu manually. Select ''Start &amp;gt; All Programs &amp;gt; Accessories'', click right mouse button over ''Command Prompt'', and select &amp;quot;Run as administrator&amp;quot;. In Command Prompt, run the following command:&lt;br /&gt;
 net start kqemu&lt;br /&gt;
You need to start kqemu again after you reboot the system.&lt;br /&gt;
&lt;br /&gt;
===More about QEMU Emulator===&lt;br /&gt;
==== How to SSH into QEMU Image ====&lt;br /&gt;
Anytime MeeGo is running in QEMU, you can use SSH to connect to the image from another terminal on the host system.&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;Launch QEMU with MeeGo image &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;From a terminal on the host, connect to the running image&amp;lt;/li&amp;gt;&lt;br /&gt;
 $ ssh meego@127.0.0.1 -p 6666&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
Two user accounts are available in the MeeGo images:&amp;lt;br&amp;gt;&lt;br /&gt;
User: meego Password: meego&amp;lt;br&amp;gt;&lt;br /&gt;
User: root    &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; Password: meego&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Known issues about QEMU image and workarounds for them ====&lt;br /&gt;
*[http://bugs.meego.com/show_bug.cgi?id=10412 Bug #10412: mouse udev not ready before starting X server while running handset image on QEMU windows]&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;SSH into QEMU runtime as root user.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;edit /usr/sbin/meego-dm to add &amp;quot;sleep 5&amp;quot; &amp;lt;/li&amp;gt;&lt;br /&gt;
 sleep 5    # new added line&lt;br /&gt;
 shopt -s execfail&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
*[http://bugs.meego.com/show_bug.cgi?id=9737 Bug #9737: Fail to run application in Qemu]&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; SSH into QEMU runtime as root user.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Invoke the following command:&amp;lt;/li&amp;gt;&lt;br /&gt;
 rm -rf /etc/ssh/*key*&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== For advanced users only: How to create QEMU images used by SDK for windows ====&lt;br /&gt;
The QEMU images for SDK on Linux could be built from the [http://meego.gitorious.org/meego-os-base/image-configurations/trees/MeeGo1.1/SDK kick start file] by using mic-image-creator tool (command to run the mic-image-creator could be found in each ks file). Ideally the images are host platform independent. However, due to the booting time and some other issues with kqemu, minor changes were done on the images obtained from ks file so that they could boot up successfully on Windows. Suppose you have had a raw image, say abc.raw, built from kick start file in hand, below are the changes needed:&lt;br /&gt;
&lt;br /&gt;
1, mount into the image&lt;br /&gt;
 sudo mount -o loop,offset=512 abc.raw /mnt&lt;br /&gt;
2, edit /mnt/usr/sbin/meego-dm to add &amp;quot;sleep 5&amp;quot; to solve [http://bugs.meego.com/show_bug.cgi?id=10412 bug #10412: mouse udev not ready before starting X server while running handset image on QEMU windows]&lt;br /&gt;
 sleep 5    # new added line&lt;br /&gt;
 shopt -s execfail&lt;br /&gt;
3, edit /mnt/boot/extlinux/extlinux.conf to add kernel option &amp;quot;intel_idle.max-cstate=0&amp;quot; to solve [http://bugs.meego.com/show_bug.cgi?id=10149 bug #10149: Home screen can't show up after starting emulator from Qt Creator on Windows7 32bit]&lt;br /&gt;
 append ro root=/dev/sda1 vga=current intel_idle.max-cstate=0 quiet&lt;br /&gt;
4, unmount the image&lt;br /&gt;
 sudo umount /mnt&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.2</id>
		<title>SDK/Docs/1.2</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.2"/>
				<updated>2011-05-03T07:07:13Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* MeeGo SDK 1.2 Installer Builds */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''The MeeGo 1.2 Documentation Page is under construction.  Some information may be correct.'''&lt;br /&gt;
= MeeGo 1.2 Developer Documentation -- Table of Contents =&lt;br /&gt;
MeeGo 1.2 developer documentation includes the following sections.&lt;br /&gt;
&lt;br /&gt;
== MeeGo SDK 1.2 Installer Builds ==&lt;br /&gt;
The following table contains links to the latest builds of the MeeGo 1.2 SDK installer.&lt;br /&gt;
{| style=&amp;quot;color:black; background-color:#ffffcc;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Linux || Windows || Date || Notes &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://otc-files.bj.intel.com/pub/MeeGo/SDK/release/sdk_installer/20110429/Linux/meego-sdk-installer-online-20110429 meego-sdk-installer-online-20110429] || [http://otc-files.bj.intel.com/pub/MeeGo/SDK/release/sdk_installer/20110429/Windows/meego-sdk-installer-online-20110429.exe meego-sdk-installer-online-20110429.exe] || April 29, 2011 || &lt;br /&gt;
* Update the Qt simulator skin packages&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online-20110425 meego-sdk-installer-online-20110425] || [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110425.exe meego-sdk-installer-online-20110425.exe] || April 25, 2011 || &lt;br /&gt;
* bug fixed: [https://bugs.meego.com/show_bug.cgi?id=16415 16415 Wrong directory for toolchain's qmake after installing 4-18 build]&lt;br /&gt;
* Installation failed when installing meego-qemu-ia32 package&lt;br /&gt;
* Added Desktop Qt in targets&lt;br /&gt;
* Update mechanism enabled (No need to download installer again)&lt;br /&gt;
* Don’t remove runtime before creating&lt;br /&gt;
* Add 3 new 0426 targets: core, netbook, tablet&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online-20110421 meego-sdk-installer-online-20110421] || || April 21, 2011 || &lt;br /&gt;
* madde version change (0.7.61 --&amp;gt; 0.7.63)&lt;br /&gt;
* Qt Creator bug fixed:  [https://bugs.meego.com/show_bug.cgi?id=16347 16347 - QtCreator build-failure on qtGui hello or shared lib]&lt;br /&gt;
* F14 bug fixed: [https://bugs.meego.com/show_bug.cgi?id=16402 16402 Cannot install SDK in fedora14 if the user is not in sudoers]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Linux installer B || [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110419.exe meego-sdk-installer-online-20110419.exe] || April 19, 2011 ||&lt;br /&gt;
* Qt Simulator:  Resolved: BMC# [https://bugs.meego.com/show_bug.cgi?id=16315 16315: Fails to install Simulator QTMSVC2008]&lt;br /&gt;
|-&lt;br /&gt;
| Linux installer A || [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110418.exe meego-sdk-installer-online-20110418.exe] || April 18, 2011 || &lt;br /&gt;
* Qt Simulator:  Automatically configure Qt Versions for Qt MSVC2008&lt;br /&gt;
* MinGW:  Added v4.4. Change to be invisible for users when installing MeeGo SDK&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Bugs to be fixed in MeeGo 1.2 == &lt;br /&gt;
 TBD: Bugzilla query&lt;br /&gt;
&lt;br /&gt;
== Features to be fixed in MeeGo 1.2 ==&lt;br /&gt;
 TBD: Bugzilla query&lt;br /&gt;
&lt;br /&gt;
== Tasks proposed to be completed in MeeGo 1.2 ==&lt;br /&gt;
* Update simulator-qt from 4.7.1 to 4.7.2, and build it with MSVC and MinGW. (Wenchao, Max) (High priority)&lt;br /&gt;
* Bug fix&lt;br /&gt;
* Set up build server to build x86 toolchain automatically. (Max) (Low priority)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Work in progress below this point (copied from 1.1 docs). =&lt;br /&gt;
== Introduction to MeeGo 1.2==&lt;br /&gt;
[http://meego.com/downloads/releases/1.2/meego-v1.2-sdk MeeGo 1.2 SDK release notes] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.2/MeeGo_overview| MeeGo application development overview]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.2/MeeGo_developer_story| MeeGo developer story]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.2/Terminology|MeeGo SDK terminology]]&lt;br /&gt;
&lt;br /&gt;
== Architecture == &lt;br /&gt;
[http://meego.com/developers/meego-architecture MeeGo architecture overview] &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://meego.com/developers/meego-architecture/meego-architecture-layer-view MeeGo architecture layer view]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://meego.com/developers/meego-architecture/meego-architecture-domain-view MeeGo architecture domain view]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://meego.com/developers/meego-architecture/meego-architecture-api-view MeeGo architecture API view]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==API references==&lt;br /&gt;
&lt;br /&gt;
MeeGo 1.1 release provides two API reference libraries for development work:&lt;br /&gt;
* [http://apidocs.meego.com/1.1/core/html/index.html MeeGo API reference] includes the official API set for MeeGo application development. For MeeGo API, compatibility with future MeeGo releases is guaranteed.&lt;br /&gt;
* [http://apidocs.meego.com/1.1/platform/html/index.html MeeGo Platform API reference] extends the official MeeGo API by providing additional functionality. However, the Platform API is '''not''' guaranteed to be compatible with future MeeGo releases.&lt;br /&gt;
&lt;br /&gt;
== UI guidelines ==&lt;br /&gt;
[http://meego.com/developers/meego-ux-design-principles UI design principles] &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://meego.com/developers/ui-design-guidelines UI design guidelines] &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Setting up your development environment ==&lt;br /&gt;
&lt;br /&gt;
[[SDK/Docs/1.1/MeeGo_1.1_SDK_Host_OS_Support|Supported guest operating systems]]&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
[[SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux|Installing and configuring MeeGo SDK for Linux]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/MeeGo_SDK_Graphics_Acceleration|Checking your system's graphics capabilities]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
[[SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Windows|Installing and configuring MeeGo SDK for Windows]]&lt;br /&gt;
&lt;br /&gt;
=== Setting up your device===&lt;br /&gt;
[[SDK/Docs/1.1/Setting up N900 device|Setting up your N900 device]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Setting up Netbook|Setting up your Netbook]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Setting_up_Aava| Setting up Aava]]&lt;br /&gt;
&lt;br /&gt;
== Developing native applications ==&lt;br /&gt;
[[SDK/Docs/1.1/Developing_for_MeeGo |Developing for MeeGo]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Creating Hello World |Creating and running your first application]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Debugging with Qt Creator |Debugging with Qt Creator]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/MeeGo SDK with Qt | Example Qt applications]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Developing Web Runtime applications==&lt;br /&gt;
[[SDK/Docs/1.1/Web SDK with WRT |Developing Web Runtime applications]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Alternative development approaches ==&lt;br /&gt;
[[SDK/Docs/1.1/MeeGo_SDK_with_Xephyr|Developing with Xephyr]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Building_a_MeeGo_chroot_on_Linux|Creating a MeeGo chroot]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Configuring QEMU runtimes|Setting up the emulator]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== SDK troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
[[SDK/Docs/1.1/Troubleshooting|Troubleshooting]]&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Application-developer]]&lt;br /&gt;
[[Category:Devguide]]&lt;br /&gt;
[[Category:Meego-1.1]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.2</id>
		<title>SDK/Docs/1.2</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.2"/>
				<updated>2011-05-03T05:43:47Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* MeeGo SDK 1.2 Installer Builds */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''The MeeGo 1.2 Documentation Page is under construction.  Some information may be correct.'''&lt;br /&gt;
= MeeGo 1.2 Developer Documentation -- Table of Contents =&lt;br /&gt;
MeeGo 1.2 developer documentation includes the following sections.&lt;br /&gt;
&lt;br /&gt;
== MeeGo SDK 1.2 Installer Builds ==&lt;br /&gt;
The following table contains links to the latest builds of the MeeGo 1.2 SDK installer.&lt;br /&gt;
{| style=&amp;quot;color:black; background-color:#ffffcc;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Linux || Windows || Date || Notes &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://otc-files.bj.intel.com/pub/MeeGo/SDK/release/sdk_installer/20110429/Linux/meego-sdk-installer-online-20110429 meego-sdk-installer-online-20110429] || [http://otc-files.bj.intel.com/pub/MeeGo/SDK/release/sdk_installer/20110429/Windows/meego-sdk-installer-online-20110429.exe meego-sdk-installer-online-20110429.exe] || April 29, 2011 || &lt;br /&gt;
* bug fiexed: &lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online-20110425 meego-sdk-installer-online-20110425] || [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110425.exe meego-sdk-installer-online-20110425.exe] || April 25, 2011 || &lt;br /&gt;
* bug fiexed: [https://bugs.meego.com/show_bug.cgi?id=16415 16415 Wrong directory for toolchain's qmake after installing 4-18 build]&lt;br /&gt;
* Installation failed when installing meego-qemu-ia32 package&lt;br /&gt;
* Added Desktop Qt in targets&lt;br /&gt;
* Update mechanism enabled (No need to download installer again)&lt;br /&gt;
* Don’t remove runtime before creating&lt;br /&gt;
* Add 3 new 0426 targets: core, netbook, tablet&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online-20110421 meego-sdk-installer-online-20110421] || || April 21, 2011 || &lt;br /&gt;
* madde version change (0.7.61 --&amp;gt; 0.7.63)&lt;br /&gt;
* Qt Creator bug fixed:  [https://bugs.meego.com/show_bug.cgi?id=16347 16347 - QtCreator build-failure on qtGui hello or shared lib]&lt;br /&gt;
* F14 bug fixed: [https://bugs.meego.com/show_bug.cgi?id=16402 16402 Cannot install SDK in fedora14 if the user is not in sudoers]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Linux installer B || [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110419.exe meego-sdk-installer-online-20110419.exe] || April 19, 2011 ||&lt;br /&gt;
* Qt Simulator:  Resolved: BMC# [https://bugs.meego.com/show_bug.cgi?id=16315 16315: Fails to install Simulator QTMSVC2008]&lt;br /&gt;
|-&lt;br /&gt;
| Linux installer A || [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110418.exe meego-sdk-installer-online-20110418.exe] || April 18, 2011 || &lt;br /&gt;
* Qt Simulator:  Automatically configure Qt Versions for Qt MSVC2008&lt;br /&gt;
* MinGW:  Added v4.4. Change to be invisible for users when installing MeeGo SDK&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Bugs to be fixed in MeeGo 1.2 == &lt;br /&gt;
 TBD: Bugzilla query&lt;br /&gt;
&lt;br /&gt;
== Features to be fixed in MeeGo 1.2 ==&lt;br /&gt;
 TBD: Bugzilla query&lt;br /&gt;
&lt;br /&gt;
== Tasks proposed to be completed in MeeGo 1.2 ==&lt;br /&gt;
* Update simulator-qt from 4.7.1 to 4.7.2, and build it with MSVC and MinGW. (Wenchao, Max) (High priority)&lt;br /&gt;
* Bug fix&lt;br /&gt;
* Set up build server to build x86 toolchain automatically. (Max) (Low priority)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Work in progress below this point (copied from 1.1 docs). =&lt;br /&gt;
== Introduction to MeeGo 1.2==&lt;br /&gt;
[http://meego.com/downloads/releases/1.2/meego-v1.2-sdk MeeGo 1.2 SDK release notes] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.2/MeeGo_overview| MeeGo application development overview]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.2/MeeGo_developer_story| MeeGo developer story]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.2/Terminology|MeeGo SDK terminology]]&lt;br /&gt;
&lt;br /&gt;
== Architecture == &lt;br /&gt;
[http://meego.com/developers/meego-architecture MeeGo architecture overview] &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://meego.com/developers/meego-architecture/meego-architecture-layer-view MeeGo architecture layer view]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://meego.com/developers/meego-architecture/meego-architecture-domain-view MeeGo architecture domain view]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://meego.com/developers/meego-architecture/meego-architecture-api-view MeeGo architecture API view]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==API references==&lt;br /&gt;
&lt;br /&gt;
MeeGo 1.1 release provides two API reference libraries for development work:&lt;br /&gt;
* [http://apidocs.meego.com/1.1/core/html/index.html MeeGo API reference] includes the official API set for MeeGo application development. For MeeGo API, compatibility with future MeeGo releases is guaranteed.&lt;br /&gt;
* [http://apidocs.meego.com/1.1/platform/html/index.html MeeGo Platform API reference] extends the official MeeGo API by providing additional functionality. However, the Platform API is '''not''' guaranteed to be compatible with future MeeGo releases.&lt;br /&gt;
&lt;br /&gt;
== UI guidelines ==&lt;br /&gt;
[http://meego.com/developers/meego-ux-design-principles UI design principles] &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://meego.com/developers/ui-design-guidelines UI design guidelines] &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Setting up your development environment ==&lt;br /&gt;
&lt;br /&gt;
[[SDK/Docs/1.1/MeeGo_1.1_SDK_Host_OS_Support|Supported guest operating systems]]&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
[[SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux|Installing and configuring MeeGo SDK for Linux]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/MeeGo_SDK_Graphics_Acceleration|Checking your system's graphics capabilities]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
[[SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Windows|Installing and configuring MeeGo SDK for Windows]]&lt;br /&gt;
&lt;br /&gt;
=== Setting up your device===&lt;br /&gt;
[[SDK/Docs/1.1/Setting up N900 device|Setting up your N900 device]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Setting up Netbook|Setting up your Netbook]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Setting_up_Aava| Setting up Aava]]&lt;br /&gt;
&lt;br /&gt;
== Developing native applications ==&lt;br /&gt;
[[SDK/Docs/1.1/Developing_for_MeeGo |Developing for MeeGo]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Creating Hello World |Creating and running your first application]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Debugging with Qt Creator |Debugging with Qt Creator]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/MeeGo SDK with Qt | Example Qt applications]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Developing Web Runtime applications==&lt;br /&gt;
[[SDK/Docs/1.1/Web SDK with WRT |Developing Web Runtime applications]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Alternative development approaches ==&lt;br /&gt;
[[SDK/Docs/1.1/MeeGo_SDK_with_Xephyr|Developing with Xephyr]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Building_a_MeeGo_chroot_on_Linux|Creating a MeeGo chroot]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Configuring QEMU runtimes|Setting up the emulator]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== SDK troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
[[SDK/Docs/1.1/Troubleshooting|Troubleshooting]]&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Application-developer]]&lt;br /&gt;
[[Category:Devguide]]&lt;br /&gt;
[[Category:Meego-1.1]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.2</id>
		<title>SDK/Docs/1.2</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.2"/>
				<updated>2011-05-03T05:41:34Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* MeeGo SDK 1.2 Installer Builds */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''The MeeGo 1.2 Documentation Page is under construction.  Some information may be correct.'''&lt;br /&gt;
= MeeGo 1.2 Developer Documentation -- Table of Contents =&lt;br /&gt;
MeeGo 1.2 developer documentation includes the following sections.&lt;br /&gt;
&lt;br /&gt;
== MeeGo SDK 1.2 Installer Builds ==&lt;br /&gt;
The following table contains links to the latest builds of the MeeGo 1.2 SDK installer.&lt;br /&gt;
{| style=&amp;quot;color:black; background-color:#ffffcc;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Linux || Windows || Date || Notes &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online-20110425 meego-sdk-installer-online-20110425] || [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110425.exe meego-sdk-installer-online-20110425.exe] || April 25, 2011 || &lt;br /&gt;
* bug fiexed: [https://bugs.meego.com/show_bug.cgi?id=16415 16415 Wrong directory for toolchain's qmake after installing 4-18 build]&lt;br /&gt;
* Installation failed when installing meego-qemu-ia32 package&lt;br /&gt;
* Added Desktop Qt in targets&lt;br /&gt;
* Update mechanism enabled (No need to download installer again)&lt;br /&gt;
* Don’t remove runtime before creating&lt;br /&gt;
* Add 3 new 0426 targets: core, netbook, tablet&lt;br /&gt;
&lt;br /&gt;
| [http://otc-files.bj.intel.com/pub/MeeGo/SDK/release/sdk_installer/20110429/Linux/meego-sdk-installer-online-20110429 meego-sdk-installer-online-20110429] || [http://otc-files.bj.intel.com/pub/MeeGo/SDK/release/sdk_installer/20110429/Windows/meego-sdk-installer-online-20110429.exe meego-sdk-installer-online-20110429.exe] || April 29, 2011 || &lt;br /&gt;
* bug fiexed: &lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online-20110421 meego-sdk-installer-online-20110421] || || April 21, 2011 || &lt;br /&gt;
* madde version change (0.7.61 --&amp;gt; 0.7.63)&lt;br /&gt;
* Qt Creator bug fixed:  [https://bugs.meego.com/show_bug.cgi?id=16347 16347 - QtCreator build-failure on qtGui hello or shared lib]&lt;br /&gt;
* F14 bug fixed: [https://bugs.meego.com/show_bug.cgi?id=16402 16402 Cannot install SDK in fedora14 if the user is not in sudoers]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Linux installer B || [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110419.exe meego-sdk-installer-online-20110419.exe] || April 19, 2011 ||&lt;br /&gt;
* Qt Simulator:  Resolved: BMC# [https://bugs.meego.com/show_bug.cgi?id=16315 16315: Fails to install Simulator QTMSVC2008]&lt;br /&gt;
|-&lt;br /&gt;
| Linux installer A || [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110418.exe meego-sdk-installer-online-20110418.exe] || April 18, 2011 || &lt;br /&gt;
* Qt Simulator:  Automatically configure Qt Versions for Qt MSVC2008&lt;br /&gt;
* MinGW:  Added v4.4. Change to be invisible for users when installing MeeGo SDK&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Bugs to be fixed in MeeGo 1.2 == &lt;br /&gt;
 TBD: Bugzilla query&lt;br /&gt;
&lt;br /&gt;
== Features to be fixed in MeeGo 1.2 ==&lt;br /&gt;
 TBD: Bugzilla query&lt;br /&gt;
&lt;br /&gt;
== Tasks proposed to be completed in MeeGo 1.2 ==&lt;br /&gt;
* Update simulator-qt from 4.7.1 to 4.7.2, and build it with MSVC and MinGW. (Wenchao, Max) (High priority)&lt;br /&gt;
* Bug fix&lt;br /&gt;
* Set up build server to build x86 toolchain automatically. (Max) (Low priority)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Work in progress below this point (copied from 1.1 docs). =&lt;br /&gt;
== Introduction to MeeGo 1.2==&lt;br /&gt;
[http://meego.com/downloads/releases/1.2/meego-v1.2-sdk MeeGo 1.2 SDK release notes] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.2/MeeGo_overview| MeeGo application development overview]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.2/MeeGo_developer_story| MeeGo developer story]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.2/Terminology|MeeGo SDK terminology]]&lt;br /&gt;
&lt;br /&gt;
== Architecture == &lt;br /&gt;
[http://meego.com/developers/meego-architecture MeeGo architecture overview] &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://meego.com/developers/meego-architecture/meego-architecture-layer-view MeeGo architecture layer view]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://meego.com/developers/meego-architecture/meego-architecture-domain-view MeeGo architecture domain view]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://meego.com/developers/meego-architecture/meego-architecture-api-view MeeGo architecture API view]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==API references==&lt;br /&gt;
&lt;br /&gt;
MeeGo 1.1 release provides two API reference libraries for development work:&lt;br /&gt;
* [http://apidocs.meego.com/1.1/core/html/index.html MeeGo API reference] includes the official API set for MeeGo application development. For MeeGo API, compatibility with future MeeGo releases is guaranteed.&lt;br /&gt;
* [http://apidocs.meego.com/1.1/platform/html/index.html MeeGo Platform API reference] extends the official MeeGo API by providing additional functionality. However, the Platform API is '''not''' guaranteed to be compatible with future MeeGo releases.&lt;br /&gt;
&lt;br /&gt;
== UI guidelines ==&lt;br /&gt;
[http://meego.com/developers/meego-ux-design-principles UI design principles] &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://meego.com/developers/ui-design-guidelines UI design guidelines] &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Setting up your development environment ==&lt;br /&gt;
&lt;br /&gt;
[[SDK/Docs/1.1/MeeGo_1.1_SDK_Host_OS_Support|Supported guest operating systems]]&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
[[SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux|Installing and configuring MeeGo SDK for Linux]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/MeeGo_SDK_Graphics_Acceleration|Checking your system's graphics capabilities]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
[[SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Windows|Installing and configuring MeeGo SDK for Windows]]&lt;br /&gt;
&lt;br /&gt;
=== Setting up your device===&lt;br /&gt;
[[SDK/Docs/1.1/Setting up N900 device|Setting up your N900 device]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Setting up Netbook|Setting up your Netbook]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Setting_up_Aava| Setting up Aava]]&lt;br /&gt;
&lt;br /&gt;
== Developing native applications ==&lt;br /&gt;
[[SDK/Docs/1.1/Developing_for_MeeGo |Developing for MeeGo]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Creating Hello World |Creating and running your first application]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Debugging with Qt Creator |Debugging with Qt Creator]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/MeeGo SDK with Qt | Example Qt applications]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Developing Web Runtime applications==&lt;br /&gt;
[[SDK/Docs/1.1/Web SDK with WRT |Developing Web Runtime applications]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Alternative development approaches ==&lt;br /&gt;
[[SDK/Docs/1.1/MeeGo_SDK_with_Xephyr|Developing with Xephyr]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Building_a_MeeGo_chroot_on_Linux|Creating a MeeGo chroot]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Configuring QEMU runtimes|Setting up the emulator]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== SDK troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
[[SDK/Docs/1.1/Troubleshooting|Troubleshooting]]&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Application-developer]]&lt;br /&gt;
[[Category:Devguide]]&lt;br /&gt;
[[Category:Meego-1.1]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.2</id>
		<title>SDK/Docs/1.2</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.2"/>
				<updated>2011-05-03T05:27:57Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* MeeGo SDK 1.2 Installer Builds */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''The MeeGo 1.2 Documentation Page is under construction.  Some information may be correct.'''&lt;br /&gt;
= MeeGo 1.2 Developer Documentation -- Table of Contents =&lt;br /&gt;
MeeGo 1.2 developer documentation includes the following sections.&lt;br /&gt;
&lt;br /&gt;
== MeeGo SDK 1.2 Installer Builds ==&lt;br /&gt;
The following table contains links to the latest builds of the MeeGo 1.2 SDK installer.&lt;br /&gt;
{| style=&amp;quot;color:black; background-color:#ffffcc;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Linux || Windows || Date || Notes &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online-20110425 meego-sdk-installer-online-20110425] || [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110425.exe meego-sdk-installer-online-20110425.exe] || April 25, 2011 || &lt;br /&gt;
* bug fiexed: [https://bugs.meego.com/show_bug.cgi?id=16415 16415 Wrong directory for toolchain's qmake after installing 4-18 build]&lt;br /&gt;
* Installation failed when installing meego-qemu-ia32 package&lt;br /&gt;
* Added Desktop Qt in targets&lt;br /&gt;
* Update mechanism enabled (No need to download installer again)&lt;br /&gt;
* Don’t remove runtime before creating&lt;br /&gt;
* Add 3 new 0426 targets: core, netbook, tablet&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online-20110421 meego-sdk-installer-online-20110421] || || April 21, 2011 || &lt;br /&gt;
* madde version change (0.7.61 --&amp;gt; 0.7.63)&lt;br /&gt;
* Qt Creator bug fixed:  [https://bugs.meego.com/show_bug.cgi?id=16347 16347 - QtCreator build-failure on qtGui hello or shared lib]&lt;br /&gt;
* F14 bug fixed: [https://bugs.meego.com/show_bug.cgi?id=16402 16402 Cannot install SDK in fedora14 if the user is not in sudoers]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Linux installer B || [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110419.exe meego-sdk-installer-online-20110419.exe] || April 19, 2011 ||&lt;br /&gt;
* Qt Simulator:  Resolved: BMC# [https://bugs.meego.com/show_bug.cgi?id=16315 16315: Fails to install Simulator QTMSVC2008]&lt;br /&gt;
|-&lt;br /&gt;
| Linux installer A || [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110418.exe meego-sdk-installer-online-20110418.exe] || April 18, 2011 || &lt;br /&gt;
* Qt Simulator:  Automatically configure Qt Versions for Qt MSVC2008&lt;br /&gt;
* MinGW:  Added v4.4. Change to be invisible for users when installing MeeGo SDK&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Bugs to be fixed in MeeGo 1.2 == &lt;br /&gt;
 TBD: Bugzilla query&lt;br /&gt;
&lt;br /&gt;
== Features to be fixed in MeeGo 1.2 ==&lt;br /&gt;
 TBD: Bugzilla query&lt;br /&gt;
&lt;br /&gt;
== Tasks proposed to be completed in MeeGo 1.2 ==&lt;br /&gt;
* Update simulator-qt from 4.7.1 to 4.7.2, and build it with MSVC and MinGW. (Wenchao, Max) (High priority)&lt;br /&gt;
* Bug fix&lt;br /&gt;
* Set up build server to build x86 toolchain automatically. (Max) (Low priority)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Work in progress below this point (copied from 1.1 docs). =&lt;br /&gt;
== Introduction to MeeGo 1.2==&lt;br /&gt;
[http://meego.com/downloads/releases/1.2/meego-v1.2-sdk MeeGo 1.2 SDK release notes] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.2/MeeGo_overview| MeeGo application development overview]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.2/MeeGo_developer_story| MeeGo developer story]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.2/Terminology|MeeGo SDK terminology]]&lt;br /&gt;
&lt;br /&gt;
== Architecture == &lt;br /&gt;
[http://meego.com/developers/meego-architecture MeeGo architecture overview] &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://meego.com/developers/meego-architecture/meego-architecture-layer-view MeeGo architecture layer view]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://meego.com/developers/meego-architecture/meego-architecture-domain-view MeeGo architecture domain view]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://meego.com/developers/meego-architecture/meego-architecture-api-view MeeGo architecture API view]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==API references==&lt;br /&gt;
&lt;br /&gt;
MeeGo 1.1 release provides two API reference libraries for development work:&lt;br /&gt;
* [http://apidocs.meego.com/1.1/core/html/index.html MeeGo API reference] includes the official API set for MeeGo application development. For MeeGo API, compatibility with future MeeGo releases is guaranteed.&lt;br /&gt;
* [http://apidocs.meego.com/1.1/platform/html/index.html MeeGo Platform API reference] extends the official MeeGo API by providing additional functionality. However, the Platform API is '''not''' guaranteed to be compatible with future MeeGo releases.&lt;br /&gt;
&lt;br /&gt;
== UI guidelines ==&lt;br /&gt;
[http://meego.com/developers/meego-ux-design-principles UI design principles] &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://meego.com/developers/ui-design-guidelines UI design guidelines] &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Setting up your development environment ==&lt;br /&gt;
&lt;br /&gt;
[[SDK/Docs/1.1/MeeGo_1.1_SDK_Host_OS_Support|Supported guest operating systems]]&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
[[SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux|Installing and configuring MeeGo SDK for Linux]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/MeeGo_SDK_Graphics_Acceleration|Checking your system's graphics capabilities]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
[[SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Windows|Installing and configuring MeeGo SDK for Windows]]&lt;br /&gt;
&lt;br /&gt;
=== Setting up your device===&lt;br /&gt;
[[SDK/Docs/1.1/Setting up N900 device|Setting up your N900 device]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Setting up Netbook|Setting up your Netbook]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Setting_up_Aava| Setting up Aava]]&lt;br /&gt;
&lt;br /&gt;
== Developing native applications ==&lt;br /&gt;
[[SDK/Docs/1.1/Developing_for_MeeGo |Developing for MeeGo]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Creating Hello World |Creating and running your first application]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Debugging with Qt Creator |Debugging with Qt Creator]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/MeeGo SDK with Qt | Example Qt applications]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Developing Web Runtime applications==&lt;br /&gt;
[[SDK/Docs/1.1/Web SDK with WRT |Developing Web Runtime applications]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Alternative development approaches ==&lt;br /&gt;
[[SDK/Docs/1.1/MeeGo_SDK_with_Xephyr|Developing with Xephyr]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Building_a_MeeGo_chroot_on_Linux|Creating a MeeGo chroot]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[SDK/Docs/1.1/Configuring QEMU runtimes|Setting up the emulator]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== SDK troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
[[SDK/Docs/1.1/Troubleshooting|Troubleshooting]]&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Application-developer]]&lt;br /&gt;
[[Category:Devguide]]&lt;br /&gt;
[[Category:Meego-1.1]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows</id>
		<title>SDK/Docs/1.2/MeeGo SDK 1.2 Preview for Windows</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows"/>
				<updated>2011-05-03T05:17:17Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* Download the MeeGo SDK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Download the MeeGo SDK ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Download and install the SDK'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Download information&lt;br /&gt;
|-&lt;br /&gt;
! File !! File Size !! Installed Size&lt;br /&gt;
|-&lt;br /&gt;
| [http://otc-files.bj.intel.com/pub/MeeGo/SDK/release/sdk_installer/20110429/Windows/meego-sdk-installer-online-20110429.exe MeeGo SDK 1.2 Preview Installer] || 13.06 MB || 814 MB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
SDK content details are described on the [[SDK/Docs/1.2/MeeGo SDK 1.2 Components|SDK Component Summary]] page.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;li&amp;gt;'''Select the components that will be installed. Mainly select the target for development. During downloading, once one of components failed to download due to the connection issue, just click 'Retry' button in the notification dialog to resume.'''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-installer-comp.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Install Microsoft Redistribution Package (4MB)'''&amp;lt;br&amp;gt;&lt;br /&gt;
  (Required for Windows XP only; not required for Windows 7)&amp;lt;br&amp;gt;&lt;br /&gt;
  Download and install [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2 vcredist_x86.exe] (Microsoft Visual C++ 2008 SP1 Redistributable Package (x86))&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Next Step: [[SDK/Setup/Building MeeGo Applications|Building MeeGo Applications]]'''&lt;br /&gt;
&lt;br /&gt;
'''More information: [[SDK/Setup/More information|Install kqemu accelerator for QEMU]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Meego-1.2]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows</id>
		<title>SDK/Docs/1.2/MeeGo SDK 1.2 Preview for Windows</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows"/>
				<updated>2011-04-25T06:25:28Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* Download the MeeGo SDK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Download the MeeGo SDK ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Download and install the SDK'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Download information&lt;br /&gt;
|-&lt;br /&gt;
! File !! File Size !! Installed Size&lt;br /&gt;
|-&lt;br /&gt;
| [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110419.exe MeeGo SDK 1.2 Preview Installer] || 13.06 MB || 814 MB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
SDK content details are described on the [[SDK/Docs/1.2/MeeGo SDK 1.2 Components|SDK Component Summary]] page.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;li&amp;gt;'''Select the components that will be installed. Mainly select the target for development. During downloading, once one of components failed to download due to the connection issue, just click 'Retry' button in the notification dialog to resume.'''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-installer-comp.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Install Microsoft Redistribution Package (4MB)'''&amp;lt;br&amp;gt;&lt;br /&gt;
  (Required for Windows XP only; not required for Windows 7)&amp;lt;br&amp;gt;&lt;br /&gt;
  Download and install [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2 vcredist_x86.exe] (Microsoft Visual C++ 2008 SP1 Redistributable Package (x86))&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Next Step: [[SDK/Setup/Building MeeGo Applications|Building MeeGo Applications]]'''&lt;br /&gt;
&lt;br /&gt;
'''More information: [[SDK/Setup/More information|Install kqemu accelerator for QEMU]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Meego-1.2]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows</id>
		<title>SDK/Docs/1.2/MeeGo SDK 1.2 Preview for Windows</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows"/>
				<updated>2011-04-25T06:19:20Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* Download the MeeGo SDK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Download the MeeGo SDK ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Download and install the SDK'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Download information&lt;br /&gt;
|-&lt;br /&gt;
! File !! File Size !! Installed Size&lt;br /&gt;
|-&lt;br /&gt;
| [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110419.exe MeeGo SDK 1.2 Preview Installer] || 13.06 MB || 814 MB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
SDK content details are described on the [[SDK/Docs/1.2/MeeGo SDK 1.2 Components|SDK Component Summary]] page.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;li&amp;gt;'''Select the components that will be installed. Mainly select the target for development. During downloading, once one of components failed to download due to the connection issue, just click 'Retry' button in the notification dialog to resume.'''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-installer-comp.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Install Microsoft Redistribution Package (4MB)'''&amp;lt;br&amp;gt;&lt;br /&gt;
  (Required for Windows XP only; not required for Windows 7)&amp;lt;br&amp;gt;&lt;br /&gt;
  Download and install [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2 vcredist_x86.exe] (Microsoft Visual C++ 2008 SP1 Redistributable Package (x86))&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Next Step: [[SDK/Setup/Building MeeGo Applications|Building MeeGo Applications]]'''&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''More information: [[SDK/Setup/More information|Install kqemu accelerator for QEMU]]'''&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Meego-1.2]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Setup/Debugging_with_Simulator</id>
		<title>SDK/Setup/Debugging with Simulator</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Setup/Debugging_with_Simulator"/>
				<updated>2011-04-20T10:54:57Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* Build an app for Qt Simulator, and run it with Qt Simulator */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Build an app for Qt Simulator, and run it with Qt Simulator===&lt;br /&gt;
* '''Note: MTF apps cannot be built with simulator currently, while Qt apps can be built.'''&lt;br /&gt;
* Microsoft C++ Compiler is required to build apps for Qt Simulator. To meet this requirement, you can install one of the following software:&lt;br /&gt;
** Microsoft Visio C++ 2008 Express Edition (http://www.microsoft.com/express/Downloads/#2008-Visual-CPP).&lt;br /&gt;
** Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1 (http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&amp;amp;displaylang=en). This is for Windows 7 only.&lt;br /&gt;
[[File:Untitled2.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Add Qt Simulator target ====&lt;br /&gt;
The target will be configured automatically after installation. Click 'Rebuild' button if 'Debugging helpers' is not with green correction sign.&lt;br /&gt;
&lt;br /&gt;
[[File:meego-sdk-simulator-qtmsvc2008.png]]&lt;br /&gt;
&lt;br /&gt;
Provided that the configuation is not correct, follow the below steps to config it manually.&lt;br /&gt;
* Launch Qt Creator&lt;br /&gt;
* Go to Tools-&amp;gt;Options-&amp;gt;Qt4-&amp;gt;Qt Versions&lt;br /&gt;
* Click the &amp;quot;+&amp;quot; to add a new &amp;quot;Qt Version&amp;quot;&lt;br /&gt;
* In &amp;quot;Version name&amp;quot;, provide a name, e.g, &amp;quot;Simulator - MSVC&amp;quot;.&lt;br /&gt;
* In &amp;quot;qmake location:&amp;quot;, browse and select qmake location: ''&amp;lt;MEEGO_SDK&amp;gt;\Simulator\Qt\msvc2008\bin\qmake.exe''. Replace &amp;lt;MEEGO_SDK&amp;gt; with the directory where you installed MeeGo SDK; the default is C:\MeeGoSDK_1.2.&lt;br /&gt;
* In &amp;quot;Toolchain:&amp;quot;, browse and select &amp;quot;Microsoft Visual C++ Compilers 9.0 (x86)&amp;quot; if you installed &amp;quot;Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1&amp;quot;, or select &amp;quot;Microsoft Visual C++ Compilers 8.0 (x86)&amp;quot; if you installed &amp;quot;Microsoft Visio C++ 2008 Express Edition&amp;quot;.&lt;br /&gt;
* Build&lt;br /&gt;
* To use the simulator, please refer to http://doc.qt.nokia.com/qtsimulator-1.1/simulator-starting.html for more information. If the simulator cannot be load automatically from Qt Creator, you can launch it once manually by double clicking the icon of &amp;quot;&amp;lt;MEEGO_SDK&amp;gt;\Simulator\Application\simulator.exe&amp;quot; in Explorer.&lt;br /&gt;
An alternative approach to add a new &amp;quot;Qt Version&amp;quot; is to use libraries of MinGW. Note, the component &amp;quot;''Simulator Qt 4.7.2 - MinGW 4.4''&amp;quot; should be installed firstly when installation or maintenance.&lt;br /&gt;
* In &amp;quot;Version name&amp;quot;, provide a name, e.g, &amp;quot;Simulator - MinGW&amp;quot;.&lt;br /&gt;
* In &amp;quot;qmake location:&amp;quot;, browse and select qmake location: ''&amp;lt;MEEGO_SDK&amp;gt;\Simulator\Qt\mingw\bin\qmake.exe''.&lt;br /&gt;
* In &amp;quot;MinGW directory:&amp;quot;, browse and select ''&amp;lt;MEEGO_SDK&amp;gt;\mingw'' if you installed the component of &amp;quot;''Miscellaneous\MinGW''&amp;quot;.&lt;br /&gt;
* If debug is needed furthermore, in Options-&amp;gt;Debugger-&amp;gt;Gdb, Click the &amp;quot;+&amp;quot; to add a new GDB tool. Browse and select gdb tool: ''&amp;lt;MEEGO_SDK&amp;gt;\mingw\bin\gdb.exe'' and then check &amp;quot;MinGW&amp;quot; option.&lt;br /&gt;
&lt;br /&gt;
==== Install Debugging Tools for Windows====&lt;br /&gt;
You need to install Debugging Tools for Windows for debugging apps with simulator.&lt;br /&gt;
&lt;br /&gt;
* Launch Qt Creator&lt;br /&gt;
* Select Tools-&amp;gt;Option-&amp;gt;Debugger-&amp;gt;Cdb, check 'CDB'&lt;br /&gt;
*Click the hyperlink of &amp;quot;Debugging Tools for Windows&amp;quot;&lt;br /&gt;
[[File:Qt-creator-option-debugger-cdb.png|600px]]&lt;br /&gt;
*Download the previous versions of debugging tools for Windows (http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.11.1.404.msi) &lt;br /&gt;
[[File:Web-page-download-debugging-tools.png|600px]]&lt;br /&gt;
* If the CDB path had not been configured preperly, click 'Auto Detect' button to set it manually.&lt;br /&gt;
&lt;br /&gt;
=== Change Skins for Simulator ===&lt;br /&gt;
After the Simulator launched, select the View-&amp;gt;Device to change skins.&lt;br /&gt;
&lt;br /&gt;
[[File:meego-sdk-simulator-skin.png]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/File:Meego-sdk-simulator-skin.png</id>
		<title>File:Meego-sdk-simulator-skin.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/File:Meego-sdk-simulator-skin.png"/>
				<updated>2011-04-20T10:49:16Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/File:Meego-sdk-simulator-qtmsvc2008.png</id>
		<title>File:Meego-sdk-simulator-qtmsvc2008.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/File:Meego-sdk-simulator-qtmsvc2008.png"/>
				<updated>2011-04-20T10:48:48Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Setup/Debugging_with_Simulator</id>
		<title>SDK/Setup/Debugging with Simulator</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Setup/Debugging_with_Simulator"/>
				<updated>2011-04-20T10:48:15Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* Build an app for Qt Simulator, and run it with Qt Simulator */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Build an app for Qt Simulator, and run it with Qt Simulator===&lt;br /&gt;
* '''Note: MTF apps cannot be built with simulator currently, while Qt apps can be built.'''&lt;br /&gt;
* Microsoft C++ Compiler is required to build apps for Qt Simulator. To meet this requirement, you can install one of the following software:&lt;br /&gt;
** Microsoft Visio C++ 2008 Express Edition (http://www.microsoft.com/express/Downloads/#2008-Visual-CPP).&lt;br /&gt;
** Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1 (http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&amp;amp;displaylang=en). This is for Windows 7 only.&lt;br /&gt;
[[File:Untitled2.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Add Qt Simulator target ====&lt;br /&gt;
The target will be configured automatically after installation. Click 'Rebuild' button if 'Debugging helpers' is not with green correction sign.&lt;br /&gt;
&lt;br /&gt;
[[File:meego-sdk-simulator-qtmsvc2008.png]]&lt;br /&gt;
&lt;br /&gt;
Provided the configuation is not correct, follow the below steps to config it manually.&lt;br /&gt;
* Launch Qt Creator&lt;br /&gt;
* Go to Tools-&amp;gt;Options-&amp;gt;Qt4-&amp;gt;Qt Versions&lt;br /&gt;
* Click the &amp;quot;+&amp;quot; to add a new &amp;quot;Qt Version&amp;quot;&lt;br /&gt;
* In &amp;quot;Version name&amp;quot;, provide a name, e.g, &amp;quot;Simulator - MSVC&amp;quot;.&lt;br /&gt;
* In &amp;quot;qmake location:&amp;quot;, browse and select qmake location: ''&amp;lt;MEEGO_SDK&amp;gt;\Simulator\Qt\msvc2008\bin\qmake.exe''. Replace &amp;lt;MEEGO_SDK&amp;gt; with the directory where you installed MeeGo SDK; the default is C:\MeeGoSDK_1.2.&lt;br /&gt;
* In &amp;quot;Toolchain:&amp;quot;, browse and select &amp;quot;Microsoft Visual C++ Compilers 9.0 (x86)&amp;quot; if you installed &amp;quot;Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1&amp;quot;, or select &amp;quot;Microsoft Visual C++ Compilers 8.0 (x86)&amp;quot; if you installed &amp;quot;Microsoft Visio C++ 2008 Express Edition&amp;quot;.&lt;br /&gt;
* Build&lt;br /&gt;
* To use the simulator, please refer to http://doc.qt.nokia.com/qtsimulator-1.1/simulator-starting.html for more information. If the simulator cannot be load automatically from Qt Creator, you can launch it once manually by double clicking the icon of &amp;quot;&amp;lt;MEEGO_SDK&amp;gt;\Simulator\Application\simulator.exe&amp;quot; in Explorer.&lt;br /&gt;
An alternative approach to add a new &amp;quot;Qt Version&amp;quot; is to use libraries of MinGW. Note, the component &amp;quot;''Simulator Qt 4.7.2 - MinGW 4.4''&amp;quot; should be installed firstly when installation or maintenance.&lt;br /&gt;
* In &amp;quot;Version name&amp;quot;, provide a name, e.g, &amp;quot;Simulator - MinGW&amp;quot;.&lt;br /&gt;
* In &amp;quot;qmake location:&amp;quot;, browse and select qmake location: ''&amp;lt;MEEGO_SDK&amp;gt;\Simulator\Qt\mingw\bin\qmake.exe''.&lt;br /&gt;
* In &amp;quot;MinGW directory:&amp;quot;, browse and select ''&amp;lt;MEEGO_SDK&amp;gt;\mingw'' if you installed the component of &amp;quot;''Miscellaneous\MinGW''&amp;quot;.&lt;br /&gt;
* If debug is needed furthermore, in Options-&amp;gt;Debugger-&amp;gt;Gdb, Click the &amp;quot;+&amp;quot; to add a new GDB tool. Browse and select gdb tool: ''&amp;lt;MEEGO_SDK&amp;gt;\mingw\bin\gdb.exe'' and then check &amp;quot;MinGW&amp;quot; option.&lt;br /&gt;
&lt;br /&gt;
==== Install Debugging Tools for Windows====&lt;br /&gt;
You need to install Debugging Tools for Windows for debugging apps with simulator.&lt;br /&gt;
&lt;br /&gt;
* Launch Qt Creator&lt;br /&gt;
* Select Tools-&amp;gt;Option-&amp;gt;Debugger-&amp;gt;Cdb, check 'CDB'&lt;br /&gt;
*Click the hyperlink of &amp;quot;Debugging Tools for Windows&amp;quot;&lt;br /&gt;
[[File:Qt-creator-option-debugger-cdb.png|600px]]&lt;br /&gt;
*Download the previous versions of debugging tools for Windows (http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.11.1.404.msi) &lt;br /&gt;
[[File:Web-page-download-debugging-tools.png|600px]]&lt;br /&gt;
* If the CDB path had not been configured preperly, click 'Auto Detect' button to set it manually.&lt;br /&gt;
&lt;br /&gt;
=== Change Skins for Simulator ===&lt;br /&gt;
After the Simulator launched, select the View-&amp;gt;Device to change skins.&lt;br /&gt;
&lt;br /&gt;
[[File:meego-sdk-simulator-skin.png]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows</id>
		<title>SDK/Docs/1.2/MeeGo SDK 1.2 Preview for Windows</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows"/>
				<updated>2011-04-20T09:23:45Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* Download the MeeGo SDK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Download the MeeGo SDK ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Download and install the SDK'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Download information&lt;br /&gt;
|-&lt;br /&gt;
! File !! File Size !! Installed Size&lt;br /&gt;
|-&lt;br /&gt;
| [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110419.exe MeeGo SDK 1.2 Preview Installer] || 13.06 MB || 814 MB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
SDK content details are described on the [[SDK/Docs/1.2/MeeGo SDK 1.2 Components|SDK Component Summary]] page.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;li&amp;gt;'''Double-click the .exe file. After retrieving the installation sources, click the 'Next' button.'''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-installer-connect.png]]&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;li&amp;gt;'''Browse the destination folder to install MeeGo SDK.'''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-installer-folder.png]]&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;li&amp;gt;'''Select the components that will be installed. Mainly select the target for development.'''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-installer-comp.png]]&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;li&amp;gt;'''Read and accept the license agreement and then click the 'Next' button.'''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-installer-license.png]]&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;li&amp;gt;'''Click the 'Next' button.'''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-installer-startmenu.png]]&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;li&amp;gt;'''Click the 'Install' button when ready.'''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-installer-ready.png]]&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;li&amp;gt;'''During the installation, the components will be downloaded from Internet firstly and then installed on local machine. In course of downloading, once one of components failed to download due to the connection issue, just click 'Retry' button in the notification dialog to resume. After installation finished, click the 'Next' button.'''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-installer-finished.png]]&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;li&amp;gt;'''Click 'Finish' to exit.'''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:Meego-sdk-installer-exit.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Install Microsoft Redistribution Package (4MB)'''&amp;lt;br&amp;gt;&lt;br /&gt;
  (Required for Windows XP only; not required for Windows 7)&amp;lt;br&amp;gt;&lt;br /&gt;
  Download and install [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2 vcredist_x86.exe] (Microsoft Visual C++ 2008 SP1 Redistributable Package (x86))&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Next Step: [[SDK/Setup/Building MeeGo Applications|Building MeeGo Applications]]'''&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''More information: [[SDK/Setup/More information|More information]]'''&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Meego-1.2]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/File:Meego-sdk-installer-folder.png</id>
		<title>File:Meego-sdk-installer-folder.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/File:Meego-sdk-installer-folder.png"/>
				<updated>2011-04-20T08:52:38Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: uploaded a new version of &amp;amp;quot;File:Meego-sdk-installer-folder.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/File:Meego-sdk-installer-connect.png</id>
		<title>File:Meego-sdk-installer-connect.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/File:Meego-sdk-installer-connect.png"/>
				<updated>2011-04-20T08:51:47Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: uploaded a new version of &amp;amp;quot;File:Meego-sdk-installer-connect.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/File:Meego-sdk-installer-exit.png</id>
		<title>File:Meego-sdk-installer-exit.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/File:Meego-sdk-installer-exit.png"/>
				<updated>2011-04-20T08:49:10Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/File:Meego-sdk-installer-finished.png</id>
		<title>File:Meego-sdk-installer-finished.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/File:Meego-sdk-installer-finished.png"/>
				<updated>2011-04-20T08:48:36Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/File:Meego-sdk-installer-startmenu.png</id>
		<title>File:Meego-sdk-installer-startmenu.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/File:Meego-sdk-installer-startmenu.png"/>
				<updated>2011-04-20T08:48:11Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/File:Meego-sdk-installer-ready.png</id>
		<title>File:Meego-sdk-installer-ready.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/File:Meego-sdk-installer-ready.png"/>
				<updated>2011-04-20T08:47:52Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/File:Meego-sdk-installer-license.png</id>
		<title>File:Meego-sdk-installer-license.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/File:Meego-sdk-installer-license.png"/>
				<updated>2011-04-20T08:39:34Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Setup/Debugging_with_Simulator</id>
		<title>SDK/Setup/Debugging with Simulator</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Setup/Debugging_with_Simulator"/>
				<updated>2011-04-20T08:29:32Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: Created page with &amp;quot;=== Build an app for Qt Simulator, and run it with Qt Simulator=== * '''Note: MTF apps cannot be built with simulator currently, while Qt apps can be built.''' * Microsoft C++ Co...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Build an app for Qt Simulator, and run it with Qt Simulator===&lt;br /&gt;
* '''Note: MTF apps cannot be built with simulator currently, while Qt apps can be built.'''&lt;br /&gt;
* Microsoft C++ Compiler is required to build apps for Qt Simulator. To meet this requirement, you can install one of the following software:&lt;br /&gt;
** Microsoft Visio C++ 2008 Express Edition (http://www.microsoft.com/express/Downloads/#2008-Visual-CPP).&lt;br /&gt;
** Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1 (http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&amp;amp;displaylang=en). This is for Windows 7 only.&lt;br /&gt;
[[File:Untitled2.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==== Add Qt Simulator target ==== &lt;br /&gt;
* Launch Qt Creator&lt;br /&gt;
* Go to Tools-&amp;gt;Options-&amp;gt;Qt4-&amp;gt;Qt Versions&lt;br /&gt;
* Click the &amp;quot;+&amp;quot; to add a new &amp;quot;Qt Version&amp;quot;&lt;br /&gt;
* In &amp;quot;Version name&amp;quot;, provide a name, e.g, &amp;quot;Simulator - MSVC&amp;quot;.&lt;br /&gt;
* In &amp;quot;qmake location:&amp;quot;, browse and select qmake location: ''&amp;lt;MEEGO_SDK&amp;gt;\Simulator\Qt\msvc2008\bin\qmake.exe''. Replace &amp;lt;MEEGO_SDK&amp;gt; with the directory where you installed MeeGo SDK; the default is C:\MeeGoSDK_1.2.&lt;br /&gt;
* In &amp;quot;Toolchain:&amp;quot;, browse and select &amp;quot;Microsoft Visual C++ Compilers 9.0 (x86)&amp;quot; if you installed &amp;quot;Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1&amp;quot;, or select &amp;quot;Microsoft Visual C++ Compilers 8.0 (x86)&amp;quot; if you installed &amp;quot;Microsoft Visio C++ 2008 Express Edition&amp;quot;.&lt;br /&gt;
* Build&lt;br /&gt;
* To use the simulator, please refer to http://doc.qt.nokia.com/qtsimulator-1.1/simulator-starting.html for more information. If the simulator cannot be load automatically from Qt Creator, you can launch it once manually by double clicking the icon of &amp;quot;&amp;lt;MEEGO_SDK&amp;gt;\Simulator\Application\simulator.exe&amp;quot; in Explorer.&lt;br /&gt;
An alternative approach to add a new &amp;quot;Qt Version&amp;quot; is to use libraries of MinGW. Note, the component &amp;quot;''Simulator Qt 4.7.2 - MinGW 4.4''&amp;quot; should be installed firstly when installation or maintenance.&lt;br /&gt;
* In &amp;quot;Version name&amp;quot;, provide a name, e.g, &amp;quot;Simulator - MinGW&amp;quot;.&lt;br /&gt;
* In &amp;quot;qmake location:&amp;quot;, browse and select qmake location: ''&amp;lt;MEEGO_SDK&amp;gt;\Simulator\Qt\mingw\bin\qmake.exe''.&lt;br /&gt;
* In &amp;quot;MinGW directory:&amp;quot;, browse and select ''&amp;lt;MEEGO_SDK&amp;gt;\mingw'' if you installed the component of &amp;quot;''Miscellaneous\MinGW''&amp;quot;.&lt;br /&gt;
* If debug is needed furthermore, in Options-&amp;gt;Debugger-&amp;gt;Gdb, Click the &amp;quot;+&amp;quot; to add a new GDB tool. Browse and select gdb tool: ''&amp;lt;MEEGO_SDK&amp;gt;\mingw\bin\gdb.exe'' and then check &amp;quot;MinGW&amp;quot; option.&lt;br /&gt;
&lt;br /&gt;
==== Install Debugging Tools for Windows====&lt;br /&gt;
You need to install Debugging Tools for Windows for debugging apps with simulator.&lt;br /&gt;
&lt;br /&gt;
* Launch Qt Creator&lt;br /&gt;
* Select Tools-&amp;gt;Option-&amp;gt;Debugger-&amp;gt;Cdb, check 'CDB'&lt;br /&gt;
*Click the hyperlink of &amp;quot;Debugging Tools for Windows&amp;quot;&lt;br /&gt;
[[File:Qt-creator-option-debugger-cdb.png|600px]]&lt;br /&gt;
*Download the previous versions of debugging tools for Windows (http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.11.1.404.msi) &lt;br /&gt;
[[File:Web-page-download-debugging-tools.png|600px]]&lt;br /&gt;
* If the CDB path had not been configured preperly, click 'Auto Detect' button to set it manually.&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Setup/More_information</id>
		<title>SDK/Setup/More information</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Setup/More_information"/>
				<updated>2011-04-20T08:27:50Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: Created page with &amp;quot;===Install kqemu accelerator for QEMU on 32-bit Windows system===  Notice: The kqemu could only be used on 32-bit Windows. 64-bit Windows could not work with kqemu. You can not u...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Install kqemu accelerator for QEMU on 32-bit Windows system===&lt;br /&gt;
&lt;br /&gt;
Notice: The kqemu could only be used on 32-bit Windows. 64-bit Windows could not work with kqemu. You can not use emulator on 64-bit Windows. Use real device instead.&lt;br /&gt;
&lt;br /&gt;
Download package from http://wiki.qemu.org/download/kqemu-1.4.0pre1.tar.gz&lt;br /&gt;
&lt;br /&gt;
Get the kqemu.inf and kqemu.sys files from above package&lt;br /&gt;
&lt;br /&gt;
For Windows XP system, right click the kqemu.inf file and select &amp;quot;install&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For Windows 7 or Windows Vista system, edit the kqemu.inf file to do below changes, and then right click the kqemu.inf, select &amp;quot;install&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
   [DefaultInstall.NT] --&amp;gt; [DefaultInstall]&lt;br /&gt;
   [DefaultInstall.NT.Services] --&amp;gt; [DefaultInstall.Services]&lt;br /&gt;
   [Uninstall.NT] --&amp;gt; [Uninstall]&lt;br /&gt;
   [Uninstall.NT.Services] --&amp;gt; [Uninstall.Services]&lt;br /&gt;
&lt;br /&gt;
Start the kqemu manually. Select ''Start &amp;gt; All Programs &amp;gt; Accessories'', click right mouse button over ''Command Prompt'', and select &amp;quot;Run as administrator&amp;quot;. In Command Prompt, run the following command:&lt;br /&gt;
 net start kqemu&lt;br /&gt;
You need to start kqemu again after you reboot the system.&lt;br /&gt;
&lt;br /&gt;
===More about QEMU Emulator===&lt;br /&gt;
==== How to SSH into QEMU Image ====&lt;br /&gt;
Anytime MeeGo is running in QEMU, you can use SSH to connect to the image from another terminal on the host system.&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;Launch QEMU with MeeGo image &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;From a terminal on the host, connect to the running image&amp;lt;/li&amp;gt;&lt;br /&gt;
 $ ssh meego@127.0.0.1 -p 6666&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
Two user accounts are available in the MeeGo images:&amp;lt;br&amp;gt;&lt;br /&gt;
User: meego Password: meego&amp;lt;br&amp;gt;&lt;br /&gt;
User: root    &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; Password: meego&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Known issues about QEMU image and workarounds for them ====&lt;br /&gt;
*[http://bugs.meego.com/show_bug.cgi?id=10412 Bug #10412: mouse udev not ready before starting X server while running handset image on QEMU windows]&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;SSH into QEMU runtime as root user.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;edit /usr/sbin/meego-dm to add &amp;quot;sleep 5&amp;quot; &amp;lt;/li&amp;gt;&lt;br /&gt;
 sleep 5    # new added line&lt;br /&gt;
 shopt -s execfail&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
*[http://bugs.meego.com/show_bug.cgi?id=9737 Bug #9737: Fail to run application in Qemu]&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; SSH into QEMU runtime as root user.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Invoke the following command:&amp;lt;/li&amp;gt;&lt;br /&gt;
 rm -rf /etc/ssh/*key*&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== For advanced users only: How to create QEMU images used by SDK for windows ====&lt;br /&gt;
The QEMU images for SDK on Linux could be built from the [http://meego.gitorious.org/meego-os-base/image-configurations/trees/MeeGo1.1/SDK kick start file] by using mic-image-creator tool (command to run the mic-image-creator could be found in each ks file). Ideally the images are host platform independent. However, due to the booting time and some other issues with kqemu, minor changes were done on the images obtained from ks file so that they could boot up successfully on Windows. Suppose you have had a raw image, say abc.raw, built from kick start file in hand, below are the changes needed:&lt;br /&gt;
&lt;br /&gt;
1, mount into the image&lt;br /&gt;
 sudo mount -o loop,offset=512 abc.raw /mnt&lt;br /&gt;
2, edit /mnt/usr/sbin/meego-dm to add &amp;quot;sleep 5&amp;quot; to solve [http://bugs.meego.com/show_bug.cgi?id=10412 bug #10412: mouse udev not ready before starting X server while running handset image on QEMU windows]&lt;br /&gt;
 sleep 5    # new added line&lt;br /&gt;
 shopt -s execfail&lt;br /&gt;
3, edit /mnt/boot/extlinux/extlinux.conf to add kernel option &amp;quot;intel_idle.max-cstate=0&amp;quot; to solve [http://bugs.meego.com/show_bug.cgi?id=10149 bug #10149: Home screen can't show up after starting emulator from Qt Creator on Windows7 32bit]&lt;br /&gt;
 append ro root=/dev/sda1 vga=current intel_idle.max-cstate=0 quiet&lt;br /&gt;
4, unmount the image&lt;br /&gt;
 sudo umount /mnt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''More information: [[SDK/Setup/Debugging with Simulator|Debugging with Simulator]]'''&amp;lt;/li&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows</id>
		<title>SDK/Docs/1.2/MeeGo SDK 1.2 Preview for Windows</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows"/>
				<updated>2011-04-20T07:51:18Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* Download the MeeGo SDK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Download the MeeGo SDK ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Download and install the SDK'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Download information&lt;br /&gt;
|-&lt;br /&gt;
! File !! File Size !! Installed Size&lt;br /&gt;
|-&lt;br /&gt;
| [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110419.exe MeeGo SDK 1.2 Preview Installer] || 13.06 MB || 814 MB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
SDK content details are described on the [[SDK/Docs/1.2/MeeGo SDK 1.2 Components|SDK Component Summary]] page.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-connect.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-folder.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-comp.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-license.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-startmenu.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-ready.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-finished.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-exit.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Install Microsoft Redistribution Package (4MB)'''&amp;lt;br&amp;gt;&lt;br /&gt;
  (Required for Windows XP only; not required for Windows 7)&amp;lt;br&amp;gt;&lt;br /&gt;
  Download and install [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2 vcredist_x86.exe] (Microsoft Visual C++ 2008 SP1 Redistributable Package (x86))&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Next Step: [[SDK/Setup/Building MeeGo Applications|Building MeeGo Applications]]'''&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''More information: [[SDK/Setup/More information|More information]]'''&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Meego-1.2]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows</id>
		<title>SDK/Docs/1.2/MeeGo SDK 1.2 Preview for Windows</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows"/>
				<updated>2011-04-20T07:50:27Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* Download the MeeGo SDK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Download the MeeGo SDK ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Download and install the SDK'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Download information&lt;br /&gt;
|-&lt;br /&gt;
! File !! File Size !! Installed Size&lt;br /&gt;
|-&lt;br /&gt;
| [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110419.exe MeeGo SDK 1.2 Preview Installer] || 13.06 MB || 814 MB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
SDK content details are described on the [[SDK/Docs/1.2/MeeGo SDK 1.2 Components|SDK Component Summary]] page.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-connect.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-folder.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-comp.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-license.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-startmenu.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-ready.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-finished.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-exit.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Install Microsoft Redistribution Package (4MB)'''&amp;lt;br&amp;gt;&lt;br /&gt;
  (Required for Windows XP only; not required for Windows 7)&amp;lt;br&amp;gt;&lt;br /&gt;
  Download and install [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2 vcredist_x86.exe] (Microsoft Visual C++ 2008 SP1 Redistributable Package (x86))&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Next Step: [[SDK/Setup/Building MeeGo Applications|Building MeeGo Applications]]'''&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''More information: [[SDK/Setup/More information|More information]]'''&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Meego-1.2]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows</id>
		<title>SDK/Docs/1.2/MeeGo SDK 1.2 Preview for Windows</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows"/>
				<updated>2011-04-20T06:35:19Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* Download the MeeGo SDK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Download the MeeGo SDK ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Download and install the SDK'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Download information&lt;br /&gt;
|-&lt;br /&gt;
! File !! File Size !! Installed Size&lt;br /&gt;
|-&lt;br /&gt;
| [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110419.exe MeeGo SDK 1.2 Preview Installer] || 13.06 MB || 814 MB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
SDK content details are described on the [[SDK/Docs/1.2/MeeGo SDK 1.2 Components|SDK Component Summary]] page.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-connect.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-folder.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-comp.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-license.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-startmenu.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-ready.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-finished.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-exit.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Install Microsoft Redistribution Package (4MB)'''&amp;lt;br&amp;gt;&lt;br /&gt;
  (Required for Windows XP only; not required for Windows 7)&amp;lt;br&amp;gt;&lt;br /&gt;
  Download and install [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2 vcredist_x86.exe] (Microsoft Visual C++ 2008 SP1 Redistributable Package (x86))&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Next Step: [[SDK/Setup/Building MeeGo Applications|Building MeeGo Applications]]'''&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Meego-1.2]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/File:Meego-sdk-installer-connect.jpg</id>
		<title>File:Meego-sdk-installer-connect.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/File:Meego-sdk-installer-connect.jpg"/>
				<updated>2011-04-20T06:29:17Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows</id>
		<title>SDK/Docs/1.2/MeeGo SDK 1.2 Preview for Windows</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Windows"/>
				<updated>2011-04-20T06:28:38Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: /* Download the MeeGo SDK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Download the MeeGo SDK ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Download and install the SDK'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Download information&lt;br /&gt;
|-&lt;br /&gt;
! File !! File Size !! Installed Size&lt;br /&gt;
|-&lt;br /&gt;
| [http://download3.meego.com/MeeGoSDK/Windows/installer/meego-sdk-installer-online-20110419.exe MeeGo SDK 1.2 Preview Installer] || 13.06 MB || 814 MB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
SDK content details are described on the [[SDK/Docs/1.2/MeeGo SDK 1.2 Components|SDK Component Summary]] page.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-sdk-installer-connect.jpg]]&lt;br /&gt;
[[File:Meego-sdk-installer-folder.png]]&lt;br /&gt;
[[File:Meego-sdk-installer-comp.png]]&lt;br /&gt;
[[File:Meego-sdk-installer-license.png]]&lt;br /&gt;
[[File:Meego-sdk-installer-startmenu.png]]&lt;br /&gt;
[[File:Meego-sdk-installer-ready.png]]&lt;br /&gt;
[[File:Meego-sdk-installer-finished.png]]&lt;br /&gt;
[[File:Meego-sdk-installer-exit.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Install Microsoft Redistribution Package (4MB)'''&amp;lt;br&amp;gt;&lt;br /&gt;
  (Required for Windows XP only; not required for Windows 7)&amp;lt;br&amp;gt;&lt;br /&gt;
  Download and install [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2 vcredist_x86.exe] (Microsoft Visual C++ 2008 SP1 Redistributable Package (x86))&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Next Step: [[SDK/Setup/Building MeeGo Applications|Building MeeGo Applications]]'''&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SDK]]&lt;br /&gt;
[[Category:Meego-1.2]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/File:Meego-sdk-installer-connect.png</id>
		<title>File:Meego-sdk-installer-connect.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/File:Meego-sdk-installer-connect.png"/>
				<updated>2011-04-20T06:27:54Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: uploaded a new version of &amp;amp;quot;File:Meego-sdk-installer-connect.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/File:Meego-sdk-installer-connect.png</id>
		<title>File:Meego-sdk-installer-connect.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/File:Meego-sdk-installer-connect.png"/>
				<updated>2011-04-20T06:24:06Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: uploaded a new version of &amp;amp;quot;File:Meego-sdk-installer-connect.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/File:Meego-sdk-installer-connect.png</id>
		<title>File:Meego-sdk-installer-connect.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/File:Meego-sdk-installer-connect.png"/>
				<updated>2011-04-20T03:33:27Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: uploaded a new version of &amp;amp;quot;File:Meego-sdk-installer-connect.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/File:Meego-sdk-installer-connect.png</id>
		<title>File:Meego-sdk-installer-connect.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/File:Meego-sdk-installer-connect.png"/>
				<updated>2011-04-20T03:30:09Z</updated>
		
		<summary type="html">&lt;p&gt;Wcwang: uploaded a new version of &amp;amp;quot;File:Meego-sdk-installer-connect.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wcwang</name></author>	</entry>

	</feed>