View Single Post
Old 12-08-2022, 06:43 AM   #25
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,952
Karma: 17500001
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Quote:
Originally Posted by kaznelson View Post
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.
Renate is offline   Reply With Quote