<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cloud goes social &#187; Cloud</title>
	<atom:link href="http://www.cloudgoessocial.net/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cloudgoessocial.net</link>
	<description>computer, travel, movies, music, cuisine and more</description>
	<lastBuildDate>Mon, 21 Mar 2011 21:58:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>ImageMagick, Xcode4, iOS4.3</title>
		<link>http://www.cloudgoessocial.net/2011/03/21/im-xcode4-ios4-3/</link>
		<comments>http://www.cloudgoessocial.net/2011/03/21/im-xcode4-ios4-3/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 21:31:04 +0000</pubDate>
		<dc:creator>Cloud</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[ios4.3]]></category>
		<category><![CDATA[xcode4]]></category>

		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=380</guid>
		<description><![CDATA[Hi all! Just a small update on the ImageMagick front! First of all, a reminder. All my ImageMagick related efforts (compiler script + test project) can be found over at github. The latest ImageMagick, at the time of writing is version 6.6.8-5. I&#8217;ve bumped the versions of the delegate libraries, as well: jpeg: 8-c png: [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all!</p>
<p>Just a small update on the ImageMagick front! First of all, a reminder. All my ImageMagick related efforts (compiler script + test project) can be found over at <a href="https://github.com/marforic/imagemagick_lib_iphone">github</a>.</p>
<p>The latest <a href="http://www.imagemagick.org/">ImageMagick</a>, at the time of writing is version 6.6.8-5. I&#8217;ve bumped the versions of the delegate libraries, as well:</p>
<ul>
<li><strong>jpeg</strong>: 8-c</li>
<li><strong>png</strong>: 1.4.5</li>
<li><strong>tiff</strong>: 3.9.4</li>
</ul>
<p>Finally I&#8217;ve got my hands on the latest Xcode4 and on the latest iOS4.3 SDK. I&#8217;ve updated the IM_Test Xcode project on the <a href="https://github.com/marforic/imagemagick_lib_iphone">same git repository</a> of the compiler script :)</p>
<p>You can always grab the pre-compiled versions from <a href="ftp://ftp.imagemagick.org/pub/ImageMagick/iPhone/">ImageMagick&#8217;s FTP stite</a></p>
<p>I hope everyone is happy about the update, if you are let me know what you&#8217;re up to with ImageMagick on the iPhone and if you feel like don&#8217;t hesitate in donating (link on the right), as you can see this blog runs ads-free and any bit helps!</p>
<p>Cheers!</p>
<p>~C</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudgoessocial.net/2011/03/21/im-xcode4-ios4-3/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>Android kernel compilation, detailed instructions</title>
		<link>http://www.cloudgoessocial.net/2010/12/16/android-kernel-compilation-detailed-instructions/</link>
		<comments>http://www.cloudgoessocial.net/2010/12/16/android-kernel-compilation-detailed-instructions/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 15:36:22 +0000</pubDate>
		<dc:creator>Cloud</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[tips & howtos]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[magic]]></category>
		<category><![CDATA[nexusone]]></category>
		<category><![CDATA[rooting]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=358</guid>
		<description><![CDATA[Disclaimer I am not responsible if anything goes bad. Ever. In particular if your devices will be unusable after following this tutorial! Mine didn&#8217;t :) Introduction I&#8217;ve recently been involved in making some changes to the Linux kernel. Not any Linux kernel but the Android Linux Kernel. I&#8217;ll share what I believe is a pretty [...]]]></description>
			<content:encoded><![CDATA[<h2>Disclaimer</h2>
<p>I am not responsible if anything goes bad. Ever. In particular if your devices will be unusable after following this tutorial! Mine didn&#8217;t :)</p>
<h2>Introduction</h2>
<p>I&#8217;ve recently been involved in making some changes to the Linux kernel. Not any Linux kernel but the Android Linux Kernel. I&#8217;ll share what I believe is a pretty good workflow for everyone interested in playing with it both on a NexusOne (with the stock OS, i.e. WITHOUT <a href="http://www.cyanogenmod.com/">CyanogenMod</a>) and on a HTC Magic (with CyanogenMod installed). They are quite similar scenarios, and many others have been writing about it. I always had to change a few things from others descriptions and therefore here I report what I found to be a working solution for the latest patched updated versions. This is an aggregation work of others spread all around the interwebs. I like things accessible in one place :)</p>
<p>Throughout this &#8220;tutorial&#8221; I will be assuming that you are working on a Linux environment (i.e. Ubuntu). Furthermore I work on a 32-bit system, if you are not in this situation try it out, but further changes might be needed.</p>
<h2>Preliminary Settings</h2>
<p>Let&#8217;s start with having all the necessary software which we will need later installed and operative. If you are already an Android and/or a Kernel developer you most probably have this already done. Skip this section.</p>
<ol>
<li><b>adb</b> is needed. Install the latest <a href="http://developer.android.com/sdk/index.html">Android SDK</a> &#8211; I personally install it in
<pre>~/Bin/android-sdk-linux_x86</pre>
<p> Remember to add the <b>tools/</b> directory to your <b>$PATH</b> variable.</li>
<li><b>ndk</b> is needed. Install the latest <a href="">Android NDK</a> &#8211; I personally install it in
<pre>~/Bin/android-ndk-VERSION</pre>
<p> For example the latest is version <b>r5</b> and the directory will be:
<pre>~/Bin/android-ndk-r5</pre>
<p>. Remember then to add the <b>toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin</b> directory that is present inside the ndk to your <b>$PATH</b> variable.</li>
<li><b>fastboot</b> is needed. <a href="http://www.cloudgoessocial.net/android_tuts/fastboot.zip">Grab it</a> and download it inside your <b>sdk/tools</b> directory or anywhere that is in your <b>$PATH</b></li>
<li>Software is needed. Install it.
<pre class="brush: plain; title: ; notranslate">
apt-get install git-core gnupg sun-java6-jdk flex bison gperf libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl libncurses5-dev zlib1g-dev
</pre>
<p>If you are on a 64-bit machine also install:</p>
<pre class="brush: plain; title: ; notranslate">
apt-get install ia32-libs lib32z1-dev lib32ncurses5-dev gcc-multilib g++-multilib
</pre>
</li>
</ol>
<p>In the end your <b>~/.bash_profile</b>, <b>~/.bash_rc</b>, &#8230; would look along the lines of:</p>
<pre class="brush: plain; title: ; notranslate">
export PATH=&quot;~/Bin/android-sdk-linux_x86/tools:~/Bin/android-ndk-r5/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin:${PATH}&quot;
</pre>
<p>Now let&#8217;s dwell into the interesting things. First of all have your directory structure well planned ahead. Or you will end up losing a lot of time just remembering what is what.</p>
<pre class="brush: plain; title: ; notranslate">
mkdir ~/android
mkdir ~/android/bootimg_builder
cd ~/android
</pre>
<p>Now we clone the <b>git</b> repositories for the Google kernel and for the CyanogenMod kernel. We will have two directories with the sources for the two kernels: <b>cm-kernel</b> and <b>google-kernel</b></p>
<pre class="brush: plain; title: ; notranslate">
git clone git://github.com/CyanogenMod/cm-kernel.git cm-kernel
git clone git://android.git.kernel.org/kernel/msm.git google-kernel
</pre>
<p>This is where I will first go into explaining the procedure for the HTC Magic with CyanogenMod installed and afterwards I will explain how to make it work for the NexusOne.</p>
<h2>HTC Magic with CyanogenMod</h2>
<p>Let&#8217;s start by switching to our own branch, in case we want to modify anything and keep track of the changes without polluting the master branch. The latest CyanogenMod (6.1) uses the kernel version 2.6.35, we keep on using that.</p>
<pre class="brush: plain; title: ; notranslate">
cd cm-kernel
git checkout -b personal_branch origin/android-msm-2.6.35-froyo-stable
</pre>
<p>Now we need to pull the configuration file off from the device, have it plugged to the PC through the USB port.</p>
<pre class="brush: plain; title: ; notranslate">
adb pull /proc/config.gz config.gz
gunzip config.gz &amp;&amp; mv config .config
</pre>
<p>Now we update the .config that will be used while compiling the kernel.</p>
<pre class="brush: plain; title: ; notranslate">
ARCH=arm CROSS_COMPILE=arm-eabi- make oldconfig
ARCH=arm CROSS_COMPILE=arm-eabi- make menuconfig
</pre>
<p>The last command will open up an interactive menu. Change what you want (i.e. nothing if you don&#8217;t require particular stuff&#8230;) and then get to Exit (and select Yes if you changed something, if you didn&#8217;t you won&#8217;t be prompted).</p>
<p>It is time to actually compile the kernel.</p>
<pre class="brush: plain; title: ; notranslate">
ARCH=arm CROSS_COMPILE=arm-eabi- make
</pre>
<p>The first time this will be a long procedure, the resulting file will be stored in
<pre>arch/arm/boot/zImage</pre>
<p> and you can test it on your device directly by going into <b>fastboot</b> mode (hold the <b>BACK</b> button while powering up the device). Then issue this command:</p>
<pre class="brush: plain; title: ; notranslate">
fastboot boot arch/arm/boot/zImage
</pre>
<p>The phone should boot up normally and you can confirm that it&#8217;s running your kernel by going into Settings-About-Scroll down to the Kernel section. Note that if you reboot the phone it will go back to using the pre-installed kernel. More on <b>flashing</b> the kernel later on.</p>
<h2>NexusOne with standard Android OS</h2>
<p>First we need to unlock the NexusOne to accept new roms to be installed, have it in <b>fastboot</b> mode by holding the TRACKBALL down while booting up and issue this command</p>
<pre class="brush: plain; title: ; notranslate">
fastboot oem unlock
</pre>
<p>Note that this <b>will void your warranty!</b></p>
<p>We also need the NexusOne to be rooted: rooting goes beyond the scope of this tutorial. Have your phone rooted in any way that you want (i.e. by using the <a href="http://forum.xda-developers.com/showthread.php?t=803682">SuperOneClick tool</a> (it requires a Windows machine or luck with a Linux one).</p>
<p>This one is much more interesting! And while being very similar it also has some differences. First of all from our <b>~/android/</b> directory let&#8217;s move to the <b>google-kernel</b> directory and again create our own branch to work on.</p>
<pre class="brush: plain; title: ; notranslate">
cd ~/android/google-kernel
git checkout -b personal_branch origin/android-msm-2.6.32
</pre>
<p>Note that in this case we&#8217;re using the kernel version 2.6.32 which is the one that&#8217;s installed by default on the NexusOne. The latest 2.6.35 should work but I haven&#8217;t really tested.</p>
<p>Next we create the usual <b>.config</b> file</p>
<pre class="brush: plain; title: ; notranslate">
ARCH=arm CROSS_COMPILE=arm-eabi- make mahimahi_defconfig
ARCH=arm CROSS_COMPILE=arm-eabi- make menuconfig
</pre>
<p>Hit <b>Exit</b> and save if prompted (you shouldn&#8217;t!)</p>
<p>We now manually modify the <b>.config</b> file with your favorite text editor open the file and search for these strings</p>
<pre class="brush: plain; title: ; notranslate">
nano .config
uncomment CONFIG_USB_ANDROID_ACM=y (add the =y part and remove what's there)
comment CONFIG_MSM_SERIAL_DEBUGGER
comment CONFIG_MSM_FIQ_SUPPORT
</pre>
<p>We&#8217;re ready to compile the kernel</p>
<pre class="brush: plain; title: ; notranslate">
ARCH=arm CROSS_COMPILE=arm-eabi- make
</pre>
<p>This will take some time, the resulting product will be stored in <b>arch/arm/boot/zImage</b> and you can test it on your device directly by going into <b>fastboot</b> mode (hold the <b>TRACKBALL</b> down while powering up the device). Then issue this command:</p>
<pre class="brush: plain; title: ; notranslate">
fastboot boot arch/arm/boot/zImage
</pre>
<p>The phone should boot up normally and you can confirm that it&#8217;s running your kernel by going into Settings-About-Scroll down to the Kernel section. Note that if you reboot the phone it will go back to using the pre-installed kernel. More on <b>flashing</b> the kernel later on.</p>
<h2>NexusOne enable my WiFi, please</h2>
<p>The WiFi kernel module that is on the NexusOne is not compiled to work with this kernel that we are using therefore WiFi won&#8217;t work. There&#8217;s a work around but it requires you to have <b>root</b> privileges on your device. Rooting goes beyond the scope of this tutorial. Have your phone rooted in any way that you want (i.e. by using the <a href="http://forum.xda-developers.com/showthread.php?t=803682">SuperOneClick tool</a> (it requires a Windows machine or luck with a Linux one).</p>
<p>First  you copy the compiled kernel module to the phone <b>/sdcard</b></p>
<pre class="brush: plain; title: ; notranslate">
cd ~/android/google-kernel
adb push drivers/net/wireless/bcm4329/bcm4329.ko /sdcard/
</pre>
<p>Then you need to make the phone <b>/system</b> partition writable, back up the old module and install the new one</p>
<pre class="brush: plain; title: ; notranslate">
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
cd /system/lib/modules/
cat ./bcm4329.ko &gt; ./bcm4329.ko-orig
cat /sdcard/bcm4329.ko &gt; ./bcm4329.ko
mount -o remount,ro -t yaffs2 /dev/block/mtdblock3 /system
</pre>
<p>At this point your WiFi should be working again! :)</p>
<h2>On flashing for awesome later use</h2>
<p>Now that you tested that your compiled/(modified) kernel is actually working you may want to have it installed also after rebooting the phone. To achieve this you need to <b>flash</b> it to the phone internal storage. It is advisable that first you backup everything using a recovery tool (Amon RA 2.0.0 for the NexusOne works great with the <b>nandbackup</b> tool).</p>
<p>First grab <a href="http://www.cloudgoessocial.net/android_tuts/bootimg_builder.zip">two utilities</a> that will be needed for this step and unzip them into the <b>~/android/bootimg_builder</b> directory that we have created previously.</p>
<p>Throughout this part of the tutorial I will give commands for both the Magic and the NexusOne, please use only the ones that are useful for your case.</p>
<p>We first need to grab the <b>boot.img</b> file from the running device, have the device running and connected to the PC via USB then issue the command</p>
<pre class="brush: plain; title: ; notranslate">
cd ~/android/bootimg_builder
adb shell
cat /dev/mtd/mtd2 &gt; /sdcard/mtd2.img
exit
adb pull /sdcard/mtd2.img ./nexus-boot.img
</pre>
<p>OR for the MAGIC</p>
<pre class="brush: plain; title: ; notranslate">
adb pull /sdcard/mtd2.img ./magic-boot.img
</pre>
<p>We now extract the <b>boot.img-kernel</b> and <b>ramdisk</b> by using the supplied perl script</p>
<pre class="brush: plain; title: ; notranslate">
./split_bootimg.pl nexus-boot.img
</pre>
<p>OR for the MAGIC</p>
<pre class="brush: plain; title: ; notranslate">
./split_bootimg.pl magic-boot.img
</pre>
<p>The output of this command will be along the lines of:</p>
<pre class="brush: plain; title: ; notranslate">
Page size: 2048 (0x00000800)
Kernel size: 2226104 (0x0021f7b8)
Ramdisk size: 164628 (0x00028314)
Second size: 0 (0x00000000)
Board name:
Command line: no_console_suspend=1 msmsdcc_sdioirq=1 wire.search_count=5
Writing nexus-boot.img-kernel ... complete.
Writing nexus-boot.img-ramdisk.gz ... complete.
</pre>
<p>We now need to copy the compiled kernel to our working directory discarding the one extracted previously</p>
<pre class="brush: plain; title: ; notranslate">
cd ~/android/bootimg_builder
cp ../google-kernel/arch/arm/boot/zImage ./nexus-boot.img-kernel
OR for the MAGIC
cp ../cm-kernel/arch/arm/boot/zImage ./magic-boot.img-kernel
</pre>
<p>Now we combine everything into just one <b>boot.img</b> that we can then flash to the device</p>
<pre class="brush: plain; title: ; notranslate">
./mkbootimg --kernel nexus-boot.img-kernel --ramdisk nexus-boot.img-ramdisk.gz -o boot.img --cmdline 'no_console_suspend=1 msmsdcc_sdioirq=1 wire.search_count=5' --base 0x20000000
</pre>
<p>OR for the MAGIC</p>
<pre class="brush: plain; title: ; notranslate">
./mkbootimg --kernel magic-boot.img-kernel --ramdisk magic-boot.img-ramdisk.gz -o boot.img --cmdline 'no_console_suspend=1 console=null'
</pre>
<p>At this point we&#8217;re ready to flash the new image to the device, have it in <b>fastboot</b> mode (TRACKBALL on the NexusOne, BACK on the Magick while booting up) and issue the command</p>
<pre class="brush: plain; title: ; notranslate">
fastboot flash boot boot.img
fastboot reboot
</pre>
<p>If everything has gone well enjoy your new kernel installed definitively on your device. You did make a <b>nandbackup</b> before in case you want to go back, right? Well, I told you to :D</p>
<h2>Conclusion and Acknowledgments</h2>
<p>Hope you enjoyed this full tutorial on everything needed to compile, test and install a kernel on a NexusOne or on a Magic with CyanogenMod installed. I would like to thank you all that have done the hard work of writing tutorials on how to do so before [<a href="http://atechyblog.blogspot.com/2010/08/enabling-serial-port-on-nexus-one.html">here</a>|<a href="http://credentiality2.blogspot.com/2010/08/nexus-one-htc-passion-compile-and-flash.html">here</a>], the guys that maintain CyanogenMod [<a href="http://www.cyanogenmod.com/">here</a>|<a href="http://wiki.cyanogenmod.com/index.php?title=Building_Kernel_from_source">here</a>] and those who wrote the perl script to extract the two images from the <b>boot.img</b> file [<a href="http://www.enck.org/">here</a>]. Mine has been just a work of aggregation. But I wanted to have everything working and described in a single post.</p>
<p>Cheers.</p>
<p>~C</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudgoessocial.net/2010/12/16/android-kernel-compilation-detailed-instructions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Logitech Wave Pro &#8211; MacOSX</title>
		<link>http://www.cloudgoessocial.net/2010/09/21/logitech-wave-pro-macosx/</link>
		<comments>http://www.cloudgoessocial.net/2010/09/21/logitech-wave-pro-macosx/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 22:13:28 +0000</pubDate>
		<dc:creator>Cloud</dc:creator>
				<category><![CDATA[rand]]></category>
		<category><![CDATA[tips & howtos]]></category>
		<category><![CDATA[logitech wave pro]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[working]]></category>

		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=344</guid>
		<description><![CDATA[Hi all, short post, but hopefully helpful to some! I recently bought a new keyboard + mouse set from logitech. I tendo to get quite bad with the wrists, especially when typing much. Long story short, I have been using a Logitech Wave keyboard for a long time! Now, since I will be spending much [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all,<br />
short post, but hopefully helpful to some!</p>
<p>I recently bought a new keyboard + mouse set from logitech. I tendo to get quite bad with the wrists, especially when typing much. Long story short, I have been using a Logitech Wave keyboard for a long time! Now, since I will be spending much time at the office (and not only at home) I thought I could buy a new set for office/home. I just went to the Logitech website and set for a wonderful <a href="http://www.logitech.com/en-us/keyboards/keyboard-mice-combos/devices/4677">Logitech Wave Pro</a>. Now, if only I had checked the fact that they say that it&#8217;s not compatible with MacOS X!</p>
<p>But well, the set arrived, I plugged it in, and to my horror it wasn&#8217;t recognized in the System Preferences Logitech Control Center (latest version, 3.3.0). The message was simply: &#8220;No Logitech Device Found&#8221;&#8230;</p>
<p>My &#8220;hacker&#8221; spirit of course couldn&#8217;t bear with this fact. Especially because the keyboard looked exactly like the Wave (not the Pro, mind it)&#8230; The mouse itself is simply an MX1100, which is supported by default&#8230; Weird, weird.</p>
<p>I started digging and found out the the (in)famous Logitech Software installs some special files in the usual paths:</p>
<pre>
/Library/Application Support/Logitech.localized/Logitech Control Center.localized/LCCDaemon.app/Contents/Resources
</pre>
<p>In particular files named:</p>
<pre>
Hardware Descriptions 2002.plist
Hardware Descriptions 2006.plist
Hardware Descriptions 2007.plist
Hardware Descriptions 2008.plist
Hardware Descriptions 2009.plist
Hardware Descriptions 2010.plist
</pre>
<p>Now, if one is to open such files with the standard application (Property List Editor) he will find something along the lines of:<br />
<a href="http://www.cloudgoessocial.net/wp-content/uploads/2010/09/Screen-shot-2010-09-20-at-11.59.26-PM.jpg" rel="lightbox[344]"><img src="http://www.cloudgoessocial.net/wp-content/uploads/2010/09/Screen-shot-2010-09-20-at-11.59.26-PM-300x192.jpg" alt="" title="Example of an hardware describing list" width="300" height="192" class="aligncenter size-medium wp-image-345" /></a></p>
<p>Bingo! Now I only had to find out the actual HEX number/product ID. How? Easy, I switched to a windows installation, installed the Logitech SetPoint software, dumped a text file generated by the bug/hardware/problems reporter and voila, found my numbers:</p>
<pre class="brush: cpp; title: ; notranslate">
0.000 Device 0x009018d8 parent=0xffffffff model=0x0300001e bus=2-USB       type=3-RECEIVER  ser=	 vid=046D pid=C517 rev=3810 name=Loreley 2RX
0.000 Device 0x008010b0 parent=0x009018d8 model=0x01000087 bus=2-USB       type=1-MOUSE     ser= vid=0000 pid=003C rev=0000 name=LX8 Cordless Laser Mouse (Gomera Dkt)
0.000 Device 0x00a02100 parent=0xffffffff model=0x0300001e bus=2-USB       type=3-RECEIVER  ser=	 vid=046D pid=C517 rev=3810 name=Loreley 2RX
0.000 Device 0x00700888 parent=0x00a02100 model=0x0200005b bus=2-USB       type=2-KEYBOARD  ser= vid=0000 pid=0060 rev=0000 name=Wave Cordless Keyboard
0.000 Device 0x00d03978 parent=0xffffffff model=0x03000030 bus=2-USB       type=3-RECEIVER  ser=	 vid=046D pid=C529 rev=0700 name=eQuad desktop receiver (Kiwi DT Mercury)
0.000 Device 0x00b02928 parent=0x00d03978 model=0x02000063 bus=2-USB       type=2-KEYBOARD  ser=QADR:38CC4662 vid=0000 pid=2003 rev=0000 name=MKT name TBD (Mercury)
0.000 Device 0x00c03150 parent=0x00d03978 model=0x0100008e bus=2-USB       type=1-MOUSE     ser=QADR:38CC4662 vid=0000 pid=1015 rev=0000 name=MX Pro (Macau RC)
</pre>
<p>I just copied the MX1100 entry in the 2008.plist file and modified the pID (actually just one number increase!) and the one for the wave keyboard. Restarted the Logitech Demo and everything is fully working (well, almost, some keys on the keyboard are apparently mapped in a different way, but I never use them too much, it _might_ be fixable, if I have some more time&#8230;).</p>
<p>Anyway, for those who didn&#8217;t understand too much, <a href="http://www.cloudgoessocial.net/help_mix/LogitechWavePro_MacOSX.zip">here&#8217;s a .zip</a> with the new file, you can just unzip it and place it in your directory, restart the Logitech Daemon (or reboot the PC) and your Wave Pro Set will now be supported!</p>
<ol>
<li>Download the <a href="http://www.cloudgoessocial.net/help_mix/LogitechWavePro_MacOSX.zip">.zip</a></li>
<li>Uncompress its content</li>
<li>in the Finder go to: /Library/Application Support/Logitech.localized/Logitech Control Center.localized/</li>
<li>Right-click on the LCCDaemon.app and Show Package Contents</li>
<li>go into Contents/Resources/</li>
<li>(optional) backup the file called: Hardware Descriptions 2008.plist</li>
<li>Copy the <strong>uncompressed</strong> file</li>
<li>Reboot (or restart the Logitech Daemon from the Activity Monitor/Terminal)</li>
</ol>
<p>As a result, you will get this beauty in your Logitech System Preferences<br />
<a href="http://www.cloudgoessocial.net/wp-content/uploads/2010/09/Screen-shot-2010-09-21-at-12.11.03-AM.jpg" rel="lightbox[344]"><img src="http://www.cloudgoessocial.net/wp-content/uploads/2010/09/Screen-shot-2010-09-21-at-12.11.03-AM-300x219.jpg" alt="" title="Logitech Control Center with the Logitech Wave Pro devices" width="300" height="219" class="aligncenter size-medium wp-image-346" /></a></p>
<p>Hope it helps!</p>
<p>~Claudio</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudgoessocial.net/2010/09/21/logitech-wave-pro-macosx/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Update(s)</title>
		<link>http://www.cloudgoessocial.net/2010/09/09/updates/</link>
		<comments>http://www.cloudgoessocial.net/2010/09/09/updates/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 07:46:36 +0000</pubDate>
		<dc:creator>Cloud</dc:creator>
				<category><![CDATA[rand]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=341</guid>
		<description><![CDATA[I haven&#8217;t been writing in a long (loooooooooong) time, plus I haven&#8217;t been writing a lot on general topics rather than technical ones. I have finished my master at ETH Zürich with the maximum grade on my master thesis. AND I started my PhD there, with focus on system and network security. I&#8217;m currently at [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t been writing in a long (loooooooooong) time, plus I haven&#8217;t been writing a lot on general topics rather than technical ones.</p>
<p>I have finished my master at <a href="http://www.ethz.ch">ETH Zürich</a> with the maximum grade on my master thesis. AND I started my PhD there, with focus on <a href="http://www.syssec.ethz.ch/">system and network security</a>.</p>
<p>I&#8217;m currently at Fosad, a summer school on security design held in <a href="http://www.centrocongressibertinoro.it/index_en.cfm">Bertinoro, Italy</a></p>
<p>For all of you that come here for some ImageMagick update, please make sure to check out the latest compiled version on <a href="ftp://ftp.imagemagick.org/pub/ImageMagick/iPhone/">their ftp site</a> (or any mirror, under the iPhone directory!). I always try to keep up with the compilation, but most of the times I will be a little late with their release.</p>
<p>For all of you that come here for some uMonitor update, please wait. I have some updates in mind, and some fixes. But uMonitor is totally not my first priority and probably won&#8217;t be ever again. It is <a href="http://github.com/marforic/uMonitor">open-sourced</a> so that anyone can contribute. I&#8217;ve pushed an update on Cydia, lately, to fix some issues. Plus in the future I will have some icons updates for all the iPhone4 users around.</p>
<p>Stay tuned for any updates, as usual!</p>
<p>~C</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudgoessocial.net/2010/09/09/updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTunes Store &#8211; Price increase&#8230;</title>
		<link>http://www.cloudgoessocial.net/2010/07/01/itunes-store-price-increase/</link>
		<comments>http://www.cloudgoessocial.net/2010/07/01/itunes-store-price-increase/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 22:12:12 +0000</pubDate>
		<dc:creator>Cloud</dc:creator>
				<category><![CDATA[rand]]></category>
		<category><![CDATA[bad]]></category>
		<category><![CDATA[iTunes store]]></category>
		<category><![CDATA[price increase]]></category>

		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=334</guid>
		<description><![CDATA[&#8230; Or am I dreaming? (or well, having a nightmare!?) [if you click on it you actually see something!] Ok. Last time I checked the iTunes store, in Switzerland (where I currently live, and a friend of mine has a Swiss iTunes Store account) the most expensive songs (the &#8220;hits&#8221;?) were rated at 2.- chf [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230; Or am I dreaming? (or well, having a nightmare!?)</p>
<p><a href="http://www.cloudgoessocial.net/wp-content/uploads/2010/07/ch_eu_itunest_store.png" rel="lightbox[334]"><img src="http://www.cloudgoessocial.net/wp-content/uploads/2010/07/ch_eu_itunest_store-300x141.png" alt="" title="Swiss and Italian iTunes Store" width="300" height="141" class="aligncenter size-medium wp-image-335" /></a><br />
[if you click on it you actually see something!]</p>
<p>Ok. Last time I checked the iTunes store, in Switzerland (where I currently live, and a friend of mine has a Swiss iTunes Store account) the most expensive songs (the &#8220;hits&#8221;?) were rated at 2.- chf &#8211; In Italy (where I have my iTunes Store account) most expensive songs were rated at 1.29 euro.</p>
<p>Now, the Swiss Store has always been more expensive (1.29 euro ~= 1.70 chf) &#8211; but now!? Are you joking!? 2.20 chf, as shown in the pictures, it&#8217;s 1.66 euro, or, for the US guys it&#8217;s 2.03 usd!!!</p>
<p>I find this price increase outrageous. We (everyone that&#8217;s not living in the US) have always been paying more for our songs (0.99 euro [1.21 usd] and 1.50 chf [1.39 usd]). But now it&#8217;s even worse.</p>
<p>It just doesn&#8217;t make sense, anymore, so what? I just feel robbed. And robbed. Over again. <strong>10% price increase</strong> What&#8217;s next?</p>
<p>Bye bye.</p>
<p>~C</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudgoessocial.net/2010/07/01/itunes-store-price-increase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

