mttkay / replicant

A REPL for the Android Debug Bridge (ADB)
MIT License
123 stars 9 forks source link

!device not working for device named "0123456789ABCDEF" #16

Closed bizzguy closed 10 years ago

bizzguy commented 10 years ago

Following is the result of !devices for my device

0123456789ABCDEF [unknown device]

Tried to set device with

!device 0123456789ABCDEF

Received following error

Invalid arguments. Ex.: !device [emulator-5554|emu1||dev1|...]

mrmike commented 10 years ago

Try to set device with !device dev1

Related #1 #10

bizzguy commented 10 years ago

Thanks! That worked like a charm.

mttkay commented 10 years ago

Still, this is a bug. It should work. I'm actually about to revise how this will work entirely. Thanks for reporting.

mttkay commented 10 years ago

Can you pull from master and retest? I vastly improved device recognition, selection and command output

From now on, select devices purely by list index or serial no

mttkay commented 10 years ago

Closing this for now, it should be fixed by the recent rewrite of the !device command.

Feel free to reopen if you still have issues with this.