ADB Android Debug Bridge 5555
1. Install ADB on Your System
2. Connect to a Target Device
3. List Devices
4. Start a Shell on the Device
5. Eliminate Screen Lock (Uninstall App Lock)
Replace com.martianmode.applock
with the actual package name of the screen lock app if it's different.
6. Additional Useful ADB Commands
Reboot the Device:
Install an APK on the Device:
Pull Files from the Device:
Push Files to the Device:
Logcat (View Logs):
Start an App (e.g., opening the browser):
For a full list of ADB commands, refer to this ADB Command Cheat Sheet.
Last updated