Skip to content

Commit

Permalink
fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingsman44 committed May 6, 2021
1 parent 21d6ab2 commit 01986bd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,5 @@ Enables Pixel Ui and Some Exclusive Features.<br>
### Version 1.2
- Updated Pixel Props to may
- Updated GEL.GSAPrefs.xml
- Fixed Pixel Launcher not installed
- Disabled Call screening if not selected
18 changes: 16 additions & 2 deletions customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,13 @@ if [ -d /data/data/$DIALER ]; then
print " Call Screening other than US needs GoogleDialer version less 41"
ui_print ""
print " Do you want to install GoogleDialer 40.0.275948326??"
print " Vol Up += Yes"
bool_patch speak_easy $DIALER_PREF
bool_patch speakeasy $DIALER_PREF
bool_patch call_screen $DIALER_PREF
bool_patch revelio $DIALER_PREF
bool_patch record $DIALER_PREF
bool_patch atlas $DIALER_PREF
bool_patch transript $DIALER_PREF print " Vol Up += Yes"
print " Vol Down += No"
if $VKSEL; then
if [ -d $app/$DIALER* ]; then
Expand Down Expand Up @@ -270,6 +276,15 @@ print " Just unistall update and reboot your phone !!"
ui_print "- Note End -"
ui_print ""
fi
else
sed -i -e "s/export GOOGLE/#export GOOGLE/g" $MODPATH/service.sh
sed -i -e "s/bool_patch speak_easy/#disabled/g" $MODPATH/service.sh
sed -i -e "s/bool_patch speakeasy/#disabled/g"$MODPATH/service.sh
sed -i -e "s/bool_patch call_screen/#disabled/g"$MODPATH/service.sh
sed -i -e "s/bool_patch revelio/#disabled/g"$MODPATH/service.sh
sed -i -e "s/bool_patch record/#disabled/g"$MODPATH/service.sh
sed -i -e "s/bool_patch atlas/#disabled/g"$MODPATH/service.sh
sed -i -e "s/bool_patch transript/#disabled/g"$MODPATH/service.sh
fi

GOOGLE_PREF=/data/data/com.google.android.googlequicksearchbox/shared_prefs/GEL.GSAPrefs.xml
Expand Down Expand Up @@ -613,7 +628,6 @@ print " Vol Up += Yes"
print " Vol Down += No"
if $VKSEL; then
tar -xf $MODPATH/files/pl.tar.xz -C $MODPATH/system/product/priv-app
mv $MODPATH/system/product/priv-app/NexusLauncherRelease/NexusLauncherRelease.apk $MODPATH/system/product/priv-app/NexusLauncherRelease/NexusLauncherrelease.apk
mv $MODPATH/files/privapp-permissions-com.google.android.apps.nexuslauncher.xml $MODPATH/system/product/etc/permissions/privapp-permissions-com.google.android.apps.nexuslauncher.xml
PL=$(find /system -name *Launcher*.apk | grep -v overlay)
TR=$(find /system -name *Trebuchet*.apk | grep -v overlay)
Expand Down
2 changes: 1 addition & 1 deletion module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=Pixelify
name=Pixelify
version=V1.1
versionCode=20210423
versionCode=20210506
author=Kingsman44
description=Enables pixel exclusive features :- Call Screening, GoogleSans, Gboard Smart Compose, Adaptive Sound, Next generation assistant, Pixel LiveWallpapers, Google Fit Heart rate and many more...

0 comments on commit 01986bd

Please sign in to comment.