Flic Home

    Community

    • Login
    • Search
    • Popular
    • Users
    1. Home
    2. Recent
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • goetz

      Locked Button to an other user
      Developers • locked • • goetz

      8
      0
      Votes
      8
      Posts
      9192
      Views

      Sawtaytoes

      Since I'd been having a lot of trouble getting this working, and I assume others will as well, the issue with the 10 second press to reset is the device it's currently paired to cannot be connected to it.

      In my case, I have Flic buttons paired with Raspberry Pi devices. To unpair it, I had to turn off the service that was listening for Flic button presses. Once I did that, the button lit up red when clicked. This is the indication I needed so I could reset it. At that point, I was able to pair it to another device the same way as a fresh button.

    • jbisson

      Internet Request (HTTP) - header support
      Developers • • jbisson

      3
      0
      Votes
      3
      Posts
      3959
      Views

      Sawtaytoes

      It looks like this functionality has been added based on my latest use of the Android app.

    • csizijano

      not compatible, this flic does not support application sharing
      Developers • • csizijano

      4
      0
      Votes
      4
      Posts
      2099
      Views

      Emil

      If you look under the battery you find the serial number. If it starts with AA you have a too old button (our first batch).

    • m.neill

      Android receive events while app is terminated
      Developers • • m.neill

      2
      0
      Votes
      2
      Posts
      1628
      Views

      Emil

      What exactly do you mean with "force quit"?

    • chawda.hitesh

      Not Compatible. Flic does not support application sharing
      Developers • • chawda.hitesh

      4
      0
      Votes
      4
      Posts
      2354
      Views

      chawda.hitesh

      @baobei Thanks. I got reply from flic team and it was replaced with new flic button. New button working perfectly.

      My observation is, it can work with one app at a time. To make it work with other app, it require to forget from previous app. And couldn't find any method in SDK which can identify with which app it is workable currently.

    • aniq

      Getting Location on Clicks
      Developers • • aniq

      1
      1
      Votes
      1
      Posts
      1081
      Views

      No one has replied

    • abdullah.zaman

      Using ImageView in (onButtonSingleOrDoubleClickOrHold)
      Developers • • abdullah.zaman

      2
      0
      Votes
      2
      Posts
      1620
      Views

      Emil

      You could for example send an Intent to your activity. If it does not exist (due to inactivity) it will then be recreated.

    • angelo

      Android SDK - APK for devices without Google Play
      Developers • • angelo

      2
      0
      Votes
      2
      Posts
      2360
      Views

      Emil

      Sorry for late reply. We are currently not considering any other release channel than Google Play due to low demand. If you don't rely on 3rd party apk sites you can probably install the app on a Google Play-enabled device and extract the apk from it.

    • syphdias

      Internet request returns 403
      Developers • • syphdias

      1
      0
      Votes
      1
      Posts
      1343
      Views

      No one has replied

    • afisher

      no shebang error
      Developers • • afisher

      3
      0
      Votes
      3
      Posts
      2085
      Views

      wazzamagoo

      Hi, I am having the same problem running applescripts. The Shebang is present and on the first line. The script runs outside of HaxWithFlic just fine but I get the Shebang error when using the flic.
      Does anyone know how to fix this?

      W

    • mircea.barba

      Swift implementation
      Developers • • mircea.barba

      2
      0
      Votes
      2
      Posts
      1721
      Views

      m.voelzke

      @mircea.barba
      Did you managed the problem?
      I really cant understand why there is no Swift Tutorial...

    • juangui

      Gradle/maven dependency
      Developers • • juangui

      4
      1
      Votes
      4
      Posts
      3411
      Views

      kucherenko.alex

      Any updates? Three months passed...

      Example of how to publish artifact to jCenter - https://github.com/OleksandrKucherenko/binding-tc/blob/master/binder/build.gradle

      Look into [ ARTIFACTS ] section of file.

    • n.venkat56

      failed for URL (IOS)
      Developers • • n.venkat56

      1
      0
      Votes
      1
      Posts
      1116
      Views

      No one has replied

    • m.dukhanov

      Simulate flic button
      Developers • • m.dukhanov

      3
      0
      Votes
      3
      Posts
      2781
      Views

      flocsy

      Not even for development in android emulator? Even from command line would be good enough.

    • numair_ali

      Cordova Flic Plugin
      Developers • • numair_ali

      2
      0
      Votes
      2
      Posts
      2158
      Views

      Emil

      Our current solution is that 3rd party apps depend on the Flic app to deliver the button events (easiest is through intents). There are multiple reasons for that:

      We can provide a small simple open source library that is easy to integrate. The 3rd party app does not need to run a service in foreground mode (BLE connection apps need that in order to not be terminated while in the background). It simplifies when multiple apps wants to use the same button. Most important, the Flic doesn't need to have a pairing to each app (and force the user to run the pairing process). If we find and fix bugs or do improvements in our BLE code those fixes can be rolled out directly so that each 3rd party app doesn't have to upgrade their Flic SDK version.
    • yuvalshu

      Shorter delay after single click
      Developers • • yuvalshu

      4
      0
      Votes
      4
      Posts
      3436
      Views

      anton

      @yuvalshu No, the 500 ms delay can not be changed. If you want something else then you would have to implement your own logic to distinguish between click/doubleClick/hold using the raw down/up events.

    • fmlemos

      Wrapring Fliclib in iOS into other applications
      Developers • • fmlemos

      1
      0
      Votes
      1
      Posts
      1187
      Views

      No one has replied

    • fmlemos

      FLIC and CODEA, iPad LUA Development
      Developers • • fmlemos

      1
      0
      Votes
      1
      Posts
      1183
      Views

      No one has replied

    • is.nicka

      Question about React Native Android
      Developers • • is.nicka

      1
      0
      Votes
      1
      Posts
      1209
      Views

      No one has replied

    • schneim

      Flic-App v2.1.1 crashing during button grabbing
      Developers • • schneim

      7
      0
      Votes
      7
      Posts
      4482
      Views

      schneim

      Yees, this was it.

      Now I can see the icon for my button in the app. I was wondering why there was so much white space above the button label.

      Thanks for your support.

      Markus