The ModMyTM Family of Sites:
ModMyMobileModMyi


 
 
Register or Connect with Facebook

M3 Still Needs Fixin' | Lost Your Post Count?




  ModMyMobile Forums > ModMyAndroid > Mod YOUR Android Moto > Motorola CLIQ/DEXT
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 12-27-2009, 01:26 PM
Danation's Avatar
public static final boolean isEvil() { return true; }
 
Join Date: Oct 2008
Posts: 6,688
Thanks: 4,032
Thanked 3,105 Times in 2,018 Posts
Setting up and using adb

Alright, a lot of people are asking what adb is and how to use it.

ADB is a command line application that you run on your computer.

It probably has many uses I don't know about, but typically it's used to access and manipulate the filesystem of the phone.

You can delete files, copy them from the phone to the computer, and even run a "shell" which is pretty much like typing directly into a terminal on the phone itself.

Other threads can tell you why you need it, I'm just making this thread to tell you how to set it up. These instructions are for Windows users. I got a lot of info from Cyanogen's Wiki (This link in particular.) I'm just adding Moto-specific stuff.

1) Follow the Get Connected Guide.

2) Follow the guide for Setting up the SDK.

3) On your phone, enable USB Debugging (Settings-Applications-Development-USB Debugging)

4) Set up the path to the SDK tools.

On your computer, right click on "My Computer" and go to "Properties." Next we want the advanced settings (On Windows XP, go to the "Advanced" tab. On Vista/7, click "Advanced System Settings.") Click "Environment Variables."

Under the "System Variables" there is one called "Path." Click on it and click "edit." You will see a path in there (something like "%SystemRoot%\system32;c:\DanationIsTheGreates t\") At the end, add ";" then add the path to the Android SDK tools folder (e.g. c:\Android\android-sdk_r3-windows\android-sdk-windows\tools\)

Click Ok, Ok, and Ok.

5) Use adb/test to make sure it's working.

Make sure RSD Lite is closed and plug in your phone. Open the command prompt in admin mode (Start-Programs-Accessories-cmd.exe or "command prompt." Right click and Run as Administrator on Vista/7.)

Now type in "adb devices." If you get something like this, then you're good to go:

Quote:
List of devices attached
TA55555U55 device
If you get something like this, it means your device is not plugged in or the drivers are not properly installed:

Quote:
List of devices attached
If you get something like this, you did not set up the SDK or the path correctly:

Quote:
'adb' is not recognized as an internal or external command,
operable program or batch file.

If you have any questions about setting this up, please post here.

Last edited by Danation; 12-27-2009 at 01:29 PM..
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
17 Users Say Thank You to Danation For This Useful Post
aj9 (06-08-2010), chago10 (02-08-2010), Clarkey (07-16-2010), clockedtouch (12-27-2009), iceshinobi (12-28-2009), j_r0dd (12-27-2009), microskillz (12-27-2009), mlts22 (12-27-2009), Paule (12-29-2009), PILLSBVRVS (12-27-2009), revlothar (07-28-2010), seiken_k1 (01-02-2010), sowulo (08-06-2010), sublime1184 (12-27-2009), Superbrad (01-06-2010), VontaelP (08-17-2010), Xilande (02-27-2010)
  #2  
Old 12-27-2009, 08:14 PM
Itty Bitty Modder
 
Join Date: Dec 2009
Posts: 12
Thanks: 3
Thanked 3 Times in 3 Posts
I think this is the best setup option for windows 7 thanks Danation for putting it out there.
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to clockedtouch For This Useful Post:
Danation (12-27-2009)
  #3  
Old 12-27-2009, 09:58 PM
Itty Bitty Modder
 
Join Date: Dec 2009
Posts: 11
Thanks: 4
Thanked 2 Times in 2 Posts
awesome writeup. ive always just navigated to the sdk tools folder in command prompt and run the commands from there but this is great.
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to microskillz For This Useful Post:
Danation (12-27-2009)
  #4  
Old 12-27-2009, 11:27 PM
Of Mice and Modders
 
Join Date: Dec 2009
Posts: 83
Thanks: 0
Thanked 4 Times in 4 Posts
I just used this to get adb working on Vista x64. Perfect instructions.

Thank you
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to Poormanq45 For This Useful Post:
Danation (12-27-2009)
  #5  
Old 12-27-2009, 11:56 PM
Itty Bitty Modder
 
Join Date: Dec 2008
Posts: 8
Thanks: 1
Thanked 1 Time in 1 Post
I have followed everything to the letter, yet when I adb devices I am getting nothing in the list.

I have uninstalled, reinstalled, rebooted, unplugged, turned off. Basically anything to try and get the phone to be recognized.

Running as admin as well.





Any help would be greatly appreciated.

Edit:

Windows 7 Ultimate x64

Edit2: Weird it fixed itself after a bit. I don't know what happened, but problem solved.

Last edited by PILLSBVRVS; 12-28-2009 at 12:26 AM..
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to PILLSBVRVS For This Useful Post:
Danation (12-28-2009)
  #6  
Old 12-28-2009, 01:13 AM
Maybe Modder
 
Join Date: Dec 2009
Posts: 42
Thanks: 4
Thanked 4 Times in 4 Posts
Thanks for the write up. Works great finally have root on my Cliq like I had on my G1. Man how I have missed it.
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to Durzo For This Useful Post:
Danation (12-28-2009)
  #7  
Old 12-28-2009, 08:53 AM
Itty Bitty Modder
 
Join Date: Dec 2009
Posts: 5
Thanks: 1
Thanked 1 Time in 1 Post
Thank You!!! This Worked Great on my Windows 7 64 bit
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to iceshinobi For This Useful Post:
Danation (12-28-2009)
  #8  
Old 12-28-2009, 09:54 AM
Danation's Avatar
public static final boolean isEvil() { return true; }
 
Join Date: Oct 2008
Posts: 6,688
Thanks: 4,032
Thanked 3,105 Times in 2,018 Posts
Hey, thanks everyone for the feedback Let me know if I need to change anything.

Quote:
Originally Posted by PILLSBVRVS View Post
Edit2: Weird it fixed itself after a bit. I don't know what happened, but problem solved.
Oh, good. I was trying to think of what would cause it. I'm glad it's working!
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 12-28-2009, 03:25 PM
Itty Bitty Modder
 
Join Date: Dec 2009
Posts: 14
Thanks: 6
Thanked 1 Time in 1 Post
just tried it, and all went great except nandroid backup, but otherwise U IS DA BOMB THANK YOU THANK YOU THANK YOU

i would donate but i am poor i have 2 teenage boys though let me know if u want em
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to paulskerr For This Useful Post:
Danation (12-28-2009)
  #10  
Old 12-28-2009, 10:33 PM
Itty Bitty Modder
 
Join Date: Dec 2009
Posts: 12
Thanks: 2
Thanked 1 Time in 1 Post
I'm unable to push the signed update to the sd card. The error says it's a read-only file system.

Suggestions?
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11  
Old 12-28-2009, 10:41 PM
Danation's Avatar
public static final boolean isEvil() { return true; }
 
Join Date: Oct 2008
Posts: 6,688
Thanks: 4,032
Thanked 3,105 Times in 2,018 Posts
Just plug the phone in in USB mode and put the file in the root directory of the SD card using Windows Explorer.
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 12-29-2009, 01:40 PM
Itty Bitty Modder
 
Join Date: Dec 2009
Posts: 12
Thanks: 2
Thanked 1 Time in 1 Post
my computer does not recognize the card, either. i get the Hardware Fail tone when I plug it in. Could this be an issue with the USB drivers?
Thanks.
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 12-29-2009, 02:13 PM
Danation's Avatar
public static final boolean isEvil() { return true; }
 
Join Date: Oct 2008
Posts: 6,688
Thanks: 4,032
Thanked 3,105 Times in 2,018 Posts
It could be. Do you have RSD Lite running? It's better if you don't.
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14  
Old 12-30-2009, 10:19 AM
Maybe Modder
 
Join Date: Dec 2009
Posts: 49
Thanks: 3
Thanked 7 Times in 6 Posts
ok so ive had a g1 since it came out. am fimilar with adb and such. my gf got a cliq yesterday. i already have adb setup and running for my g1 on windoze xp. when i plugged in her phone, notfound. i then downloaded the moto drivers, and volia it shows up under device manager as adb interface, mot composite adb interface. but in command line it says the list of devices: with no lisitng. adb remount says error no device found. i then removed my adb/sdk setup, and downloaded and installed the new one from link above just to make sure, but it yeilds same result. its really frustraiting me! sorry for long post but i wanted to post eveything ive tried, so u can better help me. thanks!
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15  
Old 12-30-2009, 12:00 PM
Danation's Avatar
public static final boolean isEvil() { return true; }
 
Join Date: Oct 2008
Posts: 6,688
Thanks: 4,032
Thanked 3,105 Times in 2,018 Posts
Here's what I'd do. Uninstall the drivers and the sdk. Not sure if this matters, but install RSD Lite. Install the drivers. Run RSD Lite and plug in the phone. Then close RSD Lite and install the SDK.

Reboot the phone and the computer, plug the phone in and try it.
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  ModMyMobile Forums > ModMyAndroid > Mod YOUR Android Moto > Motorola CLIQ/DEXT

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
Trackbacks are On
Pingbacks are On
Refbacks are On



Go to Top
ModMyMobile

All times are GMT -6. The time now is 08:04 PM. Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.0
Owned and Operated by ModMy, LLC Copyright © 2007-10. All rights reserved.

Android News / Android Forums / Blackberry News / Blackberry Forums / Motorola News / Motorola Forums / Palm News / Palm Forums /
Contact Us / / Top