pratyush997
Inactive
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:-
You'll need the following: -
Assuming you got Virtual box installed and is functional, Follow the guide.
Installation
*i.imgur.com/g65i45Q.jpg
Starting up the app for first time after installation.
*i.imgur.com/gOTLprA.jpg
You'll need to log in to download the virtual device
*i.imgur.com/2p4QPcw.jpg
After logging in, select the virtual device or variant you want to try out.
*i.imgur.com/JZZI3ih.jpg
Just hit next.
*i.imgur.com/9kHw16m.jpg
Wait for it to get downloaded.
*i.imgur.com/JBcwSa7.jpg
Select the virtual device you just downloaded and hit start/play.
Playing around
*i.imgur.com/4MtdUfw.jpg
You'll be greeted with this lockscreen.
*i.imgur.com/uDSSavZ.jpg
#Just for thread's sake .
Features
*i.imgur.com/5pLxWqv.jpg
You can configure battery level.
*i.imgur.com/Gf5Ohh5.jpg
*i.imgur.com/yLxBpR2.jpg
You can even set the coordinates/ configure GPS.
*i.imgur.com/mWN5GVM.jpg
*i.imgur.com/rHO8zDO.png
It comes Pre-rooted
*i.imgur.com/CqUHbxs.jpg
You can 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.
*i.imgur.com/7sOQco3.jpg
Connect
or
Basic Functions
ADB push (sends files to your VM) --
ADB pull (Receives files from your VM) --
ADB install (installs application) --
For more info check this out.
Issues.
The issues I faced are as follows :-
Thanks for reading folks!
Regards
Pratyush (pratyush997)
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
8 GB RAM
You'll need the following: -
- Virtual Box
- Genymotion app
Assuming you got Virtual box installed and is functional, Follow the guide.
Installation
*i.imgur.com/g65i45Q.jpg
Starting up the app for first time after installation.
*i.imgur.com/gOTLprA.jpg
You'll need to log in to download the virtual device
*i.imgur.com/2p4QPcw.jpg
After logging in, select the virtual device or variant you want to try out.
*i.imgur.com/JZZI3ih.jpg
Just hit next.
*i.imgur.com/9kHw16m.jpg
Wait for it to get downloaded.
*i.imgur.com/JBcwSa7.jpg
Select the virtual device you just downloaded and hit start/play.
Playing around
*i.imgur.com/4MtdUfw.jpg
You'll be greeted with this lockscreen.
*i.imgur.com/uDSSavZ.jpg
#Just for thread's sake .
Features
*i.imgur.com/5pLxWqv.jpg
You can configure battery level.
*i.imgur.com/Gf5Ohh5.jpg
*i.imgur.com/yLxBpR2.jpg
You can even set the coordinates/ configure GPS.
*i.imgur.com/mWN5GVM.jpg
*i.imgur.com/rHO8zDO.png
It comes Pre-rooted
*i.imgur.com/CqUHbxs.jpg
You can 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 :-
- ADB
You'll need to connect to VM. VM's IP is 192.168.56.101 (is customizable). Use the following command to connect.
*i.imgur.com/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 c:\example.apk /sdcard/example.apk
ADB pull (Receives files from your VM) --
Code:
adb pull /system/app/example.apk c:\example.apk
ADB install (installs application) --
Code:
adb install c:\example.apk
For more info check this out.
Issues.
The issues I faced are as follows :-
- [Strike]Flickering issue (Maybe due to nVidia GPU.)[/Strike] It's fine now.
Thanks for reading folks!
Regards
Pratyush (pratyush997)
Attachments
Last edited by a moderator: