recom3 / api-hud-goggle

GNU General Public License v3.0
5 stars 1 forks source link

New version of Android app comming soon #9

Open recom3 opened 1 year ago

recom3 commented 1 year ago

Hello everyone,

After a lot of work we should announce a new version of the Android app is coming soon. This version should have the same possibilities of existing one: buddies, trips, music... plus the ability to communicate the Goggles (Recon Jet too) with internet. In this way part of the old Recon SDK will be achieved and old apps developed would work again. This new app will be also open sourced before next season, in an effort to continuing growing the ecosystem. image

Goostcx commented 1 year ago

Hello! I wonder when the new version will be released? i cant get current app to work on my android. / :)

recom3 commented 1 year ago

Hello, Beta version can be downloaded at the bottom of Q&A section in the home of www.recom3.com We will publish source code shortly. Many thx!

recom3 commented 1 year ago

Hello! I wonder when the new version will be released? i cant get current app to work on my android. / :)

Which is the error? Could you provide more info? Maybe a Logcat trace...

Romkabouter commented 1 month ago

Hi there! I a using the latest Ice3 app and I want to pair it with my Recon Jet. The screen on the jet show Waiting for mobile app and when I click on the paring button the app is stuck on this screen: image

The Jey IS paired already with the Pixel7a phone via the bluetooth settings

recom3 commented 1 month ago

Hello checking. So is paired previously right? Android version?

Romkabouter commented 1 month ago

Hello checking. So is paired previously right? Android version?

Yes, paired previously. But same issue when I remove the pairing from the settings in the phone and try it from the Jet/App. I am on android 14

recom3 commented 1 month ago

Maybe somehow is lacking bluetooth permission for the ice3. If you can provide the output from logcat please.

recom3 commented 4 weeks ago

I think I have found the issue somehow the ice3.zip was bundled with old version. Try it now, please.

Romkabouter commented 3 weeks ago

Pairing works better now, but disconnects very often. Also login screen is very annoying, but works ok for now

recom3 commented 3 weeks ago

Yes it is true The fact is that the glasses disconnect themselves after that point To mitigate that we have been doing testing with the notifications service (to test notifications allow Ice3 to "access notifications" on device, in settings. So, in the case that a WhatsApp arrives while disconnected Ice3 will try to reconnect to last device. We have found also that if an automatic reconnection is done then the connection is not longer lost.

The fix probably while be for example to send a periodic message to the glasses with time update, for example. Working on that now.

The Ice3 is helping the glasses to locate GPS satellites (while connected), so if you start activity the GPS fix is much faster.

Romkabouter commented 3 weeks ago

Yes it is true The fact is that the glasses disconnect themselves after that point To mitigate that we have been doing testing with the notifications service (to test notifications allow Ice3 to "access notifications" on device, in settings. So, in the case that a WhatsApp arrives while disconnected Ice3 will try to reconnect to last device. We have found also that if an automatic reconnection is done then the connection is not longer lost.

Cool, I will try this. When logged out it is also very hard to login again. The button does not seem to respond very often... Edit, please fix the login screen first because I cannot login anymore. The Login button does not responds at all, I was probably in luck the first few tries.

recom3 commented 3 weeks ago

We will free another fix that sends each 30 secs. a com.reconinstruments.hud_phone_status_exchange.tohud.tz_response to de HUD, to prevent connection issues.