Jakob Murko
Jakob Murko
@oSumAtrIX is this being worked on?
@MustansirZia the problem seems to be that if the device setting is set to "Device Only" (GPS only), trying to get the location with "balanced" accuracy never works (irregardless of...
@xotahal any updates on this?
@fr1zle any updates here? Also getting this crash...
Also experiencing this issue. @StevePotter setting breakpoints on the delegate methods confirm they aren't being called. I suspect that either gotev/android-upload-service is buggy or being misconfigured. Looking at https://github.com/gotev/android-upload-service/issues/374 and...
Hm...I tried to implement the broadcast receiver into the library and that also wasn't triggering. Also I can do a cancelUpload successfully a *long* time after doing a startUpload, so...
@gotev Thanks for the reply. The request gets passed the application context. That's not an issue is it? You wrote to check whether the application or current activity context is...
@gotev Yeah, I figured. Btw, I'm not an Android dev, but is the `` definition for services not necessary anymore in the AndroidManifest.xml? I debugged this thing a bit further...
Okay, I tracked down the issue (but no fix yet). Context.startService (https://developer.android.com/reference/android/content/Context.html#startService(android.content.Intent)) - specifically [here](https://github.com/gotev/android-upload-service/blob/877ec555cb0ebd9a03dee8caa8813153ce7dfa11/uploadservice/src/main/java/net/gotev/uploadservice/UploadRequest.java#L76) - returns a ComponentName *OR* null - to quote the docs `if the service does...
@gotev you mean the "[Hey dude, please set the namespace](https://github.com/gotev/android-upload-service/blob/877ec555cb0ebd9a03dee8caa8813153ce7dfa11/uploadservice/src/main/java/net/gotev/uploadservice/UploadService.java#L256)" thing? That exception isn't thrown, [as the NAMESPACE actually is set to the name of the app, as it's supposed...