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
Was it taken down intentionally or might there be something wrong on Fitbit's side?
While trying to build and install it locally, I ended up with this error:
[14:11:56][warn][app] Circular dependency: app\appManager.ts -> app\activity.ts -> app\appManager.ts
[14:11:56][warn][app] Circular dependency: app\appManager.ts -> app\battery.ts -> app\appManager.ts
[14:11:56][warn][app] Circular dependency: app\appManager.ts -> app\heartRate.ts -> app\appManager.ts
[14:11:56][warn][app] Circular dependency: app\appManager.ts -> app\time.ts -> app\appManager.ts
[14:11:57][info][app] Building app for Fitbit Versa 3
[14:11:58][info][app] Building app for Fitbit Sense
[14:11:58][info][companion] Building companion
[14:11:58][info][settings] Building settings
[14:11:58][info][build] App UUID: 4ae3359b-8d05-403b-abe7-1fa2f5a142ef, BuildID: 0x0b9add37ceec8891
No app package specified. Reloading ./build/app.fba.
Sideloading app: 100% completed
Install failed: Cannot install application. Either this is a Fitbit application or you used an internal only permission.
I've no other dev clock face installed, did change the appUUID for testing, rebooted the Fitbit Sense device various times, but it simply won't work.
It is a really great clockface and I'd be very happy to keep it running on my device.
Thanks a lot for any help in advance 👍
The text was updated successfully, but these errors were encountered:
The error you mentioned is caused by fitbit permission restrictions: https://dev.fitbit.com/build/guides/permissions/#always-on-display
"You can only use this permission with the Fitbit OS Simulator. Applications and clock faces must be authorized by Fitbit to use this permission due to the risk of hardware damage."
You have to remove the permission from package.json but this prevents the always on display modification.
Hi,
today this watch face disappeared from my watch and the GAM link also doesn't work anymore: https://gallery.fitbit.com/details/4ae3359b-8d05-403b-abe7-1fa2f5a142ef
Was it taken down intentionally or might there be something wrong on Fitbit's side?
While trying to build and install it locally, I ended up with this error:
I've no other dev clock face installed, did change the appUUID for testing, rebooted the Fitbit Sense device various times, but it simply won't work.
It is a really great clockface and I'd be very happy to keep it running on my device.
Thanks a lot for any help in advance 👍
The text was updated successfully, but these errors were encountered: