Showing posts with label tools. Show all posts
Showing posts with label tools. Show all posts

Monday, December 5, 2016

1
SP tool v3.1312.0.139 :-
this tool is used to flash your micromax mobile. this tool will work with all micromax mobile for example
  • A116 canvas HD
  • A210 canvas 4
  • A115 canvas 3D
  • A110 canvas 2
  • canvas
  • canvas doodle
  • ninja
  • and other micromax android mobile
this tool is officially used by micromax care center. so by flashing this mobile you will get original android version on your mobile. for this tool you need to download stack rom. see in stack rom menu.
note:- this tool can only flash stock rom this is not for custom roms. custom roms can flash via recovery mod.

download SP tool from here

Android Apk
Read More..

Friday, July 1, 2016

There are lots of tools available in android which boost your android development we will discuss all of them in brief but before let us list those tools

1)   Android SDK and AVD Manager
2)   Android Emulator
3)   Dalvik Debug Monitor Server (DDMS)
4)   Android Debug Bridge (ADB)
5)   Android Hierarchy Viewer


1) Android SDK and AVD Manager

AVD Stands for Android Virtual Device provides easy to use user interface. An AVD is a Configuration for your Android Emulator which allow you to set different configuration.






How to Create an AVD ?

You can create as many AVD as you want for your android application.

Step 1 : Start AVD Manager.
Step 2 : In the Virtual Device Panel you will see a list of already created AVD. Click on new button to create new AVD.
Step 3 : Fill the Appropriate details in textbox like AVD Name, Targeted Platform, SD Card Size and skin. you can also add specific hardware support.
Step 4: Click on Create AVD


2) Android Emulator 

Android Emulator runs on your computer. Emulator allows you to test your android application without requirement of physical android smartphone.


3) Dalvik Debug Monitor Server (DDMS)

Android Apk
Read More..