SYSTEM NOTICE: Just a heads up, we are doing routine system maintenance on the site. Uploads will be disabled during this time. The maintenance may take up to 24 hours. Thank you for your understanding and patience.
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