Giter VIP home page Giter VIP logo

Comments (13)

KieronQuinn avatar KieronQuinn commented on August 12, 2024 1

Was this fixed in 0.4 with the Tensorflow changes?

from taptap.

Rings4 avatar Rings4 commented on August 12, 2024 1

Was this fixed in 0.4 with the Tensorflow changes?

I didn't get to try 0.4 but I just downloaded 0.5 and it works! Thank you so much for fixing this!

from taptap.

KieronQuinn avatar KieronQuinn commented on August 12, 2024

This bug also seems to happen on Android 7, looking at a fix.

from taptap.

KieronQuinn avatar KieronQuinn commented on August 12, 2024

This should hopefully be fixed in alpha 0.2, please try it on that release

from taptap.

Rings4 avatar Rings4 commented on August 12, 2024

This should hopefully be fixed in alpha 0.2, please try it on that release

Thanks for trying to fix it, but unfortunately it still crashes whenever the service is enabled.

from taptap.

KieronQuinn avatar KieronQuinn commented on August 12, 2024

In that case, please provide a logcat.

from taptap.

Rings4 avatar Rings4 commented on August 12, 2024

In that case, please provide a logcat.

Sure thing. Can you explain what that it and how to provide it?

from taptap.

sunsero avatar sunsero commented on August 12, 2024

Same on S7 / stock Android 8 no-root: TapTap crashes immediately when enabling it in the accessibility screen. After that TapTap tells the accessibility service would be enabled but it doesn't seem to detect the double tapping.

from taptap.

lividhen avatar lividhen commented on August 12, 2024

In that case, please provide a logcat.

Sure thing. Can you explain what that it and how to provide it?

A logcat is a log of all system and or app events, whether that be crashes, or just normal operation. To get a logcat, enable developer options, then enable USB debugging, then, on a computer install the android platform tools (can be found here https://developer.android.com/studio/releases/platform-tools) then from the command line run "adb logcat >> logcat.txt" without quotes. While this is running, open the app on your phone, to make it crash, and what happened will be saved into the logcat.txt on you computer.

from taptap.

Rings4 avatar Rings4 commented on August 12, 2024

In that case, please provide a logcat.

Sure thing. Can you explain what that it and how to provide it?

A logcat is a log of all system and or app events, whether that be crashes, or just normal operation. To get a logcat, enable developer options, then enable USB debugging, then, on a computer install the android platform tools (can be found here https://developer.android.com/studio/releases/platform-tools) then from the command line run "adb logcat >> logcat.txt" without quotes. While this is running, open the app on your phone, to make it crash, and what happened will be saved into the logcat.txt on you computer.

Thanks! I went ahead and got myself a logcat of my device while trying to enable the accessibility service. Just wondering, since the logcat contains sensitive information such as my emails, how would I provide the parts you need? It's 49097 lines in total. Should I just ctrl-f the word "tap, tap" and send those lines?

from taptap.

lividhen avatar lividhen commented on August 12, 2024

In that case, please provide a logcat.

Sure thing. Can you explain what that it and how to provide it?

A logcat is a log of all system and or app events, whether that be crashes, or just normal operation. To get a logcat, enable developer options, then enable USB debugging, then, on a computer install the android platform tools (can be found here https://developer.android.com/studio/releases/platform-tools) then from the command line run "adb logcat >> logcat.txt" without quotes. While this is running, open the app on your phone, to make it crash, and what happened will be saved into the logcat.txt on you computer.

Thanks! I went ahead and got myself a logcat of my device while trying to enable the accessibility service. Just wondering, since the logcat contains sensitive information such as my emails, how would I provide the parts you need? It's 49097 lines in total. Should I just ctrl-f the word "tap, tap" and send those lines?

If I remember correctly, there is a way to get the log for certain processes, but I can't remember how, so I guess finding things realevent to taptap via ctrl f would work. Hopefully it is enough for Kieron to find the problem.

from taptap.

dariusz-goc avatar dariusz-goc commented on August 12, 2024

I'm having the same issue, Error thrown:

java.lang.UnsatisfiedLinkError: Failed to load native TensorFlow Lite methods. Check that the correct native libraries are present, and, if using a custom native library, have been properly loaded via System.loadLibrary():
java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "fread_unlocked" referenced by "/data/app/com.kieronquinn.app.taptap-J_DeJtfX4az-BkzJlPLXSQ==/base.apk!/lib/arm64-v8a/libtensorflowlite_jni.so"...
at org.tensorflow.lite.TensorFlowLite.init(Unknown Source:37)
at org.tensorflow.lite.NativeInterpreterWrapper.(Unknown Source:20)
at org.tensorflow.lite.Interpreter.(Unknown Source:5)
at org.tensorflow.lite.Interpreter.(Unknown Source:1)
at com.google.android.systemui.columbus.sensors.TfClassifier.(Unknown Source:41)
at com.google.android.systemui.columbus.sensors.TapRT.(Unknown Source:95)
at com.google.android.systemui.columbus.sensors.GestureSensorImpl.(Unknown Source:79)
at com.kieronquinn.app.taptap.TapAccessibilityService.onCreate(TapAccessibilityService.kt:64)
at android.app.ActivityThread.handleCreateService(ActivityThread.java:3340)
at android.app.ActivityThread.-wrap4(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1678)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6499)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:440)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)

from taptap.

sunsero avatar sunsero commented on August 12, 2024

Wasn't fixed with 0.4 but works now with 0.5.Thanks!

from taptap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.