メモ

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

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