sorry to write again.. it ported after i removed the assert
assert(getprop("ro.product.device") == "A311" || getprop("ro.build.product") == "A311" || abort("E3004: This package is for device: A311; this device is " + getprop("ro.product.device") + "."););
i am facing 2 issues
1. there is no...