@bguerville , Taking advantage of the fact that you are online, let me ask you something.
Is there any way to patch the vsh or layout .txt files after they are already loaded?
AFAIK, the layout files are loaded into memory only once, just like the vsh.
I need to patch both the vsh and some layout.txt files after enabling HEN to fix some layout issues I have because I'm using 4.80~4.88 rcos and sprx's on HEN, i succesfully patched the vsh.self and the layout files on CFW, now i need to find a way to do the same on HEN.
I gotta fix it this way because I've got over 3k modded rcos, mostly system_plugin.rco. Editing all of 'em with the new layout values would be a pain in the a$$. So, patching the vsh seems like the easiest route. I did it on CFW just fine (Thanks to
@Evilnat that ported the 4.84 vsh to 4.90, so i just compared them), i found the values and offsets already. Now, i gotta do it on HEN somehow.
I got it mostly patched with some dirty tricks in the layout files, but with 4.89+, there's a problem, the notification position is being read on the same line as the mouse pointer scale value. So, to avoid messing up the mouse pointer, I had to sacrifice the original notification position and it's bugging me for years.