Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Share Internet From PC To Android.

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
hack3rcon
Posts: 746
Joined: 2015-02-16 09:54
Has thanked: 48 times

Share Internet From PC To Android.

#1 Post by hack3rcon »

Hello,
I want to share my Internet from PC to my Android cell phone. I looked at https://fossbytes.com/how-to-share-inte ... gnirehtet/ and installed the Gnirehtet on my cell phone, but it doesn't work:

Code: Select all

$ ./adb devices
List of devices attached
1163731066	device
Then:

Code: Select all

$ sudo ./adb -s 1163731066 install -r gnirehtet.apk 
Performing Streamed Install
Success
And finally:

Code: Select all

$ sudo ./gnirehtet run
2021-04-03 20:32:39.633 INFO Main: Checking gnirehtet client...
2021-04-03 20:32:39.633 INFO Main: Starting relay server on port 31416...
2021-04-03 20:32:39.633 INFO Relay: Relay server started
2021-04-03 20:32:39.633 ERROR Main: Cannot start client: Command adb ["shell", "dumpsys", "package", "com.genymobile.gnirehtet"] failed: No such file or directory (os error 2)
Any idea to solve it?

Thank you.

Post Reply