Open Minionguyjpro opened 4 months ago
Found a recovery.fstab which is also pointed to in the all_files.txt file, not sure why aospdtgen cannot find it.
I can try create pull request with using ALL fstab files. just wait.
oops, i can't
not sure why aospdtgen cannot find it
maybe because script search for file starting with fstab. not ending with .fstab ?
if (is_relative_to(file.relative_to(self.vendor.path), "etc") and file.name.startswith("fstab."))
got the same issue. i have fstab.samsungexynos7570, recovery.fstab and another fstab.samsungexynos7570 in my dumpyara dump. has anyone fixed it? or is the dump folder not correctly setup?
fixed it by copying the fstab.____ from /boot/ramdisk to /system/vendor/etc
fixed it by copying the fstab.____ from /boot/ramdisk to /system/vendor/etc
Worked! I copied it to system/etc
though, which also worked. I think it has to be in the system partition somewhere to function.
通过将 fstab.____ 从 /boot/ramdisk 复制到 /system/vendor/etc 来修复此问题
/vendor/etc is also working /vendor/etc同样有效
Hello, I am getting this error after using dumpyara to dump my OTA package and then parse it to aospdtgen:
The path is valid, although I don't see a seperate fstab although I do see them in the ramdisks but it's called
fstab.samsungexynos7870
(referring to my SoC). Maybe renaming to fstab would work?Original firmware (.tar.md5 is inside of the ZIP file) boot.img recovery.img