tslocum / aafm

!!! Use https://gitlab.com/tslocum/adbfm instead !!! Android ADB file manager
Other
27 stars 4 forks source link

multiple device support #16

Closed tslocum closed 10 years ago

tslocum commented 10 years ago

Issue by normanr Saturday Mar 03, 2012 at 23:07 GMT Originally opened as https://github.com/sole/aafm/issues/16


"adb devices" gives a list of connected devices

serial number can be set in env['ANDROID_SERIAL]' or passed as "-s " on adb command line.

tslocum commented 10 years ago

Comment by normanr Sunday Mar 04, 2012 at 21:42 GMT


fwiw: "shell getprop ro.product.model" will return a human readable model that could be used for device selection.

tslocum commented 10 years ago

Comment by normanr Sunday Mar 04, 2012 at 21:47 GMT


btw, a work around is to set ANDROID_SERIAL before running aafm :-) This works perfectly!

tslocum commented 10 years ago

Comment by sole Wednesday Mar 14, 2012 at 17:12 GMT


Brilliant, Norman! I'm actually working with more than one device recently. I think having a drop down sort of selector would be very useful in this scenario.

And the product.model tip is great! I'll implement that as soon as I can