Hi bro. Abm30. I can't install your interactive whiteboard on my max 1 X900 with snapdragon 810. What should I do. I have two TWRP. a 2.7.0.0 and 3.0.0.0 do wipe dalvik cache data system and internal storage. but err. 7 Why?
Sent from my Le X520 using
XDA-Developers Legacy app
The ROM is intended for X800+ not for X900 but it has some asserts for LeTV 1 MAX variants as well, but not for all, so your phone assert is not in updatescript from ROM and there fore it give error message. (by the way, when you get the error message you get...this ROM is for x800,...,..,but your phone is max1...or something else. Can you give me the entire message to put also your assert in new update? Thank you).
If you still want to try out you my ROM you need to edit the updatescript file from ROM by deleting first lines wit asserts and repacking the ROM.
So:
Extract the updater-script from ROM from: \META-INF\com\google\android\updater-script
You will see:
#ASSERT
assert(getprop("ro.product.device") == "x800" || getprop("ro.build.product") == "x800" || getprop("ro.product.name") == "x800" ||
getprop("ro.product.device") == "x1" || getprop("ro.build.product") == "x1" || getprop("ro.product.name") == "x1" ||
getprop("ro.product.device") == "x800+" || getprop("ro.build.product") == "x800+" || getprop("ro.product.name") == "x800+" ||
getprop("ro.product.device") == "
x900" || getprop("ro.build.product") == "x900" || getprop("ro.product.name") == "x900" ||
getprop("ro.product.device") == "
X900" || getprop("ro.build.product") == "X900" || getprop("ro.product.name") == "X900" ||
getprop("ro.product.device") == "
max1" || getprop("ro.build.product") == "max1" || getprop("ro.product.name") == "max1" ||
getprop("ro.product.device") == "x900+" || getprop("ro.build.product") == "x900+" || getprop("ro.product.name") == "x900+" ||
abort("This package is for "x800,x1,x800+,
x900,X900,max1,x900+" devices; this is a "" + getprop("ro.product.device") + "".")

;
ifelse(is_mounted("/system"), unmount("/system"));
You need to delete this files, save new updater-script. Open the ROM with 7zip and replace the original updater-script with the new one. (I made bold the MAX 1 variant existing in ROM, it seems you have something else?!)
For more details about error 7 read here:
https://forum.xda-developers.com/showthread.php?t=2522762