I came across this while looking at the C# application.
public class AboutPage : Page
{
private const string _perfToggleDiagnosticsSequence = "\"2834247\"";
private const string _perfDiagToggleSequence = "\"8675309\"";
private const string _asyncTuneToggleSequence = "\"27968863\"";
private const string _callFindToggleSequence = "\"22553463\"";
private const string _forceReloadGuideData = "\"5623374\"";
private const string _dvrDiagToggleSequence = "\"3873424\"";
private const string _recentPanelToggleSequence = "\"732368\"";
Any one want to see if they work on the "About page"
Also the numbers relate to letters on the remote keys. For example
3873424 is
D, V, R, D, I, A,G on the letters on the remote.
Mick