Hi,
I've been playing with GOS for some time and this is a very pleasant experience. As I play a bit with secondary profiles and I'm a control freak, I like to set them up to look/behave the same so I can test new apps in the same conditions every time or simply create "ready to use" profiles. As there's no "clone" or "copy" functionality when creating a new profile, I've wrote an quick and dirty tool which leverages ADB to change various settings here and there.
It works for 99% the settings I need to change but I noticed that some settings seem to be ignored and don't change at all and others I can't figure out how to set them:
sysui_qs_tiles in secure namespace: Whatever I set here is ignored and does not change, whatever the user is (owner or secondary). I also have a Samsung phone for other uses and there, this setting works exactly as expected and the changes are applied in real time. Is there something special in GOS which prevents this setting to be changed?
notification_sound in system namespace: The format is content://0@media/external/audio/media/38?title=Sonar&canonical=1 with the first 0@ being the user ID but how do I determine the number after media/? Where that 38 comes from. On various tests, it seems to change.
Side question: Is there a way to refresh the internal list of media using ADB? If I copy new files to /sdcard/XXX with XXX being Alarms, Notifications and Ringtones, I have to reboot the phone for the new files to appear in the media selectors for the respective settings.
Thank you for any information and have a nice day