• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

[International / GSM] {resolved}adb reboot issue

chanop

Well-Known Member
When I use the command "adb devices" I get 2 devices. One is the emulator and one appears to be my Galaxy Nexus.

When I use the command "adb reboot" I get the error: "More than one Device and Emulator"

How do I get around this?
 
what method are you using from the how to root thread? 1, 2, or 3?

what Os are you using it on Windows,Mac, or Linux?
 
educate me on what the "emulator" is? I saw the exe in one of the screen shots.

anyways

If you've not even got past step one i would recommend using one of the methods in the guide here in this forum.

I'm going to use Method 2 personally but you have 3 diff ones to choose from. Option 1 being the most intensive.
 
Yes. I also found a resolution for the problem with my first attempt.

When you get said error ("More than one Device and Emulator"), you can narrow down the command to the serial number of the Device shown in 'adb devices'.

You can do 'adb reboot-d' for the device or 'adb reboot-s ####' for the specific device. the ### would be replaced with the device serial number that comes up in adb devices.
 
Back
Top Bottom