- Oct 11, 2009
- 5,577
- 2,816
- 113
I've de-compiled the official Sprint 2.1 release. Below are links to the radio, the boot.img, the extracted files from the boot image, a /system dump, and the system.img
None of these files are for flashing to your phone, they are only for ROM developers
Boot Image extracted files
System folder dump
radio image
boot image
system image
Tools - (32 bit unyaffs, signing keys, perl scripts to make and extract boot image)
Enterprising ROM developers could open an existing ROM built from the last leak, drop these files inside and overwrite whats existing, rezip and resign.
If the included unyaffs binary doesn't work on your system, open the terminal in the folder, delete unyaffs and run
to compile against your system.
Please don't link to these files directly. Just point people to this thread.
None of these files are for flashing to your phone, they are only for ROM developers
Boot Image extracted files
System folder dump
radio image
boot image
system image
Tools - (32 bit unyaffs, signing keys, perl scripts to make and extract boot image)
Enterprising ROM developers could open an existing ROM built from the last leak, drop these files inside and overwrite whats existing, rezip and resign.
If the included unyaffs binary doesn't work on your system, open the terminal in the folder, delete unyaffs and run
Code:
gcc -o unyaffs unyaffs.c
to compile against your system.
Please don't link to these files directly. Just point people to this thread.
