I have a backup I made with iOS 5 beta2 (with iTunes 10.5 beta also). But to my surprise, it doesn’t contain an mbdx file.
The mbdb file looks same as previous format. How can I match the file ID and file name without Manifest.mbdx?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The hex file name in the backups folder is the SHA hash of the file path appended to the domain, with a “-” in between. So the hash of “DomainName-/path/filename.png” will match to the correct file.
NOTE: App files have their domains prefixed with
AppDomain-, likeAppDomain-com.supercrazyawesome.myapp. Make sure you include that full string when calculating the SHA hash.