t-hack.com

English - X300T / X301T / DIT9719 / KISS KMM / BT Vision / Bluewin TV-Box / V-BOX/ VIP 1216 or similar Hardware => Software => Topic started by: is0-mick on 06. Jul 2008, 19:15

Title: secret keys
Post by: is0-mick on 06. Jul 2008, 19:15
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
Title: Re: secret keys
Post by: DJHope on 08. Jul 2008, 11:33
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
Title: Re: secret keys
Post by: is0-mick on 08. Jul 2008, 11:55
Cool :) at least it did something.

Thanks for the feedback :)

Mick