How to Backup Contacts and SMS Messages using command line in Android
Backup Contacts and SMS The messages are available via the Telephony and contacts via the Contacts provider. The data is stored in SQLite databases in the following locations: /data/data/com.android.providers.telephony/databases/mmssms.db…
How to Set up Android Device Manager to lock and wipe your phone
Android Device Manager Google makes remotely managing and wiping your device easy and effective Back at the beginning of August Google unveiled a new service called “Android Device Manager” that let you locate and remotely wipe your phones…
How to use git command in mac using command line
git command in mac Install Git Using Xcode xcode-select --install With Xcode running on your Mac, you can check whether Git is also available by prompting for the Git version: git --version Install Git Using Homebrew Another way to install Git is with…