feat(Jakdojade) Add Disable ads patches#6478
Draft
TymekV wants to merge 3 commits intoReVanced:devfrom
Draft
Conversation
Member
|
So it seems like maps works differnently, its not just gmscore support patch.. I think the maps sdk checks the cert inside the app, so if you find the relevant code and spoof the cert fingerprint (=signature) then it should work (without gmscore maybe?) |
Disable ads patches
oSumAtrIX
reviewed
Jan 13, 2026
patches/src/main/kotlin/app/revanced/patches/jakdojade/ad/RemoveAdsPatch.kt
Outdated
Show resolved
Hide resolved
oSumAtrIX
reviewed
Jan 13, 2026
patches/src/main/kotlin/app/revanced/patches/jakdojade/ad/RemoveAdsPatch.kt
Outdated
Show resolved
Hide resolved
oSumAtrIX
reviewed
Jan 13, 2026
patches/src/main/kotlin/app/revanced/patches/jakdojade/ad/RemoveAdsPatch.kt
Outdated
Show resolved
Hide resolved
oSumAtrIX
reviewed
Jan 13, 2026
patches/src/main/kotlin/app/revanced/patches/jakdojade/ad/RemoveAdsPatch.kt
Outdated
Show resolved
Hide resolved
oSumAtrIX
reviewed
Jan 13, 2026
patches/src/main/kotlin/app/revanced/patches/jakdojade/ad/Fingerprints.kt
Show resolved
Hide resolved
oSumAtrIX
reviewed
Jan 13, 2026
patches/src/main/kotlin/app/revanced/patches/jakdojade/ad/Fingerprints.kt
Outdated
Show resolved
Hide resolved
oSumAtrIX
reviewed
Jan 13, 2026
patches/src/main/kotlin/app/revanced/patches/jakdojade/ad/Fingerprints.kt
Show resolved
Hide resolved
Author
|
I've fixed the issues. I'll research now how to deal with the maps problem. |
Member
|
Got anywhere? Last i heard was that its merely necessary to spoof the signature thats passed to the maps sdk inside the app. If not, gmscore support patch would be needed. |
Author
|
I was trying to spoof the signature with no success. I'll check again if I'm mot missing any methods using Frida. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jakdojade is a popular Polish mobile app and website for planning public transportation routes in cities across Poland. This PR introduces patches to improve the user experience of the app.
com.citynav.jakdojade.pl.android7.2.1Ad removal strategy
This patch spoofs Jakdojade Premium in order to disable ads. Please note that Jakdojade Premium does not provide
any other client-side functionality beyond ad removal so spoofing it is the easiest way.
GMS Core
GMS Core is needed, beacuse Jakdojade uses Google Maps embeds, which break when the app is signed with a different keystore.
Status