jamesfalkner / liferay-android-beacons

A Titanium Appcelerator module to interact with iBeacons via the Radius Networks' iBeacon native android library
Other
46 stars 27 forks source link

BluetoothCrashResolver warning #2

Closed R1Daneel closed 9 years ago

R1Daneel commented 9 years ago

Hi, i copied the example in the documentation but i receive this warning when the application start up:

[WARN] : BluetoothCrashResolver: Can't read macs from BluetoothCrashResolverState.txt

If i try to tap the button "Start monitoring" nothing happen. I tested the app on Asus Nexus 7 with CyanoGenMod and Android 4.4.2 and Titanium SDK version 3.3.0.GA.

jamesfalkner commented 9 years ago

That is just a warning message - it should still work. Make sure bluetooth is switched ON, and if it is and still doesn't start monitoring, send me the complete logcat output (from the time you start the app to the time you press start monitoring) to james.falkner@liferay.com and I'll take a look.

R1Daneel commented 9 years ago

I tried again but it doesn't work. The last log on Titanium console is: [INFO] : IBeaconService: start monitoring received but no callback function for "enteredRegion" and "exitedRegion" events is called. I sent to your email the complete logcat.

R1Daneel commented 9 years ago

I could test the application example in the documentation in another smartphone and it works. The problem was my android tablet with CyanogenMod.