)]}'
{"id":"android_bootable_recovery~2457","triplet_id":"android_bootable_recovery~android-10.0~Ic93243a565008c442bcf2992069b2801532ac7c1","project":"android_bootable_recovery","branch":"android-10.0","topic":"ozip-decryption-android-10.0","hashtags":[],"change_id":"Ic93243a565008c442bcf2992069b2801532ac7c1","subject":"Add ozip decryption for Oppo/Realme device","status":"MERGED","created":"2020-06-10 22:31:49.000000000","updated":"2020-06-10 22:31:58.000000000","submitted":"2020-06-10 22:31:58.000000000","submitter":{"_account_id":1,"name":"bigbiff","email":"bigbiff@teamw.in","username":"bigbiff"},"total_comment_count":0,"unresolved_comment_count":0,"has_review_started":true,"submission_id":"2457-1591828318306-7e254570","meta_rev_id":"2e3b01c1291d51fc08ba1f7458e90de78df92233","_number":2457,"virtual_id_number":2457,"owner":{"_account_id":1,"name":"bigbiff","email":"bigbiff@teamw.in","username":"bigbiff"},"actions":{},"labels":{"Code-Review":{"approved":{"_account_id":1,"name":"bigbiff","email":"bigbiff@teamw.in","username":"bigbiff"},"all":[{"value":2,"date":"2020-06-10 22:31:54.000000000","permitted_voting_range":{"min":2,"max":2},"_account_id":1,"name":"bigbiff","email":"bigbiff@teamw.in","username":"bigbiff"}],"values":{"-2":"This shall not be merged","-1":"I would prefer this is not merged as is"," 0":"No score","+1":"Looks good to me, but someone else must approve","+2":"Looks good to me, approved"},"description":"","default_value":0}},"removable_reviewers":[{"_account_id":37,"name":"mauronofrio","email":"poronofrio@gmail.com","username":"mauronofrio"}],"reviewers":{"REVIEWER":[{"_account_id":1,"name":"bigbiff","email":"bigbiff@teamw.in","username":"bigbiff"},{"_account_id":37,"name":"mauronofrio","email":"poronofrio@gmail.com","username":"mauronofrio"}]},"pending_reviewers":{},"reviewer_updates":[{"updated":"2020-06-10 22:31:49.000000000","updated_by":{"_account_id":1,"name":"bigbiff","email":"bigbiff@teamw.in","username":"bigbiff"},"reviewer":{"_account_id":37,"name":"mauronofrio","email":"poronofrio@gmail.com","username":"mauronofrio"},"state":"REVIEWER"}],"messages":[{"id":"8589584d2432600d1b17510146794120af62d67e","tag":"autogenerated:gerrit:newPatchSet","author":{"_account_id":1,"name":"bigbiff","email":"bigbiff@teamw.in","username":"bigbiff"},"date":"2020-06-10 22:31:49.000000000","message":"Patch Set 1: Cherry Picked from branch android-9.0.","accounts_in_message":[],"_revision_number":1},{"id":"a7cd9ad7f2e1b5a2871c39183f0d50d47d35afe6","author":{"_account_id":1,"name":"bigbiff","email":"bigbiff@teamw.in","username":"bigbiff"},"date":"2020-06-10 22:31:54.000000000","message":"Patch Set 1: Code-Review+2","accounts_in_message":[],"_revision_number":1},{"id":"2e3b01c1291d51fc08ba1f7458e90de78df92233","tag":"autogenerated:gerrit:merged","author":{"_account_id":1,"name":"bigbiff","email":"bigbiff@teamw.in","username":"bigbiff"},"date":"2020-06-10 22:31:58.000000000","message":"Change has been successfully merged by bigbiff","accounts_in_message":[],"_revision_number":1}],"current_revision_number":1,"current_revision":"6d3bf891c4b6368279dc7cd0bc47a181acf037b7","revisions":{"6d3bf891c4b6368279dc7cd0bc47a181acf037b7":{"kind":"REWORK","_number":1,"created":"2020-06-10 22:31:49.000000000","uploader":{"_account_id":1,"name":"bigbiff","email":"bigbiff@teamw.in","username":"bigbiff"},"ref":"refs/changes/57/2457/1","fetch":{"anonymous http":{"url":"https://gerrit.twrp.me/android_bootable_recovery","ref":"refs/changes/57/2457/1","commands":{"Branch":"git fetch https://gerrit.twrp.me/android_bootable_recovery refs/changes/57/2457/1 \u0026\u0026 git checkout -b change-2457 FETCH_HEAD","Checkout":"git fetch https://gerrit.twrp.me/android_bootable_recovery refs/changes/57/2457/1 \u0026\u0026 git checkout FETCH_HEAD","Cherry Pick":"git fetch https://gerrit.twrp.me/android_bootable_recovery refs/changes/57/2457/1 \u0026\u0026 git cherry-pick FETCH_HEAD","Format Patch":"git fetch https://gerrit.twrp.me/android_bootable_recovery refs/changes/57/2457/1 \u0026\u0026 git format-patch -1 --stdout FETCH_HEAD","Pull":"git pull https://gerrit.twrp.me/android_bootable_recovery refs/changes/57/2457/1","Reset To":"git fetch https://gerrit.twrp.me/android_bootable_recovery refs/changes/57/2457/1 \u0026\u0026 git reset --hard FETCH_HEAD"}}},"commit":{"parents":[{"commit":"87d73d6620ea7a848ece78c1ede326f66efb8f2f","subject":"FBE: set TW_IS_FBE based on whether key version path exists"}],"author":{"name":"mauronofrio","email":"poronofrio@gmail.com","date":"2019-10-26 17:47:55.000000000","tz":120},"committer":{"name":"bigbiff","email":"bigbiff@teamw.in","date":"2020-06-10 22:31:49.000000000","tz":0},"subject":"Add ozip decryption for Oppo/Realme device","message":"Add ozip decryption for Oppo/Realme device\n\nThis function will automatically decrypt .ozip file in a .zip and it will\nsave the .zip in the same folder of the .ozip and with the same name.\nAfter the decryption, the flash will start.\n\nTo enable this function you have to set a Boardconfig flag with the\ndecryption key like i did here:\n\nhttps://github.com/mauronofrio/android_device_realme_RMX1901/commit/a30625f80a31b9b85e4948fc9f9beeb61d5bcb8a\n\nOriginal projects:\nhttps://github.com/sabpprook/ozip2zip\nhttps://github.com/bkerler/oppo_ozip_decrypt\n\nChange-Id: Ic93243a565008c442bcf2992069b2801532ac7c1\n(cherry picked from commit 0ff59845f2f8dddedb4cee9a9faf86a6294cce66)\n"},"branch":"refs/heads/android-10.0"}},"requirements":[],"submit_records":[{"status":"CLOSED","labels":[{"label":"Code-Review","status":"OK","applied_by":{"_account_id":1,"name":"bigbiff","email":"bigbiff@teamw.in","username":"bigbiff"}}]}],"submit_requirements":[{"name":"Code-Review","status":"SATISFIED","is_legacy":true,"submittability_expression_result":{"expression":"label:Code-Review\u003dCustom-Rule","fulfilled":true,"status":"PASS","passing_atoms":["label:Code-Review\u003dCustom-Rule"],"failing_atoms":[],"atom_explanations":{}}}]}
