View Single Post
Old 02-10-2010, 03:44 PM   #13
monkeyman
Junior Member
monkeyman began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Feb 2010
Device: sony 505
if (this.compareDeviceVersion(version)) { this.checkmark.show(true) this.button.enable(false) this.container.setVariable("updateStatus", "This PRS-505 is up-to-date") } else { this.checkmark.show(false) this.button.enable(true) this.container.setVariable("updateStatus", "Please click below to continue") }

Change the first false to true and it will always give you the option to update. if you advance to a newer madeup version to pass the check, you can't run some of the universal flashers as it won't recog your version number.

B

PS: thanks for the tip as to unzip and which file has the boolean test.
monkeyman is offline   Reply With Quote