Categories
Archives
- January 2013
- July 2012
- June 2012
- May 2012
- January 2012
- December 2011
- October 2011
- June 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- July 2010
- May 2010
- April 2010
- November 2009
- March 2009
- July 2008
- June 2008
- May 2008
- April 2008
- April 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- January 2004
Monthly Archives: June 2008
Ubuntu Netbook Remix on HTC Shift
kornel has requested to post some instructions on installing ubuntu netbook remix on HTC Shift. First, for those who still don’t know what UNR is, a picture is worth 1000 words: Here are the instructions: 1) Go to System -> … Continue reading
Posted in linux
12 Comments
HTCFlasher: Open Source ROM Update Utility (RUU) for HTC devices
I have just released HTCFlasher version 3, get it while it’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 … Continue reading
Posted in linux
3 Comments
shiftbuttons: HTC Shift Hardware Buttons control
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 … Continue reading
Posted in linux
9 Comments
Extract contents of .deb files
DEB files are ar archives, which contain three files: debian-binary control.tar.gz data.tar.bz2 First we need to extract the ar archive: $ ar vx package.deb Then extract the contents of data.tar.bz2: $ tar xvfp data.tar.bz2
Posted in linux, minipost
Leave a comment
gsensor-joy: HTC Shift G-Sensor Joystick Linux kernel module
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, … Continue reading
Posted in linux
7 Comments
Building debian packages from source
I will show how to build a debian package from source, needed if you need to apply a custom patch to some package. 1. Download the debian source # apt-get source package-name 2. Download the dependencies required to build the … Continue reading
Posted in linux, minipost
Leave a comment
i2c-gsensor: LIS3LV02DL accelerometer on HTC Shift G-Sensor
The “feature” 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’s a Linux kernel module for the HP Mobile … Continue reading
Posted in linux
Leave a comment

github.com/poliva
Google+
linkedin.com/in/pauoliva
twitter.com/pof