I'm beta testing the keyboard app "Futo keyboard" because it works offline and leverages a local AI to improve privacy.
Learning data is cached to the app directory before it is used to train better autocorrect.
I would like to see this training data to understand how the keyboard is working.
However, I cannot access /data, even with adb access. Is this the same as general android releases?
Is there a way to do it?
Or should I:
1) backup the entire device and learn out to extract the app data?
2) Avoid trying to use graphemeOS for this entirely, and get into genymotion emulation
3) try to edit the app itself and add a menu option to expose the training data
4) something else?