Posts

Showing posts from April, 2015

How to remove older Android Devices from Google Play

Image
Remove older Android Devices from Google Play As you can see above you can find a list of older devices i have used in the past  its very easy to remove those devices from the list  all you need to do is click on the settings icon on the right corner of the google play page  then select > Settings This will redirect to setting page there you can find your list of older devices  Now you can see your devices  simply uncheck old devices and also update your New Device Nickname and click update , then reload the page and see its changes ! go to your play store page to confirm ! Ta da , you can see now only new device is showing , also updated device Nickname

Failed to open a session for the virtual machine error on VirtualBox ! Fix

Image
Failed to open a session for the virtual machine error on VirtualBox  How to fix this in linux  this happens when you start your virtual machine first this error message will display followed by second one  to fix this you need to open terminal then type  sudo apt-get install virtualbox-dkms     this will fix the error

How to install Firefox Developer Edition Aurora in Linux using Terminal

Image
                                                    first you need to uninstall existing firefox ! impiza@impiza-desktop ~ $ sudo autoremove firefox then type this command in a terminal to add repository to system impiza@impiza-desktop ~ $ sudo add-apt-repository ppa:ubuntu-mozilla-daily/firefox-aurora then update your system impiza@impiza-desktop ~ $ sudo apt-get update then install firefox this will install firefox Developer Edition (Aurora) impiza@impiza-desktop ~ $ sudo apt-get install firefox