Android virtualization

Status
Not open for further replies.

void

👁️ Quiet Authority
Oct 3, 2017
2,380
0
161
Looking for hints how to virtualize an Android system and share access amongst multiple users.
One typical use case is to avoid dependency on a single smartphone with installed app that doesn't support alternative devices being associated with the same user account.

Last edited: Jan 1, 2025
 
void said:
Looking for hints how to virtualize an Android system and share access amongst multiple users.
One typical use case is to avoid dependency on a single smartphone with installed app that doesn't support alternative devices being associated with the same user account.
Click to expand...

You may use KVM virtual machine - AOSP image or Microdroid depending on a deployment scale - and access it via VNC.

daniels27 said:
Do any of those have the ability to custom set the GPS location?
Click to expand...

@aniglo22 provided an answer so I offer a complement. You may set custom GNSS data programatically via ADB

Bash:
adb shell "am broadcast -a android.intent.action.LOCATION --es longitude $longitude --es latitude $latitude"
 
thanks for your suggestions guys
does any of the proposed solutions support (more or less) effortless remote access from an Android smart phone? Basically want to mirror the screen and (if possible) basic interfaces from the remote virtualized system to the device I hold in my palm, ideally being able to switch between couple of those.
 
void said:
thanks for your suggestions guys
does any of the proposed solutions support (more or less) effortless remote access from an Android smart phone? Basically want to mirror the screen and (if possible) basic interfaces from the remote virtualized system to the device I hold in my palm, ideally being able to switch between couple of those.
Click to expand...

VNC session could be established to KVM virtual machine from Android VNC application.
 
Status
Not open for further replies.

JohnnyDoe.is is an uncensored discussion forum
focused on free speech,
independent thinking, and controversial ideas.
Everyone is responsible for their own words.

Quick Navigation

User Menu