Anbox showing emulator device

I understand that Anbox cloud is running a fully modified image inside a container, is there any possibility we can run our own image from a unmodified ASOP or can Anbox Cloud run like a physical device instead of it stating as an Emulator device?

Can you tell us more what you mean by this?

https://stackoverflow.com/questions/2799097/how-can-i-detect-when-an-android-application-is-running-in-the-emulator

Some of the build variable are showing that it’s a emulated devices, i was thinking if the default image/build by anbox could actually show that it’s a android devices rather than it’s a emulated devices?

You have full read-write access to the Android rootfs from within the Anbox container so you can easily change these properties from a pre-start hook to whatever you like.

Does that help?