Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Android device Via Adb Tutorial is wrriten wrong #586

Open
1 task done
elproricardo123 opened this issue May 3, 2024 · 1 comment
Open
1 task done

[Bug]: Android device Via Adb Tutorial is wrriten wrong #586

elproricardo123 opened this issue May 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@elproricardo123
Copy link

Has this been reported before?

  • I have checked for existing reports of this issue

Repro steps

To install a system certificate, first connect a supported device using ADB, and the "Android device connected via ADB" interception option will appear on the 'Intercept' page in your HTTP Toolkit application. Click that, and the certificate will be added as a system certificate on the device, the HTTP Toolkit Android app will be installed if not already present (this may take 10 seconds or so), and then interception will start up automatically.

i clicked that and it didnt work also checked root
C:\Users\usuario\Desktop\platform-tools>adb devices
List of devices attached
d38f77b70221 device

C:\Users\usuario\Desktop\platform-tools>adb shell
pomelo:/ $ su root whoami
pomelo:/ # adb shell
/system/bin/sh: adb: inaccessible or not found
127|pomelo:/ # su -c whoami
root
pomelo:/ #

also magisk was denying access so i had to change settings

once granted, it still didn't work, tutorial doesn't tell you to disconnect android over qr first,if you switch to adb devices while you are in android qr it will not work

How often does this bug happen?

Every time

The desktop OS you're using

Windows 10

Details of other apps/devices

Any phone will have this issue

Error screenshot

No response

Any other info?

No response

@elproricardo123 elproricardo123 added the bug Something isn't working label May 3, 2024
@pimterry
Copy link
Member

pimterry commented May 6, 2024

Thanks for the feedback @elproricardo123. To be clear, the biggest problem you had with the tutorial is that it didn't tell you to disconnect the QR code first is that right?

That's surprising, because that should be required. I've just tested and it works correctly for me on my test device going from QR code to ADB without manually disconnecting.

The Magisk access permissions are definitely required though, so that might have been the issue, and the tutorial is a bit weirdly written to make you test both approaches right now (most of the time, if you have ADB you should just use ADB all the time and skip the QR code completely).

There are quite a few other larger changes to the website already in progress, so I'm not going to update this immediately, but I agree there's plenty of improvements to make there. I'll make sure that tutorial gets revamped to include some of these points once the current big update is done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants