sushiomsky / android-thomson-key-solver

Automatically exported from code.google.com/p/android-thomson-key-solver
0 stars 0 forks source link

Enhancement new KeygenCode for Intercable #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is the code for intercable(from México) thanks to @solaermty for the 
algorithm.
im adding the intercable keygen , you must add Intercable in the Type on 
WifiNetwork.java as same this filter:
if(ssid.startsWith("InterCable")&& mac.startsWith("00:15"))
        {
            try
            {
            ssidSubpart =ssid.substring(10,ssid.length());
            }catch(Exception ex){ssidSubpart="";}
            type = TYPE.INTERCABLE;
            return true;
        }

Original issue reported on code.google.com by zenyagami@gmail.com on 7 Oct 2012 at 4:36

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by ruka.araujo on 10 Nov 2012 at 6:29