From d253b57d1d5a1f951a185b7fa3c791251e49e51c Mon Sep 17 00:00:00 2001 From: oxmc7769 Date: Thu, 9 Jul 2026 01:25:08 -0700 Subject: [PATCH] Point updater/changelog URLs at the consolidated ota.php dispatcher Both strings still pointed at aosp_apis/*.php endpoints that no longer exist now that ota.php handles sysup and changelog via mode=/target=. --- app/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 898d910..ffdcbe6 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -19,7 +19,7 @@ Optional placeholders replaced at runtime: {device} - Device name --> - https://oxmc.me/aosp_apis/update.php?device={device}&type={type}&sn={sn} + https://oxmc.me/apis/aosp/ota.php?mode=sysup&device={device}&type={type}&sn={sn} Verification failed Verifying update @@ -71,7 +71,7 @@ Copy URL Export update Show changelog - https://oxmc.me/aosp_apis/update-changelog.php?device={device}&sn={sn} + https://oxmc.me/apis/aosp/ota.php?mode=sysup&target=changelog&device={device}&sn={sn} Prioritize update process Update recovery It is impossible to disable PawletOS Recovery updates on this device.