How to Factory Reset Your Android Phone or Tablet When It Won’t Boot

Source URL: Click here


Safe mode can help you troubleshoot your Android, but sometimes you’ll need to wipe everything and restore your device to its factory state. You can even perform a factory reset when your Android phone or tablet won’t boot normally.

Ensure you have any important data backed up before doing a reset. This includes your Google Authenticator credentials, which will be lost during the reset. Disable two-factor authentication on your accounts first or you’ll experience some trouble afterwards.


If You Can’t Boot
If safe mode doesn’t help fix your device, you can perform a hard reset by booting into a special recovery mode. First, ensure your device is fully shut down.

Press and hold the correct keys to boot the device into recovery mode. This will vary from device to device. Here are some examples:

Nexus 7: Volume Up + Volume Down + Power
Samsung Galaxy S3: Volume Up + Home + Power
Motorola Droid X: Home + Power
Devices With Camera Buttons: Volume Up + Camera
Similar devices will likely use similar key combinations. For example, the Nexus 4 also uses Volume Up + Volume Down + Power.

If your device isn’t on this list and none of the above methods work, do a Google search for the name of your device and “recovery mode” – or look in the device’s manual or support pages.

Continued here: Source URL: Click here


Need to install a .inf file from the command line?

I came across this one recently, the pc is locked down and the only way of installing files is through the command line (CMD) as administrator, so to install inf files use this syntax:

rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 .\<file>.inf

DOS Networking Commands

Various switch accessable using /? after the base command, eg nbtstat /?

Frequently used command and switches:

IP to hostname lookup: nbtstat -a ip-address


Display Connection Configuration: ipconfig /all
Display DNS Cache Info: ipconfig /displaydns
Clear DNS Cache: ipconfig /flushdns
Release/Renew All IP Address Connections: ipconfig /release and /renew
Re-Register the DNS connections: ipconfig /registerdns

Local net user information: net /?

Network Connections: control netconnections
Test Connectivity: ping whatismyip.com
Trace Route: tracert
Displays the TCP/IP protocol sessions: netstat
Display Local Route: route
Display Resolved MAC Addresses: arp
Display Name of Computer Currently on: hostname
NameServer Lookup: nslookup whatismyip.com

Netsh command info - click here