Okay.. So i'd like to ask another question, in regards to the patchrom..
I've run into another error, all of a sudden, which looks like this:
Code:
unzipping target target-files...
using device-specific extensions in .
using prebuilt boot.img...
Traceback (most recent call last):
File "/root/patchrom/tools/releasetools/ota_from_target_files", line 846, in
main(sys.argv[1:])
File "/root/patchrom/tools/releasetools/ota_from_target_files", line 814, in main
WriteFullOTAPackage(input_zip, output_zip)
File "/root/patchrom/tools/releasetools/ota_from_target_files", line 430, in WriteFullOTAPackage
if boot_img and not device_specific.WriteRawImage("/boot", "boot.img"):
File "/root/patchrom/tools/releasetools/common.py", line 687, in WriteRawImage
return self._DoCall("WriteRawImage")
File "/root/patchrom/tools/releasetools/common.py", line 655, in _DoCall
return getattr(self.module, function_name)(*((self,) + args), **kwargs)
File "./releasetools.py", line 6, in WriteRawImage
info.script.Mount("/cust")
File "/root/patchrom/tools/releasetools/edify_generator.py", line 138, in Mount
p = fstab[mount_point]
KeyError: '/cust'
I didn't change anything in the files mentioned, so i'm not sure what i'm looking for here.. The files i got are identical to the ones on github.
Any tips are welcome