Skip to content
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

Fix phonesky source issues, fix stock GMS returning on certain devices, add shell.nix, update README #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ They just consist of singular components, just what they say on their label.
#### Package sources and credit
- MicroG includes GMSCore and GSFProxy from MicroG FDroid repo
- Maps APIv1 from MicroG FDroid repo
- Google Play Store modded from the Pixel Experience Gitlab
- Fake Store from MicroG FDroid repo
- Aurora Store and Aurora Droid from Whyorean's GitLab
- Google Sync adapters for KK-R from OpenGApps GitLab repo, and for S-T from MindTheGApps GitLab repo
Expand Down Expand Up @@ -110,6 +109,8 @@ List of hard dependencies:
- `unzip` (update.sh)
- `zip` (build.sh)

You need a copy of Phonesky (aka PlayStore), place it into this repo's root directory with the name `Phonesky.apk`

`cd` to this directory and run:
```
> ./update.sh
Expand Down
11 changes: 11 additions & 0 deletions conf/defconf-minimal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,17 @@ stuff_debloat="
/system/priv-app/GmsDroidGuard/GmsDroidguard.apk
/system/priv-app/GsfProxy/GsfProxy.apk
/system/priv-app/UnifiedNlp/UnifiedNlp.apk

/system/system_ext/priv-app/GoogleFeedback/GoogleFeedback.apk
/system/system_ext/priv-app/SetupWizard/SetupWizard.apk
/system/system_ext/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk

/system/product/priv-app/GoogleOneTimeInitializer/GoogleOneTimeInitializer.apk
/system/product/priv-app/GooglePartnerSetup/GooglePartnerSetup.apk
/system/product/priv-app/Velvet/Velvet.apk

/system/product/priv-app/Phonesky/Phonesky.apk
/system/product/priv-app/GmsCore/GmsCore.apk
";

stuff_perm="
Expand Down
11 changes: 11 additions & 0 deletions conf/defconf-minimalphonesky.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,17 @@ stuff_debloat="
/system/priv-app/GmsDroidGuard/GmsDroidguard.apk
/system/priv-app/GsfProxy/GsfProxy.apk
/system/priv-app/UnifiedNlp/UnifiedNlp.apk

/system/system_ext/priv-app/GoogleFeedback/GoogleFeedback.apk
/system/system_ext/priv-app/SetupWizard/SetupWizard.apk
/system/system_ext/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk

/system/product/priv-app/GoogleOneTimeInitializer/GoogleOneTimeInitializer.apk
/system/product/priv-app/GooglePartnerSetup/GooglePartnerSetup.apk
/system/product/priv-app/Velvet/Velvet.apk

/system/product/priv-app/Phonesky/Phonesky.apk
/system/product/priv-app/GmsCore/GmsCore.apk
";

stuff_perm="
Expand Down
11 changes: 11 additions & 0 deletions conf/defconf-nogoolag.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,17 @@ stuff_debloat="
/system/priv-app/GmsDroidGuard/GmsDroidguard.apk
/system/priv-app/GsfProxy/GsfProxy.apk
/system/priv-app/UnifiedNlp/UnifiedNlp.apk

/system/system_ext/priv-app/GoogleFeedback/GoogleFeedback.apk
/system/system_ext/priv-app/SetupWizard/SetupWizard.apk
/system/system_ext/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk

/system/product/priv-app/GoogleOneTimeInitializer/GoogleOneTimeInitializer.apk
/system/product/priv-app/GooglePartnerSetup/GooglePartnerSetup.apk
/system/product/priv-app/Velvet/Velvet.apk

/system/product/priv-app/Phonesky/Phonesky.apk
/system/product/priv-app/GmsCore/GmsCore.apk
";

stuff_perm="
Expand Down
11 changes: 11 additions & 0 deletions conf/defconf-standard.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,17 @@ stuff_debloat="
/system/priv-app/GmsDroidGuard/GmsDroidguard.apk
/system/priv-app/GsfProxy/GsfProxy.apk
/system/priv-app/UnifiedNlp/UnifiedNlp.apk

/system/system_ext/priv-app/GoogleFeedback/GoogleFeedback.apk
/system/system_ext/priv-app/SetupWizard/SetupWizard.apk
/system/system_ext/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk

/system/product/priv-app/GoogleOneTimeInitializer/GoogleOneTimeInitializer.apk
/system/product/priv-app/GooglePartnerSetup/GooglePartnerSetup.apk
/system/product/priv-app/Velvet/Velvet.apk

/system/product/priv-app/Phonesky/Phonesky.apk
/system/product/priv-app/GmsCore/GmsCore.apk
";

stuff_perm="
Expand Down
2 changes: 1 addition & 1 deletion conf/resdl-download.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ stuff_download="
/system/priv-app/GoogleBackupTransport/-24-25-/GoogleBackupTransport.apk direct https://gitlab.opengapps.org/opengapps/all/raw/master/priv-app/com.google.android.backuptransport/24/nodpi/24.apk
/system/priv-app/GoogleBackupTransport/-26-27-/GoogleBackupTransport.apk direct https://gitlab.opengapps.org/opengapps/all/raw/master/priv-app/com.google.android.backuptransport/26/nodpi/26.apk
/system/priv-app/GoogleBackupTransport/-28-29-30-/GoogleBackupTransport.apk direct https://gitlab.opengapps.org/opengapps/all/raw/master/priv-app/com.google.android.backuptransport/28/nodpi/28.apk
/system/priv-app/Phonesky/Phonesky.apk direct https://gitlab.pixelexperience.org/android/vendor_gms/raw/HEAD/common/proprietary/product/priv-app/Phonesky/Phonesky.apk
/system/priv-app/Phonesky/Phonesky.apk local $workdir/Phonesky.apk
";

pre_update_actions() {
Expand Down
9 changes: 9 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
let
pkgs = import <nixpkgs> {};
in pkgs.mkShell {
packages = with pkgs; [
jq
unzip
zip
];
}