Skip to content
Taco edited this page Apr 12, 2021 · 6 revisions

Welcome to the Scoop instruction manual!

Instructions for non-rooted users

  1. Install ADB on your computer (confused? Go here)
  2. Enable USB debugging on your phone and connect it to your computer (confused again? Please read the whole article in the link in the first step :) if the instructions there are too vague, go here)
  3. Install the app onto your phone
  4. Open a command prompt on the computer (change directory to the extracted platform-tools folder)
  5. Type the command below and press enter
adb shell pm grant taco.scoop android.permission.READ_LOGS
  1. Open the app

You should now see a notification that indicates that the app is running. Go crash an app and it should show up!

Instructions for rooted users

  1. Install the app
  2. Open the app
  3. Grant root permission when the dialog box appears

You should now see a notification that indicates that the app is running. Go crash an app and it should show up!