Showing posts with label Ubuntu. Show all posts
Showing posts with label Ubuntu. Show all posts

Sunday, October 13, 2013

Install GenyMotion in Linux/ubuntu 13.04

Genymotion, is the next generation of the AndroVM open source project, it is  a fast, cross-platform Android emulator that comes with pre-configured Android in it. It’s so easy use and has lots more functionalities that normal android emulator doesn't.

How to install Genymotion in linux:

  1.  Sign up for the genymotion account.
  2. After logging in download genymotion for linux from this link.
  3. Download and install virtualbox for linux from the this link.
Now nevigate the genymotion from the terminal.
Then enter the following commands in the terminal

  1. chmod +x genymotion-1.1.0_x64.bin
  2. ./genymotion-1.1.0_x64.bin
It will ask for the installation like below screen shot.


After the process Genymotion it is ready to be used. to open it write below command
  1. ./genymotion

Using GenyMotion:

Now login with your Genymotion username and password. Click add from the Genymotion home screen. and Select a virtual device from the Genymotion cloud and click Add.


Now you can see the screen like below, click next to begin the download of virtual device.


The successful installation will display you the below screen.


Then you will be asked to enter a name for the downloaded Genymotion virtual device. Enter a name and select create and the click finish.

It will list the created virtual device in “Your virtual devices” in the home screen Then select play to start your virtual device.For the first time it asks to configure sdk path for using ADB , select the sdk path and you will be booted to Android home screen like.


Here are plugins
Eclipse : http://plugins.genymotion.com/eclipse
Android studio : http://plugins.genymotion.com/plugins/idea/1.0.1/genymotion-idea-plugin-20130716.jar



Happy Droiding with Linux!

Wednesday, August 14, 2013

Monitor Network Bandwidth Usage With Vnstat

Vnstat is the tool to check the the internet bandwidth usage, finding the bandwidth usage over an hour, day, week can be tricky. to install vnstat in linux you need to run the following command.


sudo apt-get install vnstat

Thursday, June 27, 2013

Easy package manager for Ubuntu/Debian

Synaptic is a graphical package management program for apt. It provides the same features as the apt-get command line utility with a GUI front-end based on Gtk+.


Tuesday, May 14, 2013

How to install Whatsapp in Ubuntu/Linux?



Most of Android phone have "Whatsapp" application installed and running. this post is for PC freak 
who need to install the whatsapp mobile app on the ubuntu   

So here is the video that describes "how to run whatsapp from Ubuntu desktop PC with same account?"

Monday, May 13, 2013

How to install/run Android emulator on Ubuntu or Debian

Here is guide on how to run Android emulator on Ubuntu or Debian.
Android emulator comes with Android SDK, and therefore you need to install Android SDK. Follow the steps below to install Android SDK on Linux.