How does adv reverse work? #2

Open
opened 2021-05-23 14:08:13 +03:00 by JonathanLorikon · 2 comments
JonathanLorikon commented 2021-05-23 14:08:13 +03:00 (Migrated from github.com)

how does adv reverse work exactly? I got the server to boot into TCP mode but I don't know how to adv reverse my device. Everytime I do it, i get no message that confirms it or anything. There is very little information regarding this so I wanted to ask here if possible.

I looked up some guides and they didn't specify how it would work.
Everytime i try to connect my device it'll show a different port.
Also if I were to do it, how would I connect my device to the server? Type in the IP? or the port? Thank you in advance.

how does adv reverse work exactly? I got the server to boot into TCP mode but I don't know how to adv reverse my device. Everytime I do it, i get no message that confirms it or anything. There is very little information regarding this so I wanted to ask here if possible. I looked up some guides and they didn't specify how it would work. Everytime i try to connect my device it'll show a different port. Also if I were to do it, how would I connect my device to the server? Type in the IP? or the port? Thank you in advance.
D-06 commented 2022-08-13 17:01:19 +03:00 (Migrated from github.com)

Maybe this kinda late but to reverse it you need to type

adb reverse tcp:52468 tcp:52468

After that close brokenithm android and reopen again,set your ip in android app to 127.0.0.1 and press start(dont forget to change to tcp mode) and done

Maybe this kinda late but to reverse it you need to type ``` adb reverse tcp:52468 tcp:52468 ``` After that close brokenithm android and reopen again,set your ip in android app to 127.0.0.1 and press start(dont forget to change to tcp mode) and done
MaxtuneP commented 2023-05-24 09:01:54 +03:00 (Migrated from github.com)

Maybe this kinda late but to reverse it you need to type

adb reverse tcp:52468 tcp:52468

After that close brokenithm android and reopen again,set your ip in android app to 127.0.0.1 and press start(dont forget to change to tcp mode) and done

how can u explain by detail??

> Maybe this kinda late but to reverse it you need to type > > ``` > adb reverse tcp:52468 tcp:52468 > ``` > > After that close brokenithm android and reopen again,set your ip in android app to 127.0.0.1 and press start(dont forget to change to tcp mode) and done how can u explain by detail??
Sign in to join this conversation.