Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better emu list output #5

Open
bartekpacia opened this issue Jul 13, 2024 · 1 comment
Open

Better emu list output #5

bartekpacia opened this issue Jul 13, 2024 · 1 comment

Comments

@bartekpacia
Copy link
Owner

I want this:

$ emu list
NAME                STATUS     TYPE        IMAGE ID            
Pixel_6a_API_34     connected  virtual     android-34          
Pixel_7_API_33                 virtual     android-33          
Pixel_7_API_34                 virtual     android-34          
Samsung Galaxy S23  connected  physical    ???                 

Bear in mind: I want this tool to work the same for physical & virtual devices.

I think I don't want features that work only for virtual devices.

This means this won't fly
$ emu list
NAME                STATUS     TYPE         IMAGE ID            CREATED             SIZE
Pixel_6a_API_34     connected  virtual      android-34          Jul 13, 2024        8.4GB
Pixel_7_API_33                  virtual     android-33          Jun 26, 2024        7.4GB
Pixel_7_API_34                  virtual     android-34          Jun 26, 2024        6.9GB
Samsung Galaxy S23              physical    ???                 ???                 ???

or maybe it's ok? idk, can't decide

@bartekpacia
Copy link
Owner Author

bartekpacia commented Jul 22, 2024

I also want ADB port (if connected):

$ emu list
NAME                STATUS     ADB PORT  TYPE        IMAGE ID            
Pixel_6a_API_34     connected  5554      virtual     android-34          
Pixel_7_API_33                           virtual     android-33          
Pixel_7_API_34                           virtual     android-34          
Samsung Galaxy S23  connected  5556      physical    ???                 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant