-
Notifications
You must be signed in to change notification settings - Fork 665
[Huawei P20 lite] [AOSP 10 v214] exfat not working. #761
Comments
Micro SD still doesn't work. I can't confirm if USB OTG and NFC work. |
Give more details that "doesn't work" |
The SD card doesn't show up in any file explorer, and when i boot up the phone, it says "Issue with SanDisk SD card - Tap to fix" Edit: hid the pictures |
ok, please provide logcat after you insert the sdcard |
K issue is |
It outputs: |
I found this: Disable encryption to use Adoptable Storage (or just because you can) open /vendor/etc/fstab.hi6250 Is it related to the issue? |
@geppone70 I can't edit the file... I tried mounting /vendor read-write on FX File Explorer, but I still couldn't edit the file. I tried modifying it from TWRP, and I still couldn't do it... |
Also, I think i tried removing encryption a long time ago, but it didn't fix the sd. |
I still couldn't edit the file. I'm trying with adb shell but I get always no adb devices in list. |
a 32GB sd works, a 64 GB SD don't work, weird |
is one formatted as exfat, the other as fat32?
Le jeu. 9 avr. 2020 à 14:40, geppone70 <notifications@github.com> a écrit :
…
a 32GB sd works, a 64 GB SD don't work, weird
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
exactly, exfat 64GB and fat32 32GB |
Both of them?
Le jeu. 9 avr. 2020 à 15:07, geppone70 <notifications@github.com> a écrit :
… It's fat32
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#761 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAA4OQ2CGXIYR66VN5FUZ3RLXCAHANCNFSM4I62KPPA>
.
|
SD 64GB formatted exFAT don't work now I've formatted the SD 64GB FAT32 (using IOMEI partition manager software) and SD 64GB works too |
Ok, very good, thanks. |
Yes, exfat works on stock rom.
|
`grep exfat /vendor/etc/selinux/*` ?
Le jeu. 9 avr. 2020 à 18:03, Montelion <notifications@github.com> a écrit :
… Yes, exfat works on stock rom.
nodev sysfs
nodev rootfs
nodev tmpfs
nodev bdev
nodev proc
nodev cpuset
nodev cgroup
nodev cgroup2
nodev devtmpfs
nodev configfs
nodev debugfs
nodev tracefs
nodev sockfs
nodev bpf
nodev pipefs
nodev ramfs
nodev devpts
ext3
ext2
ext4
squashfs
vfat
msdos
exfat
nodev ecryptfs
nodev sdcardfs
nodev cifs
fuseblk
nodev fuse
nodev fusectl
nodev overlay
f2fs
nodev pstore
nodev selinuxfs
nodev functionfs
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#761 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAA4OV3JJ3OT4TV2AZKQ3DRLXWT7ANCNFSM4I62KPPA>
.
|
`echo '(genfscon exfat / (u object_r exfat ((s0) (s0))))' >>
/system/etc/selinux/plat_sepolicy.cil`
(assuming root and rw system)
after that reboot, and tell me if exfat starts working
Le jeu. 9 avr. 2020 à 18:19, Montelion <notifications@github.com> a écrit :
… grep.txt
<https://github.com/phhusson/treble_experimentations/files/4457373/grep.txt>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#761 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAA4OQLJ2WN3LYNKA2HW7LRLXYQVANCNFSM4I62KPPA>
.
|
Nope. I rebooted twice after that, but exfat still isn't working. |
Thanks for bumping this >1year old issue without adding anything useful and promoting your own closed-source software at the same time! While I'm at it I'm gonna close this since I no longer have access to that phone. Feel free to open this back up if the issue is still present on newer versions and/or there have been new developments regarding the issue. |
I'm having this issue as well. Can this be re-opened? |
@chaoscreater, reopening this! (again, keep in mind I no longer have access to that phone so I won't be able to help) |
@ashmonty that's all good. I have 2 different phones running on A11 GSI with the exact same issue. I can fix this issue on one of them with a custom kernel that supports exFat, but that kernel is unstable and has some other issues and so ideally looking for a solution on the ROM level..... I've tried to take the vold file from stock ROM and another A11 custom ROM and replaced it in /system/bin and gave it full permissions. Unfortunately, I couldn't even boot after that point. There was an old Magisk module that does something with vold and provides exfat support, but that one only works for Oreo unfortunately.... UPDATE: Found my solution! |
Same problem with redmi note 5 pro and latest crdroid 12.1 gsi. |
This twrp zip is not working for me (unneeded check for bl unlock and files are not writen into /system/xbin), and not everyone have twrp so i repacked this twrp zip into magisk module zip, here: This module disables selinux in order to mount sdcard as i don't want to spend time on learning how to write selinux policies. |
https://blog.esper.io/android-dessert-bites-27-exfat-on-pixel-532176849/ |
Micro SD, USB OTG and NFC not working (Using AOSP 10 v206).
Edit: I'm unable to check USB OTG and NFC, but I know that Micro SD still doesn't work (v214).
The text was updated successfully, but these errors were encountered: