Skip to content

Commit e1c2ef0

Browse files
committed
android: clearer warnings on the unsupported device screen
1 parent a489829 commit e1c2ef0

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -237,20 +237,20 @@
237237
<string name="settings">Settings</string>
238238
<string name="requires_xposed">requires xposed</string>
239239
<string name="bypass_compatibility_check">Bypass compatibility check</string>
240-
<string name="bypass_compatiblity_check_confirmation">Are you sure your device is supported natively/you have Xposed module enabled?</string>
240+
<string name="bypass_compatiblity_check_confirmation">Your device is not supported. If you bypass this check, the app will most likely not work, and the developers cannot fix this. Do not report problems caused by bypassing on GitHub or Discord. Continue only if you have root with an Xposed framework, or if you fully understand the app may not work.</string>
241241
<string name="not_supported">Not supported</string>
242242
<string name="check_the_repository_for_more_info">
243-
Many devices are not supported due to limitations in the Android Bluetooth stack.
244-
\nOn these devices, root access with an Xposed framework is required for full functionality.
245-
\n\nThis limitation has been addressed in newer Android versions. The following device configurations can run the app natively:
246-
\n• Google Pixel® running Android 16 March update and later with the lateset Play system update
247-
\n• Google Pixel® running 17 Beta 3 and above
248-
\n• OnePlus devices running OxygenOS 16 or later
249-
\n• Oppo devices running ColorOS 16 or later
250-
\n\nFor details, see the project documentation.</string>
243+
Your device is not on the list of natively supported configurations. This is a limitation of the Android Bluetooth stack on your device, not something LibrePods can fix.
244+
\n\nNatively supported configurations:
245+
\n• Google Pixel® running Android 16 March update or later, with the latest Play system update
246+
\n• Google Pixel® running Android 17 Beta 3 or later
247+
\n• OnePlus devices on OxygenOS 16 or later
248+
\n• Oppo devices on ColorOS 16 or later
249+
\n\nIf your device is not listed, you need root access with an Xposed framework for the app to work.
250+
\n\nYou can bypass this screen, but on unsupported devices the app will most likely not function. Please do not open issues on GitHub or ask in Discord about this. There is nothing the developers can do.</string>
251251
<string name="name_your_own_price">(Name your own price)</string>
252252
<string name="compatibility_play_dialog_confirmation">
253-
This device may not be supported due to platform limitations and requires an Xposed framework. Tick the checkbox below and type OK to continue.
253+
Your device is not on the supported list. It requires root with an Xposed framework to work. If you bypass this check on an unsupported device, the app will most likely fail and the developers cannot help. Do not report problems caused by bypassing on GitHub or Discord. Tick the checkbox and type OK to confirm you understand.
254254
</string>
255255
<string name="type_ok_to_continue">Type "%s" to continue</string>
256256
<string name="proceed">Proceed</string>

0 commit comments

Comments
 (0)