Automate (llamalab) Logcat

Automate (llamalab) Logcat

sYaM92x
  1. Enable Developer Mode: Go to Android Settings -> About Phone and look for the Build Number option. Touch it multiple times until developer mode is enabled.
  2. Enable USB Debugging: Go to Android Settings -> and look for the Developer Options option. In there, enable the USB debugging option.
  3. Install ADB on your PC: Check here for a quick way to do it.
  4. Connect device to PC: Connect your device to a PC and look on your phone. A prompt should show up asking you to allow your phone to be debugged by your PC. Accept this.
  5. Open the command prompt from the file folder that contains the extracted downloads. To do this, press the windows key and type cmd. When the prompt opens, type cd followed by folder your downloaded ADB to.
  6. On a command line, type:
adb devices
adb shell
pm grant com.llamalab.automate android.permission.WRITE_SECURE_SETTINGS
pm grant com.llamalab.automate android.permission.CHANGE_CONFIGURATION
pm grant com.llamalab.automate android.permission.SET_PROCESS_LIMIT
pm grant com.llamalab.automate android.permission.SET_VOLUME_KEY_LONG_PRESS_LISTENER
pm grant com.llamalab.automate android.permission.READ_LOGS
am force-stop com.llamalab.automate



Source: https://joaoapps.com/AutoApps/Help/Info/com.joaomgcd.join/android_10_read_logs.html

Report Page