Note: An Update to my recovery (TWRP) has fixed the issue. Sorry MIUI, this wasn't your bug!
Hi All,
I've got a recurring issue with MIUIAndroid builds - the script assert doesn't recognise my device and fails every week. I have to manually edit the updater-script on my device, which is a PITA. I've attached the updater-script and the build.prop and would appreciate it if someone could take a look and tell me whats going wrong. I'm using official TWRP recovery which (as far as I can see) doesn't have an option to disable the asserts.
The problematic code:
assert(getprop("ro.product.device") == "m0" || getprop("ro.build.product") == "m0" || getprop("ro.product.device") == "galaxys3" || getprop("ro.build.product") == "galaxys3" || getprop("ro.product.device") == "GT-I9300" || getprop("ro.build.product") == "GT-I9300");
My ro.product device = m0
My ro.build.product = m0
Note: Added .txt extensions to build.prop & updater-script so I could upload them.
Hi All,
I've got a recurring issue with MIUIAndroid builds - the script assert doesn't recognise my device and fails every week. I have to manually edit the updater-script on my device, which is a PITA. I've attached the updater-script and the build.prop and would appreciate it if someone could take a look and tell me whats going wrong. I'm using official TWRP recovery which (as far as I can see) doesn't have an option to disable the asserts.
The problematic code:
assert(getprop("ro.product.device") == "m0" || getprop("ro.build.product") == "m0" || getprop("ro.product.device") == "galaxys3" || getprop("ro.build.product") == "galaxys3" || getprop("ro.product.device") == "GT-I9300" || getprop("ro.build.product") == "GT-I9300");
My ro.product device = m0
My ro.build.product = m0
Note: Added .txt extensions to build.prop & updater-script so I could upload them.