Quote:
Originally Posted by Rand0m
I think I am confused at the very beginning of the step process. Why do I need to download something to go into system32 for windows? I have don't understand that step and I am nervous to do anything to system32 considering how important it is for the machine. Is there a better way to explain it, am I confused?
|
Understandable, it is a bit unnerving to just throw a random .exe file into your system folder if you don't know what it does.
md5sum is a file identification program. It checks the md5 hash code generated on a file. This hash code will change if nearly any alteration or change is made to the file, so it functions like a file fingerprint.
It is important here because using RSDlite is the riskiest (tho not that risky) part of the process and we don't want to try and flash a corrupted .sbf file that can screw stuff up.
so you download the .sbf and run md5sum on it to get the md5 hash code of the file you downloaded matches the one in thread, therefore verifying that the file you downloaded is not corrupt, tampered with, or just different for some reason.
the reason it goes in the system32 folder, is that that folder is already part of your system's "Path" variable which just means that when I try to run a command in the DOS prompt it checks for that command in folders specified in the Path. It's a shortcut, so I don't have to type "C:\windows\system32\md5sum" every time I want to check a md5sum.
you don't need to put it in the system32 folder you could run it from anywhere but you would need to specify the location of the command every time. Or you could add its location to the Path variable.
Quote:
Originally Posted by Rand0m
I've seen footage of people creating nandroid back ups. Is this when you flash into recovery and create a back up to your sd card?
Sorry for the questions... I really do appreciate the help.
|
yeah, first you go to recovery, then you create a Nandroid backup.