A bit off-topic from the bugs.
There are many hidden menu items in the Android settings.
I discovered the ability to install your own apps.
To do this, go to settings, search for "security" in the search bar, and open that section.
Then, enable "Unknown sources" (this needs to be reactivated after restarting the device).
After that, installing your own apps works.
In addition to this, when powered on while holding the Home button, the oscilloscope enters USB Download mode.
At this point, fastboot starts working, which opens up opportunities for further exploration and hacks.
$ fastboot devices -l
???????????? Android Fastboot
usb:3-1
$ fastboot getvar product
product: s5p4418
Finished. Total time: 0.000s
$ fastboot reboot
Rebooting OKAY [ 0.000s]
Finished. Total time: 0.101s