Abdoulaye
Abdoulaye
Hi, i have exactly the same problem
Same issue, had to go back to CopyQ 7 for now. Also on arch.
Looks like a permission issue: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false ~~~ Exception in thread "main": android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service de.dennisguse.opentracks.debug/de.dennisguse.opentracks.services.TrackRecordingService at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54)...
> > There is no way to allow Location Access all the Time. > > I hope there is a way to bring this back. > > I don't think...
@Just-Explode Here a fix Just changed the "AbtractApiActivity.java" "onCreate" method. Replaced ~~~ TrackRecordingServiceConnection.execute(this, serviceConnectedCallback); ~~~ By ~~~ TrackRecordingServiceConnection.executeForeground(this, serviceConnectedCallback); ~~~ Not a all a stable fix ok. No need to...