Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old August 11th, 2005   #1
gorkhal
Just Give Me the Beans!
 
gorkhal's Avatar
 
Join Date: Jun 2005
Location: Canada
Beans: 52
HOWTO: Access Motorola phones through USB on Hoary using Moto4Lin

This howto's for installing and running moto4lin on ubuntu hoary.

Most of the information reproduced here, for convenience's sake , can be found at the moto4lin's wikipage HERE

moto4lin allows you to access your cell phone's file system under linux. Upload/Download pictures, ringtones, etc. . Its still in alpha, so be careful, but I have been running it without any problems whatsoever. Tried kmobiletools before, but could not get it to install (I'M ON GNOME ).

***Update 1***

There's lots more supported now, I would definitely recommend checking out the Supported Models section at the motor4lin wiki.

Here is the list of 'officially' supported models (moto phones not listed here may also work, try it out):
C350, C350l, C380, C650, V180, V220, V300, V500, V547, V600, E398, E1000

*Update*
List of other models that have been confirmed to work:
V400

If your moto phone works with this app, but its not in the official list, add it to the moto4lin wiki, Supported Models and fill in the USB ID as well. That way everyone gets it.

Moto4lin supports AT and P2K modes on these phones. I have not tested the AT mode as of yet, but it's basically for Modem functionality and GPRS (me thinks), but its the P2K mode that I was interested in, since it lets you access your cell phone's file system.

#Requirements
Install the following...
Code:
~$sudo apt-get install cvs
~$sudo apt-get install libqt3-mt-dev
~$sudo apt-get install zlib1g-dev
~$sudo apt-get install libusb-dev
#Installing moto4lin
We are going to get the moto4lin source from a cvs repository. You might get an error from cvs at this stage, ignore and proceed. Asked for password? Just press Enter.
Code:
~$cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/moto4lin login
~$cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/moto4lin co -P moto4lin
This should download the source into a directory named moto4lin. Now compile the source.
Code:
~$cd moto4lin
~/moto4lin$qmake
~/moto4lin$make
~/moto4lin$sudo make install
Should you receive any compilation errors, you most likely do not have the required libraries, try looking through the error messages to figure out what you are missing. If everything goes ok, you have installed moto4lin successfully.

#Configure moto4lin
Connect YOUR phone to YOUR computer using YOUR usb cable. Thats right YOURs not mine, I am not sharing mine.

Now run moto4lin...
Code:
 ~$sudo moto4lin
You need to run it under root, to access the P2K mode on your phone, at least until its fixed, or someone figures out how to run it as normal user.

In the bottom status bar of the moto4lin window it should say, at least the first time: '[info] Phone pluged as AT'

GoTo: Settings -> Preferences...
Set 'ACM Device' = '/dev/ttyACM0'
Then we need to figure out the following,
'AT Vendor ID',
'AT Product ID',
'P2K Vendor ID',
'P2K Product ID'.

Click 'Update List' -> retrieves a list of the 'AT Vendor ID' and 'AT Product ID' of all your USB devices. Find your cell phone's AT IDs from the list.
(Once you have found it write it down, because an ODD thing is when moto4lin is run under root, it does not save any changes to settings)
Select 'Switch to P2K' -> if it is successful, it should say '[info] Phone pluged as P2K' in the status bar of the main window.
Clicking 'Update List' again will now retrieve the 'P2K Vendor ID' and 'P2K Product ID' of all your USB devices. Write your cell phone's P2K IDs down.

Alternatively you can search HERE for the AT and P2K IDs of your cellphone.

Now quit moto4lin, and run as normal user
Code:
~$moto4lin
Goto Settings -> Preferences and fill in the AT IDs and the P2K IDs.

Quit moto4lin, and the settings will be saved.
So run under root for execution and run as normal user for configuration.

#Running moto4lin
Now run moto4lin as root...
Code:
 ~$sudo moto4lin
Check the current mode:
If its already in P2K mode, click 'Connect' to load up your Motorola file system

If its in AT mode, Goto Settings -> Preferences...Select 'Switch to P2K' then try connecting.

I have attached a screenshot of how it looks like at this stage. If anyone figures how to run moto4lin without root privileges and still be able to access in P2K, do share.

Lots of kudos to the moto4lin guys for coming up with this wonderful application.

Happy experimenting
Attached Images
File Type: jpg Screenshot.jpg (60.0 KB, 2625 views)

Last edited by gorkhal; August 23rd, 2005 at 04:13 PM..
gorkhal is offline   Reply With Quote
Old August 13th, 2005   #2
foxy123
Dark Roasted Ubuntu
 
Join Date: Apr 2005
Beans: 1,101
Re: HOWTO: Access Motorola phones through USB on Hoary using Moto4Lin

Hi Gorkhal! Thanks a lot for the excellent HOWTO. I tried moto4lin before but failed. Now it works for me!

A couple of points you may want to make clearer in the HOWTO:

Quote:
Originally Posted by gorkhal
#Configure moto4lin
Now run moto4lin...
Code:
 ~$sudo moto4lin
You need to run it under root, to access the P2K mode on your phone, at least until its fixed, or someone figures out how to run it as normal user.

In the bottom status bar of the moto4lin window it should say, at least the first time: '[info] Phone pluged as AT'

GoTo: Settings -> Preferences...
We need to figure out the following,
'AT Vendor ID',
'AT Product ID',
'P2K Vendor ID',
'P2K Product ID'.

Click 'Update List' -> retrieves a list of the 'AT Vendor ID' and 'AT Product ID' of all your USB devices. Find your cell phone's AT IDs from the list.
(Once you have found it write it down, because an ODD thing is when moto4lin is run under root, it does not save any changes to settings)
you should also change 'ACM Device' to '/dev/ttyACM0', as it is said below.

Quote:
#Running moto4lin
Now run moto4lin as root...
Code:
 ~$sudo moto4lin
Goto Settings -> Preferences...Select 'Switch to P2K', only if it is not already in P2K mode. Goto Main Window and click 'Connect/Disconnect'.
To see my files I had to click on Update List button.

Thanks again for your HOWTO!
foxy123 is offline   Reply With Quote
Old August 13th, 2005   #3
az
just this guy, you know.
 
az's Avatar
 
Join Date: Oct 2004
Location: Kingston, On
My beans are hidden!
Re: HOWTO: Access Motorola phones through USB on Hoary using Moto4Lin

You should request that this be packages for Ubuntu. You can ask on the developmental mailing list,
az is offline   Reply With Quote
Old August 13th, 2005   #4
void_false
Way Too Much Ubuntu
 
void_false's Avatar
 
Join Date: Mar 2005
Location: Middle East
Beans: 259
Send a message via ICQ to void_false
Re: HOWTO: Access Motorola phones through USB on Hoary using Moto4Lin

WOW that just rox!
Now I need to buy miniusb datacable for my c350. Hell, official CD costs something like 30$
__________________
The simple fact is that KDE is just superior to GNOME in every way possible. (c) clparker
L33T signature
:: My site :: My desktop :: My distro ::
void_false is offline   Reply With Quote
Old August 13th, 2005   #5
foxy123
Dark Roasted Ubuntu
 
Join Date: Apr 2005
Beans: 1,101
Re: HOWTO: Access Motorola phones through USB on Hoary using Moto4Lin

Has anyone heard anything about C975? It is not listed in the supported models...
foxy123 is offline   Reply With Quote
Old August 13th, 2005   #6
gorkhal
Just Give Me the Beans!
 
gorkhal's Avatar
 
Join Date: Jun 2005
Location: Canada
Beans: 52
Re: HOWTO: Access Motorola phones through USB on Hoary using Moto4Lin

Good to see it worked for someone too. Thanks for the suggestions foxy123.

Quote:
Originally Posted by foxy123
Has anyone heard anything about C975? It is not listed in the supported models...
You could still try it out....it may work. Since the P2K mode used is supposed to be prevalent in a lot of the motorola phones.

Last edited by gorkhal; August 13th, 2005 at 06:03 PM..
gorkhal is offline   Reply With Quote
Old August 17th, 2005   #7
tlaloczint
5 Cups of Ubuntu
 
tlaloczint's Avatar
 
Join Date: Apr 2005
Location: ks
Beans: 43
Ubuntu 7.10 Gutsy Gibbon
Send a message via MSN to tlaloczint
Re: HOWTO: Access Motorola phones through USB on Hoary using Moto4Lin

this is so cool I just add couple of songs that as ring ones and this rocks thanks (the songs I have to cut in order to make it fit I have a v180)
tlaloczint is offline   Reply With Quote
Old August 17th, 2005   #8
gorkhal
Just Give Me the Beans!
 
gorkhal's Avatar
 
Join Date: Jun 2005
Location: Canada
Beans: 52
Re: HOWTO: Access Motorola phones through USB on Hoary using Moto4Lin

Quote:
Originally Posted by tlaloczint
(the songs I have to cut in order to make it fit I have a v180)
I have a v180 too, trouble is, has only 1.9 MB of space, not only you have to cut, but also encode the mp3s at like 64 kbps.

I am not sure if anything less than or greater than 64 kbps works.
gorkhal is offline   Reply With Quote
Old August 19th, 2005   #9
manrobj
First Cup of Ubuntu
 
Join Date: Aug 2005
Beans: 1
Re: HOWTO: Access Motorola phones through USB on Hoary using Moto4Lin

Also works for a V400.
Thanks!!
manrobj is offline   Reply With Quote
Old August 19th, 2005   #10
gorkhal
Just Give Me the Beans!
 
gorkhal's Avatar
 
Join Date: Jun 2005
Location: Canada
Beans: 52
Re: HOWTO: Access Motorola phones through USB on Hoary using Moto4Lin

Quote:
Originally Posted by manrobj
Also works for a V400.
Thanks!!
Neat....I will start up a list of 'Unofficially' Supported models in the howto.

You could also add in your motorola phone number to the moto4lin wiki,
HERE and fill in the USB ID as well.

Last edited by gorkhal; August 23rd, 2005 at 03:59 PM..
gorkhal is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:12 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry