Why Geolocation is getting a wrong TimeStamp - Xamarin [duplicate] - xamarin

I am testing an Android GPS tracking application in the Emulator and I am running into a problem when trying to figure out if the last known location is stale or not. Getting the system time gives me the correct time, but when I call location.getTime() for the last known location the time returned is off by a few hours. I did some more testing and found out that every time I send a GPS location from the Emulator control tab in Eclipse (similar to geo fix), the location's time is advanced by one second. This makes no sense at all! I would appreciate any insights into this problem.

As discussed this appears to be a bug in the emulator (I was able to repeat it as well). I filed a bug report at https://code.google.com/p/android/issues/detail?id=27272 if anyone wants to add details, star it, and/or follow along.

This bug has been fixed in the ToT dev branch for API 26. We will cherry-pick this fix to other branches and hopefully the public available system images will see the bug fix in the near future.
If any issue persists, please report at Google issue tracker they will re-open to examine.

Related

Xcode Organizer Metrics aren't showing three most recent releases

I'm trying to find the Metrics Launch Time of my app by using Xcode Organizer but it does not show the result of the 3 most recent versions. Only for older versions.
I'm using Xcode 12.2 (12B45b), and even after upgrade to 12.3 (12C33), still doesn't work!
Does anyone run into the same problem and know how to fix it?
TLDR: Versions with limited usage will not appear in the Xcode Organizer Metrics.
We were curious why this is happening to our app aswell. We had 52 releases in 2021 and the Battery Usage section from Xcode Organiser Metrics menu shows us only 5 of them, while Scrolling section shows only 4 at the moment of writing this answer.
After doing some research and watching this WWDC20 session on Diagnose performance issues with the Xcode Organizer I have learned that apple is using some usage threshold for each version of the app to determine wether it should show up in the metrics or not. According to the linked session, in Xcode 12 they have lowered the required usage threshold by a factor of five.
Another thing is that now you will see a limited usage icon attached to versions which have passed the new threshold but their usage is still low enough so you will need to be aware of the margin or error while analysing those metrics.
So even though the threshold have been lowered, it's still not really helpful If you update the app often like we do. Which is sad since we are not really able to provide improvements to these metrics since we do not really know with what we are dealing with. Let's hope future versions of Xcode will at more information about how much usage is enough, because apparently tens of thousands of users on a version are literally not enough for it to be included on a list.
Resources:
Diagnose performance issues with the Xcode Organizer

Any clue for crash report 'String - Couldn't download or retreive file.' got from Sentry - Flutter App?

One of my Flutter app on store an that app is integrated with Sentry client for crash reporting.
I got a few crashes and I have fixed most of them based on logs it provides and all I can say Sentry is one of the good solutions for the crash reporting in Flutter.
Unfortunately, I have one crash(Many users are facing it currently) there but I can't able to figure out what it is all about and what should I do to close that issue.
Here is just an overview of an issue and same in the details nothing much on EXCEPTION like stack-trace or so.
Here is the public share-able link for the same.
Anyone has faced similar kind of issue or any clues which can help me to get direction here?
Doing some searching for this, I have found that this is caused by CachedNetworkImageProvider.
In my case, the issue seems to be related to flutter_map and it is raised here: https://github.com/johnpryan/flutter_map/issues/245 - there is also a video link on how to fix this apparently (not sure).
I've also seen this raised in production a few times with very little other information. (The incorrect spelling of retrieve, means it's a bit easier to search for where this issue happens).

New Tango device OTA not upgrading

New device unboxed a couple of days ago. Cannot use OTA to upgrade, says current software is up to date even though it is not. Without a current kernel I cannot download tango core, etc. So the device is basically non-functional (other than a plain tablet :-)) out of the box.
Same problem as this question:
Cannot update Tango Core - "Package file was not signed correctly"
Factory resets did not fix the problem. Unlike the previous question, waiting 48 hours provided no resolution. Several users on the Google+ developer group are having similar issues with this batch of devices, so this seems to be a common problem
Thanks!
We had an error in our OTA server configuration that we fixed this morning. This might take some time to propagate, but you should start seeing updates soon. Sorry for the inconvenience!

Firefox Nightly Google Search Bar shrunk

I have the latest update for Nightly (34.0a1 (2014-08-14)). It addressed one of the two problems I have from the previous update, which was the disappearing input fields. The other problem was the shrinking of the Google search field. What can I do to fix this?
See screenshot here.
#Acnologia, we are aware of the issue and have logged a bug with Google for them to fix the issue. You can follow along on here if you need more details.
The way I worked around the problem was to close Nightly, open Internet Explorer, and then re-download Firefox Nightly over the version I already have (DO NOT DEINSTALL!). Apparently it reset the version back to "34.0a1 (2014-07-21)" - before the "Google Search Results Page Searchbar Too Small" issue started. Then each time I start Nightly and Windows7 asks me if I want to allow the application to make changes to my computer, I answer "No" so Nightly does not get updated.
Then, each evening after I get home from work, I Google the past 24 hours to see if the issue has been fixed yet, and I will not update Nightly again until it has.
I realize this is a cheap workaround, and I would love to be able to trust Nightly Updates again, but this common issue should have been foreseen before the build was released. - And I will give them another week or two to figure it out, and if not... bye, bye Nightly!

Developer Documentation has gone in xcode 3.2.5?

I used to looking up classes/methods from Help->Developer Documentation, which has API doc in local. But after I just upgraded my xcode to 3.2.5, it becomes totally different. When I type something in the search box (e.g. NSString), it accesses the network slowly and asks my developer account/password.
The even worse thing is after I type the password it keeps saying,
"You Request Is Being Redirected: You may have used an outdated link or typed the address (URL) incorrectly. If you came to this page via a bookmark, please update it accordingly. "
What happened with it? How to get the old Developer Documentation back?
Happened to me with an earlier update, 2-3 versions before the official iOS 4.2 SDK. You can easily get it back from your Xcode preferences > Documentation (all the way to the right side)

Resources