[Q] error: more than one device and emulator???[SOLVED]

Search This thread

kassim3

Member
Nov 4, 2008
15
1
So i'm trying to root my asus transformer by following this guide http://xdaforums.com/showthread.php?t=1106587

i got to the part where it says to type the following command
Code:
adb push gingerbreakBB /data/local/

but i get the error
Code:
C:\Android>adb push gingerbreakBB /data/local/
error: more than one device and emulator

I ran adb devices to see what devices it recognises and it says

Code:
C:\Android>adb devices
List of devices attached
304D197CC264A27E        device
28841c943012497 device

what now :(
 
Last edited:
  • Like
Reactions: Barracuda77777

kassim3

Member
Nov 4, 2008
15
1
thanks mate it seemed like it rooted but it didnt lol. i got the progress bar on when i rebooted the device but it doesnt seem to be rooted hhmmmm any ideas?
 

kassim3

Member
Nov 4, 2008
15
1
Sorry, not sure... maybe your phone is rooted instead :0

Try starting over again without your phone plugged in ;)

LOLOLOL you were right my phone was plugged in HOWEVER it still didnt work. the progress bar did show up again but wasnt rooted

if you are on linux or have access to a linux machien use this http://xdaforums.com/showthread.php?t=1198303
Otherwise do this http://xdaforums.com/showthread.php?t=1125714

thanks i'll try that out later today. i think its sign for my to go to sleep its 3 am right now lolol. i'll post what happens today morning
 

Calbha

Senior Member
Aug 17, 2011
56
5
41
mesa
Oh yeh going to sleep did the trick. I woke up and removed everything by doing the commands

Code:
adb shell rm /data/local/tmp/boomsh
adb shell rm /data/local/tmp/sh

and also followed the this video tutorial

http://www.youtube.com/watch?v=WaZ4B60OWmY&feature=player_embedded

aand it worked it! :D

Thanks gee one and mrevankyle

also would like to add to anyone else encountering this error with other uses of adb to make sure all of bluestacks processes are killed.
 

Jack6911

Member
Sep 15, 2012
45
4
Rimouski
fr.wikipedia.org
I had the same issue when I've tried to room my XT1032 (Moto G)... I fail to install with the SuperBoot way! So I've decide to install CWM and a modified recovery.

On my first try, I receive this message:

Code:
error: more than one device and emulator

When I used the command
Code:
adb devices
I've 2 device... My XT1033 and an AndroidEmulator...

C:\Fastboot>adb devices
List of devices attached
emulator-5554 offline
TA88305ZDH offline

Also, the command
Code:
adb shell rm /data/local/tmp/boomsh
adb shell rm /data/local/tmp/sh
is not working for me...

I've use the command:
Code:
adb kill-server

After, I've plug back my XT1033 via USB and launch the command:
Code:
adb usb

Only my XT1033 is now show when I use the
Code:
adb devices
!

So, I've finish my installation with
Code:
fastboot-moto-windows flash recovery recovery.testkeys.img

and I've run a sideload installation with:

Code:
adb-windows sideload supersu.motog.zip

Try this and share me your opinion!

---------- Post added at 11:11 PM ---------- Previous post was at 11:10 PM ----------

I had the same issue when I've tried to room my XT1032 (Moto G)... I fail to install with the SuperBoot way! So I've decide to install CWM and a modified recovery.

On my first try, I receive this message:

Code:
error: more than one device and emulator

When I used the command
Code:
adb devices
I've 2 device... My XT1033 and an AndroidEmulator...

C:\Fastboot>adb devices
List of devices attached
emulator-5554 offline
TA88305ZDH offline

Also, the command
Code:
adb shell rm /data/local/tmp/boomsh
adb shell rm /data/local/tmp/sh
is not working for me...

I've use the command:
Code:
adb kill-server

After, I've plug back my XT1033 via USB and launch the command:
Code:
adb usb

Only my XT1033 is now show when I use the
Code:
adb devices
!

So, I've finish my installation with
Code:
fastboot-moto-windows flash recovery recovery.testkeys.img

and I've run a sideload installation with:

Code:
adb-windows sideload supersu.motog.zip

Try this and share me your opinion!
 

Top Liked Posts