Bt vision secret keys

is0-mick

dilligaf
Joined
May 26, 2008
Messages
53
Reaction score
6
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\"";

.....
case "3873424":
DvrManager.Instance().ToggleDVRDiagnosticDisplay();
break;

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.

Any one want to see if any of the numbers work on the "About page"?

Mick
 
I know theres not many replies here, but its interesting and many are reading the info :). Thanks for updating us is0-mick, hope the development continues.
Regards.
 
I'll reply Pinks, wot does it actually mean to us Vision users as am a complete simpleton at understanding coded messages.

cheers
 
I'll reply Pinks, wot does it actually mean to us Vision users as am a complete simpleton at understanding coded messages.

cheers
at the moment, not a lot.

but it does demonstrate the ability to interact directly with the hardware, which is good if the goal is to alter the box to become a media centre PC.

If you are looking for free services, then it means nothing at all.
 
Back
Top