Skip to content

Commit f192dc8

Browse files
author
rj
committed
Working tuioservice
1 parent 8b2f4af commit f192dc8

39 files changed

Lines changed: 224 additions & 8522 deletions

TUIOService/.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
<classpathentry excluding="android/view/" kind="src" path="src"/>
44
<classpathentry kind="src" path="gen"/>
55
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6+
<classpathentry kind="lib" path="stub/classes"/>
67
<classpathentry kind="output" path="bin"/>
78
</classpath>

TUIOService/AndroidManifest.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
<category android:name="android.intent.category.LAUNCHER" />
1414
</intent-filter>
1515
</activity>
16-
<service android:name=".InstHackService" />
16+
<service android:name=".TuioService" />
1717

1818
</application>
19+
20+
<uses-permission android:name="android.permission.INTERNET" />
21+
1922
</manifest>

TUIOService/bin/TUIOService.apk

1.02 KB
Binary file not shown.

TUIOService/bin/classes.dex

2.04 KB
Binary file not shown.
-697 Bytes
Binary file not shown.
Binary file not shown.
-2.47 KB
Binary file not shown.
404 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)