Quote:
Originally Posted by rantanplan
Do the Tolinos check if the update.zip is actually intended for them? I don't want to brick my Shine because I installed an Epos update.
|
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.