forty875

Results 3 issues of forty875

### Information 1. **Apktool Version (`apktool -version`)** - 2.5.0 2. **Operating System (Mac, Linux, Windows)** - Windows 3. **APK From? (Playstore, ROM, Other)** - Sony Select ### Stacktrace/Logcat ``` ###...

is there a way to decrypt a file (i think the mp4 file is bad) the correct way which has multiple Sample Description / fourcc. Or is it possible to...

**German umlaut example:** ``` print(ftfy.fix_text('ß')) print(ftfy.fix_text('Ü')) print(ftfy.fix_text('ü')) print(ftfy.fix_text('Ö')) print(ftfy.fix_text('ö')) print(ftfy.fix_text('Ä')) print(ftfy.fix_text('ä')) print(ftfy.fix_text('RUF MICH ZURÜCK.')) ``` **Output:** ``` ß Ãœ ü Ö ö Ä ä RUF MICH ZURÜCK. ``` The german...