-
Notifications
You must be signed in to change notification settings - Fork 34
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
404 on Phonesky source #73
Comments
fixes Issue #64 |
Hi, I saw your comment on my issue, and I was wondering if you would possibly make a fork of this project, with your fixes. I ended up just not using my new phone, and switching to my Oneplus because it had a vanilla ROM. I still have, and would really appreciate if you could! |
you can find the fork here |
With how long it's been, maybe should fork it, fix other issues and release builds. |
Hi saucii, I've built your fork, and tried using it, however, I still run into the same issue. My MicroG still dissapears. I'm on a chinese Coloros 14 devices, maybe thats the problem? I can't remove google apps with Sunils debloater either. I know this isn't your project, but I've looked literally everywhere, and I can't find a way to install MicroG on my device. |
Did you use the modified steps for building as documented in my fork? It should build a properly working module, but im willing to do more work (such as making the nik fixes automatic) |
Yes, I did. I suspect it's because I'm on ColorOS, and when I try to install an older micog_installer_revived module, it comes up with an error saying gmscore is in the /my_bigball/ directory, instead of /data/ |
@BlueFox964 Well, the best i could do is try to support your OS. If you could run a |
Regarding this, you can build it yourself, its not hard. I might consider adding releases eventually. That repo i linked already contains all the fixes for issues im currently aware of |
How exactly would I do that? Is it through the use of Termux? Sorry if I'm being stupid. But, afaik, it doesn't exist on my device, with it being Chinese and all that. I can offer the exact directories of the major play services though, being /my_bigball/priv-app/GmsCore, /my_bigball/priv-app/GooglePlayServicesUpdater (has the same package ID as the play store), and /my_bigball/non_overlay/priv-app/GoogleServicesFramework. |
Weird, seems like its just changing the /system directory to /my_bigball, ill see if i can modify the module to accomodate (no promises though) |
But yes, if you want to be doubly sure, you can use termux |
Currently, your project uses pixel experience's phonesky source from gitlab, which has now been taken down. Therefore, any CI build releases that use phonesky have been broken for a while now, despite the latest manual release working, due to how old it is. I'd recommend switching to another source, to ensure future updates work. My suggestion would be nikgapps, but your scripts currently don't have support for the nikgapps zip distribution file structure. You could either add support, host the file somewhere (I did this method for local builds, by using http-server to host the extracted phonesky apk on my local network) or find a different source, idk.
Additionally, I'd recommend you add some more apps to your de-bloating lists, specifically:
Removing these files means that the stock GMS doesn't remain on the system on modern stock samsungs, and the rest are for making sure that stock roms don't try to remove microG and install stock GMS again ( I don't know where these apps are stored on other phones, but the apps themselves should be present on all stock roms somewhere )
For reference, by making these relatively simple adjustments, adding signature spoofing support to my rom (i used whew-inc's Xposed module), and installing chiteroman's Play Integrity Fix, i can pass SafetyNet and basic PlayIntegrity. Although I'm unable to test it, you should be able to pass strong PlayIntegrity with osm0sis' Play Integrity Fix, provided you have a non-patched fingerprint.
The text was updated successfully, but these errors were encountered: