-
Notifications
You must be signed in to change notification settings - Fork 206
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
support GCAM link. #1182
Comments
It should be possible to add it using some of the HTML source's filtering options (see https://github.com/ImranR98/Obtainium/wiki#html), but it seems like there's a bug in generating a version string for this. Will look into it. |
Yeah for some reason this source provides APKs where the hash seems to change every time. So you need to turn off the "support fixed link" toggle. You can also use the version extraction option if you want (not required). The following settings should work (I made some assumptions about which variant you want, you can modify accordingly): However, one strange thing about this app is that the app ID seems to contain the version number. You cannot update an app with one ID using an APK that has another ID. So installing updates won't really work through Obtainium (you can still add the app as track-only). I see no reason for the developer to do it this way. |
really appreciated it. thanks really fast responses. again, thanks so much |
Awesome, thank you so much! I'd love if this was mentioned in documentation somewhere, as I've been searching for literal years for a good way to keep gcam ports updated. |
@ThatOneCalculator there's no way to grab 9.X releases only. Here's some documentation on the HTML source: https://github.com/ImranR98/Obtainium/wiki#html The problem is that the "intermediate links" on the main page (https://www.celsoazevedo.com/files/android/google-camera/dev-shamim/) contain version numbers only in the text, not the actual URL itself. For example: <a href="https://www.celsoazevedo.com/files/android/google-camera/dev-shamim/f/dl63/">SGCAM_9.1.098.24_STABLE_V10</a> Right now Obtainium only has an option to filter by URL, not link text. But that can be added. |
That'd be amazing 🙏 They also have an RSS feed, would this be useful? https://www.celsoazevedo.com/files/android/google-camera/dev-feed.xml |
Doesn't seem to be valid XML. Besides it would have the same issue - no way to filter URLs by version since the URL itself doesn't contain the version (and there's no current way to filter by the version text associated with each URL). |
Weird, it shows up in my RSS reader fine |
Hmm, yes it shows up fine in Chrome and Curl but not Firefox. |
Done: https://github.com/ImranR98/Obtainium/releases/tag/v0.15.0-beta This release also lets you now have any number of intermediate links. |
Nice! What would the filter look like for SGCAM? |
Below is what worked for me. Base URL intermediate Link version extraction Filter by Link Text As of this writing, this config will grab MGC_9.1.098_A11_V5_MGC.apk |
https://www.celsoazevedo.com/files/android/google-camera/dev-bsg/ Latest 9.1 version is https://www.celsoazevedo.com/files/android/google-camera/dev-bsg/f/dl185/ in above link there is 2 version with same structure of intermediate link. i know the problem its not with obtainium, but the structure of the download-page itself. update: thanks for great work @ImranR98 |
Interestingly, I was able to add MGC, but when I wanted to add AGC/BigKaka, it said that the app was already added |
https://www.celsoazevedo.com/files/android/google-camera/dev-bsg/
is it possible to add this? and get latest version of apk
The text was updated successfully, but these errors were encountered: