Naim App (Android) 2.1
Posted by: Huge on 19 July 2017
Well it's arrived, but not fixed the connectivity issues.
Pegatron Hudl2 - Android 5.1
First issue: As soon as it's disconnected from the WiFi (e.g. by the tablet going to sleep or WiFi disconnected through the UI) the volume control on the app stops working.
This has 2 symptoms.
1 It gets the wrong max volume setting (the full scale on the slider becomes somewhere between 25 and 30 something, instead of the 50% max volume setting in the 272)
2 Although the volume on the 272 can be set (at least between 0 and 25%), the app doesn't believe this is possible and immediately returns the slider control to the position it was when the app was last successfully connected to the 272.
As the same symptoms can be recreated by manually disconnecting the tablet from the WiFi as well as by the tablet OS, this appears to be an error in the code used to restore a network connection.
This type of application behaviour is sometimes shown by code that's trying to 'repair' an existing but broken network connection.
If it is trying to do that, then that's a fundamental design flaw, broken connections should be dropped and a new connection created to replace the old one.
OK further research - it's actually got worse than before
It now does the same thing if the app is sent to sleep while the WiFi remains connected - it can now be recreated as follows:
Navigate to the app's home screen.
Use <Back> to return the tablet UI to the main screen
Open the App using the icon
The Volume control fails as above.