-
-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Patch for a fixed domain of XDA app (XDA Forums) #2607
Comments
As I understood this, only a domain name string change is needed? |
yeap. |
Should be possible by using the abstract instruction transformer patch, or if only one string reference, via a regular fingerprint |
Could add a generic string transformer patch to ReVanced which would be able to transform a list of strings to another |
Is this application still under development? I mean, why not contact the developer to improve it? I saw on the Play Store that it was last updated in 2021 and has a rating of 2.9. I would suggest using another app, like Tapatalk. At least it has good rating (4.3) and still in development (last update was Dec 28, 2023) |
I explain everything on the thread. |
I am locally testing my patches, and as far as I can tell, the redirect uri for the oauth has to be changed. Mind that once the client id is shut off by xda, the oauth will fail. |
@oSumAtrIX a fixed modded version of the app released by an xda Recognized Developer into the xda forum thread (not officially on Play Store tho) according the recent statement by the admin. So in the light of recent news, I don't know if the patch is needed anymore, however if you already started working on it and you are about to finish, there is no harm for us as users, to have that solution available too. I just wanted to inform you. |
Technically, an open-source patch is more transparent than a modded apk, but since the modded apk already satisfies the folks on your end, I'll close this; thanks. |
I agree, however since a modded working app is now released I wanted to notify you and let the decision on you. |
If possible, please ask the modder for more information on what changes were made to simplify the development of the patch. Reopen the issue once you have |
I asked the dev about it and he can help with the patch. However he is off till weekend and he asked me how he can contact you in private. |
# [2.185.0-dev.7](ReVanced/revanced-patches@v2.185.0-dev.6...v2.185.0-dev.7) (2023-07-19) ### Bug Fixes * **YouTube - Spoof client:** show video time and chapters while using seekbar ([ReVanced#2607](ReVanced/revanced-patches#2607)) ([9546d12](ReVanced/revanced-patches@da2a216))
# [2.185.0](ReVanced/revanced-patches@v2.184.0...v2.185.0) (2023-07-20) ### Bug Fixes * allocate for more than eight `LithoFilter` array items ([ReVanced#2643](ReVanced/revanced-patches#2643)) ([fc8660b](ReVanced/revanced-patches@2d8e15b)) * **Sync for Reddit - Disable ads:** fix compatibility with latest version ([1456577](ReVanced/revanced-patches@1275a93)) * **Tiktok - Settings:** bump compatibility ([ReVanced#2656](ReVanced/revanced-patches#2656)) ([6641356](ReVanced/revanced-patches@fbc5c7d)) * **TikTok - Show seekbar:** fix seekbar not always showing ([ReVanced#2660](ReVanced/revanced-patches#2660)) ([f2742f1](ReVanced/revanced-patches@5a16231)) * **Trakt - Unlock pro:** constraint to last known working version ([ReVanced#2662](ReVanced/revanced-patches#2662)) ([324bbde](ReVanced/revanced-patches@84fa088)) * **YouTube - Spoof client:** show video time and chapters while using seekbar ([ReVanced#2607](ReVanced/revanced-patches#2607)) ([9546d12](ReVanced/revanced-patches@da2a216)) * **youtube/sponsorblock:** fix some segments skipping slightly too late ([ReVanced#2634](ReVanced/revanced-patches#2634)) ([3175431](ReVanced/revanced-patches@73dd87f)) ### Features * **youtube:** rename `video-speed` to `playback-speed` ([ReVanced#2642](ReVanced/revanced-patches#2642)) ([77e8639](ReVanced/revanced-patches@fde251d))
# [2.185.0-dev.7](ReVanced/revanced-patches@v2.185.0-dev.6...v2.185.0-dev.7) (2023-07-19) ### Bug Fixes * **YouTube - Spoof client:** show video time and chapters while using seekbar ([ReVanced#2607](ReVanced/revanced-patches#2607)) ([9546d12](ReVanced/revanced-patches@9546d12))
# [2.185.0](ReVanced/revanced-patches@v2.184.0...v2.185.0) (2023-07-20) ### Bug Fixes * allocate for more than eight `LithoFilter` array items ([ReVanced#2643](ReVanced/revanced-patches#2643)) ([fc8660b](ReVanced/revanced-patches@fc8660b)) * **Sync for Reddit - Disable ads:** fix compatibility with latest version ([1456577](ReVanced/revanced-patches@1456577)) * **Tiktok - Settings:** bump compatibility ([ReVanced#2656](ReVanced/revanced-patches#2656)) ([6641356](ReVanced/revanced-patches@6641356)) * **TikTok - Show seekbar:** fix seekbar not always showing ([ReVanced#2660](ReVanced/revanced-patches#2660)) ([f2742f1](ReVanced/revanced-patches@f2742f1)) * **Trakt - Unlock pro:** constraint to last known working version ([ReVanced#2662](ReVanced/revanced-patches#2662)) ([324bbde](ReVanced/revanced-patches@324bbde)) * **YouTube - Spoof client:** show video time and chapters while using seekbar ([ReVanced#2607](ReVanced/revanced-patches#2607)) ([9546d12](ReVanced/revanced-patches@9546d12)) * **youtube/sponsorblock:** fix some segments skipping slightly too late ([ReVanced#2634](ReVanced/revanced-patches#2634)) ([3175431](ReVanced/revanced-patches@3175431)) ### Features * **youtube:** rename `video-speed` to `playback-speed` ([ReVanced#2642](ReVanced/revanced-patches#2642)) ([77e8639](ReVanced/revanced-patches@77e8639))
Feature description
I would like to suggest, if possible to create a patch to fix the domain of XDA app (package name: com.xda.labs.play)
Few months ago, XDA-Valnet changed the domain from xda-developers to xdaforums and that broke the XDA app. Users cannot login/use the app since then, so it became useless. The devs of that app seems they abandoned it long ago but at least it was working fine till that change happened.
A patch for a fix would be great.
Full details: here.
Motivation
Acknowledgements
The text was updated successfully, but these errors were encountered: