Skip to content

Commit eb8959b

Browse files
authored
app: update info about Super Key (#840)
Further defined Super Key requirements (tested on sunfish) Extended "Authentication failed" reasons
1 parent a2e7776 commit eb8959b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<string name="patch_item_extra_args">Args:</string>
9797
<string name="patch_item_extra_event">Event:</string>
9898
<string name="patch_item_skey">Super Key</string>
99-
<string name="patch_item_set_skey_label">The length of super key should be at least 8 characters and include both numbers and letters</string>
99+
<string name="patch_item_set_skey_label">Super Key should be 8-63 characters and include both numbers and letters, but no special characters</string>
100100

101101

102102
<string name="home_kernel">Kernel</string>
@@ -191,7 +191,7 @@
191191
<string name="mode_select_page_install_inactive_slot_warning">Your device will be **FORCED** to boot to the current inactive slot after a reboot!\nOnly use this option after OTA is done.\nContinue?</string>
192192

193193
<string name="home_dialog_auth_fail_title">Authentication failed</string>
194-
<string name="home_dialog_auth_fail_content">Unable to authenticate the super key, therefore APatch cannot work properly.\nHere are some possible reasons for authentication failure:\n1. You have not patched the boot image with KernelPatch.\n2. The patched boot image was not flashed.\n3. Super key wrong.\n4. Your device does not support APatch and KernelPatch.\n\nPlease check and try again. If there are still issues, you can always ask questions on the official repository\'s issues page.</string>
194+
<string name="home_dialog_auth_fail_content">Unable to authenticate the super key, therefore APatch cannot work properly.\nHere are some possible reasons for authentication failure:\n1. You have not patched the boot image with KernelPatch.\n2. The patched boot image was not flashed.\n3. Super Key is wrong or contains special characters.\n4. Your device does not support APatch and KernelPatch.\n\nPlease check and try again. If there are still issues, you can always ask questions on the official repository\'s issues page.</string>
195195

196196
<string name="home_more_menu_feedback_or_suggestion">Feedback or suggestion</string>
197197
<string name="home_more_menu_about">About</string>

0 commit comments

Comments
 (0)