forked from rjmarsan/TuioForAndroid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.txt
More file actions
15 lines (13 loc) · 995 Bytes
/
Copy pathnotes.txt
File metadata and controls
15 lines (13 loc) · 995 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#To bridge Virtualbox android and host:
#http://mydebian.blogdns.org/?p=148
## set up TUIO
VBoxManage setextradata AndroidX86 "VBoxInternal/Devices/pcnet/0/LUN#0/Config/tuio/HostPort" 3333
VBoxManage setextradata AndroidX86 "VBoxInternal/Devices/pcnet/0/LUN#0/Config/tuio/GuestPort" 3333
VBoxManage setextradata AndroidX86 "VBoxInternal/Devices/pcnet/0/LUN#0/Config/tuio/Protocol" UDP
# VBoxManage setextradata AndroidX86 "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort" 3333
# VBoxManage setextradata AndroidX86 "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort" 3333
# VBoxManage setextradata AndroidX86 "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol" UDP
## set up ADB
VBoxManage setextradata AndroidX86 "VBoxInternal/Devices/pcnet/0/LUN#0/Config/adb/HostPort" 5569
VBoxManage setextradata AndroidX86 "VBoxInternal/Devices/pcnet/0/LUN#0/Config/adb/GuestPort" 5555
VBoxManage setextradata AndroidX86 "VBoxInternal/Devices/pcnet/0/LUN#0/Config/adb/Protocol" TCP