Update to Android 11 on Nokia 6.2 stuck on “Finishing system update”

I recently updated a Nokia 6.2 phone to Android 11.

After the update finished, a message Finishing system update appeared in the notification center, and it never went away, even after restarting the phone or waiting for hours.

In some discussion forums, people suggested to do a factory reset, but even that did not fix the issue, the message still appeared after the factory reset.

In the end, I removed the Micro SD card that was in the phone, and that magically seems to have fixed the issue, the update finished successfully.

So if you would experience the same issue, try removing your SD Card, that might help you out. Let us know in the comments if it worked for you!

AirPlay no longer working on Apple TV 2nd generation

I recently had reset an older Apple TV (2nd generation) to the factory settings. After that, AirPlay did not work anymore. The Apple TV could not be found on the network (or example when trying to screen mirror from an iPhone), and when I navigated to Settings > General > About on the device, it showed Activation: failed

These are the steps I took to resolve the issue::

  • Make sure that you are signed in to iCloud on the Apple TV
  • Install Apple Configurator 2 on your Mac
  • Connect your Apple TV to your Mac with a micro-USB cable
  • Select your Apple TV when it appears
  • In the menu on the left, select Profile
  • Click the Activate button

After that, Airplay started working again, and the Activation: failed message disappeared.

Software Update to macOS Big Sur 11.3.1 stuck at “10 minutes remaining”

I had some trouble updating my Mac to macOS Big Sur 11.3.1. The update would remain stuck at “About 10 minutes remaining”, even after leaving it on all night.

The only way to get it to install correctly, was to reboot in Safe mode:

  • Shutdown your mac
  • Power it on again, and keep the Shift key pressed
  • Release when you get to the login screen

That fixed it for me. More info on Safe mode here.

SCORM “student_name” format in Moodle not according to SCORM specs

I use a Moodle platform often for testing SCORM packages, especially because Moodle has a very extensive SCORM debugger.

At a certain point, I got into trouble because the student name (cmi.core.student_name) was in a “weird” format: where the SCORM specifications expect something in the format lastname,firstname, I suddenly got firstname middlename lastname. Because of the missing comma, our LMS no longer managed to distinguish the last name from the first name.

Turns out that there is a new option under Dashboard > Site administration > Plugins > Activity modules > SCORM package called SCORM standards mode. By default, it is set to No (why o why?) and that causes the format of the student_name to be different.