guardianproject / orbot

The Github home of Orbot: Tor on Android (Also available on gitlab!)
https://gitlab.com/guardianproject/orbot
Other
2.14k stars 333 forks source link

Orbot integration through NetCipher OrbotHelper.java fails #638

Open hussainmohd-a opened 2 years ago

hussainmohd-a commented 2 years ago

RethinkDNS uses NetCipher's OrbotHelper.java to start and connect with Orbot's SOCKS5 and HTTP proxies. The latest Orbot release v16.6.0-RC-4 has broken this integration.

More specifically, org.torproject.android.intent.action.STATUS does not return expected answers.

In logcat I see:

 W/Orbot: unhandled OrbotService Intent: org.torproject.android.intent.action.START
 W/Orbot: unhandled OrbotService Intent: org.torproject.android.intent.action.STATUS

Let me know if I should file this with the NetCipher project instead?

n8fr8 commented 2 years ago

Looking into it. Thanks for letting us know, and frustrated we missed this in testing!