Pedro.js

Results 59 comments of Pedro.js

![image](https://github.com/httptoolkit/httptoolkit-android/assets/73797168/de8f2be5-a224-46ba-9f11-b0e9d0c9c547) Soo.. third column.. we can observe in non-apex directory, it appears there, but in the apex directory, it doesn't seem to move to there. I've manually executed all commands...

I'll keep the emulator in mind, as this is only for my projects that require reverse engineering. Thanks! Also, I've tried your first commands. While it works -- both directories...

Here's the `ps` command result: ```txt USER PID PPID VSZ RSS WCHAN ADDR S NAME root 1 0 12572768 5332 do_epoll_+ 0 S init root 2 0 0 0 kthreadd...

I haven't commented: If I give HTTPToolkit app, it says the certificate is system-trusted, but if it's unrooted, it says it's not. EDIT: Seems like giving root permission to the...

That's wonderful to know. kSU implements rooting in a way that can be the future of more sophisticated Android rooting. Adding support for it is wonderful! Thanks!

So the best solution for now is to display a warning for kSU users to disable "unmount all apps by default". I still didn't test if it works that way...

Weirdly, no, none of those variables are set. If HTTPToolkit can't see which is the rooting method: display an option of kSU or Magisk, and if the person presses kSU,...

> What device are you using for testing? I can see a list of officially-unsupported-but-maybe-working devices Technically any device with modern Linux is supported. Currently, I'm using ExynosUnbound kernel with...

Also, I must point out that without giving the app `Shell` root access, it won't work too. (obviously, just saying if someone ever gets this issue) Mounting all apps by...

> HTTP Toolkit will also try adb root which may well work instead automatically (though I don't know if that's true for KernelSU specifically). adb root won't work for most...