Compare commits

...

2 Commits

Author SHA1 Message Date
19ededd901
Added mastodon to contacts 2025-02-23 21:07:31 +03:00
be1de50862
fixed typo in APK_modification.md 2025-02-23 21:07:08 +03:00
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ First, decompile apk file with [apktool](https://apktool.org):
apktool d <file_name>.apk apktool d <file_name>.apk
``` ```
Replace assets or edit *Manifesst.xml*. [smali2java](https://github.com/AlexeySoshin/smali2java) can be of use for code modifications. Replace assets or edit *Manifest.xml*. [smali2java](https://github.com/AlexeySoshin/smali2java) can be of use for code modifications.
Recompile apk: Recompile apk:

View File

@ -20,8 +20,9 @@
<h1>Contacts:</h1> <h1>Contacts:</h1>
<ul> <ul>
<li><a href="https://t.me/dm1sh">Telegram</a></li> <li><a href="https://t.me/dm1sh">Telegram</a></li>
<li><a href="https://vk.com/dm1sh">VK</a></li>
<li><a href="mailto:me@dmitriy.icu">Mail (me@dmitriy.icu)</a></li> <li><a href="mailto:me@dmitriy.icu">Mail (me@dmitriy.icu)</a></li>
<li><a rel="me" href="https://pub.dm1sh.ru/@dm1sh">Mastodon</a></li>
<li><a href="https://vk.com/dm1sh">VK</a></li>
</ul> </ul>
</main> </main>
</body> </body>