secret keys

Started by is0-mick, 06. Jul 2008, 19:15

previous topic - next topic
Go Down

is0-mick

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

DJHope

#1
08. Jul 2008, 11:33 Last Edit: 08. Jul 2008, 11:36 by DJHope
Hi Mick,

These worked!! They didnt seem to do anything overly interesting though and it seemed to be fairly unreliable, i.e. i got perfToggleDiagnosticsSequence to work which displayed the contents of some variables at the top of the screen but then couldnt de-toggle it, luckily these were gone after a reboot. The dvrDiagToggleSequence just displayed "DVR Diagnositcs Enabled" but then didn't seem to do anything else. Maybe they can only work one at a time? I'm sure i didn't manage to get it to toggle all the possible options, but then i guess some could be disabled?

Very interesting!

DJHope

is0-mick

Cool :) at least it did something.

Thanks for the feedback :)

Mick

Go Up