TacoTheDank / Scoop

[ADB/Root] Catches a stack trace when an app crashes unexpectedly.
Apache License 2.0
307 stars 25 forks source link

Add to the Wiki a way to configure the app without root, computer #82

Open 1Lucas1apk opened 8 months ago

1Lucas1apk commented 8 months ago

Hello, first install termux Then install the android-tools package Now in the device settings, enable developer mode, and in the development menu look for wi-fi debugging and enable it, then in this part you need to split the screen with termux Then click on the option to pair device with code Then in this part, type in termux adb pair localhost:port code Then, after pairing, type adb connect localhost:port

Obs: The port is what appears on the screen, when pairing it is what appears on the screen, and the other command is what appears at address and port

Then at the end type the command adb shell pm grant taco.scoop android.permission.READ_LOGS

Screenshot_20231113_093120_Termux Screenshot_20231113_094127_Scoop

TacoTheDank commented 8 months ago

Will consider, thank you.

1Lucas1apk commented 8 months ago

You're welcome, have a great day :)