clover: Add camera model setup to init
*needed to get device name in taken photos
This commit is contained in:
parent
cd74eb9331
commit
dd8fdd6f3d
1 changed files with 8 additions and 4 deletions
|
@ -55,6 +55,10 @@ on boot
|
||||||
chmod 0660 /proc/touchscreen/enable_dt2w
|
chmod 0660 /proc/touchscreen/enable_dt2w
|
||||||
chown system system /proc/touchscreen/enable_dt2w
|
chown system system /proc/touchscreen/enable_dt2w
|
||||||
|
|
||||||
|
# Camera ID
|
||||||
|
setprop persist.vendor.camera.exif.model "Mi PAD 4"
|
||||||
|
setprop persist.sys.exif.model "Mi PAD 4"
|
||||||
|
|
||||||
service macaddress_setup /vendor/bin/sh /vendor/bin/init.macaddress_setup.sh
|
service macaddress_setup /vendor/bin/sh /vendor/bin/init.macaddress_setup.sh
|
||||||
class main
|
class main
|
||||||
user root
|
user root
|
||||||
|
|
Loading…
Reference in a new issue