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:
And I got this error:
So I ran "adb devices" and got this back:
I tried to kill the emulator using
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...
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
but it didn't work, and I just got this error:adb -s emulator-5554 emu kill
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...