Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

appledes7

macrumors 6502a
Original poster
Jul 12, 2011
756
0
So I was messing around with ADB today to get ready to root my Nexus 7 tomorrow. I downloaded the Android SDK and installed it.

I went to my SDK/platform-tools folder, did shift-right click and did "open command window here". Then just for kicks I plugged in my Nexus 4 to see if I could get it to reboot to the bootloader from my computer. So I did this:

adb reboot bootloader

And I got this error:
error:more than one device and emulator

So I ran "adb devices" and got this back:
List of devices attached
(phone's serial number) device
emulator-5554 offline

I tried to kill the emulator using
adb -s emulator-5554 emu kill
but it didn't work, and I just got this error:
error: could not connect to TCP port 5554

Anybody have any ideas on how to fix this? I read somewhere that if you uninstall bluestacks it will fix it, but I never installed bluestacks in the first place...
 

Assault

macrumors 6502a
Mar 19, 2013
513
0
in the taint
I'm currently running into the exact same issue as you and my old crappy PC only has USB 2 ports. I read in one of the 2013 Nexus 7 threads on XDA that we may need USB 3.0 ports? Can't confirm because I have read a bunch of posts today.
I also read that you need to ensure latest and greatest Google USB drivers are installed in the SDK Extras folder.

I may wait for the one click unlock/root program instead of messing with the SDK.
 

Assault

macrumors 6502a
Mar 19, 2013
513
0
in the taint
LOL, really, USB 3.0 ports? Wow, they went long and far this time around to make sure nobody could root 4.3 easily it seems.

If the USB 2.0 port really is the issue (and it my not be, I simply can't remember or find that post), then it is an issue for this of us with older Windows PC's... For now. XDA will have this sorted within a week or so. I can wait.
 

blackhand1001

macrumors 68030
Jan 6, 2009
2,600
37
Its not the usb port. Make sure you have the latest adb binaries. The secure adb intoduced in 4.2/4.3 doesn't always work with older ones. I had the same issue a few weeks ago.

If this doesn't work under developer options hit revoke usb debugging authorizations and try connecting it again.
 

appledes7

macrumors 6502a
Original poster
Jul 12, 2011
756
0
I've got all the latest drivers and tried multiple USB ports. The problem is not the port, it is the emulator and not being able to kill it.

I was able to root my 2013 Nexus 7 just fine in fastboot.
 

Saqib Ahmed

macrumors newbie
Jul 13, 2016
1
0
adb devices

you will get the list of all available devices something like this:

<device ID> device
emulator-5554 offline



the copy the device id run commad like this:

adb -s <device ID> <your command>

example:

adb -s <device ID> tcpip 5555

no need to kill anyone
 

MRU

macrumors Penryn
Aug 23, 2005
25,370
8,952
a better place
adb devices

you will get the list of all available devices something like this:

<device ID> device
emulator-5554 offline



the copy the device id run commad like this:

adb -s <device ID> <your command>

example:

adb -s <device ID> tcpip 5555

no need to kill anyone

You do realise this was 3 years ago ? I think the poster has solved their issue by now ;)

newbie tip... check the date of the thread :)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.