potter: set DTV prop and load DTV module for XT1683
This commit is contained in:
@@ -78,6 +78,10 @@ void vendor_load_properties()
|
|||||||
property_set("ro.hw.nfc", "true");
|
property_set("ro.hw.nfc", "true");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (sku == "XT1683") {
|
||||||
|
property_set("ro.hw.dtv", "true");
|
||||||
|
}
|
||||||
|
|
||||||
sysinfo(&sys);
|
sysinfo(&sys);
|
||||||
|
|
||||||
if (sys.totalram > 3072ull * 1024 * 1024) {
|
if (sys.totalram > 3072ull * 1024 * 1024) {
|
||||||
|
|||||||
@@ -804,6 +804,9 @@ service iprenew_wigig0 /system/bin/dhcpcd -n
|
|||||||
on property:wifi.ftmd.load=true
|
on property:wifi.ftmd.load=true
|
||||||
insmod /system/lib/modules/pronto/pronto_wlan.ko con_mode=5
|
insmod /system/lib/modules/pronto/pronto_wlan.ko con_mode=5
|
||||||
|
|
||||||
|
on property:ro.hw.dtv=true
|
||||||
|
insmod /system/lib/modules/isdbt.ko
|
||||||
|
|
||||||
service wlan_logging /system/bin/cnss_diag -q -f
|
service wlan_logging /system/bin/cnss_diag -q -f
|
||||||
class main
|
class main
|
||||||
user system
|
user system
|
||||||
|
|||||||
Reference in New Issue
Block a user