If i got my
DEVICE bricked...then I have no other phone

So if any one could test it....:good:
What kernel have you used? did you changed mount points in updater script? from which device have you ported it?
people might treat this device as toy but it doesn't mean they go on flashing anything without any knowledge. it's stupidity.
the most important part of the device is kernel, if it's another device, it will surely brick.
it also need the port device has the same cpu, resolution, ram, camera. shed some light
Mount points in your updater script
mount("ext4", "EMMC", "/dev/block/mmcblk0p16", "/system");
Mount Point of our device system
mount("ext4", "EMMC", "/dev/block/mmcblk0p16", "/system");
fine
mount point of /data in your updater script
mount("ext4", "EMMC", "/dev/block/mmcblk0p7", "/data"); its wrong and will fail upon flash
our device /data mounts on
mount("ext4", "EMMC", "/dev/block/mmcblk0p25", "/data"); this is correct
boot.img point is ok
package_extract_file("boot.img", "/dev/block/mmcblk0p8");
ro.build.version.sdk=04 ? seriously? lollipop 5.1.1 is sdk=22
it's good to be smart, and gain respect. but there are no shortcuts, you didn't even asked any question on the guide thread, you failed to even look closely the important parts, why? because it wasn't on that guide.
No, nobody should flash this on their device. your kernel seems good to go, i checked the mount scripts. maybe its
@KlinkOnE cm11 kernel. idk. but it won't brick. you try this yourself, if you want people to thank you and give you credit for it. be brave or learn nicely.