Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 2
0 answers
200 views

I'm currently developing a kotlin webview/browser app for android. I wanted to use the tor/orbot library which doesn't require user to have tor/orbot app installed to use it via my browser. But, ...
Score of 0
0 answers
99 views

New information below: I have been using Orbot for android for a while now and suddenly I was having issues with it stopping suddenly causing difficulty loading some sites. So I uninstalled it and ...
Score of 1
0 answers
235 views

I am working on app (android) that is supposed to visit website & retrieve some data from there. I was thinking it would be nice to use tor so I would not leave so much info about myself. I've ...
Score of 0
1 answer
303 views

So, I'm trying to get my app to work with .onion domains, but all I get is a 405 error for a response. I have tried everything, my code seems to work when I try http://check.torproject.org it says ...
Score of 0
1 answer
4260 views

When I disconnect from OrbotVPN on my phone while connected to data network, internet connection stops working on all applications except whatsapp. Any idea how to resolve this issue?
Score of 0
0 answers
396 views

After successfully installing QPython and Orbot on my Android device, I've pip-installed a well-known stem library and tried to use it for changing Tor identity by sending NEWNYM signal to control ...
Score of 2
1 answer
131 views

We are looking for a solution where uploading images using orbot. We are using Android client to implement it and server side spring boot is used. When we upload image (3 images or more), we get ...
Score of 1
1 answer
246 views

Note: I'm fairly new to linux/android when it comes to using the shell and commands/scripting, so if I've given some unrelevant information, or I'm trying to do something not possible, please tell me ...
Score of 2
2 answers
1621 views

I want to use Java Socket with SOCKS proxy to connect on Tor (I am using Orbot and Tor service is running on port 9050 ). I got the error : I/System.out: java.net.UnknownHostException: Host is ...
Score of 0
1 answer
5663 views

I have app that is connecting to orbot socks proxy on port 9050. It worked till today but now it looks like this port is blocked. If I try to connect it my socket gets closed and I get stream closed ...