M
ModdingMyMind
Guest
Hmm I might try it out mind saying where it is?
Its inside the ramdisk found within the boot.img itself. If you plan to edit it, you will need to unpack the boot.img, then unpack the ramdisk, edit that file, repack the ramdisk, then repack the boot.img as a whole again.
If you try to edit the actual file from your phone via a file manager, then know that it will go away upon rebooting the device because the boot.img writes itself out every time.
Edit: the boot.img isn't like the system.img or "partitions" where you can simply mount said partition with RW permissions then change it back to RO as seen with the /system itself. The boot.img currently has to be handled differently.