Warning: file_put_contents(): Only -1 of 6618 bytes written, possibly out of free disk space in /web/libs/classes/SqlCache.php on line 43 AnyKernel2-grouper-7.1.2_20230410_exfat.zip | by kiraryu for Nexus 7
Disable cpuquiet
Support Exfat for otg (manual mount only)
---------------------------------------------------
## Compatibility
* Nexus7 2012 (Grouper/Tilapia)
* Android 7.1.2 AOSP
Unoffical rom: https://forum.xda-developers.com/t/3467514/
Additional Information:
To manual mount exfat:
On terminal app {
su --mount-master
mkdir /mnt/usb
mount -t exfat -o context=u:object_r:fuse:s0,noatime,nodev,nosuid,uid=0,gid=9997,noexec,rw /dev/block/sda1 /mnt/usb
}
-------------------------------------------------------
To umount exfat:
umount /dev/block/sda1