From e1cb983cec9a194a1937091b76a3643a93c8d80a Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Sun, 20 Jan 2019 19:11:20 +0100 Subject: [PATCH] Point the Kindle 4 to non-legacy OTAs It uses the same CPU as a Kindle Touch ;). --- frontend/ui/otamanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/otamanager.lua b/frontend/ui/otamanager.lua index b74c6103b..e9c4bf0f2 100644 --- a/frontend/ui/otamanager.lua +++ b/frontend/ui/otamanager.lua @@ -82,7 +82,7 @@ function OTAManager:getOTAModel() elseif Device:isCervantes() then return "cervantes" elseif Device:isKindle() then - if Device:isTouchDevice() then + if Device:isTouchDevice() or Device.model == "Kindle4" then if self:_isKindleWarioOrMore() then return "kindlepw2" else