Genymobile / gnirehtet

Gnirehtet provides reverse tethering for Android
Apache License 2.0
6.13k stars 565 forks source link

The system cannot find the file specified. #133

Open reibc opened 6 years ago

reibc commented 6 years ago

2018-07-28 07:26:31.987 INFO Main: Starting relay server... 2018-07-28 07:26:31.987 INFO Main: Checking gnirehtet client... 2018-07-28 07:26:31.988 ERROR Main: Cannot start client: Command adb ["shell", "dumpsys", "package", "com.genymobile.gnirehtet"] failed: The system cannot find the file specified. (os error 2) 2018-07-28 07:26:31.990 INFO Relay: Relay server started

Hello, so I've got this error while trying to run gnirehtet, I've checked the other posts referring to this error, but none of them solved it, I did add a Patch to the adb drivers, but still no positive outcome.

rom1v commented 6 years ago

It seems it cannot find adb.

From the same directory, what is the result of adb devices?

JCDC85 commented 5 years ago

I am receiving this same error. For both RUST and JAVA. ADB devices correctly comes back with my serial number. This is on a Mac with a pixel 3 xl. I was able to root my phone with this platform tools, not sure why it is causing issues... I ran ./adb shell dumpsys package com.genymobile.gnirehtet as you mentioned in another thread and it returned a list of packages, followed by Dexopt state: Unable to find package: com.genymobile.gnirehtet Compiler stats: Unable to find package: com.genymobile.gnirehtet

Elshaabany commented 4 years ago

I'm having the same error too

Sayyid01 commented 2 years ago

I have this error too image