February 23
la-liberte-guidant-le-peuple-e-delacroix.jpg

You will be assimilated. Resistance is futile.

12:19 AM | 0 Comments | Tags:
February 16

Petite ballade et nouveau test gps

Le dénivelé est correct :)

12:01 AM | 0 Comments | Tags: ,
February 14

Premier footing avec iPhone

GPS relativement imprécis (regardez le dénivelé !) mais pratique.

07:10 PM | 0 Comments | Tags: ,
February 11

et meister teste un nouveau blog

— myself ...

11:13 PM | 1 Comment | Tags:
January 11

iPhone and usb with linux

iTunes now detects and syncs well the iPhone in VirtualBox (not the OSE version) but it is not as handy or fast as a regular linux mount.

We will see how to use fuse to mount the /var filesystem of an iPhone under linux.

You need your kernel current source/headers/devel package in order to go further.

git clone http://git.matt.colyer.name/2007/iphone-module
cd iphone-module
make -C /usr/src/linux M=`pwd` modules
insmod ./iphone.ko'

git clone http://git.matt.colyer.name/2008/libiphone
cd libiphone
./autogen.sh
./configure --prefix=/usr
make
make install

git clone http://git.matt.colyer.name/2008/ifuse
cd ifuse
./autogen.sh
./configure
make
make install

Run :

libiphone-initconf

Then you can mount our iPhone :

mount -t fuse.ifuse /dev/bus/usb/005/006 /media/iphone
06:06 PM | 0 Comments | Tags: , , ,
Next → Page 1 of 2