Factory Reset or Userdata + Cache Wipe Commands
ADB Mode
**************
**************
* adb shell su -c "wipe data"
* adb shell su -c "wipe system"
* adb shell su -c "wipe all"
* adb shell su -c "wipe system"
* adb shell su -c "wipe all"
if you want to use settings > Factory Data Reset in adb command, use
* adb shell am broadcast -a android.intent.action.MASTER_CLEAR
if your device has root access, try this
* adb shell su -c "am broadcast -a android.intent.action.MASTER_CLEAR"
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Fastboot Mode
*******************
*******************
* fastboot erase data
* fastboot erase cache
* fastboot -w
* fastboot erase cache
* fastboot -w
REF: telecomtechlogy