Getting the very first users for your app to reaching a million mark, effective marketing strategies are a deciding factor to put you ahead in the competition. Lets keep it simple as this infographic takes you through some of the key aspects every developer cannot just let go off. Read More »
Category Archives: Development
Feed SubscriptionADB and Fastboot basic commands
ADB Commands adb install – install an Android application on your phone directly from PC adb devices – All devices connected to PC via USB in adb mode are displayed here adb pull – You can download files from your phone to PC adb push – You can Upload files ... Read More »
How To Install Android USB Drivers For ADB / Fastboot On Any Computer
Are you unable to find your Android phone in the connected devices or device manager section of your PC? You are not able to issue adb commands to your phone via PC ? Or is it that you need to develop and Android app with an IDE? You will first ... Read More »
How to Setup ADB and FASTBOOT Drivers on MAC
ADB and FASTBOOT Driver installation on MAC OS X Lets get started: First download the latest Android SDK from Google: http://developer.android.com/sdk/index.html After downloading the Zip archive, extract it to your desired location If you want to use ADB, you will be required to install the Android SDK. See installation steps ... Read More »
How to install Android USB drivers for ADB and FASTBOOT on Windows PC ?
Installing Android USB drivers on Windows : Drivers for HTC phones and tablets: Install HTC Sync, the easiest way to get all the necessary drivers for your HTC phone or use this direct link to download Drivers for Samsung phones and tablets: For a Samsung Phone, install Samsung Kies Drivers ... Read More »
How to install ADB and FASTBOOT Drivers on Linux PC.
ADB and FASTBOOT Driver installation on Linux computers Installing drivers on Linux is as easy as doing nothing. Firstly it is important to note that you do not need any drivers for Android SDK on linux (adb shell), but to get fastboot working you need the binary in SDK package. ... Read More »