Genymobile / gnirehtet

Gnirehtet provides reverse tethering for Android
Apache License 2.0
6.1k stars 564 forks source link

Nothing happens #281

Open kvq opened 4 years ago

kvq commented 4 years ago

2020-03-12 19:36:10.120 I Gnirehtet: Checking gnirehtet client... 2020-03-12 19:36:10.120 I Gnirehtet: Starting relay server on port 31416... 2020-03-12 19:36:10.606 I Relay: Relay server started

Nothing happens after that.

Android 10, app installed, debugging is on. No VPN popup, app doesn't seem to boot.

rom1v commented 4 years ago

Which version? What command do you type?

kvq commented 4 years ago

Which version? What command do you type?

2.4

"C:\Program Files\Java\jdk-13.0.2\bin\java.exe" -jar gnirehtet.jar run

rom1v commented 4 years ago

Is your device detected when you type adb devices?

kvq commented 4 years ago

Is your device detected when you type adb devices?

Yeah, it does appear in devices and application installs every time with no problem.

radoyankov commented 4 years ago

same here. /gnirehtet run doesn't install the app, stuck on Relay server started

adb devices works

rom1v commented 4 years ago

When you start it, any logs in adb logcat?

radoyankov commented 4 years ago

no logs related to it, no.

EDIT: my problem is with the java version. Tried the rust one, everything seems to work fine.

rom1v commented 4 years ago

my problem is with the java version. Tried the rust one, everything seems to work fine.

I'm surprised, they should do the exact same thing (and I cannot reproduce).

Could you try again the java version and confirm that it does not work, while the rust version works, please?

radoyankov commented 4 years ago

yea you're right. The java one works now. Not sure what happened there.