summaryrefslogtreecommitdiffstats
path: root/tradeshow/enterprise-kinectdatavis/deploy.sh
blob: b825add6d52abf04757489ecbfc9ad8f455d7563 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

B2QT_DEPLOYPATH=/data/user/qt/enterprise-kinectdatavis
B2QT_PLUGINDEPLOYPATH=/data/user/qt/qmlplugins/Freenect

adb push Freenect $B2QT_PLUGINDEPLOYPATH

adb shell mkdir -p $B2QT_DEPLOYPATH
find -name "*.qml" -exec adb push {} $B2QT_DEPLOYPATH/ \;
find -name "*.js" -exec adb push {} $B2QT_DEPLOYPATH/ \;
adb push title.txt $B2QT_DEPLOYPATH/
adb push description.txt $B2QT_DEPLOYPATH/
adb push preview_l.jpg $B2QT_DEPLOYPATH/
adb push handle.png $B2QT_DEPLOYPATH/

adb push src/libfreenect/platform/linux/udev/51-kinect.rules /etc/udev/rules.d/51-demo-kinect.rules