View Single Post
Posts: 28 | Thanked: 46 times | Joined on Apr 2012
#192
Well... that's that then

Frost,
Did you have the chance to test the patched module? Are the levels to your liking?
I know I have tested. No ill effects for now.
Do you think it's worth writing a script that would automatically edit the binary with some desired values?
Does anyone know how to make a temporary filesystem redirect (mount or symbolic link) so that it gets reset after a reboot? What I have in mind is something like:
- script get desired values from user
- script makes a copy of the current .so file and edits with given values
- script mounts new .so module under old name (effectively temporarily overwriting the old module)
- script kills mce in order for it to grab new values
- in case a crash occurs and phone reboots - it should pick up old, stable, module.
- if everything worked fine, user should re-run script with some option to make changes permanent (during which the script should still make a backup copy of the module, rename the new one and kill mce again).
I hope I'm not stealing the thread