Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Conversation

@jnhyperion
Copy link

Added emulator screen resolution configuration options in interactive mode.

image

Copy link
Contributor

@pokowaka pokowaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Would you mind moving the UI pieces to emu_downloads_menu.py?
  • Would it be useful to have a set of default devices? (Pixel2, Pixel3, etc?) right now we have no way of specifying width/height/dpi from commandline.

@jnhyperion
Copy link
Author

  • Would you mind moving the UI pieces to emu_downloads_menu.py?
    OK.
  • Would it be useful to have a set of default devices? (Pixel2, Pixel3, etc?) right now we have no way of specifying width/height/dpi from commandline.

I thought about it before, there are 2 reasons why I prefer to enter width/height/dpi from command line:

  1. user could have some requests of customized devices, they have various width/height/dpi, we can not list all the hardware profile
  2. Pixel2 is hard coded in many code pieces, make it a variable will have many modifications

What do you think?

@pokowaka
Copy link
Contributor

  • Would you mind moving the UI pieces to emu_downloads_menu.py?
    OK.
  • Would it be useful to have a set of default devices? (Pixel2, Pixel3, etc?) right now we have no way of specifying width/height/dpi from commandline.

I thought about it before, there are 2 reasons why I prefer to enter width/height/dpi from command line:

  1. user could have some requests of customized devices, they have various width/height/dpi, we can not list all the hardware profile
  2. Pixel2 is hard coded in many code pieces, make it a variable will have many modifications

What do you think?

You are absolutely right. I should have prefixed it with would you like us to make those changes (different device profiles)

@jnhyperion
Copy link
Author

@pokowaka sure, it would be great.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants