Page 1 of 1

How To Unlock An ExtSD AQ Storage Location on Android 10

Posted: Sat Mar 07, 2020 12:36 pm
by Yemble
This is an old Marshmallow issue that I thought I'd seen the last of, however, it is back in Android 10.

If you store maps on an external SD card and you don't want them to be deleted should AQ ever get un-installed, the you need to pick a location other than the Google "standard". AQ gives you this choice, but you may find that the alternative location is locked (with a padlock icon) and cannot be selected. In some previous flavours of Android, there was a simple Developer Option setting to get round this, but it no longer appears to function on Android 10, at least not on my Xiaomi Redmi Note 7 Pro phone.

There is a solution, however, which was the one I used to use back in the Marshmallow days. It involves editing the /data/system/packages.xml file, for which you will require root access. Note, you may need to take a copy of the file and edit it elsewhere, a PC for instance.

Search for: <package name="psyberia.alpinequest.full" ...

...and add the folowing pair of statements...

<item name="android.permission.READ_MEDIA_STORAGE" granted="true" flags="0" />
<item name="android.permission.WRITE_MEDIA_STORAGE" granted="true" flags="0" />

Save and reboot. The padlock will now have been removed from the alternative AQ save location.

Re: How To Unlock An ExtSD AQ Storage Location on Android 10

Posted: Mon Mar 09, 2020 12:34 pm
by Psyberia-Support
Thanks for this tutorial.