You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having problems using AugmentOS with Even Realities G1. I am on Android and I have paired it with Even App. Firstly I disconnected G1 from Even app and then connected with AugmentOS Manager. It detects G1 but AugmentOS displays Battery (-) Brightness 50%. It constantly looses connection and reconnect. Nothing changes when it connects, G1 still displays genuine Dashboard.
Double tapping app icons on AugmentOS Manager doesn't run the app. When I checked logcat messages it says "Suppressing notification from package com.augmentos.livecaptions by user request." It seems like starting Android 13, every app needs to request POST_NOTIFICATIONS. Maybe that's the reason why my AugmentOS apps not working.
Another error message seems related with permission,
Background execution not allowed: receiving Intent { act=com.augmentos.fromtpa flg=0x30 (has extras) } to com.augmentos.augmentos_core/.tpa.AugmentOSLibBroadcastReceiver
App-specific configuration not found for packageName: com.augmentos.shownotifications and userId: 0
Package: com.augmentos.shownotifications not found for user: 150
Also I see repeating connected/disconnected log messages from com.samsung.accessory,
ACTION_ACL_DISCONNECTED Even G1_52_L_xx1A7 F1:A7
ACTION_ACL_CONNECTED Even G1_52_L_xxF1A7 F1:A7
ACTION_ACL_DISCONNECTED Even G1_52_R_Axxxxx 5F:CB
ACTION_ACL_CONNECTED Even G1_52_R_Axxxxx 5F:CB
The text was updated successfully, but these errors were encountered:
Received a test build from @CaydenPierce and it fixed this issue, I could succesfully see welcoming message from AugmentOS and notification showed up! Thank you!
I am having problems using AugmentOS with Even Realities G1. I am on Android and I have paired it with Even App. Firstly I disconnected G1 from Even app and then connected with AugmentOS Manager. It detects G1 but AugmentOS displays Battery (-) Brightness 50%. It constantly looses connection and reconnect. Nothing changes when it connects, G1 still displays genuine Dashboard.
Double tapping app icons on AugmentOS Manager doesn't run the app. When I checked logcat messages it says "Suppressing notification from package com.augmentos.livecaptions by user request." It seems like starting Android 13, every app needs to request POST_NOTIFICATIONS. Maybe that's the reason why my AugmentOS apps not working.
Another error message seems related with permission,
Background execution not allowed: receiving Intent { act=com.augmentos.fromtpa flg=0x30 (has extras) } to com.augmentos.augmentos_core/.tpa.AugmentOSLibBroadcastReceiver
App-specific configuration not found for packageName: com.augmentos.shownotifications and userId: 0
Package: com.augmentos.shownotifications not found for user: 150
Also I see repeating connected/disconnected log messages from com.samsung.accessory,
ACTION_ACL_DISCONNECTED Even G1_52_L_xx1A7 F1:A7
ACTION_ACL_CONNECTED Even G1_52_L_xxF1A7 F1:A7
ACTION_ACL_DISCONNECTED Even G1_52_R_Axxxxx 5F:CB
ACTION_ACL_CONNECTED Even G1_52_R_Axxxxx 5F:CB
The text was updated successfully, but these errors were encountered: