george
February 10, 2026, 6:57am
9
You can connect the phone to the computer through WiFi to get a debugging LogCat and then connect the USB converter to capture the errors so that we may find some solution.
You may need to install the adb-tools or android-tools depending on the operating system you are working on.
First Settings > About phone , and you tap quickly several times on the build number to activate the developer mode.
Then Settings > System > Developer options and you activate the USB debugging.
Connect the phone to the computer and acknowledge on Brax.
Open a terminal and give
adb devices
You should see the phone and “activated” or something similar.
Then give,
adb logcat | tee…