Android Modding Version 2.5.16.6 is it possible?
![Elo_Naj](https://lh5.googleusercontent.com/-hHgXrF1VCzM/AAAAAAAAAAI/AAAAAAAAAAA/AAnnY7pxkhYf86r0RjWPGTC1EEQhsPXYKA/mo/photo.jpg)
I have tried a lot to add the Imoen Romance Pack to my Android Version. Everything failed. I soon realized that most manuals for modding the android version are for the 1.3. Version. Is there a way to mod V. 2.5.16.6?
0
Comments
Hope that helps
Gus
Edit: I confirmed that the mod works. Again thank you for developing this method.
Edit 2: For those who use linux like me do not be scared to use wine it works. For creating the empty file I suggest dd.
Gus
In my case since I changed into the dir (cd /path/to/dir) before:
dd if=/dev/zero of=000.000 bs=1 count=11676879
Edit: For those who wonder what bs does. You can define the byte size there (1, 2, 1k, 1m etc...)