corz.org front page. welcome! cor's blog, aka 'corzblog'. I write stuff here.. downloads of all shapes and sizes, documents, secret chasms, you name it.. developing sites, software, stuff.. updates generally get posted here. music is everywhere, sometimes I pin it down.. soul-candy, captured things you can look at.. 'Mathematics For Women' copyright Cor 1994 ;o)
the power to serve, at home or anywhere. webmasters tricks, tips, tools and resources. the devil's work, or a capable multimedia desktop, you decide..
information and search
contact page for corz.org, ways to get $hit to me.. get a print friendly version of this page, probably.. Put YOUR money where MY mouth is!
 
corz.org text viewer..
[currently viewing: /public/docs/comms/router/firmware/BT Voyager 220/BT Voyager 220V Unlocked Firmware.nfo - raw]
 
 
    #####    ###     ##  ### ########              ###     ##  ###    ###TM 
  #######  #######   ####### ########            #######   #######  ####### 
 ###      ###   ###  ###   #     ###            ###   ###  ###   # ###   ## 
 ##       ##     ##  ##         ###             ##     ##  ##      ##    ## 
 ###      ###   ###  ##       ###        ###    ###   ###  ##      ###   ## 
  #######  #######   ##      ########    ###     #######   ##       ####### 
    #####    ###     ##      ########    ###       ###     ##        ### ## 
                                                                    ####### 
                                                                    #####   

Unlocked BT Voyager 220V Firmware! (from the identical RTA1052V)

Big thanks to Simon Ellis for this one, which he tells me will work with *any*
ISP. Excellent news!

I haven't personally tested this, but it should work fine.

If you upload this firmware to your 220, you do so completely at your own risk. 
This firmware comes with no warrantees whatsoever.

have fun!

;o)
(or

@ corz.org THURSDAY Sep 14, 2006


For reference, here's the original Javascript Hack for the 220V..

    ThanksC1 (lost1e (at) hotmail (dot) com) for the following, extremely cute hack.
    In his own words, roughly..

        I just bypassed the domainLock on a new BT voyager [220V] that I was trying to get working on Eclipse for a friend.

        No need to mess about with firmware or process lists, the solution really is incredibly simple thanks to a little JavaScript magic :)

        1. Navigate (using Internet Explorer, FireFox is untested) to this URL:
        http://192.168.1.1/connect.html (replace IP with whatever your voyager is)
        The purpose of this is to make the connect page the only frame - other frames screw up the JavaScript below.

        2. Open Notepad, and type in the following text exactly as it appears:

        javascript:function C1() { if (domainLock == 1) { domainLock = 0; } } C1();

        (the above must be all on 1 line).

        3. You will notice that the connect page in your router refreshes every 10-20 seconds or so. After the next refresh, immediately copy and paste the text in step 2 into the URL bar of Internet Explorer and hit ENTER.

        4. It will seem to you like nothing has happened - but now just enter (or preferably paste) your new ISP details in and hit connect - no more annoying "unsupported broadband service" message smilie for :D You must do all of this before the next refresh happens - so have everything ready in notepad for quick pasting.

        IMPORTANT NOTE: This worked for me *AFTER* I had actually set up my new ISP (Eclipse) in the router's Telnet CLI - you will have to do this first. WAN settings are always VPI:0 VCI:38 PPPoATM, VCMUX encapsulation, and most other stuff can be left as default except your new ISP details. The above 4 steps simply allow you to CONNECT with your new ISP details AFTER the details are saved in the router.