From: Po Lu Date: Sat, 15 Feb 2025 06:46:37 +0000 (+0800) Subject: ; * etc/PROBLEMS: Document how to grant storage permissions on Wear OS. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~32 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=81ca9c75f1170f2b4cc85c69e859f68da4c508e4;p=emacs.git ; * etc/PROBLEMS: Document how to grant storage permissions on Wear OS. --- diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 1f44c38ee3a..54e0c3ffd1e 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -3823,6 +3823,16 @@ devices manufactured by OnePlus and possibly others. Sadly, to the best of our knowledge such events cannot be distinguished from legitimate keypresses. +** Emacs crashes or is not acknowledged by the OS when requesting storage permissions. + +This is only possible on Wear OS (an Android distribution), where the +system component that provides confirmation dialogs for this type of +permission is unavailable. You may circumvent this component by +connecting to your device over ADB as in the preceding entries and +executing: + + $ adb shell appops set --uid org.gnu.emacs MANAGE_EXTERNAL_STORAGE allow + * Build-time problems ** Configuration