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:
@@ -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}&type={type}&sn={sn}</string>
|
||||
<string name="updater_server_url" translatable="false">https://oxmc.me/apis/aosp/ota.php?mode=sysup&device={device}&type={type}&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}&sn={sn}</string>
|
||||
<string name="menu_changelog_url" translatable="false">https://oxmc.me/apis/aosp/ota.php?mode=sysup&target=changelog&device={device}&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>
|
||||
|
||||
Reference in New Issue
Block a user