The .img files are the same images that have been posted here before, at least for 2.2. I'm not sure anyone has posted the images for 2.2.1 yet. I have no idea what the .mbn files are. The files without an extension are mostly empty and probably all useless.
What where how who?!?!?!?!?!? LOL, I think a few people were trying to figure out how to do that. How did you do it? lol
__________________
"Listen, you *censored* you screwheads. Here is a man who would not take it anymore. A man who stood up against the scum, the *censored*, the dogs, the filth, the shit. Here is a man who stood up."
I have been working on this for almost a week now. It wasn't too hard because the data is not compressed. It just took a lot of time examining the file with a hex editor, and then writing the program to chop it up and remove all the extra bits.
The Following User Says Thank You to edodonnell For This Useful Post:
The .img files are the same images that have been posted here before, at least for 2.2. I'm not sure anyone has posted the images for 2.2.1 yet. I have no idea what the .mbn files are. The files without an extension are mostly empty and probably all useless.
Hey think you could link us to what you did to do this!?
ive been working my ass off on this
pressing the thanks button too man!
nice job!
hope you can help!
__________________
I'm special as hell!
Quote:
Originally Posted by Trident
You're so banned when I get back from breakfast...
LG VX8300>LG Decoy>LG Dare>LG Ally>Droid2>LG Ally>HTC Droid Incredible>HTC Thunderbolt>HTC Droid Incredible>Samsung Galaxy Nexus I'm located in: Computers&IT, LG Ally, HTC Droid Incredible; AllyIRCMy Blog
Please press button, and please consider donating to my energy drink fund.Thanks!
I am still working on the program to unpack the image. I am beginning to thing that only boot.img and recovery.img were extracted correctly. It appears that all of the oob areas are missing from system.img.
Device(s): Sprint Hero, Optimus v, lg marquee, nexus s
Carrier: Not Provided
Thanks: 29
Thanked 251 Times in 112 Posts
Quote:
Originally Posted by edodonnell
I am still working on the program to unpack the image. I am beginning to thing that only boot.img and recovery.img were extracted correctly. It appears that all of the oob areas are missing from system.img.
I just tested the boot and system image. The boots good but the system image is a no go. Is there a way to repack the bin files? If so then it would be very easy to root 2.2.1 without having to downgrade
Last edited by asadullah; January 22nd, 2011 at 12:07 PM.
I just tested the boot and system image. The boots good but the system image is a no go. Is there a way to repack the bin files? If so then it would be very easy to root 2.2.1 without having to downgrade
Was it flashed on? I tried flashing it on my g1 to pull the files but ran out of memory...
Device(s): Sprint Hero, Optimus v, lg marquee, nexus s
Carrier: Not Provided
Thanks: 29
Thanked 251 Times in 112 Posts
Quote:
Originally Posted by richiedaze
Was it flashed on? I tried flashing it on my g1 to pull the files but ran out of memory...
If anyone would like to try it, let me know.
No I used unyaffs to test the system image. If theres anything wrong with a system image unyaffs won't work. For the boot image I just used split_bootimg.pl and everything worked good. So I have to assume that it's good. I'm not gonna flash it on my hero unless I end up making a rom for it. I'm sure one of the many beta testers won't mind testing the boot image
I tried modifying the file with a hex editor, and it flashed back just fine. I didn't change much. I added some comments to a text file, just to see if it could be done. At least we know there is no checksum that prevents flashing a modified image.
Last edited by edodonnell; January 23rd, 2011 at 12:38 AM.
Device(s): Sprint Hero, Optimus v, lg marquee, nexus s
Carrier: Not Provided
Thanks: 29
Thanked 251 Times in 112 Posts
Quote:
Originally Posted by edodonnell
There is no way to repack the bin file yet.
I tried modifying the file with a hex editor, and it flashed back just fine. I didn't change much. I added some comments to a text file, just to see if it could be done. At least we know there is no checksum that prevents flashing a modified image.
I don't know if it can be done but is there any way to change a values inside the bootimg while still in the bin file?
I ask because inside the ramdisk of the boot image there's a file called buildprop. Inside the defaultprop there's a line that says ro.secure=1. If you have ro.secure=1 changed to ro.secure=0 you now have root.... basically. You would be able to remount the device and push su binary and chmod it's permissions.