Jump to content

Androxilogin

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Androxilogin's Achievements

Newbie

Newbie (1/14)

  • Reacting Well
  • Conversation Starter
  • One Month Later
  • Week One Done
  • First Post

Recent Badges

4

Reputation

  1. There was a rumor when they were about to come out that they could run PC games. I instantly thought how cool it would be to be able to play Kingpin: Life of Crime from the comfort of my bed. When I found out that was a lie I wasn't interested in them whatsoever. My friend was selling his. It was already modded and I saw that I could play N64 games on it. It had a 120gb harddrive with an Xecuter 2.3b Lite modchip. He only wanted $120. At that time, it was a hell of a deal for the storage alone. Never really cared for the games, but being able to play everything else and use it as a box for streaming was a no-brainer. It also opened my mind to all of the different possibilities hardware-wise through trial and error leading me to all of the things that I do today. Sure, I had a Dreamcast prior with emulators and PS1 was actually the first console to get me started in soldering. But loading from harddrive changed the whole perspective. And the ability to use FTP saved me soo much money. RIP Eurasia.nu. I miss that site soo freakin' much.
  2. I'm not too active here, but I thought I'd share this. A while back I wrote a batch script to simplify the process to get the eeprom from an XBox. I didn't write the main set of instructions or tools to acquire them; simply streamlined the process into a single .exe relying on a .bat file to fire off commands, such as opening the github pages to projects, diagrams, initiating commands, etc. Now if you happen to download it, it may say that it could possibly contain a virus. This is because I used Winrar to create an SFX file, if you're wary about it, you can right-click it and extract to find all of the contents. I just make all of my applications "portable" by preference. So basically what this is, is a script putting many of the eeprom reader projects together along with their diagrams to make things much easier for everyone to get their key. This includes: Arduino Pro Micro Leonardo (5V/16Mhz) Arduino Nano Arduino Uno Pico Pi PiProm I'll leave the video for reference. From the video description: I just made these eeprom toolset batch scripts over the past few days. Including the .uf2 in case it becomes unavailable in the future. It is also included in both of these eeprom toolsets but it's easy to just grab & flash it. Also included a diagrams sub-folder to show pinouts, a Github menu to link you directly to the projects and a list of available options to use the same script with to get your eeprom. Yes, I know, it was always a pretty easy process to get your eeprom through a serial reader through PonyProg, I actually wrote two Instructables about it a decade ago. But the convenience of these new methods are much welcome. Especially considering many PCs don't have a serial connection these days. (Instructables previously written) https://www.instructables.com/XBox-EEPROM-ReaderWriter/ https://www.instructables.com/XBox-EEPROM-Reader-Alternate-Version/ With this method, run the installer portion of the program first. This will install Python then pyserial & wxPython prerequisites. After that, just run the eeprom toolset of your choice. One version makes a copy of the eeprom every step of the way to ensure you don't accidently overwrite your original file. These are all written to the desktop. UPDATE: Added the Arduino Nano to the downloads section, along with Carlos from Retro Upgrade's fix & diagram. How does it work? After the prerequisites are installed and the program script is opened, power on the console, put the wires in place as shown in the photo and follow the on screen instructions. Note: adding the wires before powering on the console may cause it to spin the fan loudly and shut down after 10-15 seconds. This is normal. Just power it on first and then add your wires to the designated areas. The USB to reader can remain plugged in the entire time. Once you've successfully read your key, you can make yourself a new harddrive by downloading FATXplorer (free trial for 7 days) and adding the MSDASH to the C partition and softmod files to the E partition, whatever else to the F partition, etc. After you're done building, remember to visit the security tab and lock the drive with the hdd harddrive key from the extracted eeprom or add a personal password after this has been set up. And that's it! BIG thanks to grimdoomer, Ryzee119, maxpower5544 for making their code available to the community! Also thanks to Carlos from Retro Upgrade here on YouTube for pointing out the flaw in the ArduinoProm code while working with the Nano and providing a diagram of the pinout. Check out his video here for the changes he made to make it work: https://youtu.be/6B4diFsEcBw?t=3921 Eaton-works is also pretty awesome and I encourage everyone to buy a software license for FATXplorer if they plan on messing with at least a few of these consoles. Totally worth it. This is very awesome to me still, being that I used to have to boot an old desktop into custom made images of the smallest possible version of slax I could put together just to get lock or unlock the drive and add files. This was hit or miss back then, depending on if the hardware detected the drive while booting up or if it were even capable of it. The old XBoxHDM on CD then later, the USB version that was extremely buggy. Thankfully, those days are long gone. Note: This .exe was compressed with WinRar, so if you're having trouble opening it, you can always right-click and extract it as if it were just a .zip then load the PicoProm Toolset.bat (or view the code by dragging the extracted .bat into a text editor if you're paranoid and whatnot.) Also, master801 for sharing the .uf2 [that he apparently acquired from Fringle on GBATemp?] in this thread here: https://old.reddit.com/r/originalxbox/comments/16hmfs8/yes_this_works_eeprom_dump_with_raspberry_pi_pico/ ------------------------------------------------------------------------------- DOWNLOADS ------------------------------------------------------------------------------- Eeprom Toolset: https://www.mediafire.com/file/x37q747jg9dna9n/Eeprom_Toolset.exe/file Eeprom Toolset (with Constant Backups) https://www.mediafire.com/file/uyebdhlday8073p/Eeprom_Toolset_%28with_Constant_Backups%29.exe/file LiveInfo https://www.mediafire.com/file/q21enqc93mfolg2/LiveInfo.exe/file PicoPi .uf2 (You can actually press an option in the program as shown in the video to copy this directly to the desktop from the script itself instead of downloading it separately here) https://www.mediafire.com/file/iv3c9udr2bcl7n4/PicoProm.uf2/file FATXplorer https://fatxplorer.eaton-works.com/download/ PROJECTS PiProm (Raspberry Pi) https://github.com/grimdoomer/PiPROM ArduinoProm (Micro, Uno) https://github.com/Ryzee119/ArduinoProm Pico-ogxbox-eepromdumper (Pico Pi) https://github.com/maxpower5544/Pico-ogxbox-eepromdumper Xbox-EEPROM-Utility (ESP32, ESP8266) https://github.com/dx4m/Xbox-EEPROM-Utility picoPromSD (Standalone) https://github.com/dtomcat/picoPromSD Eeprom Toolset.exe Eeprom Toolset (with Constant Backups).exe
  3. Wow. This is freakin' incredible! One issue I have, though. As soon as I installed it, just getting past the boot animation flubber, the console fan speeds up to about 40% by the sounds of it. It slows down after loading up a game and playing a bit. Version 1.6; XBMC4Gamers default dash, 5838 kernel/5960 dash.
×
×
  • Create New...