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=.
This commit is contained in:
2026-07-09 01:25:08 -07:00
parent 6acf5f53ef
commit d253b57d1d
+2 -2
View File
@@ -19,7 +19,7 @@
Optional placeholders replaced at runtime:
{device} - Device name
-->
<string name="updater_server_url" translatable="false">https://oxmc.me/aosp_apis/update.php?device={device}&amp;type={type}&amp;sn={sn}</string>
<string name="updater_server_url" translatable="false">https://oxmc.me/apis/aosp/ota.php?mode=sysup&amp;device={device}&amp;type={type}&amp;sn={sn}</string>
<string name="verification_failed_notification">Verification failed</string>
<string name="verifying_download_notification">Verifying update</string>
@@ -71,7 +71,7 @@
<string name="menu_copy_url">Copy URL</string>
<string name="menu_export_update">Export update</string>
<string name="menu_show_changelog">Show changelog</string>
<string name="menu_changelog_url" translatable="false">https://oxmc.me/aosp_apis/update-changelog.php?device={device}&amp;sn={sn}</string>
<string name="menu_changelog_url" translatable="false">https://oxmc.me/apis/aosp/ota.php?mode=sysup&amp;target=changelog&amp;device={device}&amp;sn={sn}</string>
<string name="menu_ab_perf_mode">Prioritize update process</string>
<string name="menu_update_recovery">Update recovery</string>
<string name="toast_forced_update_recovery">It is impossible to disable PawletOS Recovery updates on this device.</string>