Advertisement
gimmeitorilltell

t6spr-univ updater-script

May 5th, 2016
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. assert(get_device_compatible("t6") == "OK" || getprop("ro.build.product") == "t6" || get_device_compatible("t6ul") == "OK" || getprop("ro.build.product") == "t6ul" || get_device_compatible("t6wl") == "OK" || getprop("ro.build.product") == "t6wl" || get_device_compatible("t6vzw") == "OK" || getprop("ro.build.product") == "t6vzw" || get_device_compatible("t6whl") == "OK" || getprop("ro.build.product") == "t6whl" || get_device_compatible("t6spr") == "OK" || getprop("ro.build.product") == "t6spr" || get_device_compatible("t6dug") == "OK" || getprop("ro.build.product") == "t6dug" || get_device_compatible("t6dwg") == "OK" || getprop("ro.build.product") == "t6dwg" || get_device_compatible("t6tl") == "OK" || getprop("ro.build.product") == "t6tl" || abort("This package is for device: t6,t6ul,t6wl,t6vzw,t6whl,t6spr,t6dug,t6dwg,t6tl; this device is " + getprop("ro.product.device") + "."););
  2. ui_print("Target: 1462424023");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement