Mount the FIlesystem of the Phone (Entry Nr. 365, by user 1 | edit) |
|
|
I got these infos from www.siltala.net/2007/07/25/mounting-a-nokia-phone-a-little-bit-easier/
preparations:
1) apt-get install obexfs
2) mkdir /mnt/phone
3) find the ftp channel of the phone: sdptool search FTP
Mount the Filesystem:
1) modprobe fuse
2) obexfs -b[mac_address_of_the_phone] -B[ftp_channel] /mnt/phone |
|
|
Create a new entry at this position
|
|
|