February 23
February 16
Petite ballade et nouveau test gps
Le dénivelé est correct :)
12:01 AM | 0 Comments | Tags: iphone, gpsFebruary 14
Premier footing avec iPhone
GPS relativement imprécis (regardez le dénivelé !) mais pratique.
07:10 PM | 0 Comments | Tags: iphone, gpsFebruary 11
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: iphone, usb, linux, fuse