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

compare the adb reverse with the minirev #2

Open
likezjuisee opened this issue Mar 6, 2017 · 7 comments
Open

compare the adb reverse with the minirev #2

likezjuisee opened this issue Mar 6, 2017 · 7 comments

Comments

@likezjuisee
Copy link

likezjuisee commented Mar 6, 2017

The adb reverse is included from the android5.0, the older versions don't support it. So minirev can work on all the versions?
Could you give me some detail descriptions about the minirev, or some examples in use.
The minirev seems like a proxy, I guess the application in the device connect to it, and it forwards the packets to the host? But not very clearly.

@sorccu
Copy link
Member

sorccu commented Mar 6, 2017 via email

@xiaozhi1995
Copy link

somewhere code in stf?the minirev example

@sorccu
Copy link
Member

sorccu commented Feb 23, 2018

It's used for the port forwarding feature. Follow https://github.com/openstf/stf/blob/31b320510096c384d360f5b4dd0f0fbc8efe1d81/lib/units/device/plugins/forward/index.js if you're interested. No support will be provided however, so you're on your own. I would recommend using adb reverse now.

@xiaozhi1995
Copy link

Thank you very much. I want to use it in some devices which below Android 5.0。

@xiaozhi1995
Copy link

Port reverse binding: I can now reach a socket on the PC with the request of the phone, how to access the specified port request and return the result, did you implement this part?

@sorccu
Copy link
Member

sorccu commented Feb 24, 2018

I have no time to help you with this. The source code is there and you can use it as reference. Try the port forwarding function in STF and see if it works like you want.

@xiaozhi1995
Copy link

yes, please. Thanks a lot.

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

3 participants