>>962
パソコンでadb使えるの?
使えないなら adb インストール で検索して
adb使える環境つくる

USBでパソコンとつないで開発者オプションからデバッグ有効にして
下記のコマンド送ればアップデートはされなくなる

adb shell pm disable-user --user 0 com.amazon.kindle.otter.oobe.forced.ota
adb shell pm disable-user --user 0 com.amazon.kindle.otter.oobe
adb shell pm disable-user --user 0 com.amazon.device.software.ota
adb shell pm disable-user --user 0 com.amazon.device.software.ota.override


アップデートしたくなったら、下記のコマンド送れば元に戻る

adb shell pm enable com.amazon.kindle.otter.oobe.forced.ota
adb shell pm enable com.amazon.kindle.otter.oobe
adb shell pm enable com.amazon.device.software.ota
adb shell pm enable com.amazon.device.software.ota.override