[Guide] Genymotion | Android On PC (formerly known as AndroVM).

Search This thread

pratyush997

Senior Member
Nov 19, 2012
636
252
Hi there! ;)


Ever thought of running Android on PC? Trying out apps and playing with it?
Genymotion, provides the best Android virtual environment out there and runs Android 4.1
So let’s start installing it.
This guide will help you installing Genymotion !



Note:-

  • This tutorial is based on Windows 7 HP 64bit
  • Know how to use your PC. I do NOT teach PC 101. Don't ask for clarification of this process – it is dirt simple if you are competent (- attn1).
    [*]Specs of the system used. (Full details in Signature)

Intel Core i7 3610QM
nVidia GT 650M 2 GB DDR3
8 GB RAM


You'll need the following: -


Assuming you got Virtual box installed and is functional, Follow the guide.

Installation

g65i45Q.jpg


Starting up the app for first time after installation.

gOTLprA.jpg


You'll need to log in to download the virtual device

2p4QPcw.jpg


After logging in, select the virtual device or variant you want to try out.

JZZI3ih.jpg



Just hit next. :p

9kHw16m.jpg


Wait for it to get downloaded.

JBcwSa7.jpg


Select the virtual device you just downloaded and hit start/play.


Playing around

4MtdUfw.jpg


You'll be greeted with this lockscreen.

uDSSavZ.jpg


#Just for thread's sake :D .

Features

5pLxWqv.jpg


You can configure battery level.

Gf5Ohh5.jpg



yLxBpR2.jpg


You can even set the coordinates/ configure GPS.

mWN5GVM.jpg



rHO8zDO.png


It comes Pre-rooted :D

CqUHbxs.jpg


You can even set custom resolution..


ADB

ADB can be used for various purposes like copying a file to VM, installing apps, debugging, etc.

You'll need the following files :-


You'll need to connect to VM. VM's IP is 192.168.56.101 (is customizable). Use the following command to connect.

7sOQco3.jpg


Connect

Code:
adb connect 192.168.56.101

or

Code:
adb start-server
adb connect 192.168.56.101

Basic Functions

ADB push (sends files to your VM) --
Code:
adb push example.apk /sdcard/example.apk


ADB pull (Receives files from your VM) --
Code:
adb pull /system/app/example.apk example.apk


ADB install (installs application) --
Code:
adb install example.apk

Note:- The files pushed / pulled / apk installed should be in the directory of the ADB folder or else you may have to write the whole location of the file.



Issues.

The issues I faced are as follows :-

  1. Flickering issue (Maybe due to nVidia GPU.) It's fine now.


For info check this out.

Thanks for reading folks!
Regards
Pratyush (pratyush997)


Google Plus
 
Last edited:

xyzforum

Member
Dec 29, 2010
18
1
Where does Genymotion save the download? Can not find how to define the download dir in options.

Ok, found it, in c drive AppData, that is bad as I keep all my download to non-ssd drive.
 
Last edited:
  • Like
Reactions: kchannel9

rwingvr6

Senior Member
Dec 18, 2008
60
2
Forgive my ignorance but what do I need to do here?
 

Attachments

  • Screener.jpg
    Screener.jpg
    234.1 KB · Views: 1,784
Last edited:

Bruce777

Senior Member
Jul 16, 2010
80
13
This is really awesome.

Pinch to zoom doesn't seem to be working on my win8 tablet. Something I'm doing wrong...or not supported?
 

ajrulez

Member
Apr 15, 2011
46
9
Unable to load Native Library (JNI)

Great work. It works great. Thanks for your work.
 
Last edited:

suprkain

Senior Member
Mar 28, 2012
262
48
Butler
Is there a way to install gapps or at least the playstore? If so can someone help this newb out with a step by step process.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 110
    Hi there! ;)


    Ever thought of running Android on PC? Trying out apps and playing with it?
    Genymotion, provides the best Android virtual environment out there and runs Android 4.1
    So let’s start installing it.
    This guide will help you installing Genymotion !



    Note:-

    • This tutorial is based on Windows 7 HP 64bit
    • Know how to use your PC. I do NOT teach PC 101. Don't ask for clarification of this process – it is dirt simple if you are competent (- attn1).
      [*]Specs of the system used. (Full details in Signature)

    Intel Core i7 3610QM
    nVidia GT 650M 2 GB DDR3
    8 GB RAM


    You'll need the following: -


    Assuming you got Virtual box installed and is functional, Follow the guide.

    Installation

    g65i45Q.jpg


    Starting up the app for first time after installation.

    gOTLprA.jpg


    You'll need to log in to download the virtual device

    2p4QPcw.jpg


    After logging in, select the virtual device or variant you want to try out.

    JZZI3ih.jpg



    Just hit next. :p

    9kHw16m.jpg


    Wait for it to get downloaded.

    JBcwSa7.jpg


    Select the virtual device you just downloaded and hit start/play.


    Playing around

    4MtdUfw.jpg


    You'll be greeted with this lockscreen.

    uDSSavZ.jpg


    #Just for thread's sake :D .

    Features

    5pLxWqv.jpg


    You can configure battery level.

    Gf5Ohh5.jpg



    yLxBpR2.jpg


    You can even set the coordinates/ configure GPS.

    mWN5GVM.jpg



    rHO8zDO.png


    It comes Pre-rooted :D

    CqUHbxs.jpg


    You can even set custom resolution..


    ADB

    ADB can be used for various purposes like copying a file to VM, installing apps, debugging, etc.

    You'll need the following files :-


    You'll need to connect to VM. VM's IP is 192.168.56.101 (is customizable). Use the following command to connect.

    7sOQco3.jpg


    Connect

    Code:
    adb connect 192.168.56.101

    or

    Code:
    adb start-server
    adb connect 192.168.56.101

    Basic Functions

    ADB push (sends files to your VM) --
    Code:
    adb push example.apk /sdcard/example.apk


    ADB pull (Receives files from your VM) --
    Code:
    adb pull /system/app/example.apk example.apk


    ADB install (installs application) --
    Code:
    adb install example.apk

    Note:- The files pushed / pulled / apk installed should be in the directory of the ADB folder or else you may have to write the whole location of the file.



    Issues.

    The issues I faced are as follows :-

    1. Flickering issue (Maybe due to nVidia GPU.) It's fine now.


    For info check this out.

    Thanks for reading folks!
    Regards
    Pratyush (pratyush997)


    Google Plus
    15
    I got root like this:
    Download SuperSU from the Play Store
    Download the attached zip and extract the su binary out of it (I got it from SuperSU)
    Open a terminal on your PC and run the following:
    Code:
    adb devices
    adb root
    adb connect <the IP that adb devices showed>
    adb remount
    adb push su /system/xbin/
    adb push su /system/bin
    adb shell chmod 6755 /system/bin/su
    adb shell chmod 6755 /system/xbin/su
    Now root will work with SuperSU
    8
    UPDATE!

    FOR PLAY STORE (GAPPS) this
    3
    oh i don't get what you mean
    Example: if you are on Windows, create a folder (c:\new_folder), copy your apk in it, start virtualbox. In virtualbox you can see the different virtual Android system you installed in Genymotion. Click on the one you want to install your app, go to "Configuration", "Shared folders" and create a new automatic mounting shared folder (clicking on +) and while it's creating choose the path of the new folder created on Windows (c:\new_folder) and give it the name "new_folder". Then you can open Genymotion and start your virtual Android system. In Ex File Explorer go to /mnt/shared/new_folder and install your apk which is in folder.

    Envoyé depuis mon GT-N7100 avec Tapatalk
    3
    I'm having a lot of fun with this but I have one question so far.
    Can we connect our webcam and use it as a camera?
    I don't see why we're not able to.
    That feature used to exist in AndroVM (android v 4.0.4 ) Even I don't know why isn't it in latest builds...