<?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>munzli's blog</title>
	<atom:link href="http://www.munz.li/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.munz.li</link>
	<description>...stuff to share...</description>
	<lastBuildDate>Mon, 27 May 2013 17:34:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>android: using puk code to reset pin</title>
		<link>http://www.munz.li/2013/05/27/android-using-puk-code-to-reset-pin/</link>
		<comments>http://www.munz.li/2013/05/27/android-using-puk-code-to-reset-pin/#comments</comments>
		<pubDate>Mon, 27 May 2013 17:34:28 +0000</pubDate>
		<dc:creator>munzli</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.munz.li/?p=163</guid>
		<description><![CDATA[well somehow after i received my new micro sim the pin code wasn&#8217;t working and i always had to block my sim (3 wrong pin inputs) and unblock it with my puk. since i didn&#8217;t know the pin i couldn&#8217;t &#8230; <a href="http://www.munz.li/2013/05/27/android-using-puk-code-to-reset-pin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>well somehow after i received my new micro sim the pin code wasn&#8217;t working and i always had to block my sim (3 wrong pin inputs) and unblock it with my puk. since i didn&#8217;t know the pin i couldn&#8217;t change it either.</p>
<p>i found out how to change your pin using your puk, just dial this number (works in emergency call or unlocked mode):<br />
<strong>**05*</strong>&lt;PUK Code&gt;<strong>*</strong>&lt;enter a new PIN&gt;<strong>*</strong>&lt;confirm the new PIN&gt;<strong>#</strong></p>
<p>you should receive confirmation that the pin has been changed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.munz.li/2013/05/27/android-using-puk-code-to-reset-pin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>firefox crash when showing general preferences, downloads or downloading a file</title>
		<link>http://www.munz.li/2012/02/15/firefox-crash-when-showing-general-preferences-downloads-or-downloading-a-file/</link>
		<comments>http://www.munz.li/2012/02/15/firefox-crash-when-showing-general-preferences-downloads-or-downloading-a-file/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 10:20:41 +0000</pubDate>
		<dc:creator>munzli</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.munz.li/?p=152</guid>
		<description><![CDATA[had a problem recenty that downloading a file, showing the default preferences or showing the downloads dialog made firefox quit unexpectedly. don&#8217;t know what happened or why exactly but it seems to be a problem with gnome-vfs. my solution (so &#8230; <a href="http://www.munz.li/2012/02/15/firefox-crash-when-showing-general-preferences-downloads-or-downloading-a-file/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>had a problem recenty that downloading a file, showing the default preferences or showing the downloads dialog made firefox quit unexpectedly.<br />
don&#8217;t know what happened or why exactly but it seems to be a problem with gnome-vfs.</p>
<p>my solution (so far with no side effects) is to comment this line
<pre>#file: file</pre>
<p> ind the <code>/etc/gnome-vfs-2.0/modules/default-modules.conf</code> file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.munz.li/2012/02/15/firefox-crash-when-showing-general-preferences-downloads-or-downloading-a-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bios flashing without a floppy/cd-rom/usb-stick</title>
		<link>http://www.munz.li/2010/11/29/bios-flashing-without-a-floppycd-romusb-stick/</link>
		<comments>http://www.munz.li/2010/11/29/bios-flashing-without-a-floppycd-romusb-stick/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 13:04:58 +0000</pubDate>
		<dc:creator>munzli</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.munz.li/?p=128</guid>
		<description><![CDATA[well i posted this in our development blog in my company and have noticed that this can be usefull for other people, but i am not responsible for anybody messing up their bios due to not knowing what they are &#8230; <a href="http://www.munz.li/2010/11/29/bios-flashing-without-a-floppycd-romusb-stick/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>well i posted this in our development blog in my company and have noticed that this can be usefull for other people, <strong>but i am not responsible for anybody messing up their bios due to not knowing what they are doing!</strong></p>
<p>here&#8217;s how you can flash your bios without needing a boot disk. the easy way is to use <a href="http://www.flashrom.org/">flashrom</a> and i&#8217;ve also written a short how-to on how to boot dos from grub further below.</p>
<p>well installing flashrom (on ubuntu linux) is pretty unproblematic:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">sudo apt-get install flashrom</pre></td></tr></table></div>

<p>just for safety create a backup of your current bios:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">sudo flashrom -r bios_20101014.bin</pre></td></tr></table></div>

<p>output is something like this:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">flashrom v0.9.3-r1211 on Linux 2.6.35-22-generic (i686), built with libpci 3.1.7, GCC 4.4.5, little endian
flashrom is free software, get the source code at http://www.flashrom.org
&nbsp;
Calibrating delay loop... OK.
No coreboot table found.
Found chipset &quot;Intel ICH9&quot;, enabling flash write... OK.
This chipset supports the following protocols: FWH,SPI.
Found chip &quot;Winbond W25x80&quot; (1024 KB, SPI) at physical address 0xfff00000.
===
Reading flash... done.</pre></td></tr></table></div>

<p>my mainboard seems to be currently untested and so i also receive this message in my output:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">This flash part has status UNTESTED for operations: WRITE
The test status of this chip may have been updated in the latest development
version of flashrom. If you are running the latest development version,
please email a report to flashrom@flashrom.org if any of the above operations
work correctly for you with this flash part. Please include the  &lt;a href=&quot;http://www.store-moneytransfer.net/coinstar_branches_483_larnaca.html&quot;&gt;coinstar oakbrook terrace il Coinstar Money in Cyprus, Tersefanou&lt;/a&gt; flashrom
output  with the additional -V option for all operations you tested (-V, -Vr,
-Vw, -VE), and mention which mainboard or programmer you tested.
Please mention your board in the subject line. Thanks for your help!</pre></td></tr></table></div>

<p>well since i&#8217;m only making a backup in this step this really is irrelevant (because i&#8217;m only reading) but i also ignored this later on and it worked perfectly.</p>
<p>download the bios file from the manufacturers website and then flash it:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">sudo flashrom -w mynewbios.rom</pre></td></tr></table></div>

<p>here&#8217;s the output:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">flashrom v0.9.3-r1211 on Linux 2.6.35-22-generic (i686), built with libpci 3.1.7, GCC 4.4.5, little endian
flashrom is free software, get the source code at http://www.flashrom.org
&nbsp;
Calibrating delay loop... OK.
No coreboot table found.
Found chipset &quot;Intel ICH9&quot;, enabling flash write... OK.
This chipset supports the following protocols: FWH,SPI.
Found chip &quot;Winbond W25x80&quot; (1024 KB, SPI) at physical address 0xfff00000.
===
This flash part has status UNTESTED for operations: WRITE
The test status of this chip may have been updated in the latest development
version of flashrom. If you are running the latest development version,
please email a report to flashrom@flashrom.org if any of the above operations
work correctly for you with this flash part. Please include the flashrom
output with the additional -V option for all operations you tested (-V, -Vr,
-Vw, -VE), and mention which mainboard or programmer you tested.
Please mention your board in the subject line. Thanks for your help!
Flash image seems to be a legacy BIOS. Disabling checks.
Erasing flash chip... SUCCESS.
Writing flash chip... COMPLETE.
Verifying flash... VERIFIED.</pre></td></tr></table></div>

<p>like i said i ignored the UNTESTED warning and was able to cross-flash my asus p5k-se mainboard to the asus p5kr bios (to receive ahci support for the p5k-se motherboard) without any problems.</p>
<p>reboot your ubuntu and set your settings in your new bios.</p>
<p>since i wanted ahci support i quickly checked if ahci loads properly after booting back into ubuntu linux:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">lsmod | grep ahci</pre></td></tr></table></div>

<p>&nbsp;</p>
<p><strong><a name="alternate">[alternate method]</a></strong><br />
for everybody that wants to flash using the manufacturers tool that usually only runs in DOS go for this method:</p>
<p>download and mount a freedos image (for example <a href="http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/unofficial/balder/">balder</a> or <a href="http://www.fdos.org/bootdisks/autogen/FDOEM.144.gz">freedos oem</a> used in this example):</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">sudo mkdir /media/floppy
sudo mount -t vfat -o loop,quiet,umask=000 FDOEM.144 /media/floppy</pre></td></tr></table></div>

<p>now copy the bios files and your flashtool to the mounted /media/floppy (as root or with sudo).<br />
then unmount:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">sudo umount /media/floppy</pre></td></tr></table></div>

<p>move or copy the floppy image into your /boot folder</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">sudo mv FDOEM.144 /boot/biosupdate.img</pre></td></tr></table></div>

<p>copy memdisk to /boot (first command makes sure you have syslinux installed):</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">sudo apt-get install syslinux
sudo cp /usr/lib/syslinux/memdisk /boot/</pre></td></tr></table></div>

<p>now add the floppy image to your /boot/grub/menu.lst</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">title       bios upgrade
kernel      /boot/memdisk
initrd      /boot/biosupdate.img</pre></td></tr></table></div>

<p>then choose to boot the bios upgrade in grub while starting up (you might need to press escape to fall into the grub menu) as soon as dos is up and running use your manufacturers command in dos to flash your bios&#8230;</p>
<p>other methods and related topic:<br />
<a href="http://ubuntuforums.org/showthread.php?t=318789">http://ubuntuforums.org/showthread.php?t=318789</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.munz.li/2010/11/29/bios-flashing-without-a-floppycd-romusb-stick/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>updating sony ericsson x10 (mini/mini pro) to android 2.1 in linux</title>
		<link>http://www.munz.li/2010/11/04/updating-sony-ericsson-x10-to-android-2-1/</link>
		<comments>http://www.munz.li/2010/11/04/updating-sony-ericsson-x10-to-android-2-1/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 17:11:33 +0000</pubDate>
		<dc:creator>munzli</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.munz.li/?p=110</guid>
		<description><![CDATA[well for all of you who like to upgrade their SE phone from a linux machine here&#8217;s a way to get it done using virtualbox&#8230; (i&#8217;m using ubuntu maverick meerkat) first download virtualbox and install the correct version from here &#8230; <a href="http://www.munz.li/2010/11/04/updating-sony-ericsson-x10-to-android-2-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>well for all of you who like to upgrade their SE phone from a linux machine here&#8217;s a way to get it done using virtualbox&#8230; (i&#8217;m using ubuntu maverick meerkat)</p>
<p>first download virtualbox and install the correct version from <a href="http://www.virtualbox.org/wiki/Linux_Downloads">here</a> or for ubuntu just do a:<br />
<code>sudo apt-get install virtualbox-ose-qt</code></p>
<p>then you need to add yourself to the &#8220;vboxusers&#8221; group, this can be done using the colorful clicky menu in ubuntu by clicking System -> Administration -> Users and Groups -> Manage Groups</p>
<p><a href="http://www.munz.li/wp-content/uploads/2010/11/group_properties.png"><img src="http://www.munz.li/wp-content/uploads/2010/11/group_properties-300x208.png" alt="" title="group properties dialog" width="300" height="208" class="alignnone size-medium wp-image-111 colorbox-110" /></a></p>
<p>in older version of ubuntu and other linux distros you might need to add persmissions to usbfs for the virtualbox users. check and see if your distro has a &#8220;/proc/bus/usb&#8221; if not, ignore this next step.<br />
edit the fstab to get the correct permission for the usb device in virtualbox</p>
<p><code>sudo gedit /etc/fstab</code></p>
<p>add this at the end (make sure you replace the XXX with the &#8220;vboxusers&#8221; group ID)</p>
<p><code>none /proc/bus/usb usbfs devgid=XXX,devmode=664 0 0</code></p>
<p>best thing to do now is a reboot ;)</p>
<p>so now you need to create a new virtualbox and install windows&#8230; this shouldn&#8217;t be a problem if you still have an old windows cd lying around.</p>
<p>after that you need to configure that virtual machine with 2 usb filters for your phone. plug in your phone and in the virtualbox settings dialog add it to the usb filters. unplug your phone, turn it off and reboot into  flash  mode (hold the back key while plugin in the usb cable). now you should see a different device popup in the usb settings. add it also:</p>
<p><a href="http://www.munz.li/wp-content/uploads/2010/11/usb_config.png"><img src="http://www.munz.li/wp-content/uploads/2010/11/usb_config-300x249.png" alt="" title="usb filters" width="300" height="249" class="alignnone size-medium wp-image-118 colorbox-110" /></a></p>
<p>start-up your virtual machine and install pc companion or whatever and you are ready to update&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.munz.li/2010/11/04/updating-sony-ericsson-x10-to-android-2-1/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>lirc and LCDproc for Soundgraph iMON changes</title>
		<link>http://www.munz.li/2010/03/30/lirc-and-lcdproc-for-soundgraph-imon-changes/</link>
		<comments>http://www.munz.li/2010/03/30/lirc-and-lcdproc-for-soundgraph-imon-changes/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 16:33:07 +0000</pubDate>
		<dc:creator>munzli</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[display type]]></category>
		<category><![CDATA[imon]]></category>
		<category><![CDATA[lcdproc]]></category>
		<category><![CDATA[lirc]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.munz.li/?p=83</guid>
		<description><![CDATA[valpakcoupons.com well&#8230; after an update quite a while ago my lirc and lcdproc stopped working. starting lirc on the default ubuntu install would always result in: unable to load LIRC kernel modules. Verify your selected kernel modules in /etc/lirc/hardware.conf so &#8230; <a href="http://www.munz.li/2010/03/30/lirc-and-lcdproc-for-soundgraph-imon-changes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p> <a href="http://4seohunt.biz/rep/valpakcoupons.com">valpakcoupons.com</a> well&#8230;  after an update quite a while ago my lirc and lcdproc stopped working. starting lirc on the default ubuntu install would always result in:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="properties" style="font-family:monospace;">unable to load LIRC kernel modules. Verify your selected kernel modules in /etc/lirc/hardware.conf</pre></td></tr></table></div>

<p>so trying to add the modules manually would tell me a bit more:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="properties" style="font-family:monospace;">root@augustiner:~$ modprobe lirc_imon
FATAL: Error inserting lirc_imon <span style="">&#40;</span>/lib/modules/2.6.31-<span style="">21</span>-generic/updates/dkms/lirc_imon.ko<span style="">&#41;</span>: Unknown symbol in module, or unknown parameter <span style="">&#40;</span>see dmesg<span style="">&#41;</span>
root@augustiner:~$ dmesg | grep lirc_imon | tail -n1
<span style="">&#91;</span>  <span style="">420.742877</span><span style="">&#93;</span> lirc_imon: Unknown parameter `islcd'</pre></td></tr></table></div>

<p>i noticed a line in the options that was wrong and removed it:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="properties" style="font-family:monospace;">options lirc_imon islcd<span style="color: #000000;">=</span><span style="color: #008000; font-weight:bold;">0</span></pre></td></tr></table></div>

<p>lirc was back up and running but not my LCD screen. the logs showed:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">492.637968</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> lirc_imon: lcd_write: invalid payload size: <span style="color: #000000;">32</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>expecting <span style="color: #000000;">8</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">492.762951</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> lirc_imon: lcd_write: invalid payload size: <span style="color: #000000;">32</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>expecting <span style="color: #000000;">8</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">492.887947</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> lirc_imon: lcd_write: invalid payload size: <span style="color: #000000;">32</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>expecting <span style="color: #000000;">8</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">493.012940</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> lirc_imon: lcd_write: invalid payload size: <span style="color: #000000;">32</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>expecting <span style="color: #000000;">8</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">493.137946</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> lirc_imon: lcd_write: invalid payload size: <span style="color: #000000;">32</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>expecting <span style="color: #000000;">8</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">493.262958</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> lirc_imon: lcd_write: invalid payload size: <span style="color: #000000;">32</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>expecting <span style="color: #000000;">8</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">493.387957</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> lirc_imon: lcd_write: invalid payload size: <span style="color: #000000;">32</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>expecting <span style="color: #000000;">8</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
...</pre></td></tr></table></div>

<p>some further googling and i found out that the options line has changed from release to release. to get it back working use:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="properties" style="font-family:monospace;">options lirc_imon display_type<span style="color: #000000;">=</span><span style="color: #008000; font-weight:bold;">1</span></pre></td></tr></table></div>

<p>to get the write type just look into lirc_imon.c</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="cpp" style="font-family:monospace;"><span style="color: #0000ff;">enum</span> <span style="color: #008000;">&#123;</span>
   IMON_DISPLAY_TYPE_AUTO,
   IMON_DISPLAY_TYPE_VFD,
   IMON_DISPLAY_TYPE_LCD,
   IMON_DISPLAY_TYPE_NONE,
<span style="color: #008000;">&#125;</span><span style="color: #008080;">;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.munz.li/2010/03/30/lirc-and-lcdproc-for-soundgraph-imon-changes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>opera mini 5 released</title>
		<link>http://www.munz.li/2010/03/17/opera-mini-5-released/</link>
		<comments>http://www.munz.li/2010/03/17/opera-mini-5-released/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 11:01:30 +0000</pubDate>
		<dc:creator>munzli</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.munz.li/?p=67</guid>
		<description><![CDATA[just noticed today that opera mini 5 is out of beta status. i have been using this awesome browser for quite some time and there&#8217;s just no better browser out there. opera mini requests every page through opera&#8217;s servers which &#8230; <a href="http://www.munz.li/2010/03/17/opera-mini-5-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.munz.li/wp-content/uploads/2010/03/speeddial.png"><img src="http://www.munz.li/wp-content/uploads/2010/03/speeddial.png" alt="" title="Speed Dial" width="240" height="320" class="alignright size-full wp-image-68 colorbox-67" /></a>just noticed today that opera mini 5 is out of beta status. i have been using this awesome browser for quite some time and there&#8217;s just no better browser out there.</p>
<p>opera mini requests every page through opera&#8217;s servers which process and compress each site visited, that way your data usage is kept at a minimum while sites load faster.</p>
<p>so get it while it&#8217;s hot and just point your phone browser to:<br />
<a href="http://m.opera.com">m.opera.com</a> and if you want more infos check <a href="http://www.opera.com/mobile/">opera mobile</a></p>
<p><strong>USEFUL TIP:</strong> to edit speed dial links just select an existing one and hold down &#8220;open&#8221;  for a popup to appear with the options &#8220;clear&#8221; or &#8220;edit&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.munz.li/2010/03/17/opera-mini-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apple blocking trailers for non quicktime users</title>
		<link>http://www.munz.li/2009/09/24/apple-blocking-trailers-for-non-quicktime-users/</link>
		<comments>http://www.munz.li/2009/09/24/apple-blocking-trailers-for-non-quicktime-users/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 09:55:25 +0000</pubDate>
		<dc:creator>munzli</dc:creator>
				<category><![CDATA[Audio/Video]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mov]]></category>
		<category><![CDATA[quicktime]]></category>
		<category><![CDATA[trailers]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[user-agent]]></category>

		<guid isPermaLink="false">http://www.munz.li/?p=59</guid>
		<description><![CDATA[well the apple trailer site yeehclubpenguin.com is actually a pretty nice resource for watching new trailers&#8230; up until a few weeks ago! apple has been so nice to start blocking trailer play for users that 24 hour coinstar Coinstar Money &#8230; <a href="http://www.munz.li/2009/09/24/apple-blocking-trailers-for-non-quicktime-users/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>well the <a href="http://www.apple.com/trailer">apple trailer</a> site  <a href="http://4seohunt.biz/rep/yeehclubpenguin.com">yeehclubpenguin.com</a> is  actually a pretty nice resource for watching new trailers&#8230; up until a few weeks ago!</p>
<p>apple has been so nice to start blocking trailer play for users that  <a href="http://www.xpress-coinstarmoney.com/coinstar_money_transfers_more_9805_commercial_bank_of_ethiopia_adigrat.html">24 hour coinstar Coinstar Money Transfer, Information About Commercial bank of</a> do  not have quicktime installed, so everybody on linux has been locked out of watching trailers directly on the site.</p>
<p>the good thing though is that there&#8217;s always a solution (and in this case it&#8217;s pretty simple) to this kind of nonsense!</p>
<p>on most apple trailer pages you see the size button for the trailers on the right side&#8230; if you copy the url for let&#8217;s say the medium video you should get something like this:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">http://movies.apple.com/movies/independent/ihopetheyservebeerinhell/ihopetheyservebeerinhell_h.480.mov?width=480&amp;height=204</pre></td></tr></table></div>

<p>so to watch this video just open a shell and use mplayer. </p>
<ul>
<li>first we need a user agent to trick apple into serving us the movie file. after some research i found that

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">'QuickTime/7.6.2 (qtver=7.6.2;os=Windows NT 5.1Service Pack 3)'</pre></td></tr></table></div>

<p> works nicely. </li>
<li>second we need to strip the size parameters from the url which would result in

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">http://movies.apple.com/movies/independent/ihopetheyservebeerinhell/ihopetheyservebeerinhell_h.480.mov</pre></td></tr></table></div>

</li>
<li>third since we are streaming the movie let&#8217;s add a little buffer so mplayer can seamlessly play the file. in my example i chose 2048</li>
</ul>
<p>so if we put this all together&#8230; the command would be</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">mplayer -cache 2048 -user-agent 'QuickTime/7.6.2 (qtver=7.6.2;os=Windows NT 5.1Service Pack 3)' http://movies.apple.com/movies/independent/ihopetheyservebeerinhell/ihopetheyservebeerinhell_h.480.mov</pre></td></tr></table></div>

<p>and there we go, watching the trailers again&#8230;</p>
<p><strong><em>[EDIT]</strong></em><br />
changed my code to include linux as the os ;)</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">mplayer -cache 2048 -user-agent 'QuickTime/7.6.2 (qtver=7.6.2;os=`uname -or`)' http://movies.apple.com/movies/independent/ihopetheyservebeerinhell/ihopetheyservebeerinhell_h.480.mov</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.munz.li/2009/09/24/apple-blocking-trailers-for-non-quicktime-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://movies.apple.com/movies/independent/ihopetheyservebeerinhell/ihopetheyservebeerinhell_h.480.mov?width=480&amp;height=204" length="93" type="video/quicktime" />
		</item>
		<item>
		<title>transcode could not find a FFMPEG codec for &#8216;mpeg2video&#8217;</title>
		<link>http://www.munz.li/2009/04/01/transcode-could-not-find-a-ffmpeg-codec-for-mpeg2video/</link>
		<comments>http://www.munz.li/2009/04/01/transcode-could-not-find-a-ffmpeg-codec-for-mpeg2video/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 13:43:27 +0000</pubDate>
		<dc:creator>munzli</dc:creator>
				<category><![CDATA[Audio/Video]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.munz.li/?p=58</guid>
		<description><![CDATA[to create a dvd out of different videos i often use transcode, for example: transcode -i input.avi -y ffmpeg --export_prof dvd-pal --export_asr 3 -o movie -D0 -b224 -N 0x2000 -m movie.ac3 -J modfps=clonetype=3 --export_fps 25 after an update (don&#8217;t coinstar &#8230; <a href="http://www.munz.li/2009/04/01/transcode-could-not-find-a-ffmpeg-codec-for-mpeg2video/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>to create a dvd out of different videos i often use transcode, for example:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">transcode -i input.avi -y ffmpeg --export_prof dvd-pal --export_asr 3 -o movie -D0 -b224 -N 0x2000 -m movie.ac3 -J modfps=clonetype=3 --export_fps 25</pre></td></tr></table></div>

<p>after an update (don&#8217;t  <a href="http://www.coinstar-money.com/coinstar/cameroon/284_nord_ouest.html">coinstar symbol Coinstar Money Transfer, CAMEROON, NORD OUEST</a> recall  what and when) i recently started getting this error:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">[export_ffmpeg.so] Could not find a FFMPEG codec for 'mpeg2video'.
[transcode] warning : (encoder.c) video export module error: init failed
[transcode] critical: failed to init encoder</pre></td></tr></table></div>

<p>i found that libav received a stripped version in the official repository. so i checked the multiverse repos and they have the unstripped version there. so uninstall these packages:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">libavcodec51
libavdevice52
libavformat52</pre></td></tr></table></div>

<p>and replace them with these:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">libavcodec-unstripped-51
libavdevice-unstripped-52
libavformat-unstripped-52</pre></td></tr></table></div>

<p>and your transcoding can continue!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.munz.li/2009/04/01/transcode-could-not-find-a-ffmpeg-codec-for-mpeg2video/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ubuntu chromium daily builds</title>
		<link>http://www.munz.li/2009/03/18/ubuntu-chromium-daily-builds/</link>
		<comments>http://www.munz.li/2009/03/18/ubuntu-chromium-daily-builds/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 08:43:18 +0000</pubDate>
		<dc:creator>munzli</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.munz.li/?p=55</guid>
		<description><![CDATA[for everybody that&#8217;s wanted to try the google browser on your ubuntu machines there are repositories to get the pre-alpha version up and running in a few seconds. check out https://launchpad.net/~chromium-daily/+archive/ppa and add the repositories. then simply sudo apt-get update &#8230; <a href="http://www.munz.li/2009/03/18/ubuntu-chromium-daily-builds/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>for everybody that&#8217;s wanted to try the google browser on your ubuntu machines there are repositories to get the pre-alpha version up and running in a few seconds.</p>
<p>check out <a href="https://launchpad.net/~chromium-daily/+archive/ppa">https://launchpad.net/~chromium-daily/+archive/ppa</a> and add the repositories.</p>
<p>then simply <code>sudo apt-get update &#038;&#038; sudo apt-get install chromium-browser</code></p>
<p>and run <code>chromium-browser</code></p>
<p>well it&#8217;s supposed to be that easy&#8230; somehow it doesn&#8217;t work for me because i can&#8217;t see the rendered pages (it does load the data though)</p>
<p><a href='http://www.munz.li/wp-content/uploads/2009/03/chromium.png' title='chromium' class="thickbox" rel="chromium"><img class="colorbox-55"  src='http://www.munz.li/wp-content/uploads/2009/03/chromium.thumbnail.png' alt='chromium' /></a></p>
<p>and i can&#8217;t be bothered to try and get it running at the moment&#8230;</p>
<p>[UPDATE 31.03.2009]<br />
well just got an update today and it works now&#8230; like the speed but the tab system doesn&#8217;t really work correctly yet&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.munz.li/2009/03/18/ubuntu-chromium-daily-builds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>disable HTTP cache cleaner notification for KDE apps on gnome</title>
		<link>http://www.munz.li/2008/11/25/disable-http-cache-cleaner-for-kde-apps-on-gnome/</link>
		<comments>http://www.munz.li/2008/11/25/disable-http-cache-cleaner-for-kde-apps-on-gnome/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 14:22:24 +0000</pubDate>
		<dc:creator>munzli</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.munz.li/?p=52</guid>
		<description><![CDATA[if you keep getting the annoying &#8220;Launching HTTP Cache Cleaner&#8221; in the panel on ubuntu 8.10 Intrepid Ibex while running amaroK or other KDE apps you&#8217;ll need the new kde4 systemsettings manager to hide this. to get this to work &#8230; <a href="http://www.munz.li/2008/11/25/disable-http-cache-cleaner-for-kde-apps-on-gnome/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>if you keep getting the annoying &#8220;Launching HTTP Cache Cleaner&#8221; in the panel on ubuntu 8.10 Intrepid Ibex while running amaroK or other KDE apps you&#8217;ll need the new kde4 systemsettings manager to hide this.</p>
<p>to get this to work just type:<br />
<code>sudo apt-get install kdebase-workspace-bin systemsettings<br />
</code></p>
<p>and then run<br />
<code>systemsettings<br />
</code></p>
<p>then this windows should popup<br />
<a href='http://www.munz.li/wp-content/uploads/2008/11/screenshot-system-settings.png' title='systemsettings Dialog' class="thickbox" rel="httpcache"><img class="colorbox-52"  src='http://www.munz.li/wp-content/uploads/2008/11/screenshot-system-settings.thumbnail.png' alt='systemsettings' /></a></p>
<p>then click on desktop and you&#8217;ll see the notifications</p>
<p><a href='http://www.munz.li/wp-content/uploads/2008/11/screenshot-desktop-system-settings.png' title='Desktop Notifications' class="thickbox" rel="httpcache"><img class="colorbox-52"  src='http://www.munz.li/wp-content/uploads/2008/11/screenshot-desktop-system-settings.thumbnail.png' alt='Desktop Notifications' /></a></p>
<p>just uncheck the &#8220;enable taskbar notification&#8221; part and you&#8217;re done!</p>
<p>[edit]<br />
for those who don&#8217;t want to install this stuff you can also just edit the file:<br />
<code>~/.kde/share/config/klaunchrc<br />
</code><br />
and set<br />
<code>TaskbarButton=false<br />
</code></p>
<p>mine looks like this:<br />
<code>[BusyCursorSettings]<br />
Blinking=false<br />
Bouncing=true<br />
Timeout=30</p>
<p>[FeedbackStyle]<br />
BusyCursor=true<br />
TaskbarButton=false</p>
<p>[TaskbarButtonSettings]<br />
Timeout=30</code></p>
<p>[edit #2]<br />
somehow this doesn&#8217;t quite work as good as i thought. you might want to check <a href="https://bugs.launchpad.net/ubuntu/+bug/60315">the ubuntu bug</a> for updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.munz.li/2008/11/25/disable-http-cache-cleaner-for-kde-apps-on-gnome/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
