hey I'm looking to see if anyone has the modem delta zips for the vzw fascinate. I've checked the thread, but the zips are uploaded to multiupload and that site looks like it's been taken down.
thanks in advance!
ztotherad said:
hey I'm looking to see if anyone has the modem delta zips for the vzw fascinate. I've checked the thread, but the zips are uploaded to multiupload and that site looks like it's been taken down.
thanks in advance!
Click to expand...
Click to collapse
hey zto,, are the deltas different that other radio .tar files?
are you looking for a particular one?
hhp_211 said:
hey zto,, are the deltas different that other radio .tar files?
are you looking for a particular one?
Click to expand...
Click to collapse
This is what I'm looking for. http://forum.xda-developers.com/showthread.php?t=1097355 hopefully that'll help.
ztotherad said:
This is what I'm looking for. http://forum.xda-developers.com/showthread.php?t=1097355 hopefully that'll help.
Click to expand...
Click to collapse
Ive got this one DL09 to ED04 CWM modem delta,,, i'lll Pm you a link. just because dont want anyone else accidentally trying to install without knowing the full instruction and warning set from comradesven's post
most importantly this
USE CWM to flash the appropriate zip (BTW, they use Edify scripting) to copy the desired modem delta file (patch) to your phone. Make sure the zip's filename indicates that it is a match for your currently installed modem!
DO A FULL REBOOT immediately afterwards to have the phone patch the radio. Repeat steps 2 and 3 as necessary until you have your desired radio version.
but maybe you are think of using this to build/test some custom flashing of other radio versions too! I know I now am,,, had forgot about these...
hhp_211 said:
Ive got this one DL09 to ED04 CWM modem delta,,, i'lll Pm you a link. just because dont want anyone else accidentally trying to install without knowing the full instruction and warning set from comradesven's post
most importantly this
USE CWM to flash the appropriate zip (BTW, they use Edify scripting) to copy the desired modem delta file (patch) to your phone. Make sure the zip's filename indicates that it is a match for your currently installed modem!
DO A FULL REBOOT immediately afterwards to have the phone patch the radio. Repeat steps 2 and 3 as necessary until you have your desired radio version.
but maybe you are think of using this to build/test some custom flashing of other radio versions too! I know I now am,,, had forgot about these...
Click to expand...
Click to collapse
yeah, I'd love to find some more modem deltas to use completely, but I honestly have no idea how to go about it, but that's where research comes in handy
ztotherad said:
yeah, I'd love to find some more modem deltas to use completely, but I honestly have no idea how to go about it, but that's where research comes in handy
Click to expand...
Click to collapse
well that update script is this::
ui_print("");
ui_print("");
ui_print("################################################");
ui_print("# #");
ui_print("# MODEM UPDATE PACKAGE, DL09 to ED04 #");
ui_print("# #");
ui_print("# patching modem stage 1 #");
show_progress(0.2, 5);
assert(package_extract_file("modem_delta.bin", "/tmp/modem_delta.bin"),
write_firmware_image("/tmp/modem_delta.bin", "modem_delta.bin"),
delete("/tmp/modem_delta.bin"));
ui_print("# patching modem stage 2 #");
show_progress(0.5, 30);
assert(package_extract_file("modem_delta2.bin", "/tmp/modem_delta.bin"),
write_firmware_image("/tmp/modem_delta.bin", "modem_delta.bin"),
delete("/tmp/modem_delta.bin"));
ui_print("# patching modem stage 3 #");
show_progress(0.29, 5);
assert(package_extract_file("modem_delta3.bin", "/tmp/modem_delta.bin"),
write_firmware_image("/tmp/modem_delta.bin", "modem_delta.bin"),
delete("/tmp/modem_delta.bin"));
set_progress(1.0);
ui_print("# modem will be upgraded on reboot #");
ui_print("# #");
ui_print("################################################");
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
there are 3 modem files
modem_delta2.bin
modem_delta3.bin
modem_delta.bin
obviously it says to update from ::modem_delta.bin, to, modem_delta2.bin, to modem_delta3.bin
ive tried to look at them with a hex editor but I dont see anything that that points to DL09 or ED04,,, although it would seem the 1st would be DL09 and the 3rd would be EH04, but then again if you were upgrading from DL09 to ED04 it doesn't make much sense to re-install DL09...
but judging from file size
modem_delta2.bin -- 45 kb
modem_delta3.bin -- 5 kb
modem_delta.bin -- 1 kb
it seems modem_delta2.bin is maybe EH04, just then not sure what the others are doing...
and when I compare it with a known DL09 or ED05 modem.bin both are 15.872 kb and open it up it is a completely different from the delta files....
Time to read and search some more I guess...
I do have a lot of other stand alone ODIN .tar radios if you are looking for something...
Verizon/pageplus fascinate DL09,,, ED05,,, EC09,,, EH03,,, EB01
and ::: Mesmerize U.S. Cellular modems :: EH09,,,EI20,,, FE29,,, EE19
.
---------- Post added at 05:01 PM ---------- Previous post was at 04:15 PM ----------
and I did find these two interesting reads,,,
http://forum.xda-developers.com/showthread.php?t=1026886
http://bonsai.googlecode.com/svn-history/r465/trunk/META-INF/com/google/android/updater-script
according to what jt1134 already replied in an earlier post about this to you we will never see cwm flashable deltas for a fascinate
hhp_211 said:
there are 3 modem files
modem_delta2.bin
modem_delta3.bin
modem_delta.bin
obviously it says to update from ::modem_delta.bin, to, modem_delta2.bin, to modem_delta3.bin
ive tried to look at them with a hex editor but I dont see anything that that points to DL09 or ED04,,, although it would seem the 1st would be DL09 and the 3rd would be EH04, but then again if you were upgrading from DL09 to ED04 it doesn't make much sense to re-install DL09...
but judging from file size
modem_delta2.bin -- 45 kb
modem_delta3.bin -- 5 kb
modem_delta.bin -- 1 kb
it seems modem_delta2.bin is maybe EH04, just then not sure what the others are doing...
and when I compare it with a known DL09 or ED05 modem.bin both are 15.872 kb and open it up it is a completely different from the delta files....
Time to read and search some more I guess...
I do have a lot of other stand alone ODIN .tar radios if you are looking for something...
Verizon/pageplus fascinate DL09,,, ED05,,, EC09,,, EH03,,, EB01
and ::: Mesmerize U.S. Cellular modems :: EH09,,,EI20,,, FE29,,, EE19
.
---------- Post added at 05:01 PM ---------- Previous post was at 04:15 PM ----------
and I did find these two interesting reads,,,
http://forum.xda-developers.com/showthread.php?t=1026886
http://bonsai.googlecode.com/svn-history/r465/trunk/META-INF/com/google/android/updater-script
according to what jt1134 already replied in an earlier post about this to you we will never see cwm flashable deltas for a fascinate
Click to expand...
Click to collapse
yeah, because of the way cdma has their modem compared to how gsm has theirs outlined.
also, I think I do have all the OTAs modems, but I want to look at something else as well and see if I can change that possibly, but idk yet
OK cool,,, if i can help let me know ,,, if i find anything else I'll be sure to let your know
Seems like I'm always searching for stuff
Sent from my SCH-I500 using xda premium
hhp_211 said:
OK cool,,, if i can help let me know ,,, if i find anything else I'll be sure to let your know
Seems like I'm always searching for stuff
Sent from my SCH-I500 using xda premium
Click to expand...
Click to collapse
and will do, you seem like you like learning stuff about android
Fo sho :thumbup:
Related
http://adrynalyne.us/files/kernels/DI01package3.tar.md5
Mirror:
http://galaxysense.com/DI01package3.tar.md5
Flash via PDA in Odin. Use at your own risk, you will be unrooted and fully bloated DI01 after flash. Good for returning to stock, or fixing your breaks.
Please note:
While this should remove Voodoo 4/5 (and anything else), you should take all other paths to remove it first.
Flashes:
Modem
Kernel
System
Recovery
Formats:
Dbdata
Data
Cache
Does not include:
Recovery.
You can get recovery as a separate package if you really need it, from the stickied Odin thread.
thank you!
dude, seriously.. thanks for all your hard work!
You are straight up awesome brother! Thanks for looking out for the team.
I'll be uploading an updated package overnight.
What will it be updated with?
I added the stock recovery as well.
Awesome. You are helpful even to noobs.
WOW thank you!
thanks adrynalyne!
haven't needed this... yet!
thanks for putting this together, It's nice to have a safety net.
Good stuff, excellent addition to my sammy toolbox TY
I hope this isn't a dumb question, but is this used to back to stock, non-rooted DIO1 even if you're on DJO5?
adrynalyne said:
http://adrynalyne.us/files/kernels/DI01package.tar.md5
Flash via PDA in Odin. Use at your own risk, you will be unrooted and fully bloated DI01 after flash. Good for returning to stock, or fixing your breaks.
Flashes:
Modem
Kernel
System
Recovery
Formats:
Dbdata
Data
Cache
Does not include:
Recovery.
You can get recovery as a separate package if you really need it, from the stickied Odin thread.
Click to expand...
Click to collapse
HOW did you get this? i've needed this for months (i flashed over my modem) and nobody was able to direct me on how to extract this from a working fascinate...so can you address (even briefly) how this package was created?
adryn, you rock...thanks
Adryn, thanks.
I Odin'd the other set of files and now I have Firmware version DI01 and Build Number SCH-I500.DH12..
This will fix it! Thanks!
Adrynalyne you are the man
Sent from my SCH-I500 using XDA App
::starts chant:: STICKY!! STICKY!! STICKY!! STICKY!!
andrewblanejr said:
HOW did you get this? i've needed this for months (i flashed over my modem) and nobody was able to direct me on how to extract this from a working fascinate...so can you address (even briefly) how this package was created?
Click to expand...
Click to collapse
he used the power of positive thinking
Awesome work! Haven't needed this yet*knock on wood* but I am glad to know it is here if something does arise.
sawweeet
I upgraded to super clean 2.9.2, but baseband shows up as DI01. is that normal, or did mine not update?
Only Odin/Heimdall will work. We don't know where the modem.bin goes, so we can't use redbend_ua or any other recovery-based method.
Modem(baseband) is not included in super clean. You need to update via odin pda button. DL09 and EB01 modems work well with the latest superclean.
Sent from my SCH-I500 using Tapatalk
oh...so do I just simply flash it through odin as pda? any prerequisites?
Here is a link to the EB01 Modem.
http://www.mediafire.com/?1r7uk6gf8d6s76z
You will need to use ODIN to install this.
Use the PDA button ONLY, navigate to the location of the modem file, click it, then run odin. Your phone will reboot and verify that you have the correct baseband.
If you do not know how to use odin I highly recommend reading this link
http://forum.xda-developers.com/showthread.php?t=948722
...thoroughly before starting with odin.
Good luck!
note* the link to the guide also contains information about flashing the EB01 modem and the same link I have published here!
minho422 said:
oh...so do I just simply flash it through odin as pda? any prerequisites?
Click to expand...
Click to collapse
As long as you use the PDA button and have used odin before you should be fine. Its very straight forward. Just D/L the modem from my link and your good to go!
after I flashed through odin, there seems to be a problem with the battery...?
charge level was 51% before I flashed, but after it showed up as 100% instantly. what's going on?
I don't know the actual cause, but I would assume it has something to do with the battery stats more or less.
You might try turning the phone off and leave it charge over night and in the morning wipe the battery stats (search for this there are plenty of threads! ). Then drain it before charging next time. You should see the battery return to normal.
I wouldn't be to worried about it as I have flashed my phone(stupidly I will admit) at any number of different percentages and I still am getting great battery life.
sneakysolidbake said:
Modem(baseband) is not included in super clean. You need to update via odin pda button. DL09 and EB01 modems work well with the latest superclean.
Sent from my SCH-I500 using Tapatalk
Click to expand...
Click to collapse
Since I jumped into the xda forums after eb01 had come out, I've been trying to find a DL09 modem to use with Odin. Seems like most people are going crazy for thew newer basebands, but I've heard that DL09 works great with both GPS and battery life.
That said, you don't happen to have a working DL09 download link that you could toss on here do you?
lane32x said:
Since I jumped into the xda forums after eb01 had come out, I've been trying to find a DL09 modem to use with Odin
Click to expand...
Click to collapse
original DL09 thread still seems to work
s44 said:
original DL09 thread still seems to work
Click to expand...
Click to collapse
Thanks dude. btw, the only time i've flashed the modem before was when I first made the jump to eb01 a month and a half ago. Is it ok to just ODIN the modem, or do I have to re-flash a rom after I flash the modem?
*edit* well, I went ahead and odin'd the modem over top of all the stuff I've already got on there. <fingers crossed> Seems to work so far.
Just modem is fine. Remember to use PDA...
Swyped from my Voodoo-powered Fascinate via XDA
s44 said:
Just modem is fine. Remember to use PDA...
Swyped from my Voodoo-powered Fascinate via XDA
Click to expand...
Click to collapse
Oh yes. I *have* used ODIN several other times, especially for recovering from some sort of boot loop and a few other issues, so I'm very familiar with the PDA button by now. But probably good to have that warning there in case anybody else reads this for help later on.
I looked at my about phone option the other day and saw that I am still running the DL09 radio! I would like to upgrade but it's such a pain in the lower lumbar to get to Edo1. Adrynls instructions are appreciated but I can't follow them. Any suggestions on how I may painlessly upgrade to anything better?
If you can't take the time to upgrade to the ED01 radio via Adrynalyne's instructions, there is nothing better out there for you...
Depends which part of the instruction you have an issue with. If you don't mind using odin, you can flash ec01. If you don't wanna use odin, I hear dl09 is running fine for some on the newer roms.
Sent from my brain on channel 64!
Second the flashing ec01. Until somebody finds theres a notable difference between ed01 and ec01 its just not worth the trouble getting to ed01.
Just dl the ec01 radio. Follow the instructions and use odin to flash the radio and be done with it.
Sent from my SCH-I500 using XDA Premium App
Yeah, I wouldn't quite agree with imnuts -- if for whatever reason you don't want to/can't follow the ED01 instructions, which are certainly somewhat of a hassle, you can still Odin to EC01. Odin flashing is just as painless as CWM flashing.
Falcyn said:
Yeah, I wouldn't quite agree with imnuts -- if for whatever reason you don't want to/can't follow the ED01 instructions, which are certainly somewhat of a hassle, you can still Odin to EC01. Odin flashing is just as painless as CWM flashing.
Click to expand...
Click to collapse
Flashing the full DL09 package in Odin is no more involved than flashing the EC01 modem in Odin - connect your phone, click one button, choose one file, click start.
After that, the only difference is putting two update.zips on your SD card, rebooting in recovery and choosing the 1st option. It's really hard to imagine how it could be any easier.
Depends on your imagination I suppose.
Headcase8911 said:
Depends on your imagination I suppose.
Click to expand...
Click to collapse
Not trying to be a jerk, but if that's the case, then imnuts' answer is probably the best - if you can't/don't want to flash the stock DL09 and then run two trivially simple updates, you should just stick with what you have. Maybe we'll get a leaked ED01 modem and you'll be able to flash just that.
Or, you could elaborate on exactly what problem you're having with Adrenalyn's instructions. Honestly, the whole process should take no more than 10 minutes if you have the files on hand.
Here it is again, as simple as I can make it.
Step 1, download this file: CI500_VZW_DL09_ECLAIR.tar.md5 Leave it on your computer.
Step 2, download this file: http://www.multiupload.com/F00OYXVO0K Put it on the root of your SD card, and make sure it's named update.zip
Step 3, download this file: http://www.multiupload.com/LPI21AP8TD Put it on the root of your SD card, and name it ED01update.zip.
Step 4, connect your phone in download mode, start Odin, click the PDA button, choose the first file you downloaded and press start. Wait 'till it's done and the phone will restart.
Step 5, restart the phone in recovery and choose "apply update.zip". Wait 'till it's done and the phone will restart.
Step 6, once the phone starts back up, open up My Files and rename update.zip EA28update.zip. Then rename ED01update.zip update.zip.
Step 7, repeat step 5.
Viola, you now have full ED01 - modem, kernel, ROM. Feel free to Odin the latest CWM recovery and then flash whatever ROM and kernel you want, or just use stock ED01 as is.
If you can't expend the effort to follow these simple instructions, I've already spent too much effort trying to help you. Sorry.
And I'm not trying to be a smart-mouth, I really appreciate your response and find it very helpful. That's what this is all about! I see so many threads turn to silly garbage dumps of people venting to each other about nothing. Thanks again!
Headcase8911 said:
That's what this is all about! I see so many threads turn to silly garbage dumps of people venting to each other about nothing. Thanks again!
Click to expand...
Click to collapse
I know what you mean. You might want to try Android Central, it tends to be a much friendlier place. There's numerous people there (most of which are here too) who'll bend over backwards to help you.
If I may ask, what is the difficulty you are having with the instructions? If we knew that we might be able to help you better. There really is no way around odin. But if you download the full dl09 package in install it via odin, you can just do system update from about phone..you'd need to do it twice. Once for ea28 and then ed01..but again there really isn't anything that can be done without first going the odin route.
Sent from my SCH-I500 using XDA Premium App
You are better off staying on dl09 radio. Atleast for me, I get way better battery life and dbm with it.
Sent from my SCH-I500 using XDA Premium App
Headcase8911 said:
And I'm not trying to be a smart-mouth, I really appreciate your response and find it very helpful. That's what this is all about! I see so many threads turn to silly garbage dumps of people venting to each other about nothing. Thanks again!
Click to expand...
Click to collapse
+1 on the venting, and bashing too, but i am military so i enjoy that. Twisted I know, but that's just who we are.
Much like I did for ED01, I created a new Odin for the OTA ED03 update. Once again, this doesn't include the modem, just the base system, kernel, and recovery. It will also perform a factory reset, and is currently Odin only, I'll create a CWM flashable package at some point as well. Enjoy. This should be fully stock unrooted as I was only temp-rooted when I created the image.
Download here
Benefits over ED01 as its 2 days newer than ED01 according to build date??
Sent from my SCH-I500 using XDA App
is it rooted? i figure its stock.
am i a noob? yes. but im addicted to flashing so im about to do it!!!
ED03????? WTF over?!?!?!?!
Bubbadogg14 said:
Benefits over ED01 as its 2 days newer than ED01 according to build date??
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
See the ED03 thread in General
touchthecaleb said:
is it rooted? i figure its stock.
Click to expand...
Click to collapse
It is fully stock and should be unrooted as well.
Hashes
Could you provide file hashes? I've had corrupted download with very small errors which was not detected until I use odin.
beray5 said:
Could you provide file hashes? I've had corrupted download with very small errors which was not detected until I use odin.
Click to expand...
Click to collapse
Umm, if it fails verification in Odin, it doesn't flash. How is allowing Odin to check it harder than checking it manually that you wouldn't just allow Odin to work as it is designed to do?
ok I flashed it! I don't know what's different but it's working perfectly.
Im using the latest otb kernel the latest cwm (in purple) and the ec01 radio.
I even rooted it and uninstalled all the annoying aps. Think I'm going to use this rom for now. Thanks imnuts!!!!
Edit: it just feels good to be "up-to-date" lol
Edit: LOL! such small changes.... Pointless but fun.
imnuts said:
Umm, if it fails verification in Odin, it doesn't flash. How is allowing Odin to check it harder than checking it manually that you wouldn't just allow Odin to work as it is designed to do?
Click to expand...
Click to collapse
I'm very often in places with no connection of any kind whatsoever, its also when I'm between time waiting and had the time for things like odin.
If the file is corrupted, then I would have to abort and wait for the next unknown available free time period to repeat all over again.
I don't see any files on the forums to attain the ED03 modem
Odin has a built in MD5, and created the file to support it. If you don't have a connection or time to flash via Odin, how is having the checksum going to help you? No connection and the checksum is bad, you can't download the file again. No time for Odin, and you probably don't have time to generate and verify a checksum because in the time that it'd take you to verify it, you'd be part way through flashing in Odin.
AuroEdge said:
I don't see any files on the forums to attain the ED03 modem
Click to expand...
Click to collapse
That's because there isn't a file available.
If you want the radio, you'll need to Odin back to DL09 or DI01 and go through the OTA process
imnuts said:
Odin has a built in MD5, and created the file to support it. If you don't have a connection or time to flash via Odin, how is having the checksum going to help you? No connection and the checksum is bad, you can't download the file again. No time for Odin, and you probably don't have time to generate and verify a checksum because in the time that it'd take you to verify it, you'd be part way through flashing in Odin.
Click to expand...
Click to collapse
I'll just make do with my own limitations.
Thanks.
Os anyone working on a debinged / debloated version of this?
Sent from my SCH-I500 using Tapatalk
MANY many thanks, imnuts! This will come in VERY handy in the future!
heya mate
first up thanks awesome pice of work indeed.
second , I AM A NEWBIE on myvzn fsc that i am using in INDIA i guess only DL09 seems to working well as all other builds apart from DL09 and EB01 seem to stuck on language selection after first boot.
]can you please tell me what do i have to actually do to install it ( your odin package )
i mean my details are :
Firmare
2.1-update1
baseband version
S:i500.04V.DL09
Kernal version
2,6.29
Build number
SCH-I500.DL09
the handset aint rooted ( as there is no CWM or superuser thingy ion here there is a vooodoo folder in the sdcard though - i am a noob LOL pl bear with me )
please help me man , i am sorta fed up now flashing cstuff 10 times a day since last 4 days
regards
lord dredd said:
heya mate
first up thanks awesome pice of work indeed.
second , I AM A NEWBIE on myvzn fsc that i am using in INDIA i guess only DL09 seems to working well as all other builds apart from DL09 and EB01 seem to stuck on language selection after first boot.
]can you please tell me what do i have to actually do to install it ( your odin package )
i mean my details are :
Firmare
2.1-update1
baseband version
S:i500.04V.DL09
Kernal version
2,6.29
Build number
SCH-I500.DL09
the handset aint rooted ( as there is no CWM or superuser thingy ion here there is a vooodoo folder in the sdcard though - i am a noob LOL pl bear with me )
please help me man , i am sorta fed up now flashing cstuff 10 times a day since last 4 days
regards
Click to expand...
Click to collapse
You should use this -> http://forum.xda-developers.com/showthread.php?t=1044474
Since there will not be any data wipe in that procedure as you already are on DL09 you should be able to update to ED01 without being stuck at the language menu.
Are there actually any benefits
to the ED03 update as opposed to ED01?
beray5 said:
You should use this -> http://forum.xda-developers.com/showthread.php?t=1044474
Since there will not be any data wipe in that procedure as you already are on DL09 you should be able to update to ED01 without being stuck at the language menu.
Click to expand...
Click to collapse
well i did that as well
still i get stuck at language selection window ,
just donno what to do.
seems like apart from dl09 and eb01 no other ROM works
pntballer505 said:
Are there actually any benefits
to the ED03 update as opposed to ED01?
Click to expand...
Click to collapse
benefits: very little if any
negatives? there are no mods/roms/themes available and probably wont be
So I've done some flashing in my time, but mostly through cwm and i wanted to experiment with ODIN flasher sense it seems more efficient and faster. But I ran into my first problem. How the hell do you flash a .zip file?
I've done a little reading and found that you have to extract the zip, and make it into a .md5 file somehow. How do i do this? I havn't been able to find a good guide anywhere, and some help would be appreciated.
Thanks!
What are you trying to flash from the zip? A kernel?
Sent from my SGH-I777 using xda premium
specifically? A rom i guess but i just got a new gsII sent back to me from my warranty. I need to reflash everything and I was just wondering if its possible to do from a computer.
aspen1135 said:
So I've done some flashing in my time, but mostly through cwm and i wanted to experiment with ODIN flasher sense it seems more efficient and faster. But I ran into my first problem. How the hell do you flash a .zip file?
I've done a little reading and found that you have to extract the zip, and make it into a .md5 file somehow. How do i do this? I havn't been able to find a good guide anywhere, and some help would be appreciated.
Thanks!
Click to expand...
Click to collapse
No. That's not quite true. The actual structure of a ClockworkMod Flashable zip file and an Odin flashable tar file are somewhat different.
There are tuturials around about how to build an Odin flashable tar file (or tar.md5).
Or, just use Odin when the developer provides an Odin flashable tar of his distribution.
Now, Mobile Odin is a completely different thing. It reads a variety of types of files, but it actually uses something similar to ClockworkMod Recovery to flash them.
---------- Post added at 06:42 PM ---------- Previous post was at 06:40 PM ----------
aspen1135 said:
specifically? A rom i guess but i just got a new gsII sent back to me from my warranty. I need to reflash everything and I was just wondering if its possible to do from a computer.
Click to expand...
Click to collapse
Really your best bet is to follow the stickies, or use the links in my sig.
@ aspen1135 - Go through all of creepyncrawly's links in his sig. You'll be thankful for reading all of them.