Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] download files from cellphone
- Date: Fri, 17 Nov 2006 16:48:55 +0900
- From: "Josh Glover" <jmglov@example.com>
- Subject: Re: [tlug] download files from cellphone
- References: <680663.23163.qm@example.com>
On 17/11/06, leon calvaud <enae95@example.com> wrote:
I have a little problem with my cellphone. It's a toshiba W45T I wanted to download files from there, like photos, but it seems that it's only made for windows...
The easy but expensive way is to email the files you want from your phone to your real email address.
Do you already have the USB cable for your phone? If so, run:
sudo tail -f /var/log/messages
then plug the USB cable into your phone and your computer. Does /var/log/messages report anything? Look for something like /dev/sda. If you see that, all you need to do is add a line like this:
/dev/sda1 /mnt/keitai vfat user,noauto,ro 0 0
to your /etc/fstab, then run:
sudo mkdir /mnt/keitai mount /mnt/keitai find /mnt/keitai
That last command should produce a bunch of output, telling you where every file on the keitai's flash is.
If you get no love from /var/log/messages when plugging in your phone, you need to search the phone's labyrinth of menus for something called "USB Mass Storage". Turn it on, then try the steps above again.
-Josh
- Follow-Ups:
- Re: [tlug] download files from cellphone
- From: Mauro Sauco
- References:
- [tlug] download files from cellphone
- From: leon calvaud
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] GPLv3 Conference
- Next by Date: Re: [tlug] Friday C&C Warning: New Search Engine
- Previous by thread: [tlug] download files from cellphone
- Next by thread: Re: [tlug] download files from cellphone
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links