mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 06:11:19 +00:00
74ab89fb4e
* Settings: Split gui tcp port and bind address (fixes #168) Reorder SettingsActivity pref init code according to settings order derived from UI. * Start browser after adb forward from helper script. * Remove unused translation strings * Updated translations - shortdescription
8 lines
218 B
Batchfile
8 lines
218 B
Batchfile
@echo off
|
|
REM
|
|
REM adb forward local_port to emulator_port
|
|
echo Running ADB to setup port forwarding on the emulated Android device ...
|
|
adb forward tcp:18384 tcp:8384
|
|
start https://127.0.0.1:18384
|
|
echo Done.
|
|
timeout 3
|