2014-01-17 4 views
2

안녕하세요, IbeaconReference를 시도했지만 edittext에 메시지가 표시되지 않습니다. 메소드 didRangeBeaconsInRegion가 호출되지RadiusNetwork 안드로이드 라이브러리 및 IBeaconReference가 작동하지 않습니다.

01-17 12:16:13.354: D/BluetoothAdapter(16608): startLeScan(): null 
01-17 12:16:13.359: D/BluetoothAdapter(16608): onClientRegistered() - status=0 clientIf=4 
01-17 12:16:13.404: D/BluetoothAdapter(16608): onScanResult() - Device=F9:70:D6:6F:1D:AA RSSI=-68 
01-17 12:16:13.599: D/BluetoothAdapter(16608): onScanResult() - Device=F9:70:D6:6F:1D:AA RSSI=-69 
01-17 12:16:13.804: D/BluetoothAdapter(16608): onScanResult() - Device=F9:70:D6:6F:1D:AA RSSI=-68 
01-17 12:16:14.009: D/BluetoothAdapter(16608): onScanResult() - Device=F9:70:D6:6F:1D:AA RSSI=-67 
01-17 12:16:14.209: D/BluetoothAdapter(16608): onScanResult() - Device=F9:70:D6:6F:1D:AA RSSI=-67 
01-17 12:16:14.414: D/BluetoothAdapter(16608): onScanResult() - Device=F9:70:D6:6F:1D:AA RSSI=-67 
01-17 12:16:14.464: D/Callback(16608): attempting callback via intent: ComponentInfo{com.radiusnetworks.ibeaconreference/com.radiusnetworks.ibeacon.IBeaconIntentProcessor} 
01-17 12:16:14.469: D/BluetoothAdapter(16608): stopLeScan() 
01-17 12:16:14.484: D/BluetoothAdapter(16608): startLeScan(): null 
01-17 12:16:14.489: D/BluetoothAdapter(16608): onClientRegistered() - status=0 clientIf=4 
01-17 12:16:14.634: D/BluetoothAdapter(16608): onScanResult() - Device=F9:70:D6:6F:1D:AA RSSI=-67 
01-17 12:16:14.819: D/BluetoothAdapter(16608): onScanResult() - Device=F9:70:D6:6F:1D:AA RSSI=-67 
01-17 12:16:15.029: D/BluetoothAdapter(16608): onScanResult() - Device=F9:70:D6:6F:1D:AA RSSI=-67 
01-17 12:16:15.239: D/BluetoothAdapter(16608): onScanResult() - Device=F9:70:D6:6F:1D:AA RSSI=-66 
01-17 12:16:15.444: D/BluetoothAdapter(16608): onScanResult() - Device=F9:70:D6:6F:1D:AA RSSI=-66 
01-17 12:16:15.594: D/Callback(16608): attempting callback via intent: ComponentInfo{com.radiusnetworks.ibeaconreference/com.radiusnetworks.ibeacon.IBeaconIntentProcessor} 
01-17 12:16:15.594: D/BluetoothAdapter(16608): stopLeScan() 
01-17 12:16:15.604: D/BluetoothAdapter(16608): startLeScan(): null 
01-17 12:16:15.609: D/BluetoothAdapter(16608): onClientRegistered() - status=0 clientIf=4 
01-17 12:16:15.659: D/BluetoothAdapter(16608): onScanResult() - Device=F9:70:D6:6F:1D:AA RSSI=-67 
01-17 12:16:15.859: D/BluetoothAdapter(16608): onScanResult() - Device=F9:70:D6:6F:1D:AA RSSI=-66 
01-17 12:16:16.064: D/BluetoothAdapter(16608): onScanResult() - Device=F9:70:D6:6F:1D:AA RSSI=-66 
01-17 12:16:16.269: D/BluetoothAdapter(16608): onScanResult() - Device=F9:70:D6:6F:1D:AA RSSI=-66 
01-17 12:16:16.474: D/BluetoothAdapter(16608): onScanResult() - Device=F9:70:D6:6F:1D:AA RSSI=-69 
01-17 12:16:16.684: D/BluetoothAdapter(16608): onScanResult() - Device=F9:70:D6:6F:1D:AA RSSI=-69 
01-17 12:16:16.719: D/Callback(16608): attempting callback via intent: ComponentInfo{com.radiusnetworks.ibeaconreference/com.radiusnetworks.ibeacon.IBeaconIntentProcessor} 
01-17 12:16:16.719: D/BluetoothAdapter(16608): stopLeScan()* 

: 나는 로그 고양이에 표시되는 내용

이있다. 어떤 생각?

안드로이드 :

이 또한 내가 매니페스트에 서비스를 시작하는 내 매니페스트에이를 추가 한 이름 = "com.radiusnetworks.ibeacon.service.IBeaconService을"

을이 맞습니까?

+0

, 그 볼 (그것은 그것이 아이 비콘으로 인식 로그에서 명확하지 않는다.) AndroidIBeaconService에서 앱으로 콜백 콜백을 시도하고 있습니다. 세 가지 질문 : 1. 참조 앱을 수정하지 않고 사용하고 있습니까? 2. 어떤 종류의 iBeacon을 사용하고 있습니까? 3. Google Play 스토어에서 iBeacon Locate 앱을 실행하면이 iBeacon을 볼 수 있습니까? – davidgyoung

답변

0

감사합니다. 문제점을 radiusnetwork 사이트에서 언급 한 내용을 추가하여 해결했습니다. 1. AndroidIBeaconService 단일 블루투스 LE 장치를 검출한다 2.이 반복적이다

로그 기준
<service android:enabled="true" 
     android:exported="true" 
     android:isolatedProcess="false" 
     android:label="iBeacon" 
     android:name="com.radiusnetworks.ibeacon.service.IBeaconService"> 
    </service>  
    <service android:enabled="true" 
     android:name="com.radiusnetworks.ibeacon.IBeaconIntentProcessor"> 
      <meta-data android:name="background" android:value="true" /> 
     <intent-filter 
      android:priority="1" > 
      <action android:name="eu.reply.engage.example.blebeacons.DID_RANGING" /> 
      <action android:name="eu.reply.engage.example.blebeacons.DID_MONITORING" /> 
     </intent-filter> 
    </service>