Explorar el Código

Merge branch 'master' of http://10.1.235.20:3000/ipu/android-share
修改display-clientbluetooth中的相关配置文件

leijie %!s(int64=9) %!d(string=hace) años
padre
commit
6fecbf364c

+ 6 - 0
display-client/AndroidManifest.xml

@ -106,10 +106,16 @@
106 106
            android:theme="@style/SlidingMenuTheme" >
107 107
        </activity>
108 108
        <!-- 蓝牙分享 -->
109
        <!-- 
109 110
        <activity
110 111
            android:name="com.wade.mobile.common.bluetooth.activity.ShareByBluetoothActivity"
111 112
            android:theme="@style/ShareApkDialogTheme" >
112 113
        </activity>
114
         -->
115
         <activity
116
             android:name="com.ai.ipu.bluetooth.activity.ShareByBluetoothActivity"
117
             android:theme="@style/ShareApkDialogTheme">
118
         </activity>
113 119
          <!-- 二维码扫描 -->
114 120
		<!--        
115 121
		<activity

+ 5 - 0
display-client/assets/mobile-action.xml

@ -14,7 +14,9 @@
14 14
	<action name="httpRequest" class="com.wade.mobile.func.MobileNetWork" method="httpRequest"/>
15 15
	<action name="storageDataByThread" class="com.wade.mobile.func.MobileNetWork" method="storageDataByThread"/>
16 16
	<action name="httpDownloadFile" class="com.wade.mobile.func.MobileNetWork" method = "httpDownloadFile"/>
17
	<!-- 
17 18
	<action name="shareByBluetooth" class="com.wade.mobile.func.MobileNetWork" method="shareByBluetooth"></action>
19
	 -->
18 20
	<action name="setSmsListener" class="com.wade.mobile.func.MobileNetWork" method="setSmsListener"></action>
19 21
	<action name="downloadWithServlet" class="com.wade.mobile.func.MobileNetWork" method="downloadWithServlet"></action>
20 22
	<action name="uploadWithServlet" class="com.wade.mobile.func.MobileNetWork" method="uploadWithServlet"></action>
@ -141,4 +143,7 @@
141 143
	<action name="startListen" class="com.ai.ipu.voice.IpuVoicePlugin" method="startListen"></action>
142 144
	<action name="endListen" class="com.ai.ipu.voice.IpuVoicePlugin" method="endListen"></action>
143 145
	<action name="voiceSpeak" class="com.ai.ipu.voice.IpuVoicePlugin" method="voiceSpeak"></action>
146
	
147
	<!-- BlutTooth -->
148
		<action name="shareByBluetooth" class="com.ai.ipu.bluetooth.func.MobileNetWork" method="shareByBluetooth"></action>
144 149
</actions>

+ 2 - 2
display-client/assets/mobile-config.xml

@ -1,7 +1,7 @@
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2
<configs>
3 3
    <!-- 请求主机名或请求地址。包括服务器的ip地址和端口 -->
4
	<config name="request_host" value="http://172.20.10.2:8080"/>
4
	<config name="request_host" value="http://169.254.90.90:8080"/>
5 5
	<!-- 必须。10.0.2.2为Android模拟器的保留ip地址。访问到本机电脑时使用 -->
6 6
	<!-- <config name="request_host" value="http://10.0.2.2:8080"/> -->
7 7
	<!-- 必须。容器应用名或请求根路径 -->
@ -37,4 +37,4 @@
37 37
	<!-- 非必须,默认false。打开调试模式,不再比对资源版本,客户端每次下载所有资源-->
38 38
	<config name="is_debug" value="false"/>
39 39
	<config name="remote_url" value="http://10.0.2.2:8080/g/html/myindex.html" />
40
</configs>
40
</configs>

BIN
ipu-count-test/libs/ipu-basic-1.0.jar


BIN
ipu-count-test/libs/ipu-basic.jar


BIN
ipu-count-test/libs/ipu-count-0.9.jar


BIN
ipu-count-test/libs/ipu-count.jar