Quote:
Originally Posted by kaznelson
Is it possible to rollback the firmware from 3.3.1 to 3.2.4 without disassembling the device?
|
Yes, you probably can. You need to decrypt the 3.3.1 update then modify the script to not care about version. The first line can be removed:
Code:
(!less_than_int(1638337177, getprop("ro.build.date.utc"))) || abort("E3003: Can't install this package (Wed Dec 1 13:39:37 CST 2021) over newer build (" + getprop("ro.build.date") + ").");
I would really advise againt this. You don't want to get left behind. Whatever you're objecting to can probably be fixed so that you can keep up with updates.