compare the adb reverse with the minirev
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.
You can check STF for usage. It uses minirev for port forwarding.
On Mon, Mar 6, 2017 at 11:43 like [email protected] wrote:
The adb reverse is included from the api5.1, 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.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/openstf/minirev/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB-_TTdvOX9ngvYeOR3mRIZMWy5xj9kks5ri3K0gaJpZM4MTqrf .
somewhere code in stf?the minirev example
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.
Thank you very much. I want to use it in some devices which below Android 5.0。
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?
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.
yes, please. Thanks a lot.