<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>pofHQ</title>
	<link>http://pof.eslack.org</link>
	<description>Just another eslack.org blogs weblog</description>
	<lastBuildDate>Wed, 04 Nov 2009 08:08:42 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Dingoo A320</title>
		<description><![CDATA[	Yesterday I got a Dingoo A320 as a birthday present   (thanks iolanda!!!). Here are my notes of things i need to remember in the future&#8230;
	To upgrade the firmware (I flashed official 1.20) just copy the firmware file (named a320.hxf) to the root folder of the dingoo internal memory, disconnect it from your computer [...]]]></description>
		<link>http://pof.eslack.org/blog/2009/11/04/dingoo-a320/</link>
			</item>
	<item>
		<title>Mounting a VirtualBox dynamic size VDI Image</title>
		<description><![CDATA[	To work with a variable sized VDI file, you have to dump it to a dd file first (COPYDD); this will create a fixed size dump that then can be opened on a loop device. The variable sized file does not allow mounting as the fs driver needs to see the expected disk size.

	So we [...]]]></description>
		<link>http://pof.eslack.org/blog/2009/03/28/mounting-a-virtualbox-dynamic-vdi-image/</link>
			</item>
	<item>
		<title>random notes on setting up KVM + libvirt + virtio</title>
		<description><![CDATA[	This is a collection of notes I took while setting up a virtual machine host which has several guest virtual machines running on Ubuntu 8.10.
	1) Create a logical volume to install the guest
	$ sudo lvcreate -v -n phq_mail -L 80G vg0 /dev/md1
    Setting logging type to disk
    Finding volume [...]]]></description>
		<link>http://pof.eslack.org/blog/2009/03/03/random-notes-on-setting-up-kvm-libvirt-virtio/</link>
			</item>
	<item>
		<title>nbimg: HTC splash screen tool</title>
		<description><![CDATA[	nbimg is a command line tool which allows to convert HTC Splash Screen images from NB to BMP and create NB splash screens from BMP format. Any splash screen size is supported (yes, it works for Diamond or Athena at 640&#215;480 resolution too).
	=== nbimg v1.1
=== Convert NB &#60;--&#62; BMP splash screens
=== (c)2008 Pau Oliva - [...]]]></description>
		<link>http://pof.eslack.org/blog/2008/07/03/nbimg-htc-splash-screen-tool/</link>
			</item>
	<item>
		<title>Ubuntu Netbook Remix on HTC Shift</title>
		<description><![CDATA[	kornel has requested to post some instructions on installing ubuntu netbook remix on HTC Shift.
	First, for those who still don&#8217;t know what UNR is, a picture is worth 1000 words:
	




	



	
	Here are the instructions:
	1) Go to System -> Administration -> Software Sources. Click on Third Party software. Click Add&#8230;, and add the following:
	
deb http://ppa.launchpad.net/netbook-remix-team/ubuntu hardy main
deb-src [...]]]></description>
		<link>http://pof.eslack.org/blog/2008/06/17/ubuntu-netbook-remix-on-htc-shift/</link>
			</item>
	<item>
		<title>HTCFlasher: Open Source ROM Update Utility (RUU) for HTC devices</title>
		<description><![CDATA[	I have just released HTCFlasher version 3, get it while it&#8217;s hot!!  
	HTCFlasher -formerly known as HERMflasher- is an open source tool which allows you to flash ROMs on most current HTC devices. It has some extra features that the original HTC RUU doesn&#8217;t have, like for example it can present a serial prompt [...]]]></description>
		<link>http://pof.eslack.org/blog/2008/06/14/htcflasher-open-source-rom-update-utility-ruu-for-htc-devices/</link>
			</item>
	<item>
		<title>shiftbuttons: HTC Shift Hardware Buttons control</title>
		<description><![CDATA[	shiftbuttons is a program that monitors the two right side hardware buttons on HTC shift, and launches any desired program when a button is pressed.
	Typical usage is to start it as daemon (-d option) when you start your X session, and map each button to the desired function. For example, you can go into Gnome [...]]]></description>
		<link>http://pof.eslack.org/blog/2008/06/11/shiftbuttons-htc-shift-hardware-buttons-control/</link>
			</item>
	<item>
		<title>gsensor-joy: HTC Shift G-Sensor Joystick Linux kernel module</title>
		<description><![CDATA[	I have found some free time (long night) to implement a kernel module which converts the axis reported by the HTC Shift G-Sensor accelerometer (see previous post!) into a Joystick input event device.
	Download
	gsensor-joy-1.1.tar.gz
	Install Instructions
	Download the tarball, extract it to some temporary directory, compile and install it:
	
   # make
   # make install

	Load [...]]]></description>
		<link>http://pof.eslack.org/blog/2008/06/05/gsensor-joy-htc-shift-g-sensor-joystick-linux-kernel-module/</link>
			</item>
	<item>
		<title>i2c-gsensor: LIS3LV02DL accelerometer on HTC Shift G-Sensor</title>
		<description><![CDATA[	The &#8220;feature&#8221; commercially advertised as G-Sensor in HTC Shift turned out to be a STMicroelectronics LIS3LV02DL 3-axis inertial sensor [datasheet], which of course can be accessed through linux i2c/SMBus interface   
	Actually there&#8217;s a Linux kernel module for the HP Mobile Data Protection System 3D (mdps) by Yan Burman, which is the same accelerometer [...]]]></description>
		<link>http://pof.eslack.org/blog/2008/06/03/i2c-gsensor-lis3lv02dl-accelerometer-on-htc-shift-g-sensor/</link>
			</item>
	<item>
		<title>hsect: HTC Shift Embedded Controller Toolkit</title>
		<description><![CDATA[	
I am proud to release hsect, the HTC Shift Embedded Controller Toolkit  
	Features:
	
	Turn on and off WLAN
	Turn on and off Bluetooth
	Enter and exit CE (ARM) Bootloader mode (SPL)
	Enter Radio Bootloader / OEMSBL*
	Reboot Windows CE
	Switch To CE / SnapVUE
	Change the LEDs*
	
	* features only available via command line
	This means you don&#8217;t need to boot Vista anymore [...]]]></description>
		<link>http://pof.eslack.org/blog/2008/05/31/hsect-htc-shift-embedded-controller-toolkit/</link>
			</item>
</channel>
</rss>
