Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem to enable tethering on multiple devices at the same time #425

Open
devin4587 opened this issue Jan 3, 2022 · 8 comments
Open

Problem to enable tethering on multiple devices at the same time #425

devin4587 opened this issue Jan 3, 2022 · 8 comments

Comments

@devin4587
Copy link

devin4587 commented Jan 3, 2022

You cannot supply network to multiple devices at the same time
I am willing to spend $50-100 to solve the problem
Leave your contact information

image

@rom1v
Copy link
Collaborator

rom1v commented Jan 3, 2022

You cannot supply network to multiple devices at the same time

You can, but not by double-clicking.

Instead, you must open a terminal (in fact two). If you don't know how to do this on Windows, check the FAQ from scrcpy: https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#command-line-on-windows

In the first terminal, execute:

gnirehtet relay

It's the relay server.

Then in another terminal, execute:

gnirehtet start [serial]  # replace [serial] by your device serial, as listed by "adb devices"

Alternatively, you could execute:

gnirehtet autostart

so that it starts for every connected device.

Just execute gnirehtet to get the whole help.

@devin4587
Copy link
Author

I don't quite understand. Can you pay to solve it for me

@devin4587
Copy link
Author

image
Follow your method to prompt this

@rom1v

@wrinkledmind
Copy link

wrinkledmind commented Jan 4, 2022

apk installed on Android. but I am getting:

2022-01-04 09:15:31.715 ERROR AdbMonitor: Failed to monitor adb devices: No connection could be made because the target machine actively refused it. (os error 10061)
2022-01-04 09:15:31.715 INFO AdbMonitor: Restarting adb daemon
2022-01-04 09:15:31.715 ERROR AdbMonitor: Could not restart adb daemon: The system cannot find the file specified. (os error 2)

Update: I got it to work
install adb from https://developer.android.com/studio/releases/platform-tools
then add gnirehetet files to the same adb folder
run gnirehetet now.
screenshot

@devin4587
Copy link
Author

Can I pay you to help me debug remotely @rom1v

@wrinkledmind
Copy link

Can I pay you to help me debug remotely @rom1v

can I try?

@rom1v
Copy link
Collaborator

rom1v commented Jan 4, 2022

In response to #425 (comment)

Follow your method to prompt this

Activity not started, its current task has been brought to the front

It looks like the activity (with the connection request) is already open on your device, you must accept the connection request:
request

If it does not appear, uninstall gnirehtet on that device (gnirehtet uninstall [serial]) and retry.

@rom1v rom1v changed the title Pay to help me solve the problem Problem to enable tethering on multiple devices at the same time Jan 4, 2022
@1965514404
Copy link

this problem ,i think you should add the adb in your computer environment , you can download :https://developer.android.com/studio/releases/platform-tools
,when input adb in terminal see the adb is in the computer environment,

my english is too easy,sorry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants