The ModMyTM Family of Sites.
ModMyMoto - Software Modding Forums and Updates for Motorola Phones
Arrow_TcatM3 Guides Menu

Arrow_TcatSponsored Links

Arrow_TcatTag Cloud
Tags

Arrow_TcatLatest Threads
Mark Forums ReadMark Read


Arrow_TcatTop Posters
Top Posters

Arrow_TcatModMyGphone Forum
Android Forum | GPhone Forum

Welcome to the ModMyMoto - Software Modding Forums and Updates for Motorola Phones forums.

You are currently viewing our boards as a guest which gives you limited access to view most posts and access our guides section. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, download files, and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.
Go Back   ModMyMoto - Software Modding Forums and Updates for Motorola Phones : Guides
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Personal tools

Get Your Motorola Connected OS X

From Guides

This guide is the first complete, fully detailed and documented guide on how to connect your Motorola phone to your Mac for modding purposes. Many thanks go out to kingmob for his help in making this happen, and for his guide which I expanded on to create this one.

Thanks, kingmob!

Contents

Moto4Lin.

NOTE:<b> Moto4Lin does NOT support any CDMA phones, so if your phone model is a <b>V3c</ b> or <b>V3m, or any phone from Verizon, Alltel, US Cellular, or any other CDMA carrier, then you will NOT be able to do any Mac MotoModding. :(

Moto4Lin is the program we will use to do most of our basic modding of your phone. There is a lengthy process you can go through in order to compile it, etc, but there is a much easier way as well. Lets go with the easy way, eh? :) There is a guy who has created a script which downloads the latest source code for Moto4Lin, compliles it, and uploads the compliled app to a web server. You can download the latest version here, at the bottom of the list. If, for whatever reason, the link ever fails, this is the file I downloaded when creating this guide.



osxconnect1.png

OS X will tell you the file may contain an application-thats cause it does. :) Go ahead and hit download.

osxconnect2.png

You will see the file on your desktop once it finishes downloading.

osxconnect3.png

Double-click it to open, and OS X will let you know its unarchiving the file.

osxconnect4.png

You will then have the file Moto4Lin.app on your desktop, with an icon that looks like a Pebl (don't worry, this works with Slvr, Razr, Pebl... and more.)



osxconnect5.png

Open up your Applications folder and drag the Moto4Lin file into it.

osxconnect6.png

osxconnect7.png

osxconnect5.png

osxconnect8.png

Ok, thats good for now, we have the program installed, now before we open it, lets move on to...

Finding Your Phone's USB ID.

We need to determine how OS X recognizes your phone so we can tell Moto4Lin how to also find your phone correctly. First, though, if you have a Slvr, Pebl, or newer phone, make sure you are set to Data/Fax Connection instead of Memory Card mode. To do this, go to Menu>Settings>Connectivity>USB Settings>Default Connection>Data/Fax Connection. Now, to get OS X to recognize your phone, lets drop into Terminal and execute a few commands. If you didn't know already, to get to Terminal on your Mac, simply open the Applications Folder, and look inside Utilities. Then double-click Terminal.

osxconnect10.png

osxconnect11.png

You will see the Terminal window, which looks much like a simple text editor program. Type in the following:

ls -la /dev > temp
Then hit Return. Nothing will happen, thats ok. :)


osxconnect12.png

Now, before going any further, plug your phone into your computer with the USB cable.

Wait a good 6 seconds or so, then type the following into Terminal:

ls -la /dev > temp2
and hit Return again. Again, nothing will happen except a new line

appears for you to type in.

osxconnect13.png

Good, now type in the following and hit Return:

diff temp temp2 | grep cu

This command will return a string of text--what matters to us is the last part, the cu.usbmodem and then some numbers. THAT is your phones ID that we will be plugging into Moto4Lin.

osxconnect14.png

So, copy that string of text...

osxconnect15.png

And lets Quit Terminal real quick just to avoid clutter. :)

osxconnect16.png

OK, now open up Moto4Lin.

osxconnect8.png

osxconnect17.png

And click Preferences.

osxconnect18.png

You will see the Preferences window displayed. On the first line, where it says ACM Device, highlight everything after "/dev/" and Ctrl+click and hit "Paste" to put the USB ID we took earlier from Terminal into this window.



osxconnect19.png

You will now see the correct device displayed there. Make sure and click "Set as AT Device", as your phone has a different ID when in AT mode or modem mode as it does while in P2K mode, which the mode we use it in to mod. Also, CHECK the "Auto Connect to device" box, even though it doesn't show that in this picture.

osxconnect20.png

osxconnect21.png

Now, go ahead and click "Switch to P2K" in that same window.

osxconnect22.png

Then click "Update List"

osxconnect23.png

Scroll to the bottom of the list you just updated, and you should see your phone there.

osxconnect24.png

Select it and make sure to click "Set as P2K Device". Then hit "OK".

osxconnect25.png

You should now see in your info box in Moto4Lin something like this:

osxconnect26.png



If you do NOT see that last line--the one that says "Phone pluged as P2K", Quit Moto4Lin, re-open the program with your phone unplugged, and plug the phone back in. The program should start it up and recognize it as a P2K device.

Now, hit the Connect/Disconnect button.

osxconnect27.png

You should see the message "Try to connect" and then "[info] Phone connected as P2K".

osxconnect28.png

Congratulations! Your phone is now connected to your Mac!

You can now continue to the other Mac tutorials and get started modding your phone!