You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: