Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit cddb14a

Browse files
jainkuniyakunall17
authored andcommitted
Added instructions to connect local server via adb.
1 parent 77d1d6c commit cddb14a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,18 @@ If unclear you can follow tutorial here `Host Remapping`_
215215

216216
- Now configure your android device following `this`_ detailed tutorial
217217

218+
Another way to connect android device to local server is via adb
219+
220+
- Run server on laptop(or Desktop)
221+
222+
- By default, it run's on port 9991
223+
224+
- Connect your Android device with laptop and enable usb debugging
225+
226+
- Run ``adb reverse tcp:9991 tcp:9991`` in terminal
227+
228+
- Connect to local server by entering url (**http://127.0.0.0.1:9991**) in app
229+
218230
.. _here: https://github.com/zulip/zulip/blob/1c40df9363b70af0e275c44a03f9627808852616/Vagrantfile#L37
219231
.. _Host Remapping: http://docs.telerik.com/fiddler/KnowledgeBase/HOSTS
220232
.. _this one: https://play.google.com/store/apps/details?id=com.psiphon3&hl=en

0 commit comments

Comments
 (0)