Command Line tool for Android and iOS [ adb and cfgutil ]
Well if you tech geek, you would be loving command line tools I just love them. and the top most reason is performance, its really fast , no gui, simply a command and done, no loading nothing for Android adb | android debug bridge if you are a mobile tester or developer you must have followed certain steps to load you apk to your devices download the apk file in your system and move to your device memory after connecting with USB. then find that apk file and then install it and that too after approving the file manager app to do so. also for uninstalling, search the file, long select drop to uninstall and uninstall it. Well in command line you just need adb in your system. Step 1(one time): Download adb in your mac/windows/unix Step 2(one time): if you are on windows platform, set the path of the adb inside your environment variables [refer here to know how to setup] Step 3(one time): enable USB debugging in mobile device [follow link to do so] Once this...