Toshiba pcx2500 - Printable Version +- Haxorware Forums (http://www.haxorware.com/forums) +-- Forum: General (http://www.haxorware.com/forums/forumdisplay.php?fid=6) +--- Forum: Modems (http://www.haxorware.com/forums/forumdisplay.php?fid=7) +--- Thread: Toshiba pcx2500 (/showthread.php?tid=525) |
Toshiba pcx2500 - tally - 17-06-2010 Was just wondering if anybody has any info on hacking this modem. I know I cannot flash a modified firmware to it, but I was wondering if there is a way to get it into factory mode. Or I was wondering if some1 could help me with getting my USBJtag to read/write the nonvol area on it.. Or anything pertaining to testing with this modem.. I would also like to know if any1 knows exactly how to hook a cable up to it to connect to it's console. I have tried the toshiba diag app, but I can't really do anything fun with it.. RE: Toshiba pcx2500 - drewmerc - 17-06-2010 how about some (good)pics of the top and bottom of the circuit board edit theres this but the pic sucks ass http://haxorware.com/forums/thread-88.html bamp 2nd edit time damn hard to find but here it is just for you tally (hope it helps) test the ground pins match like the pic (guessing the last 3 nc's are missing) RE: Toshiba pcx2500 - tally - 18-06-2010 Thanks man!!! I don't quite know what i can do with this other than build a pjtag? I know that the modems have the same chip as the 5120, and I even had a pcx2600 about a year ago maybe longer, that i had opened but i couldn't get it to detect properly so i asked around and some1 gave me values to add to the .def file in the jtag folder. So I added them and I could read/write from it, but I bricked it lol (back then I had no clue what i was doing lol) Anyways i can't remember what site I got the help from and I checked all the sites I can think of but can't find it. I think the .def file I edited is on a hard drive that I got rid of, I also had a script I wrote for it to use with the usbjtag app. but I cannot find that either.. But I doubt it would be the same for the 2500 but maybe.. Anyways, If I give you the values that it tells me when i try to detect, do you think you could then tell me what to add to the def file? Thanks again for your help!! :-D Code: IDCODE 0000100F RE: Toshiba pcx2500 - drewmerc - 18-06-2010 Add this to flash.def 0x0020,0x88CE,M28W160CT ,0x200000,31,0x10000,1,8,0x2000 and set usbjtag mode to 5120 RE: Toshiba pcx2500 - tally - 19-06-2010 You rock!!! Thanks bro!!!!!!!!! edit: Ahh, it's still giving me the same notice and same values to report. Do I need to anything to the usbjtag.def file?? I use 5120TE mode, and when I look in the usbjtag.def i noticed there is some code in there pertaining to this mode.. Do I need to edit anything into it? Here is the code; Code: Test: thanks for your help RE: Toshiba pcx2500 - drewmerc - 19-06-2010 try this Code: speed 2 http://translate.google.com/translate?langpair=auto|en&u=http%3A%2F%2Fwww.forocable.com%2Fforo%2Fshowthread.php%3Ft%3D2645 RE: Toshiba pcx2500 - tally - 20-06-2010 Thanks man, I checked that thread out, it has some very useful stuff in it. I have gotten it to detect and read everything I can get from it (cert, cmapp1/0,nvram etc..) But I cannot write back to it :'( I was really hoping that I would be able to tick the "factory MIB" box in the change mac option (under 5120 testing).. but it's blanked out.. but I can see and edit the mac addresses and they are all correct. Just can't write to it .. Oh and it still giving me the same thing saying report these values, even though I put the code you gave me into the def file.... If there is nothing more you can think of for me to try, then thanks a lot for everything!!!!.. Hopefully someday we can do something with these modems, while ISP's are still using d11 compliant modems :-p RE: Toshiba pcx2500 - drewmerc - 20-06-2010 watchdog is enabled there's a thread on that site but when translated i still could not read it never played with a 5120 but know i think i know whats's going on Code: Backup firmware attached the 5120p.usp RE: Toshiba pcx2500 - tally - 21-06-2010 (20-06-2010, 08:49 AM)drewmerc Wrote: watchdog is enabled there's a thread on that site but when translated i still could not read it Hmmm, I tried this file, I issue the command, then I try to ldram and then program something and i get Quote:-ldram cert How exactly do I use this?? Run the app, (wait till it does its connecting thing), then issue 5120p?? Now after the script finishes it's commands, what do I do?? Try to load something then program it, or?? If I touch it, it says "exit script" but if i dont it just hangs there?? thanks again for all the help.. EDIT: Here is what I am doing (with what I got from your post); detect, getram 90000000 200000, save 90000000 200000(name and save it), then I ldram 90000000(the file i just saved), reset, detect, program 90000000 200000.. But then I only get "use detect to detect the flash type" Am I doing it wrong?? RE: Toshiba pcx2500 - drewmerc - 21-06-2010 (21-06-2010, 09:13 AM)tally Wrote: EDIT: i dont use a usbjtag(used to but not for a long time) but if i remember right you copy the usp file to your scripts(or whatever) folder (it's in the usbjtag folder) and type 5120.usp in the usb jtag program i believe the program command has to be sent before the watchdog starts thats why you use a script, thats why it resets first backup your firmware hex edit a new mac into it re program using the usp script (i also think you should be using latest software and also try in tm602g mode) |