Replies: 1 comment
-
Not sure we want to officially support configuration through ADB, and given you would need root access to modify Orbot config files, not sure it is possible. Perhaps though we can add support to Orbot for an API to support torification? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for your marvelous work on this app! I'm automating a calendar setup over tor, and was looking for an open source, and more robust way to automatically configure Orbot to:
0. Allow the
Connection request
(prompt:ok
)Davx5
application to be "torified
".My current approach is to use simulated keypresses, as described here. However, if a call comes in, or messages popup, this may lead to unintended effects.
So I thought of two options:
0. Determine where the Orbot app settings are stored on the phone and modify those.
However, the precompilation is somewhat involved, especially to do on arbitrary pc's that just want the calendar, and if I do it myself (once), users have to rely on my compiled file, which I prefer to avoid.
Furthermore, I did not yet find if/where the Orbot app settings/configurations are stored on a device, and whether this location is the same for each device/automatically retrievable.
Do you have suggestions on how I can robustly and automatically configure Orbot through ADB?
Beta Was this translation helpful? Give feedback.
All reactions