well, change the format of the SD card as ext4 and for the moment the internal memory does not give an error and it works fine, for now I can use Android 11Then I can give no satisfactory answer.
If this would be my SD card, I would try to reformat the SD card with ext4; that should work. But ext4 can only be used in *nix operating systems.
Has anyone tested this version? Have you seen any weird behaviour?
As I've written...So it indeed looks like microG must be removed when using Google apps.
adb root
adb shell
mount -o remount,rw /
rm /system/priv-app/DroidGuard/DroidGuard.apk
rm /system/priv-app/FakeStore/FakeStore.apk
rm /system/priv-app/GmsCore/GmsCore.apk
rm /system/priv-app/GsfProxy/GsfProxy.apk
exit
adb root
adb shell logcat -b all -d > logcat
adb pull /sys/fs/selinux/policy
cd sys/fs/pstore
cp * /sdcard
suzuran:/ $ dd if=/dev/zero of=/sdcard/output count=65536
65536+0 records in
65536+0 records out
33554432 bytes (32 M) copied, 0.706444 s, 45 M/s
suzuran:/ $