Information | Patches | Basic breakdown of a patch

In this informational post, we will briefly explain

  • what the basic contents of a patch are
  • what happens during error checking
  • and the logic behind removing a patch

** IMPORTANT NOTICE **

SliderWithStyle.com and its members are not to be blamed for any mishaps and/or damages done to your phone by following this, and any of our tutorials available on the site. This tutorial has been proven to work by members of SliderWithStyle.com and many others. If you do not trust us, or the software, you are free to not take this risk. As long as this tutorial is closely followed, nothing should go wrong.

Information listed in this site has been proven correct before. If you believe that any information is wrong, and you have the right answer to it, please contact the Site Administrator


Take this patch for W580 R8BE001 for example:

;W580 SW-R8BE001 
;Reduction of time of deduction of the keys 
;Faster moving through items , menus ... 
;© IronMaster 
;(p) MysticBeast 45357902: FA80 C820

;W580 SW-R8BE001
;Reduction of time of deduction of the keys
;Faster moving through items , menus ...
;© IronMaster
;(p) MysticBeast

Everything that starts with a ';' means its a comment and will not be read by the patching software.
It usually tells you info about the patch. The phone and version its made for, followed by the description, followed by the person who made it, followed by the person who ported it to that phone.


45357902: FA80 C820

Is the main part of the patch.


45357902:

Is the address where the value needs to be changed


FA80

Is the original value of this address (So that it can be removed in the future, and also to check if it matches)
(If this value differs, it will output a 'byte mismatch' error, sometimes also indicating the line number)


C820

Is the value to replace that original value in that address.


Thus, when you remove a patch, the software reads in the 3rd set of address as the 'original' value, and takes the 2nd set of address as the 'replacing' value, i.e. 'swapping' the 2nd and 3rd set.
With that logic, any byte mismatch you occur when removing a patch will be because the 3rd set of address does not correspond with the current value in the MAIN.

Pretty simple logic, isn't it?


[Originally mentioned here]

s in cranberry twp

Hi all. He's simply got the instinct for being unhappy highly developed.
I am from Honduras and learning to read in English, give please true I wrote the following sentence: "Massage therapy schools, legitimate programs commonly are initial for strategy at the top well to the little knowledge."

Thanks :-). Britain.

This article is very

This article is very informative and I liked it a lot. I will be coming back to this blog in the future. I found lots of interesting information here. <a href=http://www.unclepayday.com>payday loan</a>

Post new comment

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <b> <u> <i> <del> <font> <h1> <h2> <h3> <h4> <h5> <pre> <br> <p> <div>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.