Closed mrkrabs206 closed 7 months ago
i did release an update 3 days ago that addresses some of 1.x issues. https://github.com/ftde0/yt2009/commit/f955cc7d4369a3ad5d46b27044d36b455b442fc2
if you're still experiencing issues with 1.6.21, make sure you've set shouldUseMasf
to false
.
you can find where shouldUseMasf
is by opening a 1.6.20(E) APK in jadx as this one doesn't have obfuscated variable names, unlike 1.6.21. apply the required change for your 1.6.21 decompile.
i did release an update 3 days ago that addresses some of 1.x issues. f955cc7
if you're still experiencing issues with 1.6.21, make sure you've set
shouldUseMasf
tofalse
. you can find whereshouldUseMasf
is by opening a 1.6.20(E) APK in jadx as this one doesn't have obfuscated variable names, unlike 1.6.21. apply the required change for your 1.6.21 decompile.
Okk
i did release an update 3 days ago that addresses some of 1.x issues. f955cc7
if you're still experiencing issues with 1.6.21, make sure you've set
shouldUseMasf
tofalse
. you can find whereshouldUseMasf
is by opening a 1.6.20(E) APK in jadx as this one doesn't have obfuscated variable names, unlike 1.6.21. apply the required change for your 1.6.21 decompile.
There isn't a shouldusemasf in 1.6.21
yes, as variable and class names in 1.6.21 are obfuscated. i referenced 1.6.20(E) as its variable and class names aren't obfuscated (and have a shouldUseMasf
but the versions themselves don't work on modern android). once you find where shouldUseMasf
would be in 1.6.21 (using 1.6.20(E)) you can set it to false.
yes, as variable and class names in 1.6.21 are obfuscated. i referenced 1.6.20(E) as its variable and class names aren't obfuscated (and have a
shouldUseMasf
but the versions themselves don't work on modern android). once you find whereshouldUseMasf
would be in 1.6.21 (using 1.6.20(E)) you can set it to false.
thank you
Here, this is an open updates page for status.
Since I'm tired of waiting (and probably you), I have decided to make this for everyone.
Hopefully we can make 1.x apps supported with YT2009 in the near future someday (ftde0 said).
Last week: no response
Stay tuned for updates!