Skip to content

Commit

Permalink
Remove SigSpoofHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
Fs00 authored and nift4 committed Mar 19, 2022
1 parent 6a3c4cf commit 2bdebac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ Requires wget.
### Other
Download [this](https://raw.githubusercontent.com/topjohnwu/Magisk/master/scripts/module_installer.sh) and put it into `META-INF/com/google/android/update-binary`. And ZIP it.

## SigSpoofHelper
[Source code](https://github.com/nift4/SigSpoofHelper) is available here. The purpose is to declare the FAKE_PACKAGE_SIGNATURE on roms that do not have it.

## Credits

- **microG project** for their awesome work.
Expand Down
Binary file removed SigSpoofHelper.apk
Binary file not shown.
3 changes: 1 addition & 2 deletions customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ if $BOOTMODE; then

ui_print "- Installing microG GmsCore"
pm install --dont-kill -g "$MODPATH/system/priv-app/GmsCore/GmsCore.apk"
pm install --dont-kill "$MODPATH/SigSpoofHelper.apk" 2>/dev/null
rm -f "$MODPATH/SigSpoofHelper.apk"

if [ -f /data/adb/Phonesky.apk ]; then
cp /data/adb/Phonesky.apk "$MODPATH/system/priv-app/Phonesky/Phonesky.apk"
# If the real Play Store is already installed, don't install it again since
Expand Down

0 comments on commit 2bdebac

Please sign in to comment.