Questions tagged [gimbal]

Gimbal is the brand name of a proximity solution in the same family as Bluetooth LE / iBeacon

49 questions
1
vote
1 answer

Import attribute values in the gimbal

Please inquire about the gimbal. In the gimbal place in the getValue continue to occur NullPointerException. code below. placeEventListener = new PlaceEventListener() { @Override public void onVisitStart(Visit visit) { …
1
vote
1 answer

How to use bluetooth crash solver?

I'm trying to scan gimbal beacon with an app, that works actually well. But since I use gimbal beacon, I'm struggling with bluetooth crash. This is exactly my problem : https://github.com/RadiusNetworks/bluetooth-crash-resolver Now I want to use…
AshBringer
  • 2,614
  • 2
  • 20
  • 42
1
vote
1 answer

Android Proximity error

After applying the proximity code that is posted on gimbal website, the following error is prompted "app is not initialized". Knowing that the code had reached successfully to this command "Proximity.startService(this); " I am using samsung note 3;…
1
vote
2 answers

Working with the Gimbal SDK

I am working with the Gimbal SDK in android and I am getting this error in the Gradle Build Messages: Error:duplicate files during packaging of APK D:\Kowshik\AndroidStudioProjects\SMSBlocker\app\build\outputs\apk\app-debug-unaligned.apk Path in…
rakeshdas
  • 2,363
  • 5
  • 20
  • 28
1
vote
1 answer

QLContextPlaceConnectorDelegate method didGetPlaceEvent not called?

I am new to Gimbal framework and I am trying to use this framework at basic level. Here is my code: - (void)viewDidLoad { .... self.contextCoreConnector = [[QLContextCoreConnector alloc] init]; self.contextCoreConnector.permissionsDelegate =…
Santosh
  • 1,254
  • 2
  • 16
  • 31
1
vote
1 answer

Gimbal Geofence monitoring crashing NSInvalidArgumentException -[NSURL initFileURLWithPath:]

After integrating Gimbal FYX beacon discovery I tried to add Geofence monitoring as well. I've follow the guides closely and re-written the code several times, ending up with the same crash and error message: * Terminating app due to uncaught…
self.name
  • 2,341
  • 2
  • 17
  • 18
1
vote
2 answers

Gimbal geofence

I am using Gimbal SDK. When I create a new place. It is created on device but not on gimbal manager. I am confused about this issue. Why this is not updated to server. I checked with the key and documentation also. Thanks in advance.,
1
vote
1 answer

iOS 7 alert view automatic trigger

I am pretty new to iOS programming and still learning a lot. I was hoping to make an alert view pop up automatically on a certain screen. Basically I am using the new qualquamm Gimbal beacons for an app. This code triggers a log when a beacon is…
Packy
  • 3,405
  • 9
  • 50
  • 87
0
votes
0 answers

Open App Intent of Google Beacon without user tapping Nearby Notification in Android

I am working on Google Beacon, using Gimbal's Beacon Device. I have setup configuration on gimbal manager and Google's Beacon Dashboard. Activated my Beacon using Gimbal's app. Now, Its working perfectly fine upto some extent. When any random…
0
votes
1 answer

How to register gimbal beacon on Apple Developer Console

I am working on Gimbal Beacons. I have registered my gimbal beacon on Google Beacon DashBoard. Now I can receive notification on any android device using my gimbal beacon. Now I want to do the same thing for iPhones. So that when an iPhone user…
Floyd Khan
  • 111
  • 12
0
votes
1 answer

Gimbal Beacon REST API - get all beacons including third party beacons

Is there a possibility to get all beacon (including third party beacons) of an organization? I just found this GET call in the API: https://docs.gimbal.com/rest.html#beacons_get_all The expected JSON response: [ { "id": "beacon_id_one", …
DOUBL3P
  • 271
  • 3
  • 16
0
votes
1 answer

How to decrease latency in Beacon Entering and Exit time

What I did:- I am using Gimbal beacons and creating a hybrid application using "angular js + ionic + cordova". My application is working good but beacon Entering and Exit takes too long, both in foreground and background. How can I resolve the…
Murugesh
  • 59
  • 1
  • 9
0
votes
1 answer

Gimbal Github demo doesn't work for Android and doesn't show why it's not working

I opened the Github project from Gimbal into android studio and let it update all the gradle properties. But when I try to run the project it doesn't discover any beacons and the worst part is that there is no errors in the logcat that point out…
0
votes
1 answer

Gimbal beacon not working in android

I have a gimbal beacon. It is registered correctly in Gimbal Manager. I tested it with an iPhone. It works fine. But, android does not detect it at all. I tried it sample app, in my app but no chance. I have two android devices, I tried on those.…
Adem
  • 9,402
  • 9
  • 43
  • 58
0
votes
1 answer

How to detect and configure Gimbal beacon in android app?

I want to implement Gimbal beacon in android app, I created account on Gimbal site. I got API key too. I want to know, What is Factory id for Gimbal beacon? How to get it? and bit confused how to detect and configure it in android application.