Hi people, after a crash I was unable to again update my ROM. So I needed to remove the 1st line (assert) and not it works. The problem is newer version will always fail. Just that exact ROM I changed the update script will work, automatically, if I need to update I will need to again remove the line.
I understand what assert will do, so if getprop("ro.product.device") differs from my device check it will fail. I think the right side from that statement has been lost, I mean, the script will check somewhere (sys var?) to ensure my device is that expected, and that variable is wrong, how to fix that part, so I will no longer need to edit the script.
Thank you for help.
I understand what assert will do, so if getprop("ro.product.device") differs from my device check it will fail. I think the right side from that statement has been lost, I mean, the script will check somewhere (sys var?) to ensure my device is that expected, and that variable is wrong, how to fix that part, so I will no longer need to edit the script.
Thank you for help.