You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
300 B
13 lines
300 B
3 years ago
|
on boot
|
||
|
chmod 0660 /dev/sec-nfc
|
||
|
chown nfc nfc /dev/sec-nfc
|
||
|
chmod 0660 /dev/p3
|
||
|
chown system system /dev/p3
|
||
|
chmod 0660 /dev/pn547
|
||
|
chown nfc nfc /dev/pn547
|
||
|
chmod 0660 /dev/p61
|
||
|
chown system system /dev/p61
|
||
|
|
||
|
on post-fs-data
|
||
|
# NFC KEY
|
||
|
mkdir /data/vendor/nfc 0770 nfc nfc
|