Quote:
Originally Posted by ottischwenk
But after 13.2.1 my Tolino wants to update to 12.2!
|
Quote:
Originally Posted by Peripathetic
The update script has a basic check to abort the update if the device name is not what it expects:
Code:
getprop("ro.product.device") == "ntx_6sl"
|| getprop("ro.product.device") == "tolino_vision2"
|| getprop("ro.product.device") == "tolino"
|| abort("This package is for tolino devices except shine1!");
Still, other things can go wrong at times. As @ottischwenk said, best to have a complete image of the SD card, and you're covered, also in case of SD card failure which I think is much more likely. Even better to use a replacement larger/faster SD card and keep the original one as a spare.
|
I've seen a disassembling video and got to the conclusion that they really tried to make sure that you break stuff if you want to disassemble the device yourself. I don't want to break a device that's only 3 months old...