Thread: Setting up and using adb
- 12-30-2009 10:11 PM #16
Itty Bitty Modder
- Join Date
- Dec 2009
- Posts
- 5
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 19
- Uploads
- 0
Is there any simpler solution? I cant for the life of me get it to work at all. Im VERY bad with command prompts.. I get to trying to /cd to the directory and it doesnt find it. Everythings in place up to that step. Need a guide for someone whos never used a command prompt before or something with a simple interface. I managed to root without ADB easily enough but am sure Ill need it at some point.
Uninstalled all the required and am starting back from scratch.
System btw is Win 7 Home Premium x64
- 12-31-2009 09:13 AM #17
Maybe Modder
- Join Date
- Dec 2009
- Posts
- 49
- Thanks
- 3
- Thanked 7 Times in 6 Posts
- Downloads
- 1
- Uploads
- 0
this turned out to not be my problem, but i figgured id post up for anyone else in my sitiuation.
back when this stuff first came out, instead of installing the whole sdk, we were just putting adb.exe and fastboot.exe in the system32 folder, that way didnt have to changge path varibles or anything. well even though i updated the sdk and path and all, it would still default to the adb in the system32 folder. its been soooo long, i forgot that was even in there. once i removed those and installed new files to c:\android it all worked!
thanks for the helpthough, it got me thinking, and now im ready to flash. (just have to convince her, lol.) once blur 2.1 gets leaked i know it will be easy to convince...
btw- any contacts inside that can get a hold of it off that new device? get it posted and it willl be ported asap!
-
The Following User Says Thank You to fastludeh22 For This Useful Post:
Danation (12-31-2009)
- 12-31-2009 12:52 PM #18
Last edited by Danation; 12-31-2009 at 12:52 PM. Reason: Automerged Doublepost

__.__I have retired. If you PM me, I may not reply.
- 01-06-2010 04:20 PM #19
Itty Bitty Modder
- Join Date
- Jan 2010
- Posts
- 2
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 13
- Uploads
- 0
Hey I'm new to thi. I did everything described to the T. I think the problem is in the path directory, because I put adb devices in the command prompt and it says path not recognized. what path do I need to have?
*update* i ran adb through some command prompt but it keeps saying it couldnt connect to daemon device, adb server didnt ACKLast edited by Lenny Ink; 01-06-2010 at 06:11 PM.
- 01-14-2010 02:30 AM #20
Just curious would anyone be able to add common commands to this guide like example how to remove apps via adb or how to install apps via adb?
I don't know much about this and I keep looking around but with so much info out there I'm getting confused lol.
- 01-14-2010 04:38 AM #21
I made a batch file that does the common commands.
I will upload tonight.
commands:
-pull files
-push files
-remove files
-install files
look at it and learn, may include instructions too.Phone: Motorola DEXT (UK) | ROM:Blur 2.1 | Memory Stick: 2Gb - Stock
How To: Creating Metamorph Themes & Bootscreens | Bootscreens: NeXus V2 - Hero - Windows Cupcake

- 01-14-2010 11:09 AM #22
Thx!
- 01-18-2010 04:47 AM #23
Itty Bitty Modder
- Join Date
- Jan 2010
- Posts
- 7
- Thanks
- 2
- Thanked 0 Times in 0 Posts
- Downloads
- 18
- Uploads
- 0
Thanks! One more step towards root.
I did have a small problem when going through - and it's probably an assumed step: after connecting the phone's USB, I had to mount as USB drive for adb to recognize it.
Hope it helps!
Ryan
- 02-23-2010 03:36 PM #24
Itty Bitty Modder
- Join Date
- Feb 2010
- Posts
- 1
- Thanks
- 1
- Thanked 0 Times in 0 Posts
- Downloads
- 22
- Uploads
- 0
I am really having a problem with this adb. Can someone help?????
- 02-24-2010 07:18 AM #25
What's the problem?

- 02-24-2010 07:35 AM #26
Itty Bitty Modder
- Join Date
- Feb 2010
- Posts
- 4
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 9
- Uploads
- 0
hey can you help with my moto cliq im stuck at the bootloader screen and adb wont detect my phone, RSD lite detects the "flash" part of my phone for re-flashing but after every flash it reboots to the "Bootloader USB init" page and wont let me prgress, if you could please contact me via e-mail at alaron110@hotmail.com subject "moto CLIQ"
- 02-26-2010 07:23 AM #27
Itty Bitty Modder
- Join Date
- Jan 2010
- Posts
- 3
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 8
- Uploads
- 0
Although I've followed everything to the letter, I end up still having the problem of the phone not being recognized.
I accidentally bricked my phone after updating to the 1.3.18, so I'm currently trying to use this method to unbrick it (http://www.modmymoto.com/forums/showthread.php?t=528179). Sadly, i'm pretty much screwed because i can't actually go into the phone to allow debugging, and the "adb devices" command just comes back with "list of adb devices."
why?
- 03-03-2010 11:36 AM #28
Itty Bitty Modder
- Join Date
- Mar 2010
- Posts
- 1
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 3
- Uploads
- 0
I am having trouble understanding this part
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\)
When I open the path to edit, it says:
%CommonProgramFiles%\Microsoft Shared\Windows Live;%SystemRoot%\system32;%SystemRoot%;%SystemRoo t%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowe rShell\v1.0\
Where or what exactly am I supposed to add/change to this?
- 03-07-2010 12:10 PM #29
when i try to push a file i get the error "Read-only file system"
- 03-07-2010 12:41 PM #30
did you do adb remount first?

-
The Following User Says Thank You to sublime1184 For This Useful Post:
magma9495 (03-07-2010)


LinkBack URL
About LinkBacks
Reply With Quote





