Android
Jump to navigation
Jump to search
USB Debugging
- Download and install Visual Studio: https://developer.android.com/studio/index.html
- Enable Developer Mode on S7
- Launch the settings app from your Home screen or the app drawer
- Tap on About Device. It's all the way down at the bottom of the menu
- Tap on Software info
- Tap on Build number 7 times
- Enable USB Debugging
- Launch the settings app from your Home screen or the app drawer
- Tap on Developer Options
- Turn on USB debugging
- Connect device to computer
- Launch Command Line
- CD into C:\Users\[user]\AppData\Local\Android\sdk\platform-tools
- Type in adv devices to verify that the device is connected
- Type in adb logcat to start the logging process