Michael Gangolf

Results 266 comments of Michael Gangolf

did you build the ti 9 version before on the same Mac? Or was it an older Intel one? Which Java are you using? Maybe its arm related, I'm using...

ok, multiple things to try: * don't use a NAS, try to build it locally * openjdk should be fine for a non-m1 build. `You can use brew install openjdk@11...

E.g. if you are **missing the private key** it will show the same error but when you look with `trace` it has more infos: ![2022-08-23_11-18](https://user-images.githubusercontent.com/4334997/186121614-7edd3ca2-09aa-4cd6-a475-a30cfa9115e5.jpeg) but `info` still shows the...

> We have to MAKE MONEY. This is one way to generate attention I would just keep it at one line with a link to titaniumsdk.com (or github). In my...

I'm not sure if the visual representation of the camera image is used to decode the actual QR code in live mode. But I can check the scaling of the...

Any log? E.g. when you run it with `--log-level trace`? I don't have a Android 10 phone so I can't really test/debug it

the module still uses zxing 3.3.1from Oct 2017 that might cause some issues on Android 10. I think they've added some changes to the camera usage. But it's a bit...

With the overlay is good to know! Sadly the log doesn't really show any significant crash/error besides some frame dropping (most of the time this is because of animations or...

When I press cancel I'll see this error ``` [ERROR] TiApplication: (main) [2807,45060] Sending event: exception on thread: main msg:java.lang.RuntimeException: Unable to start activity ComponentInfo{com.miga.qr/com.google.zxing.client.android.CaptureActivity}: java.lang.IllegalStateException: The specified child already...

my fault, I only see that error with 7.2.0.GA when I upgrade to 7.4.0.GA the error is not visibile and it freezes. But this might be a lead to fix...